.row-full__heading, .home-main__item-heading {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 300;
}

@media (min-width: 48em) {
  .row-full__heading, .home-main__item-heading {
    line-height: 1.1;
    padding: 0 0 0.625rem 0;
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.row-thirds__header, .row-third-two-thirds__heading {
  color: #5d5d62;
  letter-spacing: 0.1875rem;
  text-transform: uppercase;
  margin: 0 0 0.3125rem;
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
}

@media (min-width: 48em) {
  .row-thirds__header, .row-third-two-thirds__heading {
    letter-spacing: 0.25rem;
    font-size: 16px;
    font-size: 1rem;
  }
}

.row-full__text, .home-main__item-text {
  margin: auto;
  padding: 0.6875rem 0 1.875rem 0;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media (min-width: 48em) {
  .row-full__text, .home-main__item-text {
    line-height: 1.5;
    width: 100%;
  }
}

.row-thirds__text, .row-third-two-thirds__text {
  color: #b5b5b5;
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
}

@media (min-width: 48em) {
  .row-thirds__text, .row-third-two-thirds__text {
    letter-spacing: 0.125rem;
    font-weight: 700;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.row-full__leader, .home-main__item-leader {
  margin: 0;
  letter-spacing: 0.1875rem;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
}

@media (min-width: bp-medium) {
  .row-full__leader, .home-main__item-leader {
    letter-spacing: 0.25rem;
  }
}

.row-thirds__link:link, .row-third-two-thirds__link:link, .row-thirds__link:visited, .row-third-two-thirds__link:visited {
  color: #b5b5b5;
}

.row-thirds__arrow, .row-third-two-thirds__arrow {
  width: 8px;
  height: 10px;
  vertical-align: -1px;
  display: inline-block;
  fill: #b5b5b5;
}

.homepage-content-wrapper {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}

.row-thirds, .row-third-two-thirds {
  width: 100%;
  padding: 0 0.625rem 0.625rem;
  -webkit-order: 96;
     -moz-box-ordinal-group: 97;
      -ms-flex-order: 96;
          order: 96;
}

@media (min-width: 48em) {
  .row-thirds, .row-third-two-thirds {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0.4375rem 0.875rem;
  }
}

.row-thirds__item {
  width: 100%;
}

@media (min-width: 48em) {
  .row-thirds__item {
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: 1;
        -ms-flex-preferred-size: 1;
            flex-basis: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    width: 33%;
    position: relative;
    margin: 0;
    padding: 0 0.4375rem;
  }
  .row-thirds__item.js-bound:hover {
    cursor: pointer;
  }
}

.row-thirds__inner {
  position: relative;
  overflow: hidden;
}

.row-thirds__header {
  padding-top: 0.9375rem;
}

.row-thirds__text {
  margin: 0;
}

.row-thirds__image-wrapper {
  text-align: center;
  padding: 1.25rem 0 0;
}

@media (min-width: 48em) {
  .row-third-two-thirds {
    -webkit-order: 98;
       -moz-box-ordinal-group: 99;
        -ms-flex-order: 98;
            order: 98;
  }
}

.row-third-two-thirds__item {
  position: relative;
  padding: 0 0 0.625rem;
}

@media (max-width: 48em) {
  .row-third-two-thirds__item:last-child {
    padding-bottom: 0;
  }
}

@media (min-width: 48em) {
  .row-third-two-thirds__item {
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: 1;
        -ms-flex-preferred-size: 1;
            flex-basis: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    padding: 0 0.4375rem;
  }
  .row-third-two-thirds__item.js-bound:hover {
    cursor: pointer;
  }
}

.row-third-two-thirds__heading, .row-third-two-thirds__text {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
}

@media (min-width: 48em) {
  .row-third-two-thirds__heading, .row-third-two-thirds__text {
    position: static;
  }
}

.row-third-two-thirds__text {
  top: 2.6875rem;
}

@media (min-width: 48em) {
  .row-third-two-thirds__image-wrapper {
    padding-top: 0.9375rem;
  }
}

.row-third-two-thirds__image {
  width: 100%;
  height: 100%;
}

.home4-single-left {
  width: 100%;
  overflow: hidden;
  position: relative;
}

@media (min-width: 48em) {
  .home4-single-left {
    -webkit-order: initial;
       -moz-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    height: auto;
    width: 33%;
  }
}

@media (min-width: 48em) {
  .home4-single-left__image-wrapper {
    height: 100%;
    position: absolute;
    left: 0.4375rem;
    right: 0.4375rem;
    bottom: 0;
    padding-top: 3.625rem;
  }
}

.home4-double-right {
  width: 100%;
}

@media (max-width: 48em) {
  .home4-double-right__heading, .home4-double-right__link:link, .home4-double-right__link:visited {
    color: #fff;
  }
  .home4-double-right__arrow {
    fill: #fff;
  }
}

@media (min-width: 48em) {
  .home4-double-right {
    width: 66%;
  }
}

@media (min-width: 48em) {
  .home4-double-right__image-wrapper {
    height: auto;
  }
}

.home4-double-right__image {
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 48em) {
  .home4-double-right__image {
    position: relative;
  }
}

.row-full__content {
  color: #5d5d62;
  width: 250px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

@media (min-width: 48em) {
  .row-full__content {
    left: auto;
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
}

@media (min-width: 48em) {
  .row-full__content--left {
    text-align: left;
    z-index: 5;
    left: 6%;
  }
}

@media (min-width: 48em) {
  .row-full__content--right {
    position: absolute;
    text-align: left;
    right: 6%;
    z-index: 2;
  }
}

.row-full__content--white {
  color: #fff;
}

.home5 {
  -webkit-order: 98;
     -moz-box-ordinal-group: 99;
      -ms-flex-order: 98;
          order: 98;
}

.home5__image {
  width: 100%;
}

.home5__bluetooth {
  width: 13px;
  height: 20px;
  background-size: 13px;
  display: inline-block;
  overflow: hidden;
  text-indent: -999px;
  margin-left: 5px;
}

@media (max-width: 48em) {
  .home5__content {
    width: 100%;
    top: 40%;
  }
  .home5__text {
    max-width: 220px;
  }
}

.home6 {
  -webkit-order: 99;
     -moz-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
}

.home6__image {
  width: 100%;
}

@media (min-width: 48em) {
  .home6 {
    overflow: hidden;
    min-height: 340px;
  }
  .home6__content {
    width: 275px;
  }
  .home6__image {
    transition: all 1s ease-out;
  }
  .home6__image:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.home7 {
  -webkit-order: 99;
     -moz-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
}

@media (max-width: 48em) {
  .home7__content, .home7__heading {
    color: #fff;
  }
}

.home7__content {
  color: #fff;
}

.home7__content--white-to-dark {
  color: #fff;
}

@media (min-width: 48em) {
  .home7__content--white-to-dark {
    color: #5d5d62;
  }
}

@media (min-width: 48em) {
  .home7 {
    min-height: 340px;
  }
}

.home7__image {
  width: 100%;
}

.home-main__item-content {
  width: 100%;
  text-align: center;
  position: absolute;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 10%;
}

@media (min-width: 48em) {
  .home-main__item-content {
    padding: 0;
    width: 275px;
    left: 10%;
    text-align: left;
  }
  .home-main__item-content--right {
    left: auto;
    right: 10%;
  }
}

.home-main__item--navy {
  background-image: url("../images/navy.100%");
  background-size: 100% center;
  background-position: center;
  background-repeat: no-repeat;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .home-main__item--navy {
    background-image: url("../images/navy@2x.100%");
  }
}

.home-main__image {
  width: 100%;
}

@media (max-width: 48em) {
  .home-main__video-container {
    display: none;
  }
}

@media (min-width: 48em) {
  .home-main__video-placeholder {
    display: none;
  }
}

.headline-banner {
  padding: 0.8125rem 0;
  width: 100%;
  color: #fff;
  z-index: 9;
  position: absolute;
  background-color: rgba(12, 146, 189, 0.76);
}

@media (min-width: 48em) {
  .headline-banner__content {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.headline-banner__title {
  margin: 0;
  position: relative;
  font-weight: 400;
  font-size: 28px;
  font-size: 1.75rem;
}

@media (min-width: 48em) {
  .headline-banner__title {
    padding-right: 0.9375rem;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
    max-width: 35%;
  }
}

.headline-banner__text {
  margin: 0;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 48em) {
  .headline-banner__text {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding: 0 1.25rem;
    text-align: left;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
  }
  .headline-banner__text:before {
    content: "";
    top: 0;
    margin-left: -0.9375rem;
    height: 100%;
    width: 1px;
    display: block;
    position: absolute;
    border-right: 1px solid #fff;
  }
}

.headline-banner__link:link, .headline-banner__link:visited {
  color: #fff;
}

.headline-banner__buttons {
  margin: 0.9375rem -0.5rem 0;
  display: block;
}

@media (min-width: 48em) {
  .headline-banner__buttons {
    margin-top: -0.4375rem;
    min-width: 10.3125rem;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    text-align: right;
  }
}

.headline-banner__button {
  margin: 0.4375rem 0.5rem 0;
  position: relative;
}

@media (min-width: 48em) {
  .headline-banner__button {
    min-width: 9.375rem;
  }
}

.headline-banner__button-icon {
  margin: 0 0 0 0.3125rem;
}

.headline-banner__close {
  cursor: pointer;
}

.headline-banner__close-icon {
  margin-left: 0.625rem;
  width: 20px;
  height: 20px;
  object-fit: contain;
  position: absolute;
  top: 5px;
  right: 5px;
}

@media (min-width: 48em) {
  .headline-banner__close-icon {
    top: 10px;
    right: 15px;
  }
}

.row-full__heading, .product-row-full__heading {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 300;
}

@media (min-width: 48em) {
  .row-full__heading, .product-row-full__heading {
    line-height: 1.2;
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.row-full__text, .product-row-full__text {
  line-height: 1.33;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media (min-width: 48em) {
  .row-full__text, .product-row-full__text {
    line-height: 1.5;
    font-size: 16px;
    font-size: 1rem;
  }
}

.row-full {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: 1;
      -ms-flex-preferred-size: 1;
          flex-basis: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  margin-bottom: 0;
}

@media (min-width: 48em) {
  .row-full {
    margin-bottom: 1.25rem;
  }
}

.row-full__content {
  line-height: 1.2;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 48em) {
  .row-full__content {
    position: absolute;
  }
}

@media (min-width: 48em) {
  .row-full__content--left {
    left: 12%;
  }
}

@media (min-width: 48em) {
  .row-full__content--right {
    right: 14%;
  }
}

.row-full__content--center {
  text-align: center;
}

.row-full__video-wrapper {
  height: 100%;
}

.row-full__image-wrapper {
  display: block;
}

.discover-landing {
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.discover1__content {
  z-index: 2;
  color: #fff;
  padding: 0 2.5rem;
  position: absolute;
  width: 100%;
}

@media (min-width: 48em) {
  .discover1__content {
    padding: 0;
  }
}

.discover1__heading {
  color: #fff;
  margin-top: 0;
}

@media (min-width: 48em) {
  .discover1__text {
    margin-bottom: 3.125rem;
  }
}

.discover1__mobile-image {
  display: block;
}

@media (min-width: 48em) {
  .discover1__mobile-image {
    display: none;
  }
}

.discover1__video {
  display: none;
}

@media (min-width: 48em) {
  .discover1__video {
    display: block;
  }
}

.discover2__content {
  max-width: 320px;
  color: #5d5d62;
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  padding: 0 2.5rem;
}

@media (min-width: 48em) {
  .discover2__content {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
    text-align: left;
    padding: 0;
    opacity: 1;
  }
}

.discover2__heading {
  margin: 0 auto;
  width: 160px;
  margin-top: 3.125rem;
}

@media (min-width: 48em) {
  .discover2__heading {
    width: 260px;
    margin: 0;
    margin-left: 0;
  }
}

@media (min-width: 48em) {
  .discover2__text {
    padding-bottom: 3.75rem;
  }
}

.discover2__image-wrapper {
  position: relative;
}

.discover2__image-1 {
  display: none;
}

@media (min-width: 48em) {
  .discover2__image-1 {
    display: block;
  }
}

.discover2__image-2 {
  width: 100%;
}

@media (min-width: 48em) {
  .discover2__image-2 {
    position: absolute;
    right: -20%;
    top: 16%;
    width: 53%;
  }
  .discover2__image-2.no-transition {
    right: 0;
  }
}

.discover3__content {
  max-width: 340px;
  color: #5d5d62;
  text-align: center;
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  margin: 4.6875rem auto;
  padding: 0 2.5rem;
}

@media (min-width: 48em) {
  .discover3__content {
    margin-top: 0;
    top: 50%;
    text-align: left;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0;
    opacity: 1;
  }
}

@media (min-width: 48em) {
  .discover3__text {
    padding-bottom: 3.75rem;
  }
}

@media (min-width: 48em) {
  .discover3__heading {
    margin-bottom: 0.625rem;
  }
}

.discover3__image-wrapper {
  position: relative;
}

@media (min-width: 48em) {
  .discover3__image {
    position: relative;
    left: -75%;
  }
  .discover3__image-wrapper {
    width: 45%;
    margin-left: 0;
    margin-right: auto;
  }
}

.discover4__content {
  color: #fff;
  z-index: 2;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 340px;
}

@media (min-width: 48em) {
  .discover4__content {
    max-width: none;
    top: 55%;
    left: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media (min-width: 48em) {
  .discover4__heading {
    margin: 0 0 1.25rem;
  }
}

@media (min-width: 48em) {
  .discover4__text {
    width: 560px;
    margin: 0 auto 2.5rem;
  }
}

.discover4__image-wrapper {
  width: 100%;
}

.discover4__image {
  width: 100%;
  height: 100%;
}

@media (min-width: 48em) {
  .discover4__image {
    display: none;
  }
  .discover4__image.no-video {
    display: block;
  }
}

.discover4__video {
  display: none;
}

@media (min-width: 48em) {
  .discover4__video {
    display: block;
  }
}

.discover5 {
  background-color: #fafafa;
  padding-top: 1.25rem;
}

@media (min-width: 48em) {
  .discover5 {
    padding-top: 0;
  }
}

.discover5__content {
  max-width: 330px;
  color: #5d5d62;
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  padding: 0 30px;
}

@media (min-width: 48em) {
  .discover5__content {
    top: 50%;
    -webkit-transform: translateY(-65%);
            transform: translateY(-65%);
    z-index: 2;
    padding: 0;
    color: #fff;
    text-align: left;
  }
}

.discover5__image-wrapper {
  position: relative;
}

.discover5__image {
  width: 100%;
}

@media (min-width: 48em) {
  .discover5__heading {
    color: #fff;
  }
}

.discover5__store-icon-wrapper {
  width: 100%;
  margin: 1.875rem 0;
}

.discover5__store-icon {
  width: 100px;
  height: auto;
  margin: 0 0.625rem;
}

@media (min-width: 48em) {
  .discover5__store-icon:first-child {
    margin-left: 0;
  }
}

.product-iqos {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  overflow: hidden;
}

.product-row-full {
  position: relative;
  width: 100%;
}

@media (min-width: 48em) {
  .product-row-full {
    margin-bottom: 1.25rem;
  }
}

.product-row-full__content {
  line-height: 1.2;
}

@media (min-width: 48em) {
  .product-row-full__content {
    position: absolute;
    z-index: 2;
  }
}

@media (min-width: 48em) {
  .product-row-full__content--right {
    right: 25%;
  }
}

@media (min-width: 48em) {
  .product-row-full__content--left {
    left: 13%;
  }
}

.product-row-full__content--center {
  margin: 0 auto;
}

.product-row-full__image {
  width: 100%;
}

.discover-iqos1__content {
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  padding: 0 1.25rem;
}

@media (min-width: 48em) {
  .discover-iqos1__content {
    width: 620px;
    width: 100%;
    padding: 0;
    top: 50%;
  }
}

.discover-iqos1__text-emphasis {
  font-style: italic;
  font-weight: 700;
}

.discover-iqos1__image {
  width: 100%;
}

.discover-iqos2__content {
  text-align: center;
  position: relative;
  padding: 0 1.25rem;
  color: #5d5d62;
}

@media (min-width: 48em) {
  .discover-iqos2__content {
    text-align: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
  }
}

@media (min-width: 48em) {
  .discover-iqos2__heading {
    color: #fff;
  }
}

@media (min-width: 48em) {
  .discover-iqos2__text {
    width: 340px;
    color: #fff;
  }
}

@media (max-width: 48em) {
  .discover-iqos3 {
    margin-bottom: 1.25rem;
  }
}

.discover-iqos3__content {
  padding: 0 1.25rem;
  text-align: center;
}

@media (min-width: 48em) {
  .discover-iqos3__content {
    width: 100%;
    bottom: 15%;
  }
}

@media (min-width: 48em) {
  .discover-iqos3__text {
    width: 530px;
    text-align: center;
    margin: 0 auto;
  }
}

.discover-heets1 {
  margin-bottom: 5rem;
}

@media (min-width: 48em) {
  .discover-heets1 {
    margin-bottom: 0;
  }
}

.discover-heets1__content {
  text-align: center;
  padding: 0 2.5rem;
  top: 0;
}

@media (min-width: 48em) {
  .discover-heets1__content {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    right: auto;
    width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 64em) {
  .discover-heets1__content {
    width: 350px;
    text-align: left;
    padding: 0;
    right: 5%;
  }
}

.discover-heets1__heading {
  margin: 1.25rem 0 0;
}

@media (min-width: 64em) {
  .discover-heets1__heading {
    margin: 0;
  }
}

.discover-heets2__content {
  padding: 0 1.875rem;
}

@media (min-width: 48em) {
  .discover-heets2__content {
    width: 330px;
    top: 3%;
    padding: 0;
  }
}

.discover-heets2__heading {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
}

@media (min-width: 48em) {
  .discover-heets2__heading {
    font-weight: 300;
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.discover-heets2__bottom-content {
  text-align: center;
  padding: 0 1.5625rem;
  margin: 1.25rem 0;
}

@media (min-width: 48em) {
  .discover-heets2__bottom-content {
    margin: 0 0 9.375rem 0;
  }
}

@media (min-width: 48em) {
  .discover-heets2__bottom-text {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 48em) {
  .discover-tech1__image {
    display: none;
  }
}

.discover-tech1__video {
  display: none;
}

@media (min-width: 48em) {
  .discover-tech1__video {
    display: block;
  }
}

.discover-tech2 {
  padding-top: 1.25rem;
}

@media (min-width: 48em) {
  .discover-tech2 {
    padding-top: 9.375rem;
  }
}

.discover-tech2__content-bottom {
  text-align: center;
  width: 100%;
  margin-bottom: 3.125rem;
}

@media (min-width: 48em) {
  .discover-tech2__content-bottom {
    right: 5%;
    margin-bottom: 0;
    width: 40%;
    top: 70%;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
    text-align: left;
  }
}

.discover-tech2__text-bottom {
  padding: 0 2.5rem;
}

@media (min-width: 48em) {
  .discover-tech2__text-bottom {
    margin-top: -20px;
    padding: 0;
  }
}

.discover-tech2__content-top {
  width: 100%;
  text-align: center;
}

@media (min-width: 48em) {
  .discover-tech2__content-top {
    margin: 0 auto;
    top: 0;
  }
}

.discover-tech2__text-top {
  padding: 0 2.5rem;
}

@media (min-width: 48em) {
  .discover-tech2__text-top {
    margin: -1.25rem auto 0 auto;
    width: 50%;
  }
}

.discover-tech2__heading {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
}

@media (min-width: 48em) {
  .discover-tech2__heading {
    font-weight: 300;
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.discover-tech3__content {
  position: absolute;
  z-index: 2;
  padding: 0 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 48em) {
  .discover-tech3__content {
    max-width: 450px;
    color: #fff;
  }
}

.discover-tech3__heading {
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
}

@media (min-width: 48em) {
  .discover-tech3__heading {
    font-weight: 300;
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.discover-tech3__text {
  color: #fff;
}

.discover-tech3__image {
  width: 100%;
}

body[data-aos-duration='50'] [data-aos], [data-aos][data-aos][data-aos-duration='50'] {
  transition-duration: 50ms;
}

body[data-aos-delay='50'] [data-aos], [data-aos][data-aos][data-aos-delay='50'] {
  transition-delay: 0;
}

body[data-aos-delay='50'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='50'].aos-animate {
  transition-delay: 50ms;
}

body[data-aos-duration='100'] [data-aos], [data-aos][data-aos][data-aos-duration='100'] {
  transition-duration: 100ms;
}

body[data-aos-delay='100'] [data-aos], [data-aos][data-aos][data-aos-delay='100'] {
  transition-delay: 0;
}

body[data-aos-delay='100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='100'].aos-animate {
  transition-delay: 100ms;
}

body[data-aos-duration='150'] [data-aos], [data-aos][data-aos][data-aos-duration='150'] {
  transition-duration: 150ms;
}

body[data-aos-delay='150'] [data-aos], [data-aos][data-aos][data-aos-delay='150'] {
  transition-delay: 0;
}

body[data-aos-delay='150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='150'].aos-animate {
  transition-delay: 150ms;
}

body[data-aos-duration='200'] [data-aos], [data-aos][data-aos][data-aos-duration='200'] {
  transition-duration: 200ms;
}

body[data-aos-delay='200'] [data-aos], [data-aos][data-aos][data-aos-delay='200'] {
  transition-delay: 0;
}

body[data-aos-delay='200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='200'].aos-animate {
  transition-delay: 200ms;
}

body[data-aos-duration='250'] [data-aos], [data-aos][data-aos][data-aos-duration='250'] {
  transition-duration: 250ms;
}

body[data-aos-delay='250'] [data-aos], [data-aos][data-aos][data-aos-delay='250'] {
  transition-delay: 0;
}

body[data-aos-delay='250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='250'].aos-animate {
  transition-delay: 250ms;
}

body[data-aos-duration='300'] [data-aos], [data-aos][data-aos][data-aos-duration='300'] {
  transition-duration: 300ms;
}

body[data-aos-delay='300'] [data-aos], [data-aos][data-aos][data-aos-delay='300'] {
  transition-delay: 0;
}

body[data-aos-delay='300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='300'].aos-animate {
  transition-delay: 300ms;
}

body[data-aos-duration='350'] [data-aos], [data-aos][data-aos][data-aos-duration='350'] {
  transition-duration: 350ms;
}

body[data-aos-delay='350'] [data-aos], [data-aos][data-aos][data-aos-delay='350'] {
  transition-delay: 0;
}

body[data-aos-delay='350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='350'].aos-animate {
  transition-delay: 350ms;
}

body[data-aos-duration='400'] [data-aos], [data-aos][data-aos][data-aos-duration='400'] {
  transition-duration: 400ms;
}

body[data-aos-delay='400'] [data-aos], [data-aos][data-aos][data-aos-delay='400'] {
  transition-delay: 0;
}

body[data-aos-delay='400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='400'].aos-animate {
  transition-delay: 400ms;
}

body[data-aos-duration='450'] [data-aos], [data-aos][data-aos][data-aos-duration='450'] {
  transition-duration: 450ms;
}

body[data-aos-delay='450'] [data-aos], [data-aos][data-aos][data-aos-delay='450'] {
  transition-delay: 0;
}

body[data-aos-delay='450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='450'].aos-animate {
  transition-delay: 450ms;
}

body[data-aos-duration='500'] [data-aos], [data-aos][data-aos][data-aos-duration='500'] {
  transition-duration: 500ms;
}

body[data-aos-delay='500'] [data-aos], [data-aos][data-aos][data-aos-delay='500'] {
  transition-delay: 0;
}

body[data-aos-delay='500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='500'].aos-animate {
  transition-delay: 500ms;
}

body[data-aos-duration='550'] [data-aos], [data-aos][data-aos][data-aos-duration='550'] {
  transition-duration: 550ms;
}

body[data-aos-delay='550'] [data-aos], [data-aos][data-aos][data-aos-delay='550'] {
  transition-delay: 0;
}

body[data-aos-delay='550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='550'].aos-animate {
  transition-delay: 550ms;
}

body[data-aos-duration='600'] [data-aos], [data-aos][data-aos][data-aos-duration='600'] {
  transition-duration: 600ms;
}

body[data-aos-delay='600'] [data-aos], [data-aos][data-aos][data-aos-delay='600'] {
  transition-delay: 0;
}

body[data-aos-delay='600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='600'].aos-animate {
  transition-delay: 600ms;
}

body[data-aos-duration='650'] [data-aos], [data-aos][data-aos][data-aos-duration='650'] {
  transition-duration: 650ms;
}

body[data-aos-delay='650'] [data-aos], [data-aos][data-aos][data-aos-delay='650'] {
  transition-delay: 0;
}

body[data-aos-delay='650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='650'].aos-animate {
  transition-delay: 650ms;
}

body[data-aos-duration='700'] [data-aos], [data-aos][data-aos][data-aos-duration='700'] {
  transition-duration: 700ms;
}

body[data-aos-delay='700'] [data-aos], [data-aos][data-aos][data-aos-delay='700'] {
  transition-delay: 0;
}

body[data-aos-delay='700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='700'].aos-animate {
  transition-delay: 700ms;
}

body[data-aos-duration='750'] [data-aos], [data-aos][data-aos][data-aos-duration='750'] {
  transition-duration: 750ms;
}

body[data-aos-delay='750'] [data-aos], [data-aos][data-aos][data-aos-delay='750'] {
  transition-delay: 0;
}

body[data-aos-delay='750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='750'].aos-animate {
  transition-delay: 750ms;
}

body[data-aos-duration='800'] [data-aos], [data-aos][data-aos][data-aos-duration='800'] {
  transition-duration: 800ms;
}

body[data-aos-delay='800'] [data-aos], [data-aos][data-aos][data-aos-delay='800'] {
  transition-delay: 0;
}

body[data-aos-delay='800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='800'].aos-animate {
  transition-delay: 800ms;
}

body[data-aos-duration='850'] [data-aos], [data-aos][data-aos][data-aos-duration='850'] {
  transition-duration: 850ms;
}

body[data-aos-delay='850'] [data-aos], [data-aos][data-aos][data-aos-delay='850'] {
  transition-delay: 0;
}

body[data-aos-delay='850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='850'].aos-animate {
  transition-delay: 850ms;
}

body[data-aos-duration='900'] [data-aos], [data-aos][data-aos][data-aos-duration='900'] {
  transition-duration: 900ms;
}

body[data-aos-delay='900'] [data-aos], [data-aos][data-aos][data-aos-delay='900'] {
  transition-delay: 0;
}

body[data-aos-delay='900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='900'].aos-animate {
  transition-delay: 900ms;
}

body[data-aos-duration='950'] [data-aos], [data-aos][data-aos][data-aos-duration='950'] {
  transition-duration: 950ms;
}

body[data-aos-delay='950'] [data-aos], [data-aos][data-aos][data-aos-delay='950'] {
  transition-delay: 0;
}

body[data-aos-delay='950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='950'].aos-animate {
  transition-delay: 950ms;
}

body[data-aos-duration='1000'] [data-aos], [data-aos][data-aos][data-aos-duration='1000'] {
  transition-duration: 1000ms;
}

body[data-aos-delay='1000'] [data-aos], [data-aos][data-aos][data-aos-delay='1000'] {
  transition-delay: 0;
}

body[data-aos-delay='1000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1000'].aos-animate {
  transition-delay: 1000ms;
}

body[data-aos-duration='1050'] [data-aos], [data-aos][data-aos][data-aos-duration='1050'] {
  transition-duration: 1050ms;
}

body[data-aos-delay='1050'] [data-aos], [data-aos][data-aos][data-aos-delay='1050'] {
  transition-delay: 0;
}

body[data-aos-delay='1050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1050'].aos-animate {
  transition-delay: 1050ms;
}

body[data-aos-duration='1100'] [data-aos], [data-aos][data-aos][data-aos-duration='1100'] {
  transition-duration: 1100ms;
}

body[data-aos-delay='1100'] [data-aos], [data-aos][data-aos][data-aos-delay='1100'] {
  transition-delay: 0;
}

body[data-aos-delay='1100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1100'].aos-animate {
  transition-delay: 1100ms;
}

body[data-aos-duration='1150'] [data-aos], [data-aos][data-aos][data-aos-duration='1150'] {
  transition-duration: 1150ms;
}

body[data-aos-delay='1150'] [data-aos], [data-aos][data-aos][data-aos-delay='1150'] {
  transition-delay: 0;
}

body[data-aos-delay='1150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1150'].aos-animate {
  transition-delay: 1150ms;
}

body[data-aos-duration='1200'] [data-aos], [data-aos][data-aos][data-aos-duration='1200'] {
  transition-duration: 1200ms;
}

body[data-aos-delay='1200'] [data-aos], [data-aos][data-aos][data-aos-delay='1200'] {
  transition-delay: 0;
}

body[data-aos-delay='1200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1200'].aos-animate {
  transition-delay: 1200ms;
}

body[data-aos-duration='1250'] [data-aos], [data-aos][data-aos][data-aos-duration='1250'] {
  transition-duration: 1250ms;
}

body[data-aos-delay='1250'] [data-aos], [data-aos][data-aos][data-aos-delay='1250'] {
  transition-delay: 0;
}

body[data-aos-delay='1250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1250'].aos-animate {
  transition-delay: 1250ms;
}

body[data-aos-duration='1300'] [data-aos], [data-aos][data-aos][data-aos-duration='1300'] {
  transition-duration: 1300ms;
}

body[data-aos-delay='1300'] [data-aos], [data-aos][data-aos][data-aos-delay='1300'] {
  transition-delay: 0;
}

body[data-aos-delay='1300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1300'].aos-animate {
  transition-delay: 1300ms;
}

body[data-aos-duration='1350'] [data-aos], [data-aos][data-aos][data-aos-duration='1350'] {
  transition-duration: 1350ms;
}

body[data-aos-delay='1350'] [data-aos], [data-aos][data-aos][data-aos-delay='1350'] {
  transition-delay: 0;
}

body[data-aos-delay='1350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1350'].aos-animate {
  transition-delay: 1350ms;
}

body[data-aos-duration='1400'] [data-aos], [data-aos][data-aos][data-aos-duration='1400'] {
  transition-duration: 1400ms;
}

body[data-aos-delay='1400'] [data-aos], [data-aos][data-aos][data-aos-delay='1400'] {
  transition-delay: 0;
}

body[data-aos-delay='1400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1400'].aos-animate {
  transition-delay: 1400ms;
}

body[data-aos-duration='1450'] [data-aos], [data-aos][data-aos][data-aos-duration='1450'] {
  transition-duration: 1450ms;
}

body[data-aos-delay='1450'] [data-aos], [data-aos][data-aos][data-aos-delay='1450'] {
  transition-delay: 0;
}

body[data-aos-delay='1450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1450'].aos-animate {
  transition-delay: 1450ms;
}

body[data-aos-duration='1500'] [data-aos], [data-aos][data-aos][data-aos-duration='1500'] {
  transition-duration: 1500ms;
}

body[data-aos-delay='1500'] [data-aos], [data-aos][data-aos][data-aos-delay='1500'] {
  transition-delay: 0;
}

body[data-aos-delay='1500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1500'].aos-animate {
  transition-delay: 1500ms;
}

body[data-aos-duration='1550'] [data-aos], [data-aos][data-aos][data-aos-duration='1550'] {
  transition-duration: 1550ms;
}

body[data-aos-delay='1550'] [data-aos], [data-aos][data-aos][data-aos-delay='1550'] {
  transition-delay: 0;
}

body[data-aos-delay='1550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1550'].aos-animate {
  transition-delay: 1550ms;
}

body[data-aos-duration='1600'] [data-aos], [data-aos][data-aos][data-aos-duration='1600'] {
  transition-duration: 1600ms;
}

body[data-aos-delay='1600'] [data-aos], [data-aos][data-aos][data-aos-delay='1600'] {
  transition-delay: 0;
}

body[data-aos-delay='1600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1600'].aos-animate {
  transition-delay: 1600ms;
}

body[data-aos-duration='1650'] [data-aos], [data-aos][data-aos][data-aos-duration='1650'] {
  transition-duration: 1650ms;
}

body[data-aos-delay='1650'] [data-aos], [data-aos][data-aos][data-aos-delay='1650'] {
  transition-delay: 0;
}

body[data-aos-delay='1650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1650'].aos-animate {
  transition-delay: 1650ms;
}

body[data-aos-duration='1700'] [data-aos], [data-aos][data-aos][data-aos-duration='1700'] {
  transition-duration: 1700ms;
}

body[data-aos-delay='1700'] [data-aos], [data-aos][data-aos][data-aos-delay='1700'] {
  transition-delay: 0;
}

body[data-aos-delay='1700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1700'].aos-animate {
  transition-delay: 1700ms;
}

body[data-aos-duration='1750'] [data-aos], [data-aos][data-aos][data-aos-duration='1750'] {
  transition-duration: 1750ms;
}

body[data-aos-delay='1750'] [data-aos], [data-aos][data-aos][data-aos-delay='1750'] {
  transition-delay: 0;
}

body[data-aos-delay='1750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1750'].aos-animate {
  transition-delay: 1750ms;
}

body[data-aos-duration='1800'] [data-aos], [data-aos][data-aos][data-aos-duration='1800'] {
  transition-duration: 1800ms;
}

body[data-aos-delay='1800'] [data-aos], [data-aos][data-aos][data-aos-delay='1800'] {
  transition-delay: 0;
}

body[data-aos-delay='1800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1800'].aos-animate {
  transition-delay: 1800ms;
}

body[data-aos-duration='1850'] [data-aos], [data-aos][data-aos][data-aos-duration='1850'] {
  transition-duration: 1850ms;
}

body[data-aos-delay='1850'] [data-aos], [data-aos][data-aos][data-aos-delay='1850'] {
  transition-delay: 0;
}

body[data-aos-delay='1850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1850'].aos-animate {
  transition-delay: 1850ms;
}

body[data-aos-duration='1900'] [data-aos], [data-aos][data-aos][data-aos-duration='1900'] {
  transition-duration: 1900ms;
}

body[data-aos-delay='1900'] [data-aos], [data-aos][data-aos][data-aos-delay='1900'] {
  transition-delay: 0;
}

body[data-aos-delay='1900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1900'].aos-animate {
  transition-delay: 1900ms;
}

body[data-aos-duration='1950'] [data-aos], [data-aos][data-aos][data-aos-duration='1950'] {
  transition-duration: 1950ms;
}

body[data-aos-delay='1950'] [data-aos], [data-aos][data-aos][data-aos-delay='1950'] {
  transition-delay: 0;
}

body[data-aos-delay='1950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1950'].aos-animate {
  transition-delay: 1950ms;
}

body[data-aos-duration='2000'] [data-aos], [data-aos][data-aos][data-aos-duration='2000'] {
  transition-duration: 2000ms;
}

body[data-aos-delay='2000'] [data-aos], [data-aos][data-aos][data-aos-delay='2000'] {
  transition-delay: 0;
}

body[data-aos-delay='2000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2000'].aos-animate {
  transition-delay: 2000ms;
}

body[data-aos-duration='2050'] [data-aos], [data-aos][data-aos][data-aos-duration='2050'] {
  transition-duration: 2050ms;
}

body[data-aos-delay='2050'] [data-aos], [data-aos][data-aos][data-aos-delay='2050'] {
  transition-delay: 0;
}

body[data-aos-delay='2050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2050'].aos-animate {
  transition-delay: 2050ms;
}

body[data-aos-duration='2100'] [data-aos], [data-aos][data-aos][data-aos-duration='2100'] {
  transition-duration: 2100ms;
}

body[data-aos-delay='2100'] [data-aos], [data-aos][data-aos][data-aos-delay='2100'] {
  transition-delay: 0;
}

body[data-aos-delay='2100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2100'].aos-animate {
  transition-delay: 2100ms;
}

body[data-aos-duration='2150'] [data-aos], [data-aos][data-aos][data-aos-duration='2150'] {
  transition-duration: 2150ms;
}

body[data-aos-delay='2150'] [data-aos], [data-aos][data-aos][data-aos-delay='2150'] {
  transition-delay: 0;
}

body[data-aos-delay='2150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2150'].aos-animate {
  transition-delay: 2150ms;
}

body[data-aos-duration='2200'] [data-aos], [data-aos][data-aos][data-aos-duration='2200'] {
  transition-duration: 2200ms;
}

body[data-aos-delay='2200'] [data-aos], [data-aos][data-aos][data-aos-delay='2200'] {
  transition-delay: 0;
}

body[data-aos-delay='2200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2200'].aos-animate {
  transition-delay: 2200ms;
}

body[data-aos-duration='2250'] [data-aos], [data-aos][data-aos][data-aos-duration='2250'] {
  transition-duration: 2250ms;
}

body[data-aos-delay='2250'] [data-aos], [data-aos][data-aos][data-aos-delay='2250'] {
  transition-delay: 0;
}

body[data-aos-delay='2250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2250'].aos-animate {
  transition-delay: 2250ms;
}

body[data-aos-duration='2300'] [data-aos], [data-aos][data-aos][data-aos-duration='2300'] {
  transition-duration: 2300ms;
}

body[data-aos-delay='2300'] [data-aos], [data-aos][data-aos][data-aos-delay='2300'] {
  transition-delay: 0;
}

body[data-aos-delay='2300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2300'].aos-animate {
  transition-delay: 2300ms;
}

body[data-aos-duration='2350'] [data-aos], [data-aos][data-aos][data-aos-duration='2350'] {
  transition-duration: 2350ms;
}

body[data-aos-delay='2350'] [data-aos], [data-aos][data-aos][data-aos-delay='2350'] {
  transition-delay: 0;
}

body[data-aos-delay='2350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2350'].aos-animate {
  transition-delay: 2350ms;
}

body[data-aos-duration='2400'] [data-aos], [data-aos][data-aos][data-aos-duration='2400'] {
  transition-duration: 2400ms;
}

body[data-aos-delay='2400'] [data-aos], [data-aos][data-aos][data-aos-delay='2400'] {
  transition-delay: 0;
}

body[data-aos-delay='2400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2400'].aos-animate {
  transition-delay: 2400ms;
}

body[data-aos-duration='2450'] [data-aos], [data-aos][data-aos][data-aos-duration='2450'] {
  transition-duration: 2450ms;
}

body[data-aos-delay='2450'] [data-aos], [data-aos][data-aos][data-aos-delay='2450'] {
  transition-delay: 0;
}

body[data-aos-delay='2450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2450'].aos-animate {
  transition-delay: 2450ms;
}

body[data-aos-duration='2500'] [data-aos], [data-aos][data-aos][data-aos-duration='2500'] {
  transition-duration: 2500ms;
}

body[data-aos-delay='2500'] [data-aos], [data-aos][data-aos][data-aos-delay='2500'] {
  transition-delay: 0;
}

body[data-aos-delay='2500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2500'].aos-animate {
  transition-delay: 2500ms;
}

body[data-aos-duration='2550'] [data-aos], [data-aos][data-aos][data-aos-duration='2550'] {
  transition-duration: 2550ms;
}

body[data-aos-delay='2550'] [data-aos], [data-aos][data-aos][data-aos-delay='2550'] {
  transition-delay: 0;
}

body[data-aos-delay='2550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2550'].aos-animate {
  transition-delay: 2550ms;
}

body[data-aos-duration='2600'] [data-aos], [data-aos][data-aos][data-aos-duration='2600'] {
  transition-duration: 2600ms;
}

body[data-aos-delay='2600'] [data-aos], [data-aos][data-aos][data-aos-delay='2600'] {
  transition-delay: 0;
}

body[data-aos-delay='2600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2600'].aos-animate {
  transition-delay: 2600ms;
}

body[data-aos-duration='2650'] [data-aos], [data-aos][data-aos][data-aos-duration='2650'] {
  transition-duration: 2650ms;
}

body[data-aos-delay='2650'] [data-aos], [data-aos][data-aos][data-aos-delay='2650'] {
  transition-delay: 0;
}

body[data-aos-delay='2650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2650'].aos-animate {
  transition-delay: 2650ms;
}

body[data-aos-duration='2700'] [data-aos], [data-aos][data-aos][data-aos-duration='2700'] {
  transition-duration: 2700ms;
}

body[data-aos-delay='2700'] [data-aos], [data-aos][data-aos][data-aos-delay='2700'] {
  transition-delay: 0;
}

body[data-aos-delay='2700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2700'].aos-animate {
  transition-delay: 2700ms;
}

body[data-aos-duration='2750'] [data-aos], [data-aos][data-aos][data-aos-duration='2750'] {
  transition-duration: 2750ms;
}

body[data-aos-delay='2750'] [data-aos], [data-aos][data-aos][data-aos-delay='2750'] {
  transition-delay: 0;
}

body[data-aos-delay='2750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2750'].aos-animate {
  transition-delay: 2750ms;
}

body[data-aos-duration='2800'] [data-aos], [data-aos][data-aos][data-aos-duration='2800'] {
  transition-duration: 2800ms;
}

body[data-aos-delay='2800'] [data-aos], [data-aos][data-aos][data-aos-delay='2800'] {
  transition-delay: 0;
}

body[data-aos-delay='2800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2800'].aos-animate {
  transition-delay: 2800ms;
}

body[data-aos-duration='2850'] [data-aos], [data-aos][data-aos][data-aos-duration='2850'] {
  transition-duration: 2850ms;
}

body[data-aos-delay='2850'] [data-aos], [data-aos][data-aos][data-aos-delay='2850'] {
  transition-delay: 0;
}

body[data-aos-delay='2850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2850'].aos-animate {
  transition-delay: 2850ms;
}

body[data-aos-duration='2900'] [data-aos], [data-aos][data-aos][data-aos-duration='2900'] {
  transition-duration: 2900ms;
}

body[data-aos-delay='2900'] [data-aos], [data-aos][data-aos][data-aos-delay='2900'] {
  transition-delay: 0;
}

body[data-aos-delay='2900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2900'].aos-animate {
  transition-delay: 2900ms;
}

body[data-aos-duration='2950'] [data-aos], [data-aos][data-aos][data-aos-duration='2950'] {
  transition-duration: 2950ms;
}

body[data-aos-delay='2950'] [data-aos], [data-aos][data-aos][data-aos-delay='2950'] {
  transition-delay: 0;
}

body[data-aos-delay='2950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2950'].aos-animate {
  transition-delay: 2950ms;
}

body[data-aos-duration='3000'] [data-aos], [data-aos][data-aos][data-aos-duration='3000'] {
  transition-duration: 3000ms;
}

body[data-aos-delay='3000'] [data-aos], [data-aos][data-aos][data-aos-delay='3000'] {
  transition-delay: 0;
}

body[data-aos-delay='3000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3000'].aos-animate {
  transition-delay: 3000ms;
}

body[data-aos-easing="linear"] [data-aos], [data-aos][data-aos][data-aos-easing="linear"] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

body[data-aos-easing="ease"] [data-aos], [data-aos][data-aos][data-aos-easing="ease"] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

body[data-aos-easing="ease-in"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in"] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

body[data-aos-easing="ease-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out"] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

body[data-aos-easing="ease-in-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out"] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

body[data-aos-easing="ease-in-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-back"] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

body[data-aos-easing="ease-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-back"] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

body[data-aos-easing="ease-in-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

body[data-aos-easing="ease-in-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-sine"] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

body[data-aos-easing="ease-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-sine"] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

body[data-aos-easing="ease-in-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

body[data-aos-easing="ease-in-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quad"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quad"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing="ease-in-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing="ease-in-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quart"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quart"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^='fade'][data-aos^='fade'] {
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^='fade'][data-aos^='fade'].aos-animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

[data-aos='fade-up'] {
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}

[data-aos='fade-down'] {
  -webkit-transform: translate(0, -100px);
          transform: translate(0, -100px);
}

[data-aos='fade-right'] {
  -webkit-transform: translate(-100px, 0);
          transform: translate(-100px, 0);
}

[data-aos='fade-left'] {
  -webkit-transform: translate(100px, 0);
          transform: translate(100px, 0);
}

[data-aos='fade-up-right'] {
  -webkit-transform: translate(-100px, 100px);
          transform: translate(-100px, 100px);
}

[data-aos='fade-up-left'] {
  -webkit-transform: translate(100px, 100px);
          transform: translate(100px, 100px);
}

[data-aos='fade-down-right'] {
  -webkit-transform: translate(-100px, -100px);
          transform: translate(-100px, -100px);
}

[data-aos='fade-down-left'] {
  -webkit-transform: translate(100px, -100px);
          transform: translate(100px, -100px);
}

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^='zoom'][data-aos^='zoom'] {
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^='zoom'][data-aos^='zoom'].aos-animate {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

[data-aos='zoom-in'] {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

[data-aos='zoom-in-up'] {
  -webkit-transform: translate(0, 100px) scale(0.6);
          transform: translate(0, 100px) scale(0.6);
}

[data-aos='zoom-in-down'] {
  -webkit-transform: translate(0, -100px) scale(0.6);
          transform: translate(0, -100px) scale(0.6);
}

[data-aos='zoom-in-right'] {
  -webkit-transform: translate(-100px, 0) scale(0.6);
          transform: translate(-100px, 0) scale(0.6);
}

[data-aos='zoom-in-left'] {
  -webkit-transform: translate(100px, 0) scale(0.6);
          transform: translate(100px, 0) scale(0.6);
}

[data-aos='zoom-out'] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

[data-aos='zoom-out-up'] {
  -webkit-transform: translate(0, 100px) scale(1.2);
          transform: translate(0, 100px) scale(1.2);
}

[data-aos='zoom-out-down'] {
  -webkit-transform: translate(0, -100px) scale(1.2);
          transform: translate(0, -100px) scale(1.2);
}

[data-aos='zoom-out-right'] {
  -webkit-transform: translate(-100px, 0) scale(1.2);
          transform: translate(-100px, 0) scale(1.2);
}

[data-aos='zoom-out-left'] {
  -webkit-transform: translate(100px, 0) scale(1.2);
          transform: translate(100px, 0) scale(1.2);
}

/**
 * Slide animations
 */
[data-aos^='slide'][data-aos^='slide'] {
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos^='slide'][data-aos^='slide'].aos-animate {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

[data-aos='slide-up'] {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

[data-aos='slide-down'] {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

[data-aos='slide-right'] {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

[data-aos='slide-left'] {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^='flip'][data-aos^='flip'] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos='flip-left'] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
          transform: perspective(2500px) rotateY(-100deg);
}

[data-aos='flip-left'].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos='flip-right'] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
          transform: perspective(2500px) rotateY(100deg);
}

[data-aos='flip-right'].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos='flip-up'] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
          transform: perspective(2500px) rotateX(-100deg);
}

[data-aos='flip-up'].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

[data-aos='flip-down'] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
          transform: perspective(2500px) rotateX(100deg);
}

[data-aos='flip-down'].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

/*********************
class new site
*********************/
.wrapper-common-element__margin-top--top-n-35 {
  margin-top: -35%;
}

.wrapper-common-element__margin-top--top-n-30 {
  margin-top: -30%;
}

.wrapper-common-element__margin-top--top-n-25 {
  margin-top: -25%;
}

.wrapper-common-element__margin-top--top-n-20 {
  margin-top: -20%;
}

.wrapper-common-element__margin-top--top-n-15 {
  margin-top: -15%;
}

.wrapper-common-element__margin-top--top-n-10 {
  margin-top: -10%;
}

.wrapper-common-element__margin-top--top-n-5 {
  margin-top: -5%;
}

.wrapper-common-element__margin-top--top-0 {
  margin-top: 0;
}

.wrapper-common-element__margin-top--top-5 {
  margin-top: 5%;
}

.wrapper-common-element__margin-top--top-10 {
  margin-top: 10%;
}

.wrapper-common-element__margin-top--top-15 {
  margin-top: 15%;
}

.wrapper-common-element__margin-top--top-20 {
  margin-top: 20%;
}

.wrapper-common-element__margin-top--top-25 {
  margin-top: 25%;
}

.wrapper-common-element__margin-top--top-30 {
  margin-top: 30%;
}

.wrapper-common-element__margin-top--top-35 {
  margin-top: 35%;
}

.wrapper-common-element__title {
  display: inline-block;
  width: 100%;
  /* @include rem-fallback(font-size, $font-larger);
    line-height: 1.2; */
  font-size: 7vw;
  line-height: 8.8vw;
  color: #000;
  word-wrap: break-word;
  margin: 0;
  font-weight: normal;
}

.wrapper-common-element__title--color-white {
  color: #fff;
}

.wrapper-common-element__description {
  display: inline-block;
  width: 100%;
  /* @include rem-fallback(font-size, $font-medium);
    line-height: 1.91; */
  font-size: 3.5vw;
  line-height: 6.125vw;
  letter-spacing: normal;
  color: #414141;
  word-wrap: break-word;
  padding: 5vw 0 0;
  margin: 0;
}

.wrapper-common-element__description--color-white-light {
  color: rgba(255, 255, 255, 0.7);
}

.wrapper-common-element__description--color-tan {
  color: #d6a76f;
}

.wrapper-common-element__description--color-subtitle {
  color: #414141;
}

.wrapper-common-element__description--width-50 {
  width: 90%;
}

@media (min-width: 64em) {
  .wrapper-common-element__description--width-50 {
    width: 70%;
  }
}

@media (min-width: 81.25em) {
  .wrapper-common-element__description--width-50 {
    width: 50%;
  }
}

.wrapper-common-element__link-with-icon {
  /* @include rem-fallback(font-size, $font-xx-small);
    line-height: 24px; */
  display: inline-block;
  max-width: 100%;
  font-size: 2.8vw;
  line-height: 1;
  text-align: left;
  padding-left: 0;
  text-decoration: none;
  color: #9d8276;
  word-wrap: break-word;
  margin: 5.5vw 0 5vw;
}

.wrapper-common-element__link-with-icon--width-100 {
  width: 100%;
}

.wrapper-common-element__link-with-icon:hover {
  color: #000;
}

.wrapper-common-element__link-with-icon--color-white {
  color: #fff;
}

.wrapper-common-element__link-with-icon.button__common--light-brown:hover {
  color: #000;
}

.wrapper-common-element__text {
  font-weight: bold;
  line-height: 1.28;
  letter-spacing: 2.7px;
  color: #9d8276;
  text-transform: uppercase;
  display: inline-block;
}

.wrapper-common-element__text--color-white {
  color: #fff;
}

.wrapper-common-element__text--color-black {
  color: #000;
}

.wrapper-common-element__icon {
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
}

.wrapper-common-element__wrap-video {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 150px;
}

.wrapper-common-element__wrap-video--benefits-iqos-wrap-video-mod {
  margin-top: 12.5rem;
  padding: 0 30px;
}

.wrapper-common-element__wrap-video--discover-iqos-wr-video {
  margin-top: 18.75rem;
}

.wrapper-common-element__title-video {
  font-size: 24px;
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.38;
  letter-spacing: -1.6px;
  color: #252525;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  padding: 0 5%;
}

.wrapper-common-element__author-video {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.92;
  letter-spacing: 0.6px;
  color: #2b2b2b;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
}

.wrapper-common-element__author-video--font-bold {
  font-weight: bold;
}

.wrapper-common-element__margin-right-home {
  margin-right: 0;
}

@media (min-width: 64em) {
  .wrapper-common-element__margin-right-home {
    margin-right: 55px;
  }
}

@media (min-width: 81.25em) {
  .wrapper-common-element__margin-right-home {
    margin-right: 65px;
  }
}

@media (min-width: 120em) {
  .wrapper-common-element__margin-right-home {
    margin-right: 75px;
  }
}

@media (min-width: 37.5em) {
  .wrapper-common-element__title {
    font-size: 4.96vw;
    line-height: 5.456vw;
  }
  .wrapper-common-element__description {
    font-size: 2vw;
    line-height: 3.5vw;
    padding: 3vw 0 0;
  }
  .wrapper-common-element__link-with-icon {
    font-size: 1.5625vw;
    line-height: 1;
  }
}

@media (min-width: 48em) {
  .wrapper-common-element__wrap-video--benefits-iqos-wrap-video-mod {
    margin-top: 18.75rem;
    padding: 0;
  }
}

@media (min-width: 64em) {
  .wrapper-common-element__title {
    font-size: 2.8vw;
    line-height: 3.4375vw;
    margin: 0;
  }
  .wrapper-common-element__description {
    font-size: 1.25vw;
    line-height: 2.1875vw;
    padding: 1.875vw 0 0;
    margin: 0;
  }
  .wrapper-common-element__link-with-icon {
    font-size: 0.8vw;
    line-height: 1;
    margin-top: 4.5vw;
    margin-bottom: 1vw;
  }
  .wrapper-common-element__wrap-video {
    margin-top: 0;
  }
  .wrapper-common-element__wrap-video--discover-iqos-wr-video {
    margin-top: 5%;
  }
}

@media (min-width: 81.25em) {
  .wrapper-common-element {
    /*  &__title{
      @include rem-fallback(font-size, $font-x-large);
    }
    &__description{
      @include rem-fallback(font-size, $font-small-medium);
    }
    &__link-with-icon{
      @include rem-fallback(font-size, $font-xx-small);
    } */
  }
  .wrapper-common-element__wrap-video {
    margin-top: 0;
  }
  .wrapper-common-element__wrap-video--discover-iqos-wr-video {
    margin-top: 7%;
  }
}

@media (min-width: 120em) {
  .wrapper-common-element {
    /* &__title{
      @include rem-fallback(font-size, $font-huge);
    }

    &__description{
      @include rem-fallback(font-size, $font-small-larger);
    }
    &__link-with-icon{
      @include rem-fallback(font-size, $font-medium-large);
    } */
  }
}

.support-text-common__title {
  font-size: 34px;
  font-size: 2.125rem;
}

.support-text-common__title--color-black {
  color: #000;
}

.support-text-common__heading {
  font-size: 50px;
  font-size: 3.125rem;
}

.support-text-common__subtitle {
  font-size: 20px;
  font-size: 1.25rem;
}

.support-text-common__description {
  font-size: 22px;
  font-size: 1.375rem;
  color: #575757;
  line-height: 1.85;
  opacity: 0.97;
}

.support-text-common__description--color-brown, .support-text-common__description--color-brown:link, .support-text-common__description--color-brown:visited {
  color: #9d8276;
}

.support-text-common__link {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 3.2px;
  padding: 0;
  text-align: left;
  width: 100%;
}

.support-text-common__link.button, .support-text-common__link.button:link, .support-text-common__link.button:visited {
  color: #9d8276;
}

.support-text-common__link .button__arrow {
  width: 30px;
}

.support-text-common__link--position {
  position: absolute;
  bottom: 0;
  margin-bottom: 10%;
  width: 80%;
}

.support-text-common__body-text {
  font-size: 16px;
  font-size: 1rem;
  color: #858585;
  line-height: 1.71;
}

@media (min-width: 20em) {
  .support-text-common__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .support-text-common__description {
    font-size: 16px;
    font-size: 1rem;
  }
  .support-text-common__link {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

@media (min-width: 48em) {
  .support-text-common__description {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 64em) {
  .support-text-common__title {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .support-text-common__description {
    font-size: 16px;
    font-size: 1rem;
  }
  .support-text-common__link {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

@media (min-width: 81.25em) {
  .support-text-common__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .support-text-common__description {
    font-size: 16px;
    font-size: 1rem;
  }
  .support-text-common__link {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.button-reverse .button__svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  margin-right: 10px;
}

.button-reverse.button--r-arrow:hover .button__arrow .button__arrow-cont {
  -webkit-transform: translate3d(-7px, 0, 0);
          transform: translate3d(-7px, 0, 0);
}

.wrapper-video-overlay-button-js {
  background-color: transparent;
  border: 0;
  display: inline-block;
  width: 25%;
  height: 15%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}

.wrapper-video-overlay-button-js:hover, .wrapper-video-overlay-button-js:focus {
  border: none;
  outline: none;
}

.wrapper-video-overlay-button-js__in-page {
  width: 15%;
  height: auto;
  top: 9.5%;
  right: 0;
  bottom: 0;
  left: -3%;
  margin: auto;
  -webkit-transform: none;
          transform: none;
  z-index: 100;
}

@media (min-width: 48em) {
  .wrapper-video-overlay-button-js__in-page {
    width: auto;
    left: 39.5%;
  }
}

@media (min-width: 64em) {
  .wrapper-video-overlay-button-js__in-page {
    left: 39.5%;
    right: 42%;
  }
}

@media (min-width: 81.25em) {
  .wrapper-video-overlay-button-js__in-page {
    left: 41%;
    right: 44%;
  }
}

@media (min-width: 120em) {
  .wrapper-video-overlay-button-js__in-page {
    left: 43.5%;
    right: 46%;
  }
}

.wrapper-video-overlay-button-js:before {
  display: inline-block;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  width: 15vw;
  height: 15vw;
  content: "";
  border: 1.2vw solid white;
  opacity: 0.3;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: all .8s ease-in-out;
}

@media (min-width: 48em) {
  .wrapper-video-overlay-button-js:before {
    width: 11.5vw;
    height: 11.5vw;
  }
}

@media (min-width: 64em) {
  .wrapper-video-overlay-button-js:before {
    width: 9vw;
    height: 9vw;
    border: 1vw solid white;
  }
}

@media (min-width: 81.25em) {
  .wrapper-video-overlay-button-js:before {
    width: 7vw;
    height: 7vw;
    border: .8vw solid white;
  }
}

@media (min-width: 1599px) {
  .wrapper-video-overlay-button-js:before {
    width: 5.5vw;
    height: 5.5vw;
    border: .5 solid white;
  }
}

@media (min-width: 120em) {
  .wrapper-video-overlay-button-js:before {
    width: 5vw;
    height: 5vw;
  }
}

.wrapper-video-overlay-button-js:hover:before {
  width: 21vw;
  height: 21vw;
  border: 2.3vw solid white;
}

@media (min-width: 48em) {
  .wrapper-video-overlay-button-js:hover:before {
    width: 15.5vw;
    height: 15.5vw;
    border: 2vw solid white;
  }
}

@media (min-width: 64em) {
  .wrapper-video-overlay-button-js:hover:before {
    width: 12vw;
    height: 12vw;
    border: 1.2vw solid white;
  }
}

@media (min-width: 81.25em) {
  .wrapper-video-overlay-button-js:hover:before {
    width: 9.2vw;
    height: 9.2vw;
    border: 1vw solid white;
  }
}

@media (min-width: 1599px) {
  .wrapper-video-overlay-button-js:hover:before {
    width: 7.4vw;
    height: 7.4vw;
  }
}

@media (min-width: 120em) {
  .wrapper-video-overlay-button-js:hover:before {
    width: 6.4vw;
    height: 6.4vw;
    border: .7vw solid white;
  }
}

.wrapper-video-overlay-button-js.button-js-no-absolute {
  background-color: transparent;
  border: 0;
  width: 25%;
  height: 15%;
  position: static;
  top: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
  z-index: 999;
}

.wrapper-video-overlay-button-js.button-js-no-absolute:before {
  content: none;
}

.wrapper-video-overlay-button-js.button-js-no-absolute:hover, .wrapper-video-overlay-button-js.button-js-no-absolute:focus {
  border: none;
  outline: none;
  content: none;
}

@media (min-width: 64em) {
  .wrapper-video-overlay-button-js {
    width: auto;
    height: auto;
    opacity: 1;
  }
}

.video-overlay-button-js {
  cursor: pointer;
}

.video-overlay-button-js:hover, .video-overlay-button-js:focus {
  border: none;
  outline: none;
}

/* === BUTTONS MOD ===
  <a class="button button__common button__common--light-brown button--clean button--l-arrow">
    LEARN MORE
    <span class="button__arrow">
      <span class="button__arrow-cont">
        <svg class="button__svg button__svg--black"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-link-arrow"></use></svg>
      </span>
    </span>
  </a>
*/
.button__common {
  padding: 0;
  overflow: visible;
}

.button__common--tan {
  color: #d6a76f;
}

.button__common--light-brown {
  color: #9d8276;
}

.button__common--light-brown:link, .button__common--light-brown:visited {
  color: #9d8276;
}

.button__common--bold-white {
  color: white;
  font-weight: bold;
}

.button__common--bold-white:link, .button__common--bold-white:visited {
  color: white;
}

.button__common--bold-white:hover {
  color: rgba(255, 255, 255, 0.7);
}

.homepage-content-wrapper .wrapper-common-element__description:not(.home-pre-carousel__testimonial):not(.wrapper-common-element__description--color-tan), .discover-iqos-wrapper .wrapper-common-element__description:not(.home-pre-carousel__testimonial):not(.wrapper-common-element__description--color-tan), .discover-technology-wrapper .wrapper-common-element__description:not(.home-pre-carousel__testimonial):not(.wrapper-common-element__description--color-tan), .discover-heets-wrapper .wrapper-common-element__description:not(.home-pre-carousel__testimonial):not(.wrapper-common-element__description--color-tan) {
  color: #787878;
}

.make-it-yours {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 64em) {
  .make-it-yours {
    padding-right: 35px;
  }
}

.make-it-yours__img-container {
  width: 9.375rem;
  height: 33.75rem;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}

@media (min-width: 64em) {
  .make-it-yours__img-container {
    width: 12.5rem;
    height: 50rem;
  }
}

@media (min-width: 20em) {
  .make-it-yours__img-container.hidden-mobile {
    display: none;
  }
}

@media (min-width: 48em) {
  .make-it-yours__img-container.hidden-mobile {
    display: block;
  }
}

.make-it-yours__img {
  max-height: 63.25rem;
  max-width: 18.4375rem;
  object-fit: contain;
}

.make-it-yours__text-container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.make-it-yours__title {
  width: 60%;
  margin-bottom: 2.5rem;
}

.make-it-yours__description {
  width: 60%;
  padding: 0;
  margin: 0;
  opacity: 0.7;
}

.make-it-yours__arrow {
  width: 2.375rem;
  height: 0.875rem;
  margin-left: 0.625rem;
}

.make-it-yours .wrapper-common-element__link-with-icon.button__common {
  margin-top: 40px;
  text-align: center;
  line-height: 18px;
}

.make-it-yours .wrapper-common-element__link-with-icon.button__common:hover {
  color: #9d8276;
}

.benefits-banner {
  padding-bottom: 5%;
  padding-right: 5%;
  padding-left: 5%;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  margin: auto;
  height: 100%;
  padding-top: 5%;
}

.benefits-banner__bg-gray-taste {
  background: radial-gradient(#FFFFFF, #D4D4D4);
  opacity: 0.7;
  display: block;
  width: 100%;
  min-height: 20vh;
}

@media (min-width: 81.25em) {
  .benefits-banner__bg-gray-taste {
    min-height: 30vh;
  }
}

.benefits-banner__img-container {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  bottom: 0;
  margin-bottom: -40%;
  z-index: 2;
}

.benefits-banner__img-container img {
  margin: -4.98008vh auto 0;
  width: 60.15936vh;
}

.benefits-banner__img-container img.benefits-banner__img-container--image-discover-taste {
  max-width: 40vh;
  margin-bottom: -13%;
}

@media (min-width: 48em) {
  .benefits-banner__img-container img.benefits-banner__img-container--image-discover-taste {
    max-width: 50vh;
  }
}

@media (min-width: 81.25em) {
  .benefits-banner__img-container img.benefits-banner__img-container--image-discover-taste {
    max-width: 75vh;
  }
}

@media (min-width: 48em) {
  .benefits-banner__img-container {
    margin-bottom: -30%;
  }
}

.benefits-banner__img-container--technology {
  bottom: 10%;
  margin-bottom: -35%;
}

.benefits-banner__img-container img.benefits-banner__img-container--img-absolute {
  width: 100%;
}

.benefits-banner .title-box {
  margin-bottom: 1.4375rem;
}

@media (min-width: 48em) {
  .benefits-banner .title-box {
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 64em) {
  .benefits-banner {
    background-position: center;
  }
  .benefits-banner__img-container--technology {
    bottom: 10%;
    left: -5%;
  }
  .benefits-banner__img-container img.benefits-banner__img-container--img-absolute {
    width: 60%;
  }
}

@media (min-width: 81.25em) {
  .benefits-banner__img-container img.benefits-banner__img-container--img-absolute {
    width: 40%;
  }
}

@media (min-width: 120em) {
  .benefits-banner__technology-banner {
    min-height: 965px;
  }
  .benefits-banner__img-container {
    top: 28%;
  }
  .benefits-banner__img-container img.benefits-banner__img-container--img-absolute {
    width: 55%;
  }
}

.benefits-banner__discover-tech {
  padding-top: 80px;
  padding-bottom: 5%;
  padding-right: 4%;
  padding-left: 4%;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  margin: auto;
  height: 90vh;
}

.benefits-banner__discover-tech-title-m-top {
  margin-top: 0;
}

.benefits-banner__discover-tech-subtitle-m-top {
  margin-top: 0;
}

.benefits-banner__discover-tech-img-container {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 4vh;
  z-index: 2;
}

.benefits-banner__discover-tech-img-container--technology {
  bottom: 0;
  margin-bottom: 0;
}

.benefits-banner__discover-tech-img-container img {
  max-width: 70vh;
}

@media (min-width: 48em) {
  .benefits-banner__discover-tech-title-m-top {
    margin-top: 5%;
  }
  .benefits-banner__discover-tech-img-container {
    bottom: 5vh;
  }
}

@media (min-width: 64em) {
  .benefits-banner__discover-tech {
    height: 67vh;
  }
  .benefits-banner__discover-tech-subtitle-m-top {
    margin-top: 1%;
    font-size: 18px;
  }
  .benefits-banner__discover-tech-img-container {
    bottom: 12vw;
  }
  .benefits-banner__discover-tech-img-container img.benefits-banner__img-container--img-absolute-discover-tech {
    width: 70%;
    top: 10%;
    left: 15%;
  }
}

@media (min-width: 1024px) and (max-height: 768px) {
  .benefits-banner__discover-tech {
    height: 85vh;
  }
  .benefits-banner__discover-tech-img-container img.benefits-banner__img-container--img-absolute-discover-tech {
    top: -5%;
    left: 25%;
  }
}

@media (min-width: 81.25em) {
  .benefits-banner__discover-tech {
    height: 90vh;
  }
  .benefits-banner__discover-tech-subtitle-m-top {
    margin-top: 1%;
  }
  .benefits-banner__discover-tech-img-container img.benefits-banner__img-container--img-absolute-discover-tech {
    width: 70%;
    top: 5%;
    left: 20%;
  }
}

@media (min-width: 1300px) and (max-height: 1024px) {
  .benefits-banner__discover-tech-img-container img.benefits-banner__img-container--img-absolute-discover-tech {
    top: 0;
    left: 25%;
  }
}

@media (min-width: 120em) {
  .benefits-banner__discover-tech {
    height: 90vh;
  }
  .benefits-banner__discover-tech-subtitle-m-top {
    margin-top: 1%;
    font-size: 22px;
  }
  .benefits-banner__discover-tech-img-container {
    bottom: 10vh;
  }
  .benefits-banner__discover-tech-img-container img.benefits-banner__img-container--img-absolute-discover-tech {
    width: 100%;
    bottom: 10vh;
    left: 30%;
  }
}

.benefits-banner.benefits-banner-style .benefits-banner__discover-tech-subtitle-m-top {
  margin-top: 0;
  padding-top: 0;
}

@media (min-width: 81.25em) {
  .benefits-banner.benefits-banner-style {
    background-position: center;
  }
  .benefits-banner.benefits-banner-style .benefits-banner__discover-tech-img-container img.benefits-banner__img-container--img-absolute-discover-tech {
    top: -5%;
    left: 30%;
  }
}

@media (min-width: 1600px) {
  .benefits-banner.benefits-banner-style .benefits-banner__discover-tech-img-container img.benefits-banner__img-container--img-absolute-discover-tech {
    top: -10%;
    left: 30%;
  }
}

@media (min-width: 120em) {
  .benefits-banner.benefits-banner-style .benefits-banner__discover-tech-img-container img.benefits-banner__img-container--img-absolute-discover-tech {
    max-width: 100%;
    width: 45%;
    top: 0;
    left: 25%;
  }
}

.discover-heets-wrapper .benefits-banner__bg-gray-taste {
  display: none;
}

.discover-heets-wrapper .benefits-banner {
  height: 50vh;
}

.taste-banner {
  position: relative;
  margin-bottom: 11.25rem;
  width: 100%;
}

.taste-banner__title {
  padding: 15.625rem 0;
  text-align: center;
  z-index: 10;
}

.taste-banner__bg-container {
  position: relative;
  position: relative;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.taste-banner__img-container {
  position: relative;
}

.taste-banner__bottom-img-container {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.taste-banner__img-middle {
  max-width: 43.3125rem;
  width: 100%;
  position: relative;
  margin: 0 auto;
  margin-top: -33%;
  left: -25px;
}

.taste-banner__img-bottom {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 14.375rem;
}

@media (min-width: 37.5em) {
  .taste-banner {
    margin-bottom: 8.125rem;
  }
}

@media (min-width: 48em) {
  .taste-banner {
    margin-bottom: 11.25rem;
  }
  .taste-banner__title {
    padding: 14.375rem 0 18.75rem;
  }
  .taste-banner__img-middle {
    max-width: 43.3125rem;
    margin-top: -229px;
  }
  .taste-banner__img-bottom {
    height: 18.75rem;
  }
}

@media (min-width: 81.25em) {
  .taste-banner {
    margin-bottom: 6.25rem;
  }
  .taste-banner__img-middle {
    max-width: 49.6875rem;
    margin-top: -16.4375rem;
  }
}

@media (min-width: 120em) {
  .taste-banner__img-middle {
    margin-top: -14%;
  }
}

.home-heets-wrapper {
  position: relative;
  width: 100%;
}

.home-heets-wrapper .home-heets-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  z-index: -1;
}

.home-heets-wrapper .home-heets-text {
  width: 90%;
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
}

.home-heets-wrapper .home-heets-text .home-heets-description {
  width: 90%;
}

.home-heets-wrapper .home-heets-container-img {
  width: 100%;
  margin-bottom: 1.25rem;
}

.home-heets-wrapper .home-heets-link {
  padding-left: 1.25rem;
}

.home-heets-wrapper .home-heets-link a.wrapper-common-element__link-with-icon {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  color: #9d8276;
  transition: 0.5s all;
  line-height: 1.28;
  letter-spacing: 2.7px;
  width: 60%;
  margin-bottom: 10px;
}

.home-heets-wrapper .home-heets-link a.wrapper-common-element__link-with-icon .home-heets-link-button {
  margin-left: 0;
  transition: 0.5s all;
}

.home-heets-wrapper .home-heets-link a.wrapper-common-element__link-with-icon .home-heets-link-button .make-it-yours__arrow {
  width: 38px;
  height: 12px;
}

.home-heets-wrapper .home-heets-link a.wrapper-common-element__link-with-icon:hover {
  color: #000;
}

.home-heets-wrapper .home-heets-link a.wrapper-common-element__link-with-icon:hover .home-heets-link-button {
  margin-left: 0.9375rem;
}

@media (max-width: 63.9375em) {
  .home-heets-wrapper .home-heets-link a.wrapper-common-element__link-with-icon {
    margin: 2vw 0 5vw;
  }
}

.home-heets-wrapper .wrapper-common-element__title {
  padding: 5vw 0 0;
}

@media (min-width: 37.5em) {
  .home-heets-wrapper {
    position: relative;
    width: 100%;
  }
  .home-heets-wrapper .home-heets-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
    z-index: -1;
  }
  .home-heets-wrapper .home-heets-text {
    width: 90%;
    padding-left: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .home-heets-wrapper .home-heets-text .home-heets-description {
    width: 80%;
  }
  .home-heets-wrapper .home-heets-container-img {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .home-heets-wrapper .home-heets-link {
    padding-left: 1.25rem;
  }
}

@media (min-width: 48em) {
  .home-heets-wrapper .home-heets-bg {
    width: 100%;
  }
}

@media (min-width: 64em) {
  .home-heets-wrapper {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 20% 20% 60%;
    grid-template-columns: 20% 20% 60%;
  }
  .home-heets-wrapper .home-heets-bg {
    position: absolute;
    width: 85%;
    height: 95.5%;
    background-color: #f1f1f1;
    z-index: -1;
  }
  .home-heets-wrapper .home-heets-text {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 2 span;
    -ms-grid-row: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    -ms-grid-row-span: 3;
    -webkit-align-self: end;
        -ms-flex-item-align: end;
            align-self: end;
    -ms-grid-row-align: center;
    margin-bottom: 0;
  }
  .home-heets-wrapper .home-heets-container-img {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 3;
    grid-column-end: 3 span;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    z-index: -1;
  }
  .home-heets-wrapper .home-heets-link {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 2 span;
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    grid-row-start: 2;
    grid-row-end: 2;
  }
  .home-heets-wrapper .home-heets-link a.wrapper-common-element__link-with-icon {
    text-transform: uppercase;
  }
  .home-heets-wrapper .wrapper-common-element__title {
    padding: 0;
  }
}

@media (min-width: 81.25em) {
  .home-heets-wrapper .home-heets-bg {
    height: 96.5%;
  }
}

@media (min-width: 120em) {
  .home-heets-wrapper .home-heets-bg {
    width: 90%;
    height: 97.5%;
  }
}

.taste-banner-2 {
  position: relative;
}

.taste-banner-2__custom-margin-5 {
  margin-top: 10%;
}

.taste-banner-2:first-of-type {
  margin-top: -5rem;
}

.taste-banner-2__img-layer {
  max-width: 12.5rem;
  position: absolute;
  right: 0;
  margin-right: -15%;
  top: 0;
  z-index: 10;
  margin-top: -15%;
}

.taste-banner-2__img-bg {
  max-width: 54.5rem;
  width: 100%;
}

.taste-banner-2__img-toxins {
  max-height: 45.6875rem;
}

.taste-banner-2__text-container {
  background-color: #F7F7F7;
  padding: 2.5rem;
  padding-right: 4.375rem;
}

.taste-banner-2__half-box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0;
  margin-bottom: 3.75rem;
  padding: 0 1.875rem;
}

@media (min-width: 64em) {
  .taste-banner-2__half-box {
    margin-top: 3.75rem;
  }
}

.taste-banner-2__half-box .taste-banner-2__img-container {
  width: 100%;
  margin-bottom: 15%;
}

.taste-banner-2__half-box .taste-banner-2__text-container {
  position: relative;
  width: 90%;
}

.taste-banner-2__full-box {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.taste-banner-2__full-box .taste-banner-2__img-background {
  z-index: -1;
  width: 90%;
}

.taste-banner-2__full-box .taste-banner-2__img-background.discover-tech-img-100 {
  z-index: -1;
  width: 100%;
}

.taste-banner-2__full-box .taste-banner-2__text-container {
  width: 90%;
  position: relative;
  top: -3.125rem;
}

.taste-banner-2__sub-text {
  font-size: 10px;
  opacity: .7;
  width: 70%;
}

@media (min-width: 37.5em) {
  .taste-banner-2__img-layer {
    max-width: 15.625rem;
  }
}

@media (min-width: 48em) {
  .taste-banner-2__full-box.no-margin-right, .taste-banner-2__half-box.no-margin-right {
    margin-right: 0;
  }
  .taste-banner-2__text-container {
    padding: 4.375rem 7rem 3.1875rem 3.5625rem;
  }
}

@media (min-width: 64em) {
  .taste-banner-2 {
    margin-top: 0;
    margin-bottom: 5%;
  }
  .taste-banner-2__custom-margin-5 {
    margin-top: 5%;
  }
  .taste-banner-2__text-container {
    padding: 3.8125rem 5rem 3.125rem 2.5rem;
  }
  .taste-banner-2__img-layer {
    top: 0;
    right: 0;
  }
  .taste-banner-2__half-box {
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
  }
  .taste-banner-2__half-box .taste-banner-2__img-container {
    margin-bottom: 0;
    width: 45%;
  }
  .taste-banner-2__half-box .taste-banner-2__text-container {
    width: 40%;
  }
  .taste-banner-2__full-box {
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .taste-banner-2__full-box .taste-banner-2__text-container {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 55px 85px 64px 43px;
  }
  .taste-banner-2__full-box .taste-banner-2__text-container.discover-tech-text {
    width: 45%;
    padding: 5%;
  }
  .taste-banner-2__full-box .taste-banner-2__img-background {
    width: 80%;
  }
  .taste-banner-2__full-box .taste-banner-2__img-background.discover-tech-img-100 {
    z-index: -1;
    width: 80%;
  }
}

@media (min-width: 81.25em) {
  .taste-banner-2 {
    margin-bottom: 0;
  }
  .taste-banner-2__full-box .taste-banner-2__text-container {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 55px 85px 64px 43px;
  }
  .taste-banner-2__full-box .taste-banner-2__text-container.discover-tech-text {
    width: 40%;
    padding: 5%;
  }
  .taste-banner-2__img-layer {
    margin-top: -10%;
    margin-right: -10%;
  }
}

@media (min-width: 120em) {
  .taste-banner-2 {
    margin-bottom: 0;
  }
  .taste-banner-2__text-container {
    padding: 6.25rem 8.75rem 5.625rem 5rem;
  }
  .taste-banner-2__full-box {
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .taste-banner-2__full-box .taste-banner-2__text-container {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 55px 85px 64px 43px;
  }
  .taste-banner-2__full-box .taste-banner-2__text-container.discover-tech-text {
    width: 45%;
    padding: 5%;
  }
}

.discover-wrapper__img {
  display: block;
  float: none;
  width: 100%;
}

@media (min-width: 64em) {
  .discover-wrapper {
    display: inline-block;
    width: 100%;
  }
  .discover-wrapper__img {
    display: block;
    float: right;
    width: 80%;
  }
}

@media (min-width: 64em) {
  .discover-heets-wrapper .taste-banner-2__half-box .taste-banner-2__img-container {
    width: 50%;
  }
}

.discover-heets-wrapper .taste-banner-2 {
  margin-bottom: 200px;
}

@media (min-width: 48em) {
  .discover-heets-wrapper .taste-banner-2 {
    margin-bottom: 300px;
  }
}

.taste-banner-1 {
  margin-top: 10%;
}

.taste-banner-1__custom-margin-20 {
  margin-top: 10%;
}

.taste-banner-1__img-farmers {
  width: 100%;
}

.taste-banner-1__text-container {
  background-color: #F7F7F7;
  width: 90%;
  padding: 10%;
  z-index: 10;
}

.taste-banner-1__title {
  font-size: 28px;
  font-size: 1.75rem;
}

.taste-banner-1__description {
  font-size: 16px;
  font-size: 1rem;
}

.taste-banner-1__img-background {
  position: relative;
  top: -1rem;
  z-index: -1;
}

.taste-banner-1__img-background--discover-tech-img {
  top: 0;
  margin-top: -10%;
}

@media (min-width: 48em) {
  .taste-banner-1__text-container--discover-tech-text {
    padding: 10% 5%;
  }
  .taste-banner-1__text-container:last-child {
    font-size: 20px;
    padding-right: 30%;
  }
}

@media (min-width: 64em) {
  .taste-banner-1 {
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 5%;
  }
  .taste-banner-1__custom-margin-20 {
    margin-top: 15%;
  }
  .taste-banner-1__margin-top {
    margin-top: 20%;
  }
  .taste-banner-1__text-container {
    padding: 2.8125rem 3.0625rem 2.125rem 2.5rem;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40%;
    bottom: auto;
  }
  .taste-banner-1__text-container--discover-tech-text {
    padding: 5% 5%;
    top: 25%;
    width: 50%;
  }
  .taste-banner-1__img-background {
    width: 75%;
    position: relative;
    top: 0;
  }
  .taste-banner-1__img-farmers {
    height: 100%;
  }
}

@media (min-width: 120em) {
  .taste-banner-1__custom-margin-20 {
    margin-top: 20%;
  }
  .taste-banner-1__text-container {
    padding: 5.5625rem 8.3125rem 5.125rem 4.625rem;
    width: 40%;
  }
  .taste-banner-1__text-container--discover-tech-text {
    padding: 5% 5%;
    top: 30%;
    width: 45%;
  }
  .taste-banner-1__title {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .taste-banner-1__description {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (min-width: 64em) {
  .discover-technology-wrapper .taste-banner-1__text-container--discover-tech-text {
    padding: 2% 2%;
    width: 45%;
  }
}

@media (min-width: 64em) {
  .discover-technology-wrapper .taste-banner-1__title {
    font-size: 2.8vw;
    line-height: 3.4375vw;
    margin: 0;
  }
}

@media (min-width: 64em) {
  .discover-heets-wrapper .taste-banner-1__img-background {
    width: 82%;
  }
}

@media (min-width: 64em) {
  .discover-heets-wrapper .taste-banner-1__text-container {
    width: 42%;
  }
}

.pre-footer-wrap {
  position: relative;
  width: 100%;
}

.pre-footer-wrap__custom-margin-5 {
  margin-top: -5%;
}

.pre-footer-wrap__bg {
  position: absolute;
  background: radial-gradient(#46495a, #060616);
  width: 90%;
  height: 100%;
  z-index: -1;
}

.pre-footer-wrap__content--text {
  width: 90%;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.pre-footer-wrap__content--text-technology {
  width: 90%;
  margin-top: 0;
  margin-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.pre-footer-wrap__link-with-icon {
  display: inline-block;
  overflow: visible;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.pre-footer-wrap__link-button {
  display: inline-block;
  position: relative;
}

.pre-footer-wrap__link-button--box {
  width: 15px;
  fill: #c3934b;
}

.pre-footer-wrap__link-button--arrow {
  position: absolute;
  width: 15px;
  fill: #c3934b;
  top: 0.1875rem;
  left: 0.125rem;
  transition: 0.5s all;
}

.pre-footer-wrap__link-with-icon:hover .pre-footer-wrap__link-button--arrow {
  top: -0.0625rem;
  left: 0.4375rem;
}

.pre-footer-wrap__link-with-icon:hover__container-img {
  width: 100%;
}

@media (min-width: 37.5em) {
  .pre-footer-wrap--text, .pre-footer-wrap--text-technology {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
}

@media (min-width: 64em) {
  .pre-footer-wrap__custom-margin-5 {
    margin-top: 5%;
  }
  .pre-footer-wrap__content {
    display: inline-block;
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
    padding-left: 6.25rem;
  }
  .pre-footer-wrap__content--text {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    padding-left: 0;
    padding-right: 10%;
  }
  .pre-footer-wrap__content--text-technology {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
  }
  .pre-footer-wrap__container-img {
    display: inline-block;
    width: 50%;
    margin-right: -0.3125rem;
  }
  .pre-footer-wrap__container-img--image {
    max-width: 1044px;
  }
}

@media (min-width: 81.25em) {
  .pre-footer-wrap__content--text {
    padding-left: 0;
    padding-right: 10%;
  }
}

.discover-technology-wrapper .pre-footer-wrap__content {
  padding-left: 20px;
}

.discover-technology-wrapper .pre-footer-wrap__custom-margin-5 {
  margin-top: 5%;
}

.discover-technology-wrapper .wrapper-common-element__link-with-icon {
  line-height: 24px;
}

@media (max-width: 63.9375em) {
  .discover-technology-wrapper .pre-footer-wrap__content--text-technology {
    padding-top: 40px;
  }
}

.discover-technology-wrapper .wrapper-common-element__link-with-icon {
  line-height: 24px;
}

.discover-technology-wrapper .wrapper-common-element__link-with-icon .button__link {
  display: inline-block;
  width: 25px;
}

.homepage-content-wrapper .wrapper-common-element__link-with-icon {
  line-height: 24px;
}

.homepage-content-wrapper .wrapper-common-element__link-with-icon .button__link {
  display: inline-block;
  width: 25px;
}

.taste-slider__img {
  max-height: 26.25rem;
  margin: 0 auto;
}

.taste-slider__heading {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 8.75vw;
  margin-top: 4.625rem;
  padding: 0 3.75rem;
}

.taste-slider__heading .wrapper-common-element__description {
  width: 60%;
  opacity: .7;
}

.taste-slider__img-container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 3.25rem;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  position: relative;
}

.taste-slider__bg {
  background-color: #fff;
  width: 100%;
  position: absolute;
  top: 45%;
  bottom: 0;
  z-index: -1;
  left: 0;
}

.taste-slider__description {
  padding: 0 3.125rem;
  text-align: center;
  color: rgba(65, 65, 65, 0.7);
}

.taste-slider__description-title {
  font-size: 28px;
  font-size: 1.75rem;
}

.taste-slider__description-text {
  font-size: 20px;
  font-size: 1.25rem;
  opacity: .75;
}

.taste-slider__single {
  width: 18.75rem;
}

.taste-slider__single:not(.slick-current) .taste-slider__description {
  display: none;
}

.taste-slider__single:not(.slick-current) img {
  opacity: .5;
}

.taste-slider__single:focus {
  outline: none;
}

.taste-slider__img-text {
  font-size: 28px;
  font-size: 1.75rem;
  color: #fff;
  line-height: 1.14;
  letter-spacing: -1.1px;
  position: absolute;
  top: 1.0625rem;
  left: 0;
  text-align: center;
  width: 100%;
}

.taste-slider .carousel-arrow {
  color: #fff;
  position: absolute;
  display: block;
  bottom: 40%;
  z-index: 10;
}

.taste-slider .carousel-arrow .button__svg {
  fill: #676767;
}

.taste-slider .carousel-arrow--prev {
  left: 0;
}

.taste-slider .carousel-arrow--prev .button__svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  margin-right: 0.625rem;
}

.taste-slider .carousel-arrow--prev.button--r-arrow:hover .button__arrow .button__arrow-cont {
  -webkit-transform: translate3d(-7px, 0, 0);
          transform: translate3d(-7px, 0, 0);
}

.taste-slider .carousel-arrow--next {
  right: 0;
}

.taste-slider .slick-list {
  width: 100%;
}

@media (min-width: 37.5em) {
  .taste-slider .carousel-arrow {
    bottom: 40%;
  }
  .taste-slider .carousel-arrow--next {
    right: 20%;
  }
  .taste-slider .carousel-arrow--prev {
    left: 20%;
  }
}

/* @include breakpoint($bp-medium) {
  .taste-slider {
    pointer-events: none;

    &__heading {
      margin-bottom: 5%;
      margin-top: 20%;
    }

    &__single {
      width: 33%;

      &:not(.slick-current) {
        .taste-slider__description {
          display: block;
        }

        img {
          opacity: 1;
        }
      }
    }

    &__img {
      max-height: prem(250px);
    }

    &__description {
      text-align: left;
      padding-right: 0;
    }

    &__description-title {
      @include rem-fallback(font-size, $font-large);
    }
  
    &__description-text {
      @include rem-fallback(font-size, $font-small);
      opacity: .75;
    }

    &__img-container {
      padding: 0 prem(60px);
      padding-bottom: prem(94px);
    }

    &__img-text {
      @include rem-fallback(font-size, $font-large);
      left: 5px;
    }
  }
} */
@media (min-width: 64em) {
  .taste-slider__single {
    width: 33%;
  }
  .taste-slider__single:not(.slick-current) .taste-slider__description {
    display: block;
  }
  .taste-slider__single:not(.slick-current) img {
    opacity: 1;
  }
  .taste-slider__img {
    max-height: 31.25rem;
  }
  .taste-slider__description {
    text-align: center;
    padding: 0px 20px;
  }
  .taste-slider__heading {
    width: 70%;
    margin-top: 20%;
  }
  .taste-slider__description-title {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .taste-slider__description-text {
    font-size: 22px;
    font-size: 1.375rem;
    opacity: .75;
  }
}

@media (min-width: 81.25em) {
  .taste-slider__description {
    padding: 0 3.75rem;
  }
  .taste-slider__heading {
    margin-top: 10%;
  }
  .taste-slider__img-text {
    font-size: 28px;
    font-size: 1.75rem;
    left: 0;
    top: 30px;
  }
}

@media (min-width: 120em) {
  .taste-slider__heading {
    margin-top: 8.5625rem;
    margin-bottom: 10.8125rem;
  }
  .taste-slider__img-container {
    padding-bottom: 6.9375rem;
  }
}

.home-carousel-wrapper {
  width: 100%;
  height: auto;
  position: relative;
  /* padding-top: 60px;
    @include breakpoint ($bp-large) {
        padding-top: 70px;
    } */
}

.home-carousel-wrapper .button:not(.button-bottom) {
  position: absolute;
  top: 56vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  padding: 1.5vh 1.5vh;
  font-size: 1.3vh;
  opacity: 0;
  transition: all 1s;
  z-index: 4;
}

@media (min-width: 37.5em) {
  .home-carousel-wrapper .button:not(.button-bottom) {
    top: 61vh;
  }
}

@media (min-width: 64em) {
  .home-carousel-wrapper .button:not(.button-bottom) {
    top: 50vh;
  }
}

.home-carousel-wrapper .button:not(.button-bottom) .button__svg--white {
  fill: #fff;
}

.home-carousel-wrapper .button:not(.button-bottom).loaded {
  opacity: 1;
}

.home-carousel-wrapper .button:not(.button-bottom):hover {
  color: #fff;
}

.home-carousel-wrapper .button:not(.button-bottom).btn-arrow-wrap-dark .btn-arrow-bg {
  background: #000;
  position: absolute;
  opacity: 0.28;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  transition: opacity .8s;
}

.home-carousel-wrapper .button-bottom {
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  border: none;
  padding: 0;
  left: 50%;
  bottom: 15px;
}

.home-carousel-wrapper .button-links {
  width: 20px;
  fill: #fff;
}

.home-carousel-wrapper .home-carousel__container {
  /* min-height: 600px;
            @include breakpoint($bp-large) {
                height: 1000px;
            } */
  position: relative;
}

.home-carousel-wrapper .home-carousel__item {
  position: relative;
  /* min-height: 600px;
            @include breakpoint($bp-large) {
                height: 1000px;
            } */
}

.home-carousel-wrapper .home-carousel__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 1s;
  opacity: 0.8;
}

.home-carousel-wrapper .home-carousel__item-box {
  position: relative;
  text-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 560px;
}

@media (min-width: 64em) {
  .home-carousel-wrapper .home-carousel__item-box {
    height: 1000px;
  }
}

.home-carousel-wrapper .home-carousel__img-mobile {
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}

@media (min-width: 64em) {
  .home-carousel-wrapper .home-carousel__img-mobile {
    display: none;
  }
}

.home-carousel-wrapper .home-carousel__img {
  display: none;
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}

@media (min-width: 64em) {
  .home-carousel-wrapper .home-carousel__img {
    display: block;
  }
}

.home-carousel-wrapper .home-carousel__text {
  color: #fff;
  word-break: break-word;
  display: block;
}

.home-carousel-wrapper .home-carousel__text--big {
  z-index: 10;
  font-weight: bold;
  white-space: nowrap;
  font-size: 7vh;
  letter-spacing: 22px;
  text-indent: 22px;
}

@media (min-width: 64em) {
  .home-carousel-wrapper .home-carousel__text--big {
    font-size: 11vh;
    letter-spacing: 78px;
    text-indent: 78px;
  }
}

@media (min-width: 120em) {
  .home-carousel-wrapper .home-carousel__text--big {
    /* font-size: 7vh;
                    letter-spacing: 100px;
                    text-indent: 100px; */
  }
}

@media (min-width: 1024px) and (min-height: 1300px) {
  .home-carousel-wrapper .home-carousel__text--big {
    font-size: 7vh;
  }
}

.home-carousel-wrapper .home-carousel__text--small {
  z-index: 3;
  font-weight: bold;
  white-space: nowrap;
  font-size: 2vh;
  letter-spacing: 10px;
  text-indent: 10px;
}

@media (min-width: 64em) {
  .home-carousel-wrapper .home-carousel__text--small {
    font-size: 2.5vh;
    letter-spacing: 17px;
    text-indent: 17px;
  }
}

@media (min-width: 120em) {
  .home-carousel-wrapper .home-carousel__text--small {
    /* font-size: 1.5vh;
                    letter-spacing: 22px;
                    text-indent: 22px;  */
  }
}

@media (min-width: 1024px) and (min-height: 1300px) {
  .home-carousel-wrapper .home-carousel__text--small {
    font-size: 1.5vh;
  }
}

.home-carousel-wrapper .home-carousel__text--text-1 {
  position: absolute;
  top: 36vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 37.5em) {
  .home-carousel-wrapper .home-carousel__text--text-1 {
    top: 37vh;
  }
}

@media (min-width: 64em) {
  .home-carousel-wrapper .home-carousel__text--text-1 {
    top: 27vh;
  }
}

.home-carousel-wrapper .home-carousel__text--text-2 {
  position: absolute;
  top: 40vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 37.5em) {
  .home-carousel-wrapper .home-carousel__text--text-2 {
    top: 42vh;
  }
}

@media (min-width: 64em) {
  .home-carousel-wrapper .home-carousel__text--text-2 {
    top: 30vh;
  }
}

.home-carousel-wrapper .home-carousel__text--text-3 {
  position: absolute;
  top: 49vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 37.5em) {
  .home-carousel-wrapper .home-carousel__text--text-3 {
    top: 53vh;
  }
}

@media (min-width: 64em) {
  .home-carousel-wrapper .home-carousel__text--text-3 {
    top: 44vh;
  }
}

@media (min-width: 120em) {
  .home-carousel-wrapper .home-carousel__text--text-3 {
    top: 44vh;
  }
}

.home-carousel-wrapper .home-carousel__links {
  width: 80%;
  display: block;
  background: rgba(0, 0, 0, 0.11);
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-top: 1px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 30px;
  opacity: 0;
}

@media (min-width: 37.5em) {
  .home-carousel-wrapper .home-carousel__links {
    padding: 0.0625rem 0.625rem 1.0625rem 0.625rem;
  }
}

@media (min-width: 64em) {
  .home-carousel-wrapper .home-carousel__links {
    width: 134.66135vh;
    max-width: calc(100% - 12vw);
    /* padding-left: 5px;
                padding-right: 5px; */
    padding-left: 7.5px;
    padding-right: 7.5px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: absolute;
    bottom: -300px;
    right: 50%;
    -webkit-transform: translateX(50%) !important;
            transform: translateX(50%) !important;
    margin-bottom: 0;
    transition: all 0.8s;
  }
  .home-carousel-wrapper .home-carousel__links.loaded {
    opacity: 1;
    bottom: 40px;
  }
}

.home-carousel-wrapper .home-carousel__links.loaded {
  opacity: 1;
}

.home-carousel-wrapper .home-carousel .home-carousel__links.loaded {
  opacity: 1;
}

@media (min-width: 64em) {
  .home-carousel-wrapper .home-carousel .home-carousel__links.loaded {
    bottom: 40px;
  }
}

.home-carousel-wrapper .home-carousel__links-box {
  width: 100%;
  display: block;
  height: 33vw;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}

@media (min-width: 64em) {
  .home-carousel-wrapper .home-carousel__links-box {
    float: left;
    width: 33.333%;
    height: 18.8vh;
  }
}

@media (min-width: 37.5em) {
  .home-carousel-wrapper .home-carousel__links-box {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}

.home-carousel-wrapper .home-carousel__links-box-content {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-top: 10px;
}

@media (min-width: 37.5em) {
  .home-carousel-wrapper .home-carousel__links-box-content {
    margin-top: 17px;
  }
}

@media (min-width: 64em) {
  .home-carousel-wrapper .home-carousel__links-box-content {
    margin-top: 0;
  }
}

.home-carousel-wrapper .home-carousel__links-box-content:hover .home-carousel__links-image-box {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.home-carousel-wrapper .home-carousel__links-image-box {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.home-carousel-wrapper .home-carousel__links-text-box {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 1.25rem;
}

.home-carousel-wrapper .home-carousel__links-text {
  margin: 0;
}

.home-carousel-wrapper .home-carousel__links-text--big {
  font-size: 4vw;
  font-weight: bold;
  margin-bottom: 1px;
  letter-spacing: 3.2px;
  color: #fff;
}

@media (min-width: 37.5em) {
  .home-carousel-wrapper .home-carousel__links-text--big {
    margin-bottom: 10px;
  }
}

@media (min-width: 64em) {
  .home-carousel-wrapper .home-carousel__links-text--big {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 2.5px;
  }
}

@media (min-width: 120em) {
  .home-carousel-wrapper .home-carousel__links-text--big {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 3.2px;
  }
}

.home-carousel-wrapper .home-carousel__links-text--small {
  font-size: 2.2vw;
  letter-spacing: .2em;
  color: rgba(255, 255, 255, 0.36);
  transition: 0.3s all;
}

@media (min-width: 37.5em) {
  .home-carousel-wrapper .home-carousel__links-text--small {
    letter-spacing: 2.2px;
  }
}

@media (min-width: 64em) {
  .home-carousel-wrapper .home-carousel__links-text--small {
    font-size: 8px;
    font-size: 0.5rem;
    letter-spacing: 1.6px;
  }
}

@media (min-width: 120em) {
  .home-carousel-wrapper .home-carousel__links-text--small {
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 2.2px;
  }
}

.home-carousel-wrapper .home-carousel__next-section-arrow {
  display: none;
  position: absolute;
  width: 25px;
  height: 25px;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 5px;
  fill: #656570;
  opacity: 0;
  cursor: pointer;
  transition: 0.5s all;
}

.home-carousel-wrapper .home-carousel__next-section-arrow svg {
  width: 14px;
  height: 13px;
}

.home-carousel-wrapper .home-carousel__next-section-arrow.loaded {
  opacity: 1;
}

@media (min-width: 64em) {
  .home-carousel-wrapper .home-carousel__next-section-arrow {
    display: block;
  }
}

.home-carousel-wrapper .home-carousel__next-section-arrow .next-section-arrow-mask {
  position: absolute;
  width: 25px;
  height: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: height 0.5s;
}

.home-carousel-wrapper .home-carousel__next-section-arrow .next-section-arrow-mask .next-section-arrow.white {
  fill: #fff;
}

.home-carousel-wrapper .home-carousel__next-section-arrow:hover .next-section-arrow-mask {
  height: 25px;
}

.home-carousel-wrapper .home-carousel__links-box-content .button__arrow-cont {
  vertical-align: middle;
  margin-left: 5px;
  transition: 0.3s all;
}

.home-carousel-wrapper .home-carousel__links-box-content:hover .button__arrow-cont {
  margin-left: 10px;
}

.home-carousel-wrapper .home-carousel__links-box-content:hover .home-carousel__links-text--small {
  color: #fff;
}

.home-carousel-wrapper.slide-1 .home-carousel__bg {
  background-image: radial-gradient(20% 90% at center, #313240 10%, #100F1D 150%);
}

.home-carousel-wrapper .item-slide-1 .home-carousel__img {
  position: absolute;
  top: calc(50% - 51vh + .1vw);
  margin-left: 0;
  z-index: 2;
}

.home-carousel-wrapper .item-slide-1 .home-carousel__img img {
  max-width: 49vh;
}

@media (min-width: 1024px) and (min-height: 1300px) {
  .home-carousel-wrapper .item-slide-1 .home-carousel__img {
    top: 0;
  }
}

.home-carousel-wrapper .item-slide-1 .home-carousel__img-mobile {
  position: absolute;
  top: -5vh;
  z-index: 2;
}

.home-carousel-wrapper .item-slide-1 .home-carousel__img-mobile img {
  max-width: 50vh;
}

.home-carousel-wrapper.slide-2 .home-carousel__bg {
  background-image: radial-gradient(20% 90% at center, #FFFFFF 10%, #D4D4D4 150%);
}

.home-carousel-wrapper.slide-2 .home-carousel__links-image-box:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top left, rgba(241, 241, 241, 0), rgba(241, 241, 241, 0.3));
}

.home-carousel-wrapper .item-slide-2 .home-carousel__text.home-carousel__text--small {
  color: #413D37;
}

.home-carousel-wrapper .item-slide-2 .home-carousel__text.home-carousel__text--big {
  color: #9C8277;
}

.home-carousel-wrapper .item-slide-2 .home-carousel__img {
  position: absolute;
  top: calc(50% - 51vh + .1vw);
  margin-left: 0;
  z-index: 2;
}

.home-carousel-wrapper .item-slide-2 .home-carousel__img img {
  max-width: 49vh;
}

@media (min-width: 1024px) and (min-height: 1300px) {
  .home-carousel-wrapper .item-slide-2 .home-carousel__img {
    top: 0;
  }
}

@media (min-width: 1920px) and (min-height: 1150px) {
  .home-carousel-wrapper .item-slide-2 .home-carousel__img {
    top: calc(50% - 47vh + .1vw);
  }
}

.home-carousel-wrapper .item-slide-2 .home-carousel__img-mobile {
  position: absolute;
  top: -5vh;
  z-index: 2;
}

.home-carousel-wrapper .item-slide-2 .home-carousel__img-mobile img {
  max-width: 60vh;
}

.home-carousel-wrapper.slide-4 .home-carousel__bg {
  background-image: radial-gradient(20% 90% at center, #732236 10%, #3B1215 150%);
}

.home-carousel-wrapper.slide-4 .home-carousel__links-image-box:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top left, rgba(41, 9, 12, 0), #29090c 80%);
}

.home-carousel-wrapper .item-slide-4 {
  /* .home-carousel__img-ruby-front {
            position: absolute;
            top: calc(50% - 51vh + .1vw);
            margin-left: 0;
            z-index: 5; 
            img {
                max-width: 49vh;
            }
            @media (min-width: 1024px) and (min-height: 1300px) {
                top: 0;
            }
        } */
  /* .home-carousel__img-ruby-front-mobile {
            position: absolute;
            top: -5vh;
            margin-left: 0;
            z-index: 5; 
            img {
                max-width: 50vh;
            }
            
        } */
}

.home-carousel-wrapper .item-slide-4 .button {
  z-index: 6;
}

.home-carousel-wrapper .item-slide-4 .home-carousel__img-ruby {
  position: absolute;
  top: calc(50% - 51vh + .1vw);
  margin-left: 0;
  z-index: 1;
}

.home-carousel-wrapper .item-slide-4 .home-carousel__img-ruby img {
  max-width: 50vh;
}

@media (min-width: 1024px) and (min-height: 1300px) {
  .home-carousel-wrapper .item-slide-4 .home-carousel__img-ruby {
    top: 0;
  }
}

.home-carousel-wrapper .item-slide-4 .home-carousel__img-ruby-mobile {
  position: absolute;
  top: -5vh;
  z-index: 1;
}

.home-carousel-wrapper .item-slide-4 .home-carousel__img-ruby-mobile img {
  max-width: 55vh;
}

.home-carousel-wrapper .item-slide-4 .home-carousel__text--text-1 {
  top: 38vh;
}

@media (min-width: 37.5em) {
  .home-carousel-wrapper .item-slide-4 .home-carousel__text--text-1 {
    top: 38vh;
  }
}

@media (min-width: 64em) {
  .home-carousel-wrapper .item-slide-4 .home-carousel__text--text-1 {
    top: 30vh;
  }
}

.home-carousel-wrapper .item-slide-4 .home-carousel__text--text-2 {
  top: 47vh;
}

@media (min-width: 37.5em) {
  .home-carousel-wrapper .item-slide-4 .home-carousel__text--text-2 {
    top: 47vh;
  }
}

@media (min-width: 64em) {
  .home-carousel-wrapper .item-slide-4 .home-carousel__text--text-2 {
    top: 44vh;
  }
}

@media (min-width: 120em) {
  .home-carousel-wrapper .item-slide-4 .home-carousel__text--text-2 {
    top: 44vh;
  }
}

.home-carousel-wrapper.slide-5 .home-carousel__bg {
  background-image: radial-gradient(20% 90% at center, #FFFFFF 10%, #D4D4D4 150%);
}

.home-carousel-wrapper.slide-5 .home-carousel__links-image-box:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top left, rgba(241, 241, 241, 0), rgba(241, 241, 241, 0.3));
}

.home-carousel-wrapper .item-slide-5 .home-carousel__text.home-carousel__text--small {
  color: #413D37;
}

@media (max-width: 63.9375em) {
  .home-carousel-wrapper .item-slide-5 .home-carousel__text.home-carousel__text--small {
    width: 100%;
    white-space: pre-wrap;
  }
}

.home-carousel-wrapper .item-slide-5 .home-carousel__text.home-carousel__text--big {
  color: #9C8277;
}

@media (max-width: 34.9375em) {
  .home-carousel-wrapper .item-slide-5 .home-carousel__text--text-2 {
    top: 39vh;
  }
}

@media (min-width: 64em) {
  .home-carousel-wrapper .item-slide-5 .home-carousel__text--text-3 {
    top: 44.8vh;
  }
}

.home-carousel-wrapper .item-slide-5 .home-carousel__img {
  display: block;
  position: absolute;
  top: 10vh;
  width: 50vh;
}

.home-carousel-wrapper .item-slide-5 .home-carousel__img img {
  margin: 0 auto;
}

.home-carousel-wrapper .slick-arrow {
  width: 20px;
  height: 35px;
  background: transparent;
  bottom: 20px;
  top: auto;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.home-carousel-wrapper .slick-arrow.loaded {
  opacity: 1;
}

.home-carousel-wrapper .slick-arrow:hover:before {
  -webkit-animation: shake 0.8s;
          animation: shake 0.8s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (min-width: 64em) {
  .home-carousel-wrapper .slick-arrow {
    width: 8.38vh;
    height: 8.38vh;
    top: 37%;
    bottom: auto;
    background: rgba(255, 255, 255, 0.06);
  }
}

.home-carousel-wrapper .slick-arrow:before {
  width: 2.23vh;
  height: 4vh;
  margin: 0 auto;
}

.home-carousel-wrapper .slick-arrow.slick-next {
  right: calc(50% - 60px);
}

@media (min-width: 64em) {
  .home-carousel-wrapper .slick-arrow.slick-next {
    right: 0;
  }
}

.home-carousel-wrapper .slick-arrow.slick-prev {
  left: calc(50% - 60px);
}

@media (min-width: 64em) {
  .home-carousel-wrapper .slick-arrow.slick-prev {
    left: 0;
  }
}

.home-carousel-wrapper .slick-dots {
  bottom: 25px;
}

.home-carousel-wrapper .slick-dots li button:before {
  color: #fff;
  opacity: 0.16;
}

.home-carousel-wrapper .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}

.home-carousel-wrapper.slide-1 .slick-arrow.slick-next:before, .home-carousel-wrapper.slide-4 .slick-arrow.slick-next:before {
  background: url(../images/icons/icon-arrow-thin-right-white.svg) no-repeat 0 0;
}

.home-carousel-wrapper.slide-1 .slick-arrow.slick-prev:before, .home-carousel-wrapper.slide-4 .slick-arrow.slick-prev:before {
  background: url(../images/icons/icon-arrow-thin-left-white.svg) no-repeat 0 0;
}

.home-carousel-wrapper.slide-2 .slick-dots li button:before, .home-carousel-wrapper.slide-5 .slick-dots li button:before {
  color: #000;
  opacity: 0.16;
}

.home-carousel-wrapper.slide-2 .slick-dots li.slick-active button:before, .home-carousel-wrapper.slide-5 .slick-dots li.slick-active button:before {
  color: #000;
  opacity: 1;
}

.home-carousel-wrapper .slide-transition-js {
  transition: all 0.8s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.home-carousel-wrapper .slide-transition-js-image {
  transition: all 0.8s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.home-carousel-wrapper .swipe-no-transition {
  transition: none !important;
}

.home-carousel-wrapper .home-carousel__bg.slide-changed {
  opacity: 1;
}

.home-carousel-wrapper .slide-left-margin {
  margin-left: 50px !important;
  opacity: 0 !important;
}

.home-carousel-wrapper .slide-left-margin-image {
  margin-left: 50px !important;
  opacity: 0 !important;
}

.home-carousel-wrapper.slide-4 .slide-left-margin-image {
  margin-left: 50px !important;
  opacity: 0 !important;
}

.home-carousel-wrapper .slide-right-margin {
  margin-left: -50px !important;
  opacity: 0 !important;
}

.home-carousel-wrapper .slide-right-margin-image {
  margin-left: -50px !important;
  opacity: 0 !important;
}

.home-carousel-wrapper.slide-4 .slide-right-margin-image {
  margin-left: -50px !important;
  opacity: 0 !important;
}

.home-carousel-wrapper .typing-animation {
  opacity: 0;
  transition: all 1.5s;
}

.home-carousel-wrapper .typing-animation.animate {
  -webkit-animation: typing 1.5s steps(40, end);
          animation: typing 1.5s steps(40, end);
  opacity: 1;
  white-space: nowrap;
  overflow: hidden;
}

.home-carousel-wrapper .slick-slide {
  opacity: 0;
}

.home-carousel-wrapper .slick-slide.slick-current {
  opacity: 1;
}

.home-carousel-wrapper .button-dark:link, .home-carousel-wrapper .button-dark:visited {
  color: white;
}

@-webkit-keyframes typing {
  /* from { width: 0; color: #353744;}
        to { width: 100%; color: $white} */
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes typing {
  /* from { width: 0; color: #353744;}
        to { width: 100%; color: $white} */
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.home-carousel-wrapper .carousel-loading {
  background: linear-gradient(270deg, #3b3f4c, #100f1d);
  background-size: 400% 400%;
  -webkit-animation: carouselPulse 4s ease infinite;
  animation: carouselPulse 4s ease infinite;
}

@-webkit-keyframes carouselPulse {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes carouselPulse {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-3px, 0, 0);
            transform: translate3d(-3px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(3px, 0, 0);
            transform: translate3d(3px, 0, 0);
  }
}

@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-3px, 0, 0);
            transform: translate3d(-3px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(3px, 0, 0);
            transform: translate3d(3px, 0, 0);
  }
}

.technology-innovative {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90%;
  margin-left: auto;
}

.technology-innovative__text-box {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background: #f1f1f1;
}

.technology-innovative__img-box {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  float: left;
  position: relative;
  z-index: -1;
  top: 3.75rem;
}

@media (min-width: 37.5em) {
  .technology-innovative__img-box {
    top: 8.75rem;
  }
}

@media (min-width: 48em) {
  .technology-innovative__img-box {
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    float: left;
    position: relative;
    z-index: -10;
    margin-bottom: -20%;
    top: 0;
  }
}

@media (min-width: 64em) {
  .technology-innovative {
    display: inline-block;
    width: 90%;
    float: right;
  }
  .technology-innovative__custom-margin-0 {
    margin-top: 0;
  }
  .technology-innovative__text-box {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    height: 100%;
    margin-top: 5%;
    padding: 5%;
  }
  .technology-innovative__img-box {
    width: 50%;
    float: left;
    text-align: right;
    padding-top: 0;
    background: #fff;
    position: static;
    z-index: 1;
  }
  .technology-innovative__desk-image {
    display: inline-block;
    width: 85%;
    margin-top: 3.125rem;
  }
}

@media (min-width: 81.25em) {
  .technology-innovative__desk-image {
    display: inline-block;
    width: 75%;
    margin-top: 5%;
  }
}

@media (min-width: 120em) {
  .technology-innovative__desk-image {
    display: inline-block;
    width: 90%;
    margin-top: 5%;
  }
}

@media (min-width: 64em) {
  .discover-technology-wrapper .technology-innovative__desk-image {
    width: 90%;
    margin-top: 3.125rem;
  }
}

.wrapper-benefits-hand {
  position: static;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #d6d5d5, #FFFFFF 33%, #FFFFFF 33%, #dad9da);
  padding-top: 15vw;
}

@media (min-width: 64em) {
  .wrapper-benefits-hand {
    padding: 5% 1%;
    padding-top: 15vw;
  }
}

@media (min-width: 48em) {
  .wrapper-benefits-hand {
    padding: 10% 1% 5%;
    padding-top: 15vw;
  }
}

.wrapper-benefits-hand__header {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: static;
  display: block;
  width: 100%;
  margin-top: 3.125rem;
  padding: 0 10%;
}

.wrapper-benefits-hand__title {
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
}

.wrapper-benefits-hand__description {
  width: 70%;
  margin-bottom: 0;
}

.wrapper-benefits-hand__description--warning {
  line-height: 3vw;
  font-size: 2.2vw;
  color: #aeaeae;
  margin-top: 2.5rem;
  margin-left: 0;
  width: 100%;
}

.wrapper-benefits-hand__description--p-separator {
  margin-top: 0;
}

.wrapper-benefits-hand__box-packet {
  -webkit-order: 4;
     -moz-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.wrapper-benefits-hand__img-composition {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: static;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 100%;
  margin: 50px 0 0;
  float: right;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.wrapper-benefits-hand__img-composition--img-one {
  width: 55%;
}

.wrapper-benefits-hand__img-composition--img-one--image-box-big {
  width: 100%;
  font-size: 10px;
}

.wrapper-benefits-hand__img-dual {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 10px;
  width: 50%;
}

.wrapper-benefits-hand__div-small {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  max-width: 55%;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  margin-bottom: 10px;
}

.wrapper-benefits-hand__div-small--image-box-small {
  width: 100%;
}

.wrapper-benefits-hand__image-box-medium {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
}

.wrapper-benefits-hand__calltoaction {
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  float: right;
  margin: 50px 0 0;
}

.wrapper-benefits-hand__calltoaction--opinion {
  width: 100%;
  text-align: center;
  font-size: 25px;
}

.wrapper-benefits-hand__calltoaction--name {
  width: 100%;
  text-align: center;
}

.wrapper-benefits-hand__calltoaction--image-btn-video {
  width: 100%;
}

@media (min-width: 48em) {
  .wrapper-benefits-hand__description--warning {
    line-height: 1.8vw;
    font-size: 1.3vw;
  }
}

@media (min-width: 64em) {
  .wrapper-benefits-hand {
    position: relative;
    display: inline-block;
  }
  .wrapper-benefits-hand__header {
    width: 35%;
    margin: 0;
    display: inline-block;
    padding: 0;
  }
  .wrapper-benefits-hand__title {
    width: 100%;
    margin-left: 10%;
    display: inline-block;
  }
  .wrapper-benefits-hand__description {
    width: 100%;
    margin-top: 5px;
    margin-left: 10%;
    display: inline-block;
  }
  .wrapper-benefits-hand__description--warning {
    width: 60%;
  }
  .wrapper-benefits-hand__box-packet {
    position: absolute;
    width: 55%;
    top: 0;
    margin-top: 25%;
    left: 0;
    margin-left: 15%;
    z-index: 3;
  }
  .wrapper-benefits-hand__img-composition {
    width: 60%;
    margin: 0;
  }
  .wrapper-benefits-hand__img-composition--img-one {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 70%;
  }
  .wrapper-benefits-hand__calltoaction {
    width: 55%;
    text-align: center;
  }
  .wrapper-benefits-hand__calltoaction--name {
    font-size: 12px;
    font-weight: bold;
  }
  .wrapper-benefits-hand__calltoaction--name--benefits-hand-name-from {
    font-weight: normal;
  }
  .wrapper-benefits-hand__calltoaction--image-btn-video {
    width: 63px;
    height: 63px;
  }
}

@media (min-width: 64em) {
  .wrapper-benefits-hand__header {
    width: 30%;
    margin: -1% 0 0;
    padding: 0;
    font-size: 24px;
  }
  .wrapper-benefits-hand__description {
    width: 100%;
    margin-bottom: 0;
    margin-top: 0.3125rem;
  }
  .wrapper-benefits-hand__description--warning {
    width: 90%;
    line-height: 1.0625vw;
    font-size: 0.75vw;
    margin-top: 0;
    margin-left: 10%;
  }
  .wrapper-benefits-hand__description--p-separator {
    margin-top: 0;
  }
  .wrapper-benefits-hand__box-packet {
    width: 55%;
    margin-top: 0;
    top: 38%;
    left: -8%;
    margin-left: 0;
  }
  .wrapper-benefits-hand__img-composition {
    width: 60%;
    margin-top: 3.125rem;
    margin-right: 1.5625rem;
    margin-bottom: 0;
    margin-left: auto;
  }
  .wrapper-benefits-hand__img-composition--img-one {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-width: 413px;
    margin-left: 0;
  }
  .wrapper-benefits-hand__img-dual {
    width: 55%;
    margin-right: 0.625rem;
  }
  .wrapper-benefits-hand__div-small {
    margin-right: 0;
    margin-bottom: 0.625rem;
    min-width: 177px;
  }
  .wrapper-benefits-hand__image-box-medium {
    min-width: 319px;
  }
  .wrapper-benefits-hand__calltoaction {
    margin-right: 8%;
    margin-top: 1.25rem;
  }
}

@media (min-width: 81.25em) {
  .wrapper-benefits-hand__header {
    width: 28%;
    margin-top: -1%;
    padding: 10px 0px;
  }
  .wrapper-benefits-hand__description {
    width: 100%;
    margin-bottom: 0;
    margin-top: 1.25rem;
  }
  .wrapper-benefits-hand__description--warning {
    width: 85%;
    margin-top: 1.25rem;
  }
  .wrapper-benefits-hand__description--p-separator {
    margin-top: 0;
  }
  .wrapper-benefits-hand__box-packet {
    width: 52%;
    margin-top: 16%;
    top: 22%;
    left: 0;
  }
  .wrapper-benefits-hand__img-composition {
    width: 70%;
    margin-top: 3.125rem;
    margin-right: 1.5625rem;
    margin-bottom: 0;
    margin-left: auto;
  }
  .wrapper-benefits-hand__img-composition--img-one {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-width: 413px;
    margin-left: 1rem;
  }
  .wrapper-benefits-hand__img-dual {
    margin-right: 0;
    width: 50%;
  }
  .wrapper-benefits-hand__div-small {
    margin-right: 0;
    margin-bottom: 1rem;
    min-width: 177px;
  }
  .wrapper-benefits-hand__image-box-medium {
    min-width: 319px;
  }
  .wrapper-benefits-hand__calltoaction {
    margin-right: 8%;
    margin-top: 3.125rem;
  }
}

@media (min-width: 120em) {
  .wrapper-benefits-hand__header {
    width: 35%;
    margin-top: -1%;
    padding: 10px 0px;
  }
  .wrapper-benefits-hand__description {
    width: 85%;
    margin-bottom: 0;
    margin-top: 2.5rem;
  }
  .wrapper-benefits-hand__description--warning {
    width: 75%;
    line-height: 1.0625vw;
    font-size: 0.75vw;
    margin-top: 1.25rem;
  }
  .wrapper-benefits-hand__description--p-separator {
    margin-top: 0;
  }
  .wrapper-benefits-hand__box-packet {
    top: 20%;
    left: -5%;
  }
  .wrapper-benefits-hand__img-composition {
    width: 60%;
    margin-top: 5rem;
    margin-right: 3.125rem;
    margin-bottom: 0;
    margin-left: auto;
  }
  .wrapper-benefits-hand__img-composition--img-one {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-width: 775px;
    margin-left: 1.875rem;
  }
  .wrapper-benefits-hand__img-composition__img-dual {
    width: 50%;
    margin-right: 2.5rem;
  }
  .wrapper-benefits-hand__div-small {
    margin-right: -0.875rem;
    min-width: 332px;
    margin-bottom: 1.25rem;
  }
  .wrapper-benefits-hand__image-box-medium {
    min-width: 578px;
  }
}

.discover-iqos-wrapper .bwrapper-benefits-hand__img-composition--img-one--img-box-big {
  min-height: 1px;
}

.discover-iqos-wrapper .wrapper-benefits-hand__image-box-medium {
  min-height: 1px;
}

.discover-iqos-wrapper .wrapper-benefits-hand__div-small {
  min-height: 1px;
}

.wrapper-benefits-component {
  margin-top: 20%;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  display: inline-block;
}

.wrapper-benefits-component__margin-top-0 {
  margin-top: 0;
}

.wrapper-benefits-component__element {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
}

.wrapper-benefits-component__element--position-center-box {
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper-benefits-component__element--position-top-box {
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.wrapper-benefits-component__element--display-in-bl {
  display: inline-block;
  width: 100%;
}

.wrapper-benefits-component__text {
  padding: 20px 25px;
  display: inline-block;
  width: 90%;
  position: absolute;
  bottom: 0;
  margin-bottom: -150px;
  background-color: #f1f1f1;
  z-index: auto;
  min-height: 200px;
}

@media (min-width: 64em) {
  .wrapper-benefits-component__text {
    z-index: 1;
  }
}

.wrapper-benefits-component__text--position-top {
  position: inherit;
  margin-bottom: -90px;
}

.wrapper-benefits-component__text--position-left {
  left: 0;
}

.wrapper-benefits-component__text--benefits-iqos-textbox-mod {
  bottom: -12.5rem;
  margin-bottom: 0;
}

.wrapper-benefits-component__text .wrapper-common-element__link-with-icon {
  display: inline-block;
  width: auto;
  z-index: 101;
  position: relative;
}

.wrapper-benefits-component__text .wrapper-common-element__link-with-icon:hover .wrapper-common-element__text {
  color: #000;
}

.wrapper-benefits-component__video-layer {
  position: relative;
  display: inline-block;
  width: 100%;
}

.wrapper-benefits-component__image {
  display: inline-block;
  width: 100%;
}

.wrapper-benefits-component.home-style-custom-margin {
  margin-top: 5% !important;
  margin-bottom: 5% !important;
}

.wrapper-benefits-component.wrapper-benefits-overlay {
  margin-bottom: 90px;
}

.wrapper-benefits-component.wrapper-benefits-overlay .wrapper-benefits-component__image-overlay {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
}

.wrapper-benefits-component.wrapper-benefits-overlay .wrapper-benefits-component__text {
  float: right;
  padding: 10px 25px;
  width: 95%;
}

.wrapper-benefits-component.home-style {
  margin-top: 15vw;
}

.wrapper-benefits-component.home-style .wrapper-benefits-component__text.wrapper-benefits-component__text--position-top {
  margin-bottom: 0;
}

.wrapper-benefits-component.home-style .wrapper-common-element__title {
  padding: 5vw 0 0;
}

.wrapper-benefits-component.home-style .wrapper-common-element__description {
  max-width: 82%;
}

.wrapper-benefits-component.home-style .wrapper-common-element__link-with-icon {
  display: inline-block;
  width: auto;
}

.wrapper-benefits-component.home-style .wrapper-common-element__link-with-icon .make-it-yours__arrow {
  width: 38px;
  height: 12px;
}

.wrapper-benefits-component.home-style .wrapper-common-element__link-with-icon:hover .wrapper-common-element__text {
  color: #000;
}

.wrapper-benefits-component.home-style .wrapper-benefits-component__image-overlay {
  position: absolute;
  width: 86vw;
  top: 60vw;
  right: 0;
  z-index: 10;
}

@media (min-width: 37.5em) {
  .wrapper-benefits-component.home-style .wrapper-benefits-component__image-overlay {
    position: absolute;
    width: 85vw;
    top: 25vw;
    right: 0;
    z-index: 10;
  }
}

@media (min-width: 48em) {
  --benefits-iqos-textbox-mod {
    bottom: -18.75rem;
  }
  .wrapper-benefits-overlay {
    margin-bottom: 150px;
  }
  .wrapper-benefits-overlay .wrapper-benefits-component__image-overlay {
    position: absolute;
    top: 25%;
    right: 0;
    z-index: 10;
  }
  .wrapper-benefits-component.home-style .wrapper-benefits-component__image-overlay {
    position: absolute;
    width: 80vw;
    top: 25vw;
    right: 0;
    z-index: 10;
  }
}

@media (min-width: 64em) {
  .wrapper-benefits-component__margin-top-0 {
    margin-top: 50px;
    margin-bottom: 0;
  }
  .wrapper-benefits-component__element--display-in-bl {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .wrapper-benefits-component__text {
    margin-right: -200px;
    width: 55%;
    padding: 50px;
    position: inherit;
    margin-bottom: 0;
    max-height: none;
  }
  .wrapper-benefits-component__text--benefits-iqos-textbox-mod {
    bottom: 0;
  }
  .wrapper-benefits-component__image--discover-iqos-img {
    width: 100%;
  }
  .wrapper-benefits-component.wrapper-benefits-overlay {
    margin-bottom: 15%;
  }
  .wrapper-benefits-component.wrapper-benefits-overlay .wrapper-benefits-component__image-overlay {
    position: absolute;
    top: -25%;
    right: 0;
    height: 610px;
  }
  .wrapper-benefits-component.wrapper-benefits-overlay .wrapper-benefits-component__image-overlay img {
    height: 100%;
    width: auto;
  }
  .wrapper-benefits-component.wrapper-benefits-overlay .wrapper-benefits-component__text {
    float: none;
  }
  .wrapper-benefits-component.home-style .wrapper-benefits-component__text {
    width: 55%;
    padding: 25px;
  }
  .wrapper-benefits-component.home-style .wrapper-common-element__title {
    padding: 0;
  }
  .wrapper-benefits-component.home-style .wrapper-benefits-component__image-overlay {
    width: 60%;
    top: -15%;
    height: auto;
  }
  .wrapper-benefits-component.home-style .wrapper-benefits-component__image-overlay img {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 81.25em) {
  .wrapper-benefits-component {
    margin-top: 9.375rem;
    margin-bottom: 21.875rem;
  }
  .wrapper-benefits-component__discover-iqos-eliminates-smell {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .wrapper-benefits-component__margin-top-0 {
    margin-top: 50px;
    margin-bottom: 0;
  }
  .wrapper-benefits-component__image--discover-iqos-img {
    max-width: 1332px;
  }
  .wrapper-benefits-component.wrapper-benefits-overlay .wrapper-benefits-component__image-overlay {
    height: 1100px;
  }
  .wrapper-benefits-component.home-style .wrapper-benefits-component__text {
    width: 55%;
    padding: 50px;
  }
}

@media (min-width: 120em) {
  .wrapper-benefits-component {
    margin-bottom: 10%;
    margin-top: 5%;
  }
  .wrapper-benefits-component__image--discover-iqos-img {
    max-width: 1332px;
  }
  .wrapper-benefits-component.wrapper-benefits-overlay .wrapper-benefits-component__image-overlay {
    height: 1100px;
  }
}

@media (max-width: 63.9375em) {
  .discover-iqos-wrapper .wrapper-benefits-component__text--benefits-iqos-textbox-mod {
    margin-bottom: 12vw;
  }
}

.technology-description {
  padding-left: 10%;
  position: relative;
}

.technology-description__custom-margin-15 {
  margin-top: 15%;
}

.technology-description__title {
  margin-bottom: 10%;
  width: 90%;
}

.technology-description__description {
  width: 47%;
  margin-bottom: 5%;
}

.technology-description__description--justified {
  width: 55%;
  margin-bottom: 10%;
}

.technology-description__img-container-top {
  margin-bottom: 10%;
  width: 55%;
}

.technology-description .wrapper-benefits-hand__description--warning {
  font-size: 11px;
  margin: 0;
  width: 65%;
  line-height: 15px;
}

.technology-description__img-top {
  height: 11.25rem;
  width: 100%;
}

.technology-description__img-container-side {
  max-width: 29.375rem;
  width: 65%;
  position: absolute;
  top: 26%;
  right: 0;
  z-index: 10;
}

.technology-description__img-container-bottom {
  display: none;
}

@media (min-width: 35.9375em) {
  .technology-description__description {
    width: 40%;
  }
  .technology-description__description--justified {
    width: 55%;
    margin-bottom: 10%;
  }
  .technology-description .wrapper-benefits-hand__description--warning {
    font-size: 11px;
    margin: 0;
    width: 40%;
    line-height: 20px;
  }
  .technology-description__img-container-side {
    max-width: 29.375rem;
    width: 70%;
    position: absolute;
    top: 19%;
    right: 0;
    z-index: 10;
  }
}

@media (min-width: 48em) {
  .technology-description__description--justified {
    width: 55%;
    margin-bottom: 10%;
  }
  .technology-description .wrapper-benefits-hand__description--warning {
    font-size: 11px;
    margin: 0;
    width: 50%;
    line-height: 20px;
  }
  .technology-description__img-container-side {
    max-width: 29.375rem;
    width: 62%;
    position: absolute;
    top: 30%;
    right: 0;
    z-index: 10;
  }
}

@media (min-width: 64em) {
  .technology-description {
    padding: 5% 0 5% 5%;
  }
  .technology-description__custom-margin-15 {
    margin-top: 0;
  }
  .technology-description__text-container {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
  }
  .technology-description__text-container .technology-description__title {
    display: block;
    padding-right: 10%;
    width: 100%;
  }
  .technology-description__text-container .technology-description__description {
    display: block;
    margin-bottom: 2%;
    padding-top: 0;
  }
  .technology-description__text-container .technology-description__description--justified {
    width: 80%;
    position: relative;
    left: 0;
    padding-right: 10%;
  }
  .technology-description .wrapper-benefits-hand__description--warning {
    font-size: 11px;
    margin: 0;
    width: 30%;
    line-height: 0.9375rem;
    position: relative;
    left: 27%;
  }
  .technology-description__img-container-bottom {
    display: block;
    width: 40%;
    height: auto;
    position: absolute;
    top: 40%;
    right: 0.125rem;
  }
  .technology-description__img-container-top {
    height: auto;
    width: 30%;
    max-width: 62.4375rem;
    display: inline-block;
    margin-bottom: 5%;
  }
  .technology-description__img-container-side {
    position: absolute;
    width: 40%;
    top: 45%;
    left: 0;
    max-width: 62.4375rem;
    z-index: 100;
  }
  .technology-description__img-top {
    width: 100%;
    height: 100%;
  }
  .technology-description__img-bottom {
    object-fit: cover;
  }
  .technology-description__title {
    display: inline-block;
    padding-right: 8.875rem;
    width: 40%;
  }
  .technology-description__description {
    display: block;
    width: 25%;
    left: 27%;
    position: relative;
    padding-top: 0;
    margin-bottom: 2%;
  }
}

@media (min-width: 81.25em) {
  .technology-description__text-container {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
  }
  .technology-description__text-container .technology-description__title {
    display: block;
    padding-right: 35%;
    width: 100%;
    margin-bottom: 5%;
  }
  .technology-description__text-container .technology-description__description {
    display: block;
    margin-bottom: 2%;
    padding-top: 0;
  }
  .technology-description__text-container .technology-description__description--justified {
    width: 80%;
    position: relative;
    left: 0;
    padding-right: 15%;
  }
  .technology-description__img-container-bottom {
    width: 35%;
    right: 5%;
  }
  .technology-description__img-container-top {
    width: 25%;
  }
  .technology-description__img-container-side {
    width: 35%;
    top: 45%;
    right: 5%;
  }
}

@media (min-width: 120em) {
  .technology-description {
    padding: 5% 10%;
  }
  .technology-description__text-container .technology-description__title {
    display: block;
    padding-right: 20%;
    width: 100%;
    margin-bottom: 5%;
  }
  .technology-description__text-container .technology-description__description {
    display: block;
    margin-bottom: 2%;
    padding-top: 0;
  }
  .technology-description__text-container .technology-description__description--justified {
    width: 90%;
    position: relative;
    left: 0;
    padding-right: 15%;
  }
  .technology-description .wrapper-benefits-hand__description--warning {
    font-size: 11px;
    margin: 0;
    width: 20%;
    line-height: 1rem;
    position: relative;
    left: 27%;
  }
  .technology-description__description {
    display: block;
    width: 25%;
    left: 27%;
    position: relative;
    padding-top: 0;
    margin-bottom: 2%;
    line-height: 1.75rem;
  }
  .technology-description__img-container-bottom {
    width: 40%;
    right: 0.125rem;
  }
}

@media (min-width: 81.25em) {
  .discover-technology-wrapper .technology-description__text-container .technology-description__title {
    padding-right: 15%;
  }
}

@media (min-width: 64em) {
  .discover-technology-wrapper .technology-description__text-container .technology-description__description--justified {
    padding-right: 0;
  }
}

.discover-technology-wrapper .technology-description__text-container .technology-description__title {
  margin-bottom: 5%;
}

.home-pre-carousel {
  position: relative;
  padding: 2.25rem 0;
  margin-bottom: 2rem;
  margin-top: 60px;
}

.home-pre-carousel__bg-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#3B3F4C, #100F1D);
}

.home-pre-carousel__slider-container {
  margin-bottom: 1.5625rem;
  position: relative;
}

.home-pre-carousel__slider-container:before {
  content: '';
  width: 100%;
  height: 70%;
  background-image: linear-gradient(90deg, #e5e5e5, #cfcfcf);
  opacity: .17;
  position: absolute;
  right: 0;
  z-index: -1;
}

.home-pre-carousel__slider-img-container {
  margin-bottom: 3.125rem;
}

.home-pre-carousel__slider-img {
  max-width: 415px;
  width: 100%;
  position: relative;
  top: 0.5rem;
  left: 1.25rem;
}

.home-pre-carousel__img-slider {
  position: relative;
}

.home-pre-carousel__title-container {
  text-align: center;
  margin-bottom: 1.5625rem;
}

.home-pre-carousel__testimonial-container {
  text-align: center;
  padding-right: 2.625rem;
}

.home-pre-carousel__testimonial {
  font-style: italic;
}

.home-pre-carousel__testimonial-slide {
  padding-left: 20px;
}

.home-pre-carousel .carousel-arrow {
  color: #fff;
  position: absolute;
  bottom: -50px;
  width: auto;
}

.home-pre-carousel .carousel-arrow .button__svg {
  fill: #676767;
}

.home-pre-carousel .carousel-arrow--prev {
  left: 0;
}

.home-pre-carousel .carousel-arrow--prev .button__svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  margin-right: 10px;
}

.home-pre-carousel .carousel-arrow--prev.button--r-arrow:hover .button__arrow .button__arrow-cont {
  -webkit-transform: translate3d(-7px, 0, 0);
          transform: translate3d(-7px, 0, 0);
}

.home-pre-carousel .carousel-arrow--next {
  right: 0;
}

.home-pre-carousel .slick-initialized .slick-slide {
  overflow: hidden;
}

.home-pre-carousel .slide-transition-js {
  transition: all 0.9s ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin-left: 0;
  opacity: 1;
}

.home-pre-carousel .slide-left-margin {
  margin-left: 15px;
  opacity: 0 !important;
}

.home-pre-carousel .slide-right-margin {
  margin-left: -15px;
  opacity: 0 !important;
}

.home-pre-carousel .img-clone-animation-next {
  position: absolute;
  max-width: 8px;
  height: 100%;
  top: 0.5rem;
  left: 1.25rem;
  width: 100%;
  transition: max-width 0.5s ease-in;
}

@media (min-width: 64em) {
  .home-pre-carousel .img-clone-animation-next {
    top: 1.875rem;
    left: 1.875rem;
  }
}

.home-pre-carousel .img-clone-animation-next.animate {
  max-width: 415px;
}

.home-pre-carousel .img-clone-animation-prev {
  position: absolute;
  max-width: 8px;
  height: 100%;
  top: 0.5rem;
  left: auto;
  width: 100%;
  transition: max-width 0.5s ease-in;
}

@media (min-width: 64em) {
  .home-pre-carousel .img-clone-animation-prev {
    top: 1.875rem;
  }
}

.home-pre-carousel .img-clone-animation-prev.animate {
  max-width: 415px;
}

@media (min-width: 48em) {
  .home-pre-carousel__slider-container {
    margin-left: 4.375rem;
  }
  .home-pre-carousel .carousel-arrow--prev {
    left: -85px;
    bottom: 0;
  }
  .home-pre-carousel .carousel-arrow--next {
    left: 415px;
    bottom: 0;
  }
  .home-pre-carousel .carousel-arrow:focus {
    outline: none !important;
  }
}

@media (min-width: 64em) {
  .home-pre-carousel {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 3.75rem;
    max-width: 96.1%;
  }
  .home-pre-carousel__title-container {
    width: 30%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 2.5rem;
    text-align: left;
  }
  .home-pre-carousel__slider-container {
    position: relative;
    width: 70%;
    padding: 0;
  }
  .home-pre-carousel__slider-img {
    top: 1.875rem;
    left: 1.875rem;
  }
  .home-pre-carousel__slider-img-container {
    width: 50%;
  }
  .home-pre-carousel__testimonial-container {
    position: absolute;
    right: 10%;
    top: 0;
    padding: 0;
    height: 80%;
    width: calc(35% + 20px);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
  }
  .home-pre-carousel__slide-single {
    position: relative;
  }
  .home-pre-carousel .carousel-arrow--prev {
    left: 50px;
    bottom: -50px;
  }
  .home-pre-carousel .carousel-arrow--next {
    left: 213px;
    bottom: -50px;
  }
}

@media (min-width: 81.25em) {
  .home-pre-carousel .carousel-arrow--next {
    left: 281px;
  }
}

.technology-science {
  position: relative;
  background-color: #f1f1f1;
  padding-top: 2%;
  padding-bottom: 12%;
  padding-right: 5%;
  padding-left: 5%;
}

.technology-science__text-container {
  padding: 10% 5%;
}

.technology-science__text-container .wrapper-common-element__title {
  margin-bottom: 5%;
}

.technology-science__bg-container {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
}

.technology-science__bg {
  width: 100%;
  height: 100%;
}

@media (min-width: 48em) {
  .technology-science .wrapper-common-element__title {
    margin-bottom: 5%;
    word-wrap: break-word;
  }
}

@media (min-width: 64em) {
  .technology-science {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2% 5%;
  }
  .technology-science__text-container {
    width: 50%;
    padding-left: 0;
  }
  .technology-science__text-container .wrapper-common-element__title {
    white-space: normal;
  }
  .technology-science__video-container {
    width: 50%;
    padding: 10% 0;
  }
  .technology-science__text-container {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 81.25em) {
  .technology-science {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 4%;
    padding-right: 8%;
  }
  .technology-science__text-container {
    padding-left: 0;
  }
  .technology-science__text-container .wrapper-common-element__title {
    word-wrap: break-word;
  }
}

@media (min-width: 120em) {
  .technology-science__text-container {
    padding-left: 0;
  }
}

.discover-technology-wrapper .technology-science__text-container .wrapper-common-element__title {
  margin-bottom: 0;
}

@media (min-width: 64em) {
  .discover-technology-wrapper .technology-science__video-container {
    padding-left: 2%;
  }
}

.wrapper-textbox-image-left {
  display: block;
  position: relative;
  padding-top: 100px;
}

.wrapper-textbox-image-left__background-image {
  display: inline-block;
  width: 90%;
  height: 100%;
}

.wrapper-textbox-image-left__image-box {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.wrapper-textbox-image-left__image-box--discover-iqos-absolute {
  width: 50%;
  top: 0;
  right: 0;
  margin-top: 10%;
}

.wrapper-textbox-image-left__box-text {
  background-color: #f1f1f1;
  padding: 30px;
  display: inline-block;
  width: 90%;
  position: relative;
  text-align: left;
}

.wrapper-textbox-image-left__box-text--discovery-iqos-text-position {
  padding: 5%;
}

.wrapper-textbox-image-left__box-text--discovery-iqos-text {
  width: 75%;
}

.wrapper-textbox-image-left__box-text--description {
  width: 65%;
  text-align: left;
  display: inline-block;
}

.wrapper-textbox-image-left__wrap-video--discover-iqos-wr-video {
  margin-top: 7%;
}

@media (min-width: 64em) {
  .wrapper-textbox-image-left__image-box--discover-iqos-absolute {
    width: 20%;
    top: 0;
    margin-top: 0;
  }
  .wrapper-textbox-image-left__box-text {
    width: 100%;
  }
  .wrapper-textbox-image-left__box-text--discovery-iqos-text-position {
    position: absolute;
    padding: 2% 5%;
    width: 50%;
    bottom: 0;
    right: 0;
  }
}

@media (min-width: 81.25em) {
  .wrapper-textbox-image-left__image-box--discover-iqos-absolute {
    width: 20%;
    right: 0;
  }
  .wrapper-textbox-image-left__box-text--discovery-iqos-text-position {
    position: absolute;
    padding: 2% 5%;
    width: 50%;
    right: 0;
    margin-bottom: 0;
  }
  .wrapper-textbox-image-left--discovery-iqos-text {
    width: 100%;
    text-align: left;
    display: inline-block;
  }
}

@media (min-width: 120em) {
  .wrapper-textbox-image-left {
    padding-top: 0;
    padding-right: 0;
  }
  .wrapper-textbox-image-left__discover-iqos-image {
    max-width: 1724px;
  }
  .wrapper-textbox-image-left__image-box--discover-iqos-absolute {
    width: 22%;
    top: -20%;
    right: 0;
  }
  .wrapper-textbox-image-left__box-text--discovery-iqos-text-position {
    position: absolute;
    width: 50%;
    padding: 2% 6%;
    right: 4rem;
  }
  .wrapper-textbox-image-left__box-text--discovery-iqos-text {
    width: 100%;
    text-align: left;
    display: inline-block;
  }
}

.wrapper-prod-textbox-imagebig {
  height: 100%;
  width: 100%;
  display: inline-block;
  position: relative;
  margin-top: 10%;
}

.wrapper-prod-textbox-imagebig__background-image {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.wrapper-prod-textbox-imagebig__background-image--box-text {
  width: 100%;
  padding: 30px 20px;
  background-color: #f6f6f6;
  display: inline-block;
  text-align: right;
  position: relative;
}

.wrapper-prod-textbox-imagebig__background-image--box-text--position-left {
  position: absolute;
  bottom: 0;
  margin-bottom: -150px;
  opacity: 1;
  width: 85%;
}

.wrapper-prod-textbox-imagebig__background-image--box-text--discover-iqos-position-left-mod {
  position: absolute;
  bottom: -20%;
  margin-bottom: -150px;
  opacity: 1;
  width: 90%;
}

.wrapper-prod-textbox-imagebig__background-image--box-text--description {
  width: 100%;
  text-align: left;
  display: inline-block;
}

.wrapper-prod-textbox-imagebig__background-image--box-text--description--width-mobile {
  width: 55%;
}

.wrapper-prod-textbox-imagebig__background-image--box-text.opacity-background {
  background-color: rgba(246, 246, 246, 0.9);
}

.wrapper-prod-textbox-imagebig__image-box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.wrapper-prod-textbox-imagebig__image-box--image-none {
  display: none;
}

.wrapper-prod-textbox-imagebig__image-box img {
  width: 70%;
}

@media (min-width: 37.5em) {
  .wrapper-prod-textbox-imagebig__image-box img {
    width: 100%;
  }
}

.wrapper-prod-textbox-imagebig__bg-box img {
  width: 100%;
}

.wrapper-prod-textbox-imagebig .wrapper-common-element__link-with-icon {
  padding-right: 0;
  width: 55%;
  line-height: 1.28;
  letter-spacing: 2.7px;
  z-index: 101;
  position: relative;
}

.wrapper-prod-textbox-imagebig .wrapper-common-element__link-with-icon:hover {
  color: #000;
}

.wrapper-prod-textbox-imagebig.home-style .wrapper-prod-textbox-imagebig__image-box {
  width: 75vw;
  left: -7vw;
  top: 0;
}

.wrapper-prod-textbox-imagebig.home-style .wrapper-prod-textbox-imagebig__image-box img {
  width: 100%;
}

.wrapper-prod-textbox-imagebig.home-style .wrapper-prod-textbox-imagebig__background-image--box-text.opacity-background {
  background-color: #fff;
}

.wrapper-prod-textbox-imagebig.home-style .wrapper-prod-textbox-imagebig__bg-box img {
  -webkit-transform: scale(1.3) translateX(-11vw);
          transform: scale(1.3) translateX(-11vw);
}

.wrapper-prod-textbox-imagebig.home-style .wrapper-common-element__title {
  padding: 5vw 0 0;
}

@media (min-width: 37.5em) {
  .wrapper-prod-textbox-imagebig.home-style .wrapper-prod-textbox-imagebig__image-box {
    width: 35vw;
    left: 10vw;
    top: 0;
  }
  .wrapper-prod-textbox-imagebig.home-style .wrapper-prod-textbox-imagebig__bg-box img {
    -webkit-transform: scale(1.2) translateX(-8vw) translateY(-3vw);
            transform: scale(1.2) translateX(-8vw) translateY(-3vw);
  }
}

@media (min-width: 64em) {
  .wrapper-prod-textbox-imagebig__background-image {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wrapper-prod-textbox-imagebig__background-image--box-text {
    padding: 20px 50px;
    position: absolute;
    z-index: auto;
    top: 20%;
    width: 65%;
  }
  .wrapper-prod-textbox-imagebig__background-image--box-text--description {
    width: 55%;
  }
  .wrapper-prod-textbox-imagebig__background-image--box-text--position-left, .wrapper-prod-textbox-imagebig__background-image--box-text--discover-iqos-position-left-mod {
    position: absolute;
    bottom: auto;
    opacity: 0.9;
    max-height: 100%;
    margin-bottom: 0;
  }
  .wrapper-prod-textbox-imagebig__image-box {
    top: -30%;
    z-index: 3;
  }
  .wrapper-prod-textbox-imagebig__image-box--image-none {
    display: inline-block;
  }
  .wrapper-prod-textbox-imagebig__image-box img {
    width: 70%;
  }
  .wrapper-prod-textbox-imagebig__bg-box {
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: right;
  }
  .wrapper-prod-textbox-imagebig__bg-box img {
    width: 100%;
  }
  .wrapper-prod-textbox-imagebig__image-box-discover-iqos img {
    max-width: 523px;
  }
  .wrapper-prod-textbox-imagebig.home-style .wrapper-prod-textbox-imagebig__background-image--box-text {
    padding: 0;
    padding-right: 30px;
    width: 67%;
  }
  .wrapper-prod-textbox-imagebig.home-style .wrapper-prod-textbox-imagebig__image-box {
    top: -5vw;
    left: 2.1875vw;
    width: 34.375vw;
  }
  .wrapper-prod-textbox-imagebig.home-style .wrapper-prod-textbox-imagebig__image-box img {
    width: 100%;
  }
  .wrapper-prod-textbox-imagebig.home-style .wrapper-prod-textbox-imagebig__background-image--box-text.opacity-background {
    background-color: rgba(246, 246, 246, 0.9);
  }
  .wrapper-prod-textbox-imagebig.home-style .wrapper-prod-textbox-imagebig__bg-box img {
    -webkit-transform: none;
            transform: none;
  }
  .wrapper-prod-textbox-imagebig.home-style .wrapper-common-element__title {
    padding: 3.375vw 0 0;
  }
}

@media (min-width: 81.25em) {
  .wrapper-prod-textbox-imagebig__background-image--box-text {
    width: 60%;
  }
  .wrapper-prod-textbox-imagebig__image-box {
    width: 30%;
    top: -12%;
  }
  .wrapper-prod-textbox-imagebig__image-box img {
    width: 100%;
  }
  .wrapper-prod-textbox-imagebig__image-box-discover-iqos img {
    max-width: 680px;
  }
  .wrapper-prod-textbox-imagebig.home-style .wrapper-prod-textbox-imagebig__background-image--box-text {
    padding: 0;
    padding-right: 30px;
    width: 67%;
  }
  .wrapper-prod-textbox-imagebig.home-style .wrapper-prod-textbox-imagebig__image-box {
    top: -5vw;
    left: 2.1875vw;
    width: 34.375vw;
  }
}

@media (min-width: 120em) {
  .wrapper-prod-textbox-imagebig__image-box img {
    width: 100%;
  }
  .wrapper-prod-textbox-imagebig__image-box-discover-iqos img {
    max-width: 980px;
  }
}

@media (max-width: 63.9375em) {
  .discover-iqos-wrapper .wrapper-prod-textbox-imagebig__background-image--box-text--discover-iqos-position-left-mod {
    bottom: 0;
  }
}

@media (min-width: 64em) {
  .discover-iqos-wrapper .wrapper-prod-textbox-imagebig__image-box {
    width: 34.375vw;
    top: -10vw;
  }
  .discover-iqos-wrapper .wrapper-prod-textbox-imagebig__image-box img {
    width: 100%;
  }
}

@media (min-width: 64em) {
  .discover-iqos-wrapper .wrapper-prod-textbox-imagebig__background-image--box-text {
    width: 65%;
  }
}

@media (min-width: 64em) {
  .discover-iqos-wrapper .wrapper-prod-textbox-imagebig__background-image--box-text {
    padding: 30px 50px;
  }
}

@media (max-width: 63.9375em) {
  .discover-iqos-wrapper .wrapper-textbox-image-left__image-box--discover-iqos-absolute {
    width: 28vw;
    top: 0;
  }
}

@media (max-width: 37.4375em) {
  .discover-iqos-wrapper .wrapper-textbox-image-left__image-box--discover-iqos-absolute {
    width: 40vw;
    top: 2vw;
  }
}

@media (max-width: 63.9375em) {
  .discover-iqos-wrapper .wrapper-common-element__wrap-video--discover-iqos-wr-video {
    margin-top: 12.5rem;
  }
}

.refer-banner-wrapper {
  width: 100%;
  position: relative;
  padding-top: 60px;
}

.refer-banner-wrapper__text {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.refer-banner-wrapper__text .refer-banner-description {
  padding: 5%;
}

.refer-banner-wrapper__title {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 0;
  color: #fff;
}

.refer-banner-wrapper__description {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 1.91;
  letter-spacing: normal;
  color: #d6a76f;
}

@media (min-width: 64em) {
  .refer-banner-wrapper__title {
    display: inline-block;
    width: 100%;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 0;
    color: #fff;
  }
  .refer-banner-wrapper__description {
    display: inline-block;
    width: 60%;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.91;
    letter-spacing: normal;
    color: #d6a76f;
  }
}

@media (min-width: 120em) {
  .refer-banner-wrapper__title {
    display: inline-block;
    width: 100%;
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 0;
    color: #fff;
  }
  .refer-banner-wrapper__title .refer-wrapper-description {
    width: 40%;
    margin: auto;
  }
  .refer-banner-wrapper__description {
    display: inline-block;
    width: 60%;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 1.91;
    letter-spacing: normal;
    color: #d6a76f;
  }
}

.refer-form-container-wrapper {
  width: 100%;
}

.refer-form-container-wrapper__text {
  display: inline-block;
  width: 100%;
  padding-top: 10%;
  padding-right: 5%;
  padding-bottom: 5%;
  padding-left: 5%;
}

.refer-form-container-wrapper__text--title {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 0;
  color: #000;
}

.refer-form-container-wrapper__text--description {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  line-height: 1.91;
  letter-spacing: normal;
  color: #414141;
}

.refer-form-container-wrapper__list {
  padding-left: 5%;
  color: #6e6e6e;
  font-size: 14px;
}

.refer-form-container-wrapper__list--element-title {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
  color: #6e6e6e;
}

.refer-form-container-wrapper__list--element-description {
  font-size: 11px;
  margin-top: 0;
  color: #6e6e6e;
}

@media (min-width: 48em) {
  .refer-form-container-wrapper__text {
    padding-top: 5%;
    padding-right: 20%;
    padding-bottom: 5%;
    padding-left: 5%;
  }
  .refer-form-container-wrapper__text--title {
    font-size: 28px;
    line-height: 1.2;
    white-space: nowrap;
    margin-bottom: 0;
  }
  .refer-form-container-wrapper__text--description {
    font-size: 13px;
  }
  .refer-form-container-wrapper__list {
    padding-left: 5%;
    font-size: 28px;
  }
  .refer-form-container-wrapper__list--element-title {
    font-size: 28px;
  }
  .refer-form-container-wrapper__list--element-description {
    font-size: 14px;
  }
}

@media (min-width: 64em) {
  .refer-form-container-wrapper__text {
    width: 100%;
    padding-top: 5%;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .refer-form-container-wrapper__text--title {
    width: 100%;
    font-size: 28px;
    line-height: 1.2;
    white-space: normal;
    margin-bottom: 10%;
  }
  .refer-form-container-wrapper__text--description {
    font-size: 13px;
  }
  .refer-form-container-wrapper__list {
    padding-left: 0;
    font-size: 18px;
  }
  .refer-form-container-wrapper__list--element-title {
    font-size: 18px;
  }
  .refer-form-container-wrapper__list--element-description {
    font-size: 12px;
  }
}

@media (min-width: 81.25em) {
  .refer-form-container-wrapper__list {
    font-size: 20px;
  }
  .refer-form-container-wrapper__list--element-title {
    font-size: 20px;
  }
  .refer-form-container-wrapper__list--element-description {
    font-size: 14px;
  }
}

@media (min-width: 120em) {
  .refer-form-container-wrapper__text {
    padding-top: 0;
    padding-left: 5%;
  }
  .refer-form-container-wrapper__text--title {
    font-size: 46px;
  }
  .refer-form-container-wrapper__list {
    font-size: 28px;
  }
  .refer-form-container-wrapper__list--element-title {
    font-size: 28px;
  }
  .refer-form-container-wrapper__list--element-description {
    font-size: 16px;
  }
}

.nav-vertical-custom {
  display: none;
}

@media (min-width: 64em) {
  .nav-vertical-custom {
    display: block;
    position: fixed;
    top: 52%;
    right: 35px;
    z-index: 100;
    transition: all 0.5s;
    opacity: 0;
  }
}

.nav-vertical-custom.loaded {
  opacity: 1;
}

.nav-vertical-custom.vertical-middle {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nav-vertical-custom .nav-vertical__element {
  display: block;
  text-align: right;
  margin-top: 10px;
}

.nav-vertical-custom .nav-vertical__link {
  display: inline-block;
  text-align: right;
  height: 28px;
}

.nav-vertical-custom .nav-vertical__link--active .nav-vertical__link-point {
  height: 22px;
  border-top-left-radius: 25%;
  border-top-right-radius: 25%;
  border-bottom-left-radius: 25%;
  border-bottom-right-radius: 25%;
}

.nav-vertical-custom .nav-vertical__link:hover .nav-vertical__link-tooltip {
  max-width: 500px;
  padding-left: 10px;
  padding-right: 10px;
  opacity: 1;
}

.nav-vertical-custom .nav-vertical__link-tooltip {
  display: inline-block;
  height: 15px;
  margin-right: 10px;
  vertical-align: middle;
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 50px;
  font-size: 10px;
  letter-spacing: 3px;
  max-width: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s;
}

.nav-vertical-custom .nav-vertical__link-point {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  transition: height 0.5s;
}

.nav-vertical-custom .nav-vertical__element.dark .nav-vertical__link-point {
  background: #000000;
}

@media (min-width: 48em) {
  .discover-iqos-wrapper .nav-vertical-custom {
    right: 20px;
  }
}

@media (min-width: 48em) {
  .discover-technology-wrapper .nav-vertical-custom {
    right: 20px;
  }
}

@media (min-width: 48em) {
  .discover-heets-wrapper .nav-vertical-custom {
    right: 20px;
  }
}

.wrapper-contact {
  display: inline-block;
  width: 100%;
}

.wrapper-contact__box-form {
  color: grey;
  height: 277px;
  display: inline-block;
  width: 100%;
}

.wrapper-contact__image {
  display: none;
}

.wrapper-contact__box-information {
  color: #414141;
  letter-spacing: normal;
}

.wrapper-contact__box-information--text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.3;
  margin-top: 0;
}

.wrapper-contact__box-information--text-bold {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0;
}

@media (min-width: 64em) {
  .wrapper-contact__box-gray {
    background: #e2e2e2;
    background: -webkit-gradient(left top, right top, color-stop(0%, #e2e2e2), color-stop(50%, #fefefe), color-stop(100%, #dbdbdb));
    background: linear-gradient(to right, #e2e2e2 0%, #fefefe 50%, #dbdbdb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#dbdbdb', GradientType=1);
  }
  .wrapper-contact__image {
    display: inline-block;
    width: 100%;
  }
}

.wrapper-contact__box-information--text {
  font-size: 13px;
  font-size: 0.8125rem;
}

.wrapper-contact__box-information--text-bold {
  font-size: 13px;
  font-size: 0.8125rem;
}

@media (min-width: 120em) {
  .wrapper-contact__box-information--text {
    font-size: 16px;
    font-size: 1rem;
  }
  .wrapper-contact__box-information--text-bold {
    font-size: 16px;
    font-size: 1rem;
  }
}

.support-landing-header {
  position: relative;
  height: 30vw;
  overflow: hidden;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.support-landing-header__img-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#3B3F4C, #100F1D);
}

.support-landing-header__bg {
  width: 100%;
  height: 100%;
}

.support-landing-header__title {
  text-align: center;
}

@media (min-width: 64em) {
  .support-landing-header {
    height: 12vw;
  }
}

.support-landing-boxes {
  padding: 10% 10% 0 10%;
}

.support-landing-boxes__title {
  margin-bottom: 2.25rem;
  font-weight: bold;
}

.support-landing-boxes__description {
  margin-bottom: 3.5rem;
}

.support-landing-boxes__img {
  width: 100%;
  max-height: 439px;
}

.support-landing-boxes__text-container {
  background-color: #F7F7F7;
  padding: 10%;
  margin: 0 1.875rem;
  position: relative;
  top: -50px;
  min-height: 400px;
}

.support-landing-boxes__single {
  margin-bottom: 3.125rem;
}

@media (min-width: 64em) {
  .support-landing-boxes {
    margin: 0 auto;
    padding: 5% 16% 0 16%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .support-landing-boxes__title {
    margin-bottom: 0.625rem;
  }
  .support-landing-boxes__description {
    margin-bottom: 0.8125rem;
  }
  .support-landing-boxes__text-container {
    padding: 0.9375rem 1.5rem 1.125rem 0.9375rem;
    margin: 0 0.9375rem;
  }
  .support-landing-boxes__single {
    width: 33%;
    margin: 2%;
  }
}

@media (min-width: 81.25em) {
  .support-landing-boxes {
    padding: 3% 10% 0% 10%;
  }
  .support-landing-boxes__title {
    margin-bottom: 1.4375rem;
  }
  .support-landing-boxes__description {
    margin-bottom: 1.875rem;
  }
  .support-landing-boxes__text-container {
    padding: 1.875rem;
    padding-right: 2.1875rem;
    margin: 0 1.875rem;
  }
}

@media (min-width: 120em) {
  .support-landing-boxes {
    padding: 5% 15% 0 15%;
  }
}

.support-landing-faq {
  padding: 5rem 3.125rem;
  background-color: #F7F7F7;
}

.support-landing-faq__title {
  margin-bottom: 4.0625rem;
  text-align: center;
}

.support-landing-faq__single {
  background-color: #fff;
  padding: 3.75rem 4.75rem 4.1875rem 2.875rem;
  margin-bottom: 25px;
}

.support-landing-faq__faq-title {
  margin-bottom: 2.5rem;
}

.support-landing-faq__list {
  line-height: 40px;
  padding: 0;
}

.support-landing-faq__faq-container {
  margin-bottom: 3.125rem;
}

.support-landing-faq__cta-container {
  text-align: center;
}

@media (min-width: 64em) {
  .support-landing-faq {
    padding: 5rem 12.8125rem;
  }
  .support-landing-faq__faq-title {
    margin-bottom: 0.75rem;
  }
  .support-landing-faq__list {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding-left: 0.625rem;
  }
  .support-landing-faq__single {
    width: 33%;
    padding: 0.9375rem 1.25rem 1.375rem 0.9375rem;
    margin-right: 60px;
  }
  .support-landing-faq__faq-container {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.25rem;
    margin-right: -3.75rem;
  }
}

@media (min-width: 81.25em) {
  .support-landing-faq {
    padding: 3.75rem 10rem;
  }
  .support-landing-faq__faq-title {
    margin-bottom: 1.5rem;
  }
  .support-landing-faq__list {
    font-size: 16px;
    line-height: 24px;
  }
  .support-landing-faq__single {
    padding: 2.0625rem 2.0625rem 2.4375rem 1.75rem;
    margin-right: 3.125rem;
  }
  .support-landing-faq__faq-container {
    margin-bottom: 2.1875rem;
    margin-right: -3.75rem;
  }
}

@media (min-width: 120em) {
  .support-landing-faq {
    padding: 5rem 22.5rem;
  }
  .support-landing-faq__single {
    margin-right: 7.375rem;
  }
}

.discover-important-wrapper .support-landing-faq__single {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

@media (min-width: 37.5em) {
  .discover-important-wrapper .support-landing-faq__single {
    padding: 3.75rem 4.75rem 4.1875rem 2.875rem;
  }
}

.discover-important-wrapper .support-landing-faq__single .wrapper-common-element__description {
  display: inline;
}

.discover-important-wrapper .support-landing-faq__single .support-landing-faq__list {
  padding-left: 15px;
  line-height: 30px;
}

@media (min-width: 37.5em) {
  .discover-important-wrapper .support-landing-faq__single .support-landing-faq__list {
    line-height: 40px;
    padding: 0;
  }
}

.discover-important-wrapper .support-landing-faq__single li {
  padding: 1.875vw 0 0;
}

.support-landing-contact {
  padding: 1.625rem 1.875rem;
}

.support-landing-contact__title {
  margin-bottom: 4.0625rem;
  text-align: center;
}

.support-landing-contact__img {
  margin-bottom: 2.5rem;
  max-width: 10vh;
  width: 100%;
  height: auto;
}

.support-landing-contact__text {
  margin-bottom: 2.5rem;
  color: #000;
}

.support-landing-contact__text a:link, .support-landing-contact__text a:visited {
  color: #000;
}

.support-landing-contact__subtext {
  margin-bottom: 1.25rem;
}

.support-landing-contact__subtext a:link, .support-landing-contact__subtext a:visited {
  color: #575757;
}

.support-landing-contact__number {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  color: #312e2e;
  line-height: 1.85;
}

.support-landing-contact__section {
  margin-bottom: 8.6875rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.support-landing-contact__icon {
  width: 15px;
  height: 15px;
}

.support-landing-contact__link, .support-landing-contact__link:link, .support-landing-contact__link:visited {
  color: #9d8276;
}

@media (min-width: 64em) {
  .support-landing-contact {
    padding: 5rem 7rem;
  }
  .support-landing-contact__sections-container {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .support-landing-contact__section {
    padding: 0;
    width: 33%;
  }
  .support-landing-contact__section:last-of-type {
    padding-right: 0;
  }
  .support-landing-contact__text {
    margin-bottom: 0.9375rem;
    color: #000;
  }
  .support-landing-contact__subtext {
    margin-bottom: 0.625rem;
  }
  .support-landing-contact__number {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: bold;
  }
  .support-landing-contact__img {
    margin-bottom: 0;
    max-width: 4.5vh;
    width: 100%;
    height: auto;
  }
  .support-landing-contact__icon {
    width: 17px;
    height: 17px;
    margin-right: 0.4375rem;
  }
  .help-landing__icon-container {
    min-height: 80px;
  }
}

@media (min-width: 81.25em) {
  .support-landing-contact {
    padding: 3.75rem 10rem;
  }
  .support-landing-contact__img {
    margin-bottom: 1.875rem;
    max-width: 6vh;
    width: 100%;
    height: auto;
  }
  .support-landing-contact__text {
    margin-bottom: 1.875rem;
    color: #000;
  }
  .support-landing-contact__subtext {
    margin-bottom: 1.25rem;
  }
  .support-landing-contact__icon {
    width: 22px;
    height: 22px;
    margin-right: 0.8125rem;
  }
  .support-landing-contact__number {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
  }
  .help-landing__icon-container {
    min-height: 100px;
  }
}

@media (min-width: 120em) {
  .support-landing-contact {
    padding: 5rem 20.625rem;
  }
  .support-landing-contact__text {
    color: #000;
  }
  .support-landing-contact__img {
    max-width: 7vh;
    width: 100%;
    height: auto;
  }
  .support-landing-contact__icon {
    width: 33px;
    height: 33px;
  }
  .help-landing__icon-container {
    min-height: 120px;
  }
}

@media (min-width: 64em) {
  .support-landing-contact.support-landing-style .support-landing-contact__title {
    font-size: 3.3vw;
  }
  .support-landing-contact.support-landing-style .support-landing-contact__img {
    margin-bottom: 0;
  }
  .support-landing-contact.support-landing-style .help-landing__icon-container {
    min-height: 75px;
  }
  .support-landing-contact.support-landing-style .support-landing-contact__text {
    font-size: 2vw;
  }
  .support-landing-contact.support-landing-style .support-landing-contact__subtext {
    font-size: 1.2vw;
  }
  .support-landing-contact.support-landing-style .support-landing-contact__number {
    font-size: 1.4vw;
  }
  .support-landing-contact.support-landing-style .support-landing-contact__link {
    font-size: 1.2vw;
    margin-bottom: 5px;
  }
}

@media (min-width: 81.25em) {
  .support-landing-contact.support-landing-style .help-landing__icon-container {
    min-height: 90px;
  }
  .support-landing-contact.support-landing-style .support-landing-contact__text {
    white-space: nowrap;
  }
}

@media (min-width: 120em) {
  .support-landing-contact.support-landing-style .help-landing__icon-container {
    min-height: 100px;
  }
  .support-landing-contact.support-landing-style .support-landing-contact__text {
    white-space: normal;
  }
  .support-landing-contact.support-landing-style .support-landing-contact__icon {
    width: 20px;
    height: 20px;
  }
}

.video-overlay-container .video-overlay-fixed {
  position: fixed;
  z-index: 8;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.8s;
  z-index: 10002;
}

.video-overlay-container .video-overlay-fixed .video-overlay-close {
  position: absolute;
  top: -8vh;
  right: 9.5vw;
  z-index: 100;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.video-overlay-container .video-overlay-fixed .video-bg {
  position: absolute;
  background: #000;
  opacity: .8;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.video-overlay-container .video-overlay-fixed .video-wrapper {
  width: 100%;
  -webkit-transform: scale(0.2) rotateX(-50deg);
          transform: scale(0.2) rotateX(-50deg);
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  position: relative;
}

.video-overlay-container.close .video-overlay-fixed {
  height: 0;
  overflow: hidden;
}

.video-overlay-container.open .video-overlay-fixed {
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  opacity: 1;
  height: auto;
}

.video-overlay-container.open .video-overlay-fixed .video-wrapper {
  -webkit-transform: scale(1) rotateX(0);
          transform: scale(1) rotateX(0);
}

@media (min-width: 48em) {
  .video-overlay-container .video-overlay-fixed .video-overlay-close {
    top: -9vh;
    right: 3.5vw;
    width: 45px;
    height: 45px;
  }
}

@media (min-width: 64em) {
  .video-overlay-container .video-overlay-fixed .video-wrapper {
    width: 75%;
  }
  .video-overlay-container .video-overlay-fixed .video-overlay-close {
    top: 0;
    right: -10%;
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 81.25em) {
  .video-overlay-container .video-overlay-fixed .video-overlay-close {
    top: 0;
    right: -10%;
  }
  .video-overlay-container .video-overlay-fixed .video-wrapper {
    width: 75%;
  }
}

.wrapper-info-page {
  width: 100%;
}

.wrapper-info-page__nav-menu {
  background-color: #f1f1f1;
}

.wrapper-info-page__nav-menu ul {
  list-style: none;
}

.wrapper-info-page__list-menu {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 4.06;
  letter-spacing: 2.4px;
  color: #4e4e4e;
  text-transform: uppercase;
  cursor: pointer;
}

.wrapper-info-page__list-menu--selected {
  color: #d6a76f !important;
}

.wrapper-info-page__box-text {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-left: 0;
  color: #858585;
  font-size: 16px;
  font-size: 1rem;
}

.wrapper-info-page__box-text--paragraph {
  display: inline-block;
  width: 90%;
}

.wrapper-info-page__box-text--title {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 10px;
}

.wrapper-info-page__box-text--subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  color: #717171;
  margin-top: 8px;
}

.wrapper-info-page__menu-link {
  background-color: #060615;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
}

.wrapper-info-page__list {
  opacity: 0;
  margin: 0;
  max-height: 0;
  transition: all .7s ease-in-out;
  overflow: hidden;
}

.wrapper-info-page__list.active {
  opacity: 1;
  transition: all .7s ease-in-out;
  max-height: 999px;
  padding-left: 5%;
}

.wrapper-info-page__arrow-down {
  width: 15px;
  height: 8px;
  margin-left: 15px;
}

.wrapper-info-page__faq-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wrapper-info-page__faq-description {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all .7s ease-in-out;
  font-size: 20px;
  font-size: 1.25rem;
  color: #858585;
}

.wrapper-info-page__faq-description.open {
  max-height: 9999px;
  overflow: visible;
  transition: all .7s ease-in-out;
  opacity: 1;
}

.wrapper-info-page__faq-description-text {
  font-size: 16px;
  font-size: 1rem;
}

.wrapper-info-page__faq-title {
  border-top: 1px solid #f2f2f2;
  padding: 25px 0;
  padding-right: 35px;
  position: relative;
  font-weight: bold;
  color: #312e2e;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: bold;
  cursor: pointer;
}

.wrapper-info-page__circle {
  width: 30px;
  height: 30px;
  border: 1px solid #676767;
  border-radius: 50%;
  display: inline-block;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wrapper-info-page__circle .vertical,
.wrapper-info-page__circle .horizontal {
  background-color: #676767;
  position: absolute;
  left: 50%;
  top: 50%;
}

.wrapper-info-page__circle .vertical {
  width: 2px;
  height: 16px;
  margin-left: -1px;
  margin-top: -8px;
}

.wrapper-info-page__circle .horizontal {
  width: 16px;
  height: 2px;
  margin-left: -8px;
  margin-top: -1px;
}

.wrapper-info-page__circle.closed .vertical {
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.wrapper-info-page__circle.closed .horizontal {
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 1;
}

.wrapper-info-page__circle.open {
  opacity: 1;
}

.wrapper-info-page__circle.open .vertical {
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.wrapper-info-page__circle.open .horizontal {
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  opacity: 0;
}

@media (min-width: 48em) {
  .wrapper-info-page {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .wrapper-info-page__list-menu {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .wrapper-info-page--title {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .wrapper-info-page__nav-menu {
    display: inline-block;
    width: 30%;
    height: auto;
    padding: 20px;
    margin-left: 20px;
  }
  .wrapper-info-page__box-text {
    width: 70%;
    font-size: 16px;
    font-size: 1rem;
    margin-left: 50px;
  }
  .wrapper-info-page__box-text--subtitle {
    font-size: 16px;
    font-size: 1rem;
  }
  .wrapper-info-page__menu-link {
    display: none;
  }
  .wrapper-info-page__list {
    opacity: 1;
    max-height: 99999px;
    padding-left: 10%;
  }
  .wrapper-info-page__faq-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .wrapper-info-page__faq-description-text {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 81.25em) {
  .wrapper-info-page__list-menu {
    font-size: 16px;
    font-size: 1rem;
  }
  .wrapper-info-page--title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .wrapper-info-page__box-text {
    font-size: 16px;
    font-size: 1rem;
  }
  .wrapper-info-page__box-text--subtitle {
    font-size: 16px;
    font-size: 1rem;
  }
  .wrapper-info-page__faq-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .wrapper-info-page__faq-description-text {
    font-size: 16px;
    font-size: 1rem;
  }
  .wrapper-info-page__list {
    padding-left: 5%;
  }
}

@media (min-width: 120em) {
  .wrapper-info-page__box-text {
    font-size: 16px;
    font-size: 1rem;
  }
  .wrapper-info-page__box-text--subtitle {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .wrapper-info-page__faq-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .wrapper-info-page__faq-description-text {
    font-size: 16px;
    font-size: 1rem;
  }
  .wrapper-info-page__list {
    padding-left: 10%;
  }
}

.content-width.legal.faq-style {
  padding: 2%;
}

.support-article {
  padding: 10px 25px;
}

.support-article__img1-container {
  margin-bottom: 50px;
}

.support-article__title-heading {
  margin: 0;
  font-weight: normal;
  margin-bottom: 15px;
}

.support-article__title-container {
  margin-top: 0px;
}

.support-article__title-subtitle-1 {
  margin-bottom: 30px;
}

.support-article__title-subtitle-2 {
  margin-bottom: 10px;
}

.support-article__title-description-1 {
  margin-bottom: 20px;
}

.support-article__circles-container {
  padding: 0 50px;
  text-align: center;
  margin: 80px 0;
}

.support-article__circle-single {
  margin-bottom: 88px;
}

.support-article__circle-title {
  margin: 0;
  font-weight: normal;
  margin-bottom: 35px;
}

.support-article__circle-img {
  margin-bottom: 60px;
  width: 213px;
}

.support-article__circle-subtitle {
  color: #858585;
}

.support-article__description-container {
  margin: 90px 0;
}

.support-article__description-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 20px;
}

.support-article__description-body-text {
  margin-bottom: 30px;
}

.support-article__description-img {
  margin-bottom: 60px;
}

.support-article .button {
  border: none;
  background: transparent;
  padding-left: 0;
  overflow: visible;
}

@media (min-width: 48em) {
  .support-article__circles-container {
    padding: 0 188px;
  }
}

@media (min-width: 64em) {
  .support-article {
    padding: 20px 40px;
  }
  .support-article__title-container {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }
  .support-article__title-text {
    padding-left: 55px;
    width: 60%;
  }
  .support-article__title-heading {
    margin: 0;
  }
  .support-article__circles-container {
    padding: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1236px;
    margin: 0 auto;
    margin-top: 100px;
  }
  .support-article__circle-title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
  .support-article__circle-single {
    width: 33%;
    padding: 0 50px;
  }
  .support-article__circle-img {
    width: 147px;
    margin-bottom: 40px;
  }
  .support-article__description-container {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
  .support-article__description-text {
    padding-left: 55px;
    width: 60%;
  }
}

@media (min-width: 81.25em) {
  .support-article {
    padding: 20px 70px 70px 70px;
  }
  .support-article__title-container {
    margin-top: 10px;
  }
}

.video-overlay-container .video-overlay-fixed {
  position: fixed;
  z-index: 8;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.8s;
  z-index: 10002;
}

.video-overlay-container .video-overlay-fixed .video-overlay-close {
  position: absolute;
  top: -8vh;
  right: 9.5vw;
  z-index: 100;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.video-overlay-container .video-overlay-fixed .video-bg {
  position: absolute;
  background: #000;
  opacity: .8;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.video-overlay-container .video-overlay-fixed .video-wrapper {
  width: 100%;
  -webkit-transform: scale(0.2) rotateX(-50deg);
          transform: scale(0.2) rotateX(-50deg);
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  position: relative;
}

.video-overlay-container.close .video-overlay-fixed {
  height: 0;
  overflow: hidden;
}

.video-overlay-container.open .video-overlay-fixed {
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  opacity: 1;
  height: auto;
}

.video-overlay-container.open .video-overlay-fixed .video-wrapper {
  -webkit-transform: scale(1) rotateX(0);
          transform: scale(1) rotateX(0);
}

@media (min-width: 48em) {
  .video-overlay-container .video-overlay-fixed .video-overlay-close {
    top: -9vh;
    right: 3.5vw;
    width: 45px;
    height: 45px;
  }
}

@media (min-width: 64em) {
  .video-overlay-container .video-overlay-fixed .video-wrapper {
    width: 75%;
  }
  .video-overlay-container .video-overlay-fixed .video-overlay-close {
    top: 0;
    right: -10%;
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 81.25em) {
  .video-overlay-container .video-overlay-fixed .video-overlay-close {
    top: 0;
    right: -10%;
  }
  .video-overlay-container .video-overlay-fixed .video-wrapper {
    width: 75%;
  }
}

.news-landing-wrapper {
  width: 100%;
  margin-top: 2.1875rem;
}

@media (min-width: 64em) {
  .news-landing-wrapper {
    margin-top: 4.375rem;
  }
}

.news-landing-wrapper .news-top-section {
  position: relative;
}

@media (min-width: 48em) {
  .news-landing-wrapper .news-top-section {
    margin-bottom: 2.5rem;
  }
}

.news-landing-wrapper .news-top-section .news-top__container {
  position: relative;
}

.news-landing-wrapper .news-top-section .news-top__text-box {
  display: block;
  background-color: #f1f1f1;
  width: 80%;
  margin: -2.1875rem auto;
  margin-bottom: 2.1875rem;
  padding: 1.875rem;
  position: relative;
  z-index: 10;
}

@media (min-width: 37.5em) {
  .news-landing-wrapper .news-top-section .news-top__text-box {
    padding: 3.125rem 2.5rem 3.4375rem 2.8125rem;
  }
}

@media (min-width: 48em) {
  .news-landing-wrapper .news-top-section .news-top__text-box {
    position: absolute;
    width: 40%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 2.8125rem 3.75rem 2.375rem 2.1875rem;
    margin: 0;
  }
}

@media (min-width: 64em) {
  .news-landing-wrapper .news-top-section .news-top__text-box {
    padding: 5.375rem 8.75rem 4.375rem 4.375rem;
  }
}

@media (min-width: 81.25em) {
  .news-landing-wrapper .news-top-section .news-top__text-box {
    width: 45%;
    padding: 2rem 2rem 2rem 3rem;
  }
}

.news-landing-wrapper .news-top-section .news-top__img-box {
  display: block;
  width: 95%;
  margin: 0 auto;
}

@media (min-width: 48em) {
  .news-landing-wrapper .news-top-section .news-top__img-box {
    padding-right: 1.875rem;
    display: block;
    position: relative;
    width: 80%;
    margin: 0 0 0 auto;
  }
}

.news-landing-wrapper .news-top-section .news-top__img {
  width: 100%;
  height: auto;
  max-height: 39.375rem;
}

.news-landing-wrapper .news-top-section .news-top__date {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.44;
  letter-spacing: 2.4px;
  color: #595959;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-weight: normal;
}

@media (min-width: 48em) {
  .news-landing-wrapper .news-top-section .news-top__date {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.1;
    letter-spacing: 1.7px;
    margin-bottom: 0.5625rem;
  }
}

@media (min-width: 64em) {
  .news-landing-wrapper .news-top-section .news-top__date {
    margin-bottom: 1.25rem;
  }
}

.news-landing-wrapper .news-top-section .news-top__title {
  display: block;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.2em;
  letter-spacing: -2px;
  color: #000;
  margin-top: 0;
  width: 100%;
  word-wrap: break-word;
  font-weight: normal;
  /* overflow: hidden;
                position: relative; 
                line-height: 1.2em;
                max-height: 2.4em; 
                margin-right: -1em;
                padding-right: 1em; */
  /* &:before {
                    
                    content: '...';
                   
                    position: absolute;
                    
                    right: 0;
                    bottom: 0;
                } */
  /* &:after {
                   
                    content: '';
                    
                    position: absolute;
                   
                    right: 0;
               
                    width: 1em;
                    height: 1em;
                    margin-top: 0.2em;
                  
                    background: $background-div;
                } */
}

@media (min-width: 37.5em) {
  .news-landing-wrapper .news-top-section .news-top__title {
    font-size: 50px;
    font-size: 3.125rem;
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 48em) {
  .news-landing-wrapper .news-top-section .news-top__title {
    font-size: 28px;
    font-size: 1.75rem;
    letter-spacing: -1.1px;
    margin-bottom: 1rem;
  }
}

@media (min-width: 81.25em) {
  .news-landing-wrapper .news-top-section .news-top__title {
    font-size: 50px;
    font-size: 3.125rem;
    letter-spacing: -2px;
    margin-bottom: 1.9375rem;
  }
}

.news-landing-wrapper .news-top-section .news-top__description {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #5A5A5A;
  margin-top: 0;
  margin-bottom: 1.25rem;
  height: 105px;
  word-wrap: break-word;
  overflow: hidden;
  font-weight: normal;
}

@media (min-width: 37.5em) {
  .news-landing-wrapper .news-top-section .news-top__description {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 3.125rem;
  }
}

@media (min-width: 48em) {
  .news-landing-wrapper .news-top-section .news-top__description {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.76;
    margin-bottom: 1.5rem;
    height: 55px;
  }
}

@media (min-width: 81.25em) {
  .news-landing-wrapper .news-top-section .news-top__description {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.8;
    margin-bottom: 3.1875rem;
    height: 108px;
  }
}

.news-landing-wrapper .news-top-section .news-top__link-text {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.44;
  letter-spacing: 2.4px;
  font-weight: bold;
  color: #9d8276;
  margin-top: 0;
}

@media (min-width: 48em) {
  .news-landing-wrapper .news-top-section .news-top__link-text {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.21;
    letter-spacing: 1.5px;
  }
}

@media (min-width: 64em) {
  .news-landing-wrapper .news-top-section .news-top__link-text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.44;
    letter-spacing: 2.4px;
  }
}

.news-landing-wrapper .news-top-section .news-top__link-icon {
  width: 38px;
  height: 14px;
}

@media (min-width: 48em) {
  .news-landing-wrapper .news-top-section .news-top__link-icon {
    width: 20px;
    height: 7px;
  }
}

@media (min-width: 64em) {
  .news-landing-wrapper .news-top-section .news-top__link-icon {
    width: 38px;
    height: 14px;
  }
}

@media (min-width: 48em) {
  .news-landing-wrapper .news-bottom-section {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media (min-width: 64em) {
  .news-landing-wrapper .news-bottom-section {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.news-landing-wrapper .news-bottom-section__cta-container {
  text-align: center;
}

.news-landing-wrapper .news-bottom-section .news-bottom__single-container {
  width: 80%;
  margin: 0 auto;
}

@media (min-width: 48em) {
  .news-landing-wrapper .news-bottom-section .news-bottom__single-container {
    padding: 0 1.875rem;
  }
}

@media (min-width: 64em) {
  .news-landing-wrapper .news-bottom-section .news-bottom__single-container {
    padding: 0 0.9375rem;
  }
}

@media (min-width: 81.25em) {
  .news-landing-wrapper .news-bottom-section .news-bottom__single-container {
    padding: 0 1.5625rem;
  }
}

.news-landing-wrapper .news-bottom-section .news-bottom__text-box {
  background-color: #f1f1f1;
  padding: 1.875rem;
  width: 90%;
  margin: -2.1875rem auto;
  z-index: 10;
  position: relative;
  margin-bottom: 2.1875rem;
}

@media (min-width: 37.5em) {
  .news-landing-wrapper .news-bottom-section .news-bottom__text-box {
    padding: 3.125rem;
  }
}

@media (min-width: 64em) {
  .news-landing-wrapper .news-bottom-section .news-bottom__text-box {
    padding: 0.9375rem;
  }
}

@media (min-width: 81.25em) {
  .news-landing-wrapper .news-bottom-section .news-bottom__text-box {
    padding: 1.875rem;
  }
}

.news-landing-wrapper .news-bottom-section .news-bottom__img-box {
  display: block;
  width: 100%;
  text-align: center;
}

.news-landing-wrapper .news-bottom-section .news-bottom__img {
  width: 100%;
}

.news-landing-wrapper .news-bottom-section .news-bottom__date {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.44;
  letter-spacing: 2.4px;
  color: #595959;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 1.25rem;
}

@media (min-width: 48em) {
  .news-landing-wrapper .news-bottom-section .news-bottom__date {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.29;
    letter-spacing: 1.4px;
    margin-bottom: 0.375rem;
  }
}

@media (min-width: 64em) {
  .news-landing-wrapper .news-bottom-section .news-bottom__date {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.92;
    letter-spacing: 1.8px;
    margin-bottom: 0.9375rem;
  }
}

.news-landing-wrapper .news-bottom-section .news-bottom__title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.2;
  letter-spacing: -2px;
  color: #000;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 1.875rem;
}

@media (min-width: 48em) {
  .news-landing-wrapper .news-bottom-section .news-bottom__title {
    font-size: 28px;
    font-size: 1.75rem;
    letter-spacing: -0.6px;
    margin-bottom: 0.9375rem;
  }
}

@media (min-width: 64em) {
  .news-landing-wrapper .news-bottom-section .news-bottom__title {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: -1px;
    margin-bottom: 1.25rem;
  }
}

.news-landing-wrapper .news-bottom-section .news-bottom__description {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #5A5A5A;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 2.5rem;
  height: 86px;
  overflow: hidden;
}

@media (min-width: 48em) {
  .news-landing-wrapper .news-bottom-section .news-bottom__description {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.37;
    margin-bottom: 1.5625rem;
  }
}

@media (min-width: 64em) {
  .news-landing-wrapper .news-bottom-section .news-bottom__description {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71;
    margin-bottom: 1.5625rem;
  }
}

.news-landing-wrapper .news-bottom-section .news-bottom__link-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.44;
  letter-spacing: 2.4px;
  font-weight: bold;
  color: #9d8276;
  margin-top: 0;
}

@media (min-width: 48em) {
  .news-landing-wrapper .news-bottom-section .news-bottom__link-text {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.21;
    letter-spacing: 1.5px;
  }
}

@media (min-width: 64em) {
  .news-landing-wrapper .news-bottom-section .news-bottom__link-text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.64;
    letter-spacing: 2.1px;
  }
}

.news-landing-wrapper .news-bottom-section .news-bottom__link-icon {
  width: 56px;
  height: 21px;
}

@media (min-width: 48em) {
  .news-landing-wrapper .news-bottom-section .news-bottom__link-icon {
    width: 21px;
    height: 7px;
  }
}

@media (min-width: 64em) {
  .news-landing-wrapper .news-bottom-section .news-bottom__link-icon {
    width: 38px;
    height: 14px;
  }
}
