/* 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.
 */
@media (min-width: 1024px) {
  .b-media-columns-banner__wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .b-media-columns-banner__wrapper.m-swap-sides {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 1024px) {
  .b-media-columns-banner__wrapper--full-image {
    height: 100%;
  }
  .b-media-columns-banner__wrapper--full-image .b-media-columns-banner__column {
    height: 100%;
  }
  .b-media-columns-banner__wrapper--full-image .b-media-columns-banner__image {
    height: 100%;
  }
  .b-media-columns-banner__wrapper--full-image .b-media-columns-banner__image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.b-media-columns-banner__image {
  position: relative;
}
.b-media-columns-banner__image::before {
  background: linear-gradient(192deg, rgba(52, 48, 61, 0) 50%, #34303d);
  bottom: 0;
  content: "";
  height: 40%;
  left: 0;
  position: absolute;
  right: 0;
}
@media (min-width: 1024px) {
  .b-media-columns-banner__image::before {
    height: 37%;
  }
}
.b-media-columns-banner__image img {
  width: 100%;
}
.b-media-columns-banner__play-btn {
  bottom: 2.5rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-size: 1.25rem;
  font-weight: 700;
  left: 2rem;
  line-height: 1.2;
  max-width: 100%;
  position: absolute;
}
.b-media-columns-banner__play-btn::after {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg width='44' height='44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%23fffdfb' transform='rotate(90 22 22)' cx='22' cy='22' r='22'/%3E%3Cpath d='M29.692 22.841L18.54 30.01A1 1 0 0117 29.168V14.832a1 1 0 011.54-.842l11.152 7.169a1 1 0 010 1.682z' fill='%2334303D'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  width: 2.75rem;
  height: 2.75rem;
  inset: 0 auto auto 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.b-media-columns-banner__play-btn:hover::after {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg width='44' height='44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%2300d1d2' transform='rotate(90 22 22)' cx='22' cy='22' r='22'/%3E%3Cpath d='M29.692 22.841L18.54 30.01A1 1 0 0117 29.168V14.832a1 1 0 011.54-.842l11.152 7.169a1 1 0 010 1.682z' fill='%2334303D'/%3E%3C/g%3E%3C/svg%3E");
}
@media (min-width: 1024px) {
  .b-media-columns-banner__play-btn {
    bottom: 3.5rem;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.b-media-columns-banner__play-btn::after {
  position: static;
  -webkit-transform: none;
          transform: none;
}
.b-media-columns-banner__play-text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1rem;
}
.b-media-columns-banner__main {
  padding-bottom: 4rem;
  padding-top: 3.5625rem;
}
@media (min-width: 1024px) {
  .b-media-columns-banner__main {
    padding-bottom: 5rem;
    padding-top: 6rem;
  }
}
.b-media-columns-banner__extended {
  padding-bottom: 2.5rem;
  padding-top: 3rem;
}
@media (min-width: 1024px) {
  .b-media-columns-banner__extended {
    padding-bottom: 5rem;
    padding-top: 4rem;
  }
}
.b-media-columns-banner__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
.b-media-columns-banner__description {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 3.125rem;
  padding-bottom: 2.375rem;
  position: relative;
}
.b-media-columns-banner__description::after {
  background: #00d1d2;
  bottom: 0;
  content: "";
  height: 0.375rem;
  left: 0;
  position: absolute;
  width: 3rem;
}
.b-media-columns-banner__disclaimer {
  font-size: 0.75rem;
  line-height: 1.33;
  margin: 4rem 0 0;
}
.b-media-columns-banner__info {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.33;
  margin-bottom: 2rem;
}

.b-media-columns-banner__section {
  margin-bottom: 2.1875rem;
}
.b-media-columns-banner__section-title, .b-media-columns-banner__section-link {
  margin-bottom: 0.5rem;
}
.b-media-columns-banner__section-link {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.b-media-columns-banner__section-link::before, .b-media-columns-banner__section-link::after {
  background-size: 100%;
}
.b-media-columns-banner__section-description {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  max-width: 26rem;
}

.b-media-columns-banner__column-wrapper {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {
  .b-media-columns-banner__column-wrapper {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
.b-media-columns-banner__column-wrapper:not(.b-media-columns-banner__extended) .b-media-columns-banner__section-title,
.b-media-columns-banner__column-wrapper:not(.b-media-columns-banner__extended) .b-media-columns-banner__section-link {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.8125rem;
}
.b-media-columns-banner__column-wrapper:not(.b-media-columns-banner__extended) .b-media-columns-banner__section-link {
  margin-right: 2.375rem;
}
.b-media-columns-banner__column-wrapper:not(.b-media-columns-banner__extended) .b-media-columns-banner__section-link::before, .b-media-columns-banner__column-wrapper:not(.b-media-columns-banner__extended) .b-media-columns-banner__section-link::after {
  height: 1.75rem;
  right: -2.375rem;
  width: 1.75rem;
}
.b-media-columns-banner__column--video {
  position: relative;
}
@media (min-width: 1024px) {
  .b-media-columns-banner__column--video {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
  }
}
@media (min-width: 1300px) {
  .b-media-columns-banner__column--video {
    max-width: 35rem;
  }
}
@media (min-width: 1024px) {
  .b-media-columns-banner__column--content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
