/* 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.
 */
.b-content-tile-carousel {
  text-align: initial;
  padding: 4rem 0;
  overflow: hidden;
}
@media (min-width: 1300px) {
  .b-content-tile-carousel {
    padding: 6.25rem 0 6.25rem 11rem;
  }
}
.b-content-tile-carousel__inner {
  position: relative;
}
.b-content-tile-carousel__content {
  padding: 0 2rem;
}
@media (min-width: 1300px) {
  .b-content-tile-carousel__content {
    padding: 0;
  }
}
.b-content-tile-carousel__description {
  font-size: 1rem;
  line-height: 1.5;
}
.b-content-tile-carousel__slides {
  margin-top: 3.5rem;
}
.b-content-tile-carousel__title {
  color: #34303d;
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 1300px) {
  .b-content-tile-carousel__title {
    font-size: 2.625rem;
    margin-right: calc(2 * 44px + 20px + 64px);
  }
}
.b-content-tile-carousel-description {
  font-size: 1rem;
}
.b-content-tile-carousel__button {
  margin-top: 2.5rem;
}
@media (min-width: 1024px) {
  .b-content-tile-carousel__button {
    margin-top: 3.5rem;
  }
}
.b-content-tile-carousel .slick-list {
  margin-right: -0.375rem;
  padding-left: 1.625rem;
}
@media (min-width: 1300px) {
  .b-content-tile-carousel .slick-list {
    margin: 0 -1rem;
    overflow: visible;
    padding: 0;
  }
}
.b-content-tile-carousel .slick-slide {
  float: left;
  margin: 0 0.375rem;
}
@media (min-width: 1300px) {
  .b-content-tile-carousel .slick-slide {
    margin: 0 1rem;
  }
}
@media (min-width: 1024px) {
  .b-content-tile-carousel .slick-slider {
    position: static;
  }
}
.b-content-tile-carousel .slick-slider .slick-track,
.b-content-tile-carousel .slick-slider .slick-list {
  direction: ltr;
  cursor: pointer;
}
.b-content-tile-carousel .slick-arrow {
  background-color: rgba(255, 255, 255, 0.5);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  padding: 0.75rem;
}
[dir=rtl] .b-content-tile-carousel .slick-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 991.98px) {
  .b-content-tile-carousel .slick-arrow {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .b-content-tile-carousel .slick-arrow {
    -webkit-transform: none;
            transform: none;
    top: 0;
  }
}
.b-content-tile-carousel .slick-arrow:hover {
  background-color: #fff;
}
.b-content-tile-carousel .slick-arrow::before {
  background-position: center center;
  width: 100%;
  height: 100%;
}
.b-content-tile-carousel .slick-arrow.slick-disabled {
  pointer-events: none;
}
.b-content-tile-carousel .slick-prev {
  left: 2rem;
  right: auto;
}
@media (min-width: 1024px) {
  .b-content-tile-carousel .slick-prev {
    left: auto;
    right: calc(44px + 20px + 64px);
  }
}
.b-content-tile-carousel .slick-next {
  left: auto;
  right: 0;
}
@media (min-width: 1024px) {
  .b-content-tile-carousel .slick-next {
    right: 64px;
  }
}
.b-content-tile-carousel .button-main {
  margin-top: 2.5rem;
}
.b-content-tile-carousel .common-image-component {
  position: absolute;
  width: 100%;
}

.b-content-tile-slide__image-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 100%;
}
.b-content-tile-slide__image, .b-content-tile-slide__image-wrapper > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.b-content-tile-slide__content-wrapper {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
}
.b-content-tile-slide__content-wrapper > *:not(:last-child) {
  margin-bottom: 1.25rem;
}
.b-content-tile-slide__title {
  font-size: 1rem;
  line-height: 1.6;
  color: #fff;
  margin: 0;
}
@media (min-width: 1024px) {
  .b-content-tile-slide__title {
    font-size: 1.25rem;
  }
}
.b-content-tile-slide__details {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  margin: 0;
}
@media (min-width: 1024px) {
  .b-content-tile-slide__details {
    font-size: 1rem;
  }
}
.b-content-tile-slide__description {
  font-size: 0.75rem;
  line-height: 1.6;
  margin: 0;
}
