/* Convert px to rem
** Usage:
** font-size: rem(23);
*/
/* A small function allowing skipping base64 encoding
** and simply pasting the SVG markup right in the CSS.
** @author Jakob Eriksen
** @link http://codepen.io/jakob-e/pen/doMoML
** @param {String} $svg - SVG image to encode
** @return {String} - Encoded SVG data uri
*/
/* Replace `$search` with `$replace` in `$string`
** @author Hugo Giraudel
** @link http://sassmeister.com/gist/1b4f2da5527830088e4d
** @param {String} $string - Initial string
** @param {String} $search - Substring to replace
** @param {String} $replace ('') - New value
** @return {String} - Updated string
*/
/* Replace substring 'fillColor' to real color from variables */
/* Convert px to rem
** Usage:
** font-size: rem(23);
*/
/* A small function allowing skipping base64 encoding
** and simply pasting the SVG markup right in the CSS.
** @author Jakob Eriksen
** @link http://codepen.io/jakob-e/pen/doMoML
** @param {String} $svg - SVG image to encode
** @return {String} - Encoded SVG data uri
*/
/* Replace `$search` with `$replace` in `$string`
** @author Hugo Giraudel
** @link http://sassmeister.com/gist/1b4f2da5527830088e4d
** @param {String} $string - Initial string
** @param {String} $search - Substring to replace
** @param {String} $replace ('') - New value
** @return {String} - Updated string
*/
/* Replace substring 'fillColor' to real color from variables */
/* Mixin for button animation,
    use: @include button-animation(); for .btn-primary-dark--white-bg button
*/
/* Mixin for arrow link animation,
    use: @include arrow-link-animation(); for .btn-tertiary-dark--white-bg button
*/
/* Mixin for link animation,
    use: @include link-animation(); for .btn-link-dark--white-bg button
*/
/* Mixin for button background animation,
    use: @include hoverBgEffect($primary-slate, $scale: 1.4, $speed: 0.4s);
*/
/**
 * Mixin for adding gradient line to the bottom.
 * @param {$side-colors} color.
 */
/**
 * Mixin for adding text underline.
 */
/**
 * Mixin for cropping the text.
 * @param {$line-clamp} number of visible lines.
 */
/* stylelint-disable */
.tile_hero-inner {
  position: relative;
  min-height: 880px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 2.5rem;
  overflow: hidden;
  font-family: "Iqos", sans-serif;
}
@media (min-width: 576px) {
  .tile_hero-inner {
    background-position: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .tile_hero-inner {
    min-height: 860px;
  }
}
@media (min-width: 768px) {
  .tile_hero-inner {
    background-position: 50%;
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .tile_hero-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    height: 100vh;
    min-height: 660px;
    padding-bottom: 2.8rem;
  }
}
@media (min-width: 1300px) {
  .tile_hero-inner {
    min-height: 760px;
    padding-bottom: 1.8rem;
  }
}
.tile_hero-inner_bg {
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
}
@media (min-width: 576px) {
  .tile_hero-inner_bg {
    background-position: 50% 40%;
  }
}
@media (min-width: 768px) {
  .tile_hero-inner_bg {
    background-position: 50% 42%;
  }
}
@media (min-width: 1024px) {
  .tile_hero-inner_bg {
    background-position: 60% 40%;
  }
}
@media (max-width: 1023.98px) {
  .mobile-aspect-ratio .tile_hero-inner_bg {
    background-position: center top !important;
    background-size: contain;
    min-height: initial;
    height: auto;
    aspect-ratio: var(--mobile-aspect-ratio);
  }
}
@media (min-width: 1024px) {
  .desktop-aspect-ratio .tile_hero-inner_bg {
    background-position: center top !important;
    background-size: contain;
    min-height: initial;
    height: auto;
    aspect-ratio: var(--desktop-aspect-ratio);
  }
}
.tile_hero-inner_disclaimer {
  position: absolute;
  left: 0.75rem;
  bottom: 0.5rem;
}
@media (min-width: 768px) {
  .tile_hero-inner_disclaimer {
    left: 1.375rem;
    bottom: 1rem;
  }
}
.tile_hero-inner_soon, .tile_hero-inner_items-wrapper {
  position: relative;
  z-index: 1;
  border-radius: 0.25rem;
}
@media (min-width: 1920px) {
  .tile_hero-inner_soon, .tile_hero-inner_items-wrapper {
    max-width: 1200px;
  }
}
.tile_hero-inner_soon {
  padding: 2rem 0 7.75rem;
}
@media (min-width: 1024px) {
  .tile_hero-inner_soon {
    width: 93%;
    padding: 7rem 0 8.125rem;
  }
}
@media (min-width: 1300px) {
  .tile_hero-inner_soon {
    padding: 8.75rem 0 10.5rem;
  }
}
@media (min-width: 1920px) {
  .tile_hero-inner_soon {
    max-width: 1250px;
  }
}
.tile_hero-inner_soon_content {
  width: 100%;
  max-width: none;
  text-align: center;
}
@media (min-width: 768px) {
  .tile_hero-inner_soon_content {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .tile_hero-inner_soon_content {
    width: 58% /*!rtl:36%*/;
    margin-right: auto /*!rtl:64%*/;
    text-align: left;
  }
}
@media (min-width: 1920px) {
  .tile_hero-inner_soon_content {
    width: 45% /*!rtl:40%*/;
    margin-right: auto /*!rtl:60%*/;
  }
}
.tile_hero-inner_soon_content-ar {
  width: 70%;
  margin-right: auto /*!rtl:ignore*/;
}
@media (min-width: 1024px) {
  .tile_hero-inner_soon_content-ar {
    width: 100%;
  }
}
.tile_hero-inner_soon_content img {
  width: 20vh;
  -webkit-transform: scale(var(--scaleLogoMob));
          transform: scale(var(--scaleLogoMob));
  margin: 0 auto;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
@media (min-width: 768px) {
  .tile_hero-inner_soon_content img {
    width: 20vh;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .tile_hero-inner_soon_content img {
    width: 32vh;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scale(var(--scaleLogoDesk));
            transform: scale(var(--scaleLogoDesk));
    margin: 0 0 0.5rem;
  }
}
@media (min-width: 1300px) {
  .tile_hero-inner_soon_content img {
    width: 26vh;
  }
}
.tile_hero-inner_soon_content h1,
.tile_hero-inner_soon_content h2 {
  font-family: "Iqos", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.75rem;
  letter-spacing: 0.000625rem /*!rtl:normal*/;
  color: inherit;
  margin: 0 auto /*!rtl:ignore*/;
  padding-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .tile_hero-inner_soon_content h1,
.tile_hero-inner_soon_content h2 {
    padding-bottom: 2.5rem;
    font-size: 3.375rem;
    line-height: 3.875rem;
    letter-spacing: -0.05rem /*!rtl:normal*/;
  }
}
@media (min-width: 1300px) {
  .tile_hero-inner_soon_content h1,
.tile_hero-inner_soon_content h2 {
    font-size: 4rem;
    line-height: 4.5rem;
    letter-spacing: -0.05rem /*!rtl:normal*/;
  }
}
.tile_hero-inner_soon_content p {
  margin: 0;
  padding-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: inherit;
}
@media (min-width: 1024px) {
  .tile_hero-inner_soon_content .button,
.tile_hero-inner_soon_content .button-link {
    margin: 15px 0 0;
  }
}
.tile_hero-inner_image {
  position: absolute;
  inset: 0;
  z-index: -1;
}
@media (min-width: 1024px) {
  .tile_hero-inner_image {
    left: auto;
    right: 0;
  }
  [dir=rtl] .tile_hero-inner_image {
    left: 0;
    right: auto;
  }
}
.tile_hero-inner_image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tile_hero-inner_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  min-height: 6.5rem;
  max-height: 11.25rem;
  border-radius: 0.25rem;
  text-align: left;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .tile_hero-inner_item {
    width: calc(100% / 3);
    min-height: 7.75rem;
  }
}
.tile_hero-inner_item-promo, .tile_hero-inner_item-link {
  position: relative;
  z-index: 0;
  overflow: hidden;
  left: -0.125rem;
  min-height: 6.5rem;
  height: 100%;
  width: calc(100% + 0.25rem);
  border-radius: 0.25rem;
  background-color: #fffdfb;
}
.tile_hero-inner_item-promo::after, .tile_hero-inner_item-link::after {
  width: 100%;
  height: 100%;
  background: #34303d;
  -webkit-transform: scale(1.4) translateX(-100%) skewX(0);
          transform: scale(1.4) translateX(-100%) skewX(0);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  will-change: transform;
  content: "";
}
.tile_hero-inner_item-promo:hover::after, .tile_hero-inner_item-promo:focus::after, .tile_hero-inner_item-link:hover::after, .tile_hero-inner_item-link:focus::after {
  -webkit-transform: scale(1.4) translateX(0) skewX(-45deg);
          transform: scale(1.4) translateX(0) skewX(-45deg);
}
@media (min-width: 1024px) {
  .tile_hero-inner_item-promo, .tile_hero-inner_item-link {
    min-height: 7.75rem;
  }
}
.tile_hero-inner_item-promo:hover .tile_hero-inner_item-text, .tile_hero-inner_item-promo:focus .tile_hero-inner_item-text, .tile_hero-inner_item-link:hover .tile_hero-inner_item-text, .tile_hero-inner_item-link:focus .tile_hero-inner_item-text {
  color: #fffdfb !important;
}
.tile_hero-inner_item-promo:hover .tile_hero-inner_item-icon::before, .tile_hero-inner_item-promo:focus .tile_hero-inner_item-icon::before, .tile_hero-inner_item-link:hover .tile_hero-inner_item-icon::before, .tile_hero-inner_item-link:focus .tile_hero-inner_item-icon::before {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}
.tile_hero-inner_item-promo::after, .tile_hero-inner_item-link::after {
  width: calc(100% + 2rem);
  left: -0.75rem;
}
.tile_hero-inner_item + .tile_hero-inner_item {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .tile_hero-inner_item + .tile_hero-inner_item {
    margin-top: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .tile_hero-inner_item + .tile_hero-inner_item {
    margin-top: 0;
    margin-left: 1rem /*!rtl:ignore*/;
  }
}
.tile_hero-inner_item:hover {
  text-decoration: none;
}
.tile_hero-inner_item-icon {
  margin-left: 0.3125rem;
}
.tile_hero-inner_item-icon::before, .tile_hero-inner_item-icon::after {
  content: "";
  position: absolute;
  left: auto;
  width: 1.5rem;
  height: 1.5625rem;
  opacity: 1;
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3Cpath fill='%2334303d' d='M15.238 7.269l.094.082L20.04 12l-4.707 4.65c-.39.385-1.023.385-1.414 0a.981.981 0 01-.083-1.305l.083-.093 2.505-2.475-12.503.017-.003-1.981 12.075-.017-2.074-2.048a.9798.9798 0 01-.083-1.304l.083-.093c.36-.356.928-.384 1.32-.082z'/%3E%3C/g%3E%3C/svg%3E") left center no-repeat;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
[dir=rtl] .tile_hero-inner_item-icon::before, [dir=rtl] .tile_hero-inner_item-icon::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.tile_hero-inner_item-icon::before {
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3Cpath fill='%23fffdfb' d='M15.238 7.269l.094.082L20.04 12l-4.707 4.65c-.39.385-1.023.385-1.414 0a.981.981 0 01-.083-1.305l.083-.093 2.505-2.475-12.503.017-.003-1.981 12.075-.017-2.074-2.048a.9798.9798 0 01-.083-1.304l.083-.093c.36-.356.928-.384 1.32-.082z'/%3E%3C/g%3E%3C/svg%3E") left center no-repeat;
  z-index: 3;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: clip-path 0.3s, -webkit-clip-path 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.tile_hero-inner_item-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-position: right bottom /*!rtl:ignore*/;
  background-size: auto 100%;
}
.tile_hero-inner_item-text {
  width: 100%;
  padding: 1.5rem 7.75rem 1rem 1.25rem /*!rtl:ignore*/;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.tile_hero-inner_item p {
  color: currentColor;
  text-align: left;
}
[dir=rtl] .tile_hero-inner_item p {
  line-height: 1.45;
}
@media (min-width: 1024px) {
  [dir=rtl] .tile_hero-inner_item p {
    line-height: 1.5;
  }
}
.tile_hero-inner_item p:first-of-type {
  margin-bottom: 0;
  padding-bottom: 0.25rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0.0125rem /*!rtl:normal*/;
}
@media (min-width: 1024px) {
  .tile_hero-inner_item p:first-of-type {
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: 0;
  }
}
@media (min-width: 1300px) {
  .tile_hero-inner_item p:first-of-type {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
.tile_hero-inner_item p + p {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.03125rem /*!rtl:normal*/;
}
[dir=rtl] .tile_hero-inner_items {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 1024px) {
  .tile_hero-inner_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.tile_hero-inner_items-wrapper {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: rgba(0, 0, 0, 0.11);
}
@media (min-width: 768px) {
  .tile_hero-inner_items-wrapper {
    width: 84.6%;
    padding: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .tile_hero-inner_items-wrapper {
    width: 93%;
    padding: 1rem;
  }
}
@media (min-width: 1920px) {
  .tile_hero-inner_items-wrapper {
    max-width: 1250px;
  }
}
.tile_hero-inner .slick-dots {
  top: 21.8125rem;
  pointer-events: none;
}
.tile_hero-inner .slick-dots li {
  pointer-events: auto;
}
.tile_hero-inner .slick-dots li button::before {
  font-size: 1.25rem;
}
.tile_hero-inner .slick-list {
  max-width: 100vw;
  min-height: 800px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .tile_hero-inner .slick-list {
    min-height: 860px;
  }
}
@media (min-width: 1024px) {
  .tile_hero-inner .slick-list {
    height: 100vh;
    min-height: 660px;
  }
}
.tile_hero-inner .slick-arrow {
  background: transparent;
  height: 3.3125rem;
  width: 3.3125rem;
  z-index: 150;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 29.375rem) {
  .tile_hero-inner .slick-arrow {
    display: block !important;
    background: transparent;
    top: 43%;
  }
}
.tile_hero-inner .slick-arrow::before {
  width: 2rem;
  height: 2rem;
}
.tile_hero-inner .slick-arrow:hover, .tile_hero-inner .slick-arrow:focus {
  background: transparent;
}
.tile_hero-inner .slick-arrow.slick-next {
  right: 2rem /*!rtl:ignore*/;
}
@media (min-width: 1024px) {
  .tile_hero-inner .slick-arrow.slick-next {
    right: 4rem /*!rtl:ignore*/;
  }
}
.tile_hero-inner .slick-arrow.slick-next::before {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath stroke='%23FFFDFB' stroke-linecap='round' stroke-width='3' d='M11 5l11 11-11 11' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  position: absolute;
  top: 0.6875rem;
  left: 0.75rem;
  background: transparent;
}
.tile_hero-inner .slick-arrow.slick-prev {
  left: 2rem /*!rtl:ignore*/;
}
@media (min-width: 1024px) {
  .tile_hero-inner .slick-arrow.slick-prev {
    left: 4rem /*!rtl:ignore*/;
  }
}
.tile_hero-inner .slick-arrow.slick-prev::before {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath stroke='%23FFFDFB' stroke-linecap='round' stroke-width='3' d='M21 5L10 16l11 11' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  position: absolute;
  font-size: 2rem;
  top: 0.6875rem;
  right: 0.75rem;
  background: transparent;
}
@media (max-width: 767.98px) {
  .tile_hero-inner-title.tile_hero-inner-title--mobile {
    font-size: 5.5vw;
    line-height: 1.3;
  }
}
@media (max-width: 374.98px) {
  .tile_hero-inner-title.tile_hero-inner-title--mobile {
    font-size: 7vw;
    line-height: 1.5;
  }
}
.tile_hero-inner--content-height {
  min-height: auto !important;
  height: auto !important;
}
.tile_hero-inner--content-height .slick-list {
  min-height: auto !important;
  height: auto !important;
}
.tile_hero-inner--content-height .tile_hero-inner_soon {
  height: 100%;
}

.hero-slider_wrapper {
  position: relative;
  max-width: 100vw;
  padding: 0 10%;
  min-height: 880px;
}
@media (min-width: 768px) {
  .hero-slider_wrapper {
    min-height: 960px;
  }
}
@media (min-width: 1024px) {
  .hero-slider_wrapper {
    height: calc(100vh - var(--header-height, 76px));
    min-height: 660px;
  }
}
.hero-slider_wrapper.bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.hero-slider_wrapper.bottom .tile_hero-inner_soon {
  padding-bottom: 5rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .hero-slider_wrapper.bottom-md {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.tile_hero-inner_item {
  width: 100%;
}

.tile_hero-inner {
  padding-bottom: 0;
}

.cards_wrapper {
  width: 100%;
  position: absolute;
  bottom: var(--cards-wrapper-bottom);
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .cards_wrapper {
    bottom: 0;
    margin: 10% 8% 2.5rem;
    width: 84%;
  }
}
@media (min-width: 768px) {
  .cards_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.slides {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  width: 100%;
}

.slides.slick-initialized {
  opacity: 1;
}

.banner_wrapper {
  position: relative;
  display: block;
}

.tile_hero-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023.98px) {
  .tile_hero-buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.tile_hero-buttons--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1023.98px) {
  .tile_hero-buttons--column {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.hero-slider--no-gutters .row {
  margin-right: 0;
  margin-left: 0;
}

.b-hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .b-hero__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row /*!rtl:row-reverse*/;
            flex-direction: row /*!rtl:row-reverse*/;
  }
}
@media (max-width: 1023.98px) {
  .b-hero__inner.swap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 1024px) {
  .b-hero__inner .tile_hero-inner_soon_content {
    margin-right: 0;
    margin-left: 0;
  }
}
.b-hero--left-content-block img {
  -webkit-transform: scale(var(--scaleLogoMob));
          transform: scale(var(--scaleLogoMob));
}
@media (min-width: 1024px) {
  .b-hero--left-content-block img {
    -webkit-transform: scale(var(--scaleLogoDesk));
            transform: scale(var(--scaleLogoDesk));
  }
}
@media (min-width: 1024px) {
  .b-hero--right-content-block .tile_hero-heading_text_color {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto /*!rtl:ignore*/;
  }
}
.b-hero--right-content-block img {
  -webkit-transform: scale(var(--scaleLogoMob));
          transform: scale(var(--scaleLogoMob));
}
@media (min-width: 1024px) {
  .b-hero--right-content-block img {
    -webkit-transform: scale(var(--scaleLogoDesk));
            transform: scale(var(--scaleLogoDesk));
  }
}

.hero-same-height-tiles .tile_hero-inner,
.hero-same-height-tiles .tile_hero-inner .slick-list,
.hero-same-height-tiles .tile_hero-inner .hero-slider_wrapper,
.hero-same-height-tiles .tile_hero-inner .b-generic-banner {
  height: auto;
  min-height: auto;
  max-height: calc(100vh - var(--header-height));
}
.hero-same-height-tiles .tile_hero-inner .b-generic-banner__notes {
  margin-top: auto;
}
.hero-same-height-tiles .tile_hero-inner .b-nbw-banner-wrapper,
.hero-same-height-tiles .tile_hero-inner .b-generic-banner__wrapper,
.hero-same-height-tiles .tile_hero-inner .b-generic-banner,
.hero-same-height-tiles .tile_hero-inner .b-generic-banner__image,
.hero-same-height-tiles .tile_hero-inner .b-generic-banner__image-wrapper,
.hero-same-height-tiles .tile_hero-inner .b-generic-banner__image img {
  height: 100%;
}
.hero-same-height-tiles .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.hero-same-height-tiles .slick-slide {
  height: inherit !important;
}
.hero-same-height-tiles .slick-slide > div {
  height: 100%;
}
@media (min-width: 576px) and (max-width: 1023.98px) {
  .hero-same-height-tiles .centered-on-tablet .b-generic-banner__image img {
    width: auto;
    margin: 0 auto;
  }
}

/* stylelint-enable */
