/**
 * The breakpoint keys.
 * @var breakpoints
 * @since 1.0.0
 */
/**
 * The grid breakpoints.
 * @var grid
 * @since 1.0.0
 */
/**
 * Transition speed and curves.
 * @var transitions
 * @since 1.0.0
 */
/**
 * @mixin media-breakpoint-up
 * @since 1.0.0
 */
/**
 * @mixin media-breakpoint-down
 * @since 1.0.0
 */
/**
 * @function breakpoint-get
 * @since 1.0.0
 * @hidden
 */
/**
 * Converts a value to a relative vw.
 * @function rvw
 * @since 1.0.0
 */
/**
 * Converts a value to a relative vh.
 * @function rvh
 * @since 1.0.0
 */
/**
 * Convenience function to add 2 values.
 * @function calc-add
 * @since 1.0.0
 */
/**
 * Convenience function to substract 2 values.
 * @function calc-sub
 * @since 1.0.0
 */
/**
 * Convenience function to mul 2 values.
 * @function calc-mul
 * @since 1.0.0
 */
/**
 * Returns the negative value of a css variable.
 * @function neg
 * @since 1.0.0
 */
/**
 * @function make-rvw
 * @since 1.0.0
 * @hidden
 */
/**
 * @function make-rvh
 * @since 1.0.0
 * @hidden
 */
/**
 * @function strip-unit
 * @since 1.0.0
 * @hidden
 */
/**
 * @mixin placeholder
 * @since 1.0.0
 */
/**
 * @mixin selection
 * @since 1.0.0
 */
/**
 * Convenience nth-child mixin to improve loop readability.
 * @function nth-child
 * @since 1.0.0
 */
/**
 * Convenience nth-child mixin with content parameter.
 * @function nth-child
 * @since 1.0.0
 */
/**
 * Convenience nth-child mixin to improve loop readability.
 * @function nth-of-type
 * @since 1.0.0
 */
/**
 * Convenience nth-child mixin to improve loop readability.
 * @function nth-last-child
 * @since 1.0.0
 */
/**
 * Convenience nth-last-of-type mixin to improve loop readability.
 * @function nth-last-of-type
 * @since 1.0.0
 */
/**
 * Convenience data-nth-item mixin to improve loop readability.
 * @mixin nth-word
 * @since 1.0.0
 */
/**
 * Convenience nth-item mixin with content parameter.
 * @mixin nth-item
 * @since 1.0.0
 */
/**
 * Convenience data-nth-line mixin to improve loop readability.
 * @mixin nth-word
 * @since 1.0.0
 */
/**
 * Convenience nth-line mixin with content parameter.
 * @mixin nth-line
 * @since 1.0.0
 */
/**
 * Convenience data-nth-word mixin to improve loop readability.
 * @mixin nth-word
 * @since 1.0.0
 */
/**
 * Convenience nth-word mixin with content parameter.
 * @mixin nth-word
 * @since 1.0.0
 */
/**
 * Targets the last row of a sepcified amount of columns.
 * @mixin last-row
 * @since 1.0.0
 */
/**
 * Position an element with absolute type.
 * @mixin absolute
 * @since 1.0.0
 */
/**
 * Position an element with relative type.
 * @mixin relative
 * @since 1.0.0
 */
/**
 * Position an element with sticky type.
 * @mixin sticky
 * @since 1.0.0
 */
/**
 * Position an element with fixed type.
 * @mixin fixed
 * @since 1.0.0
 */
/**
 * Convenience mixin to position a element absolutely.
 * @mixin fill
 * @since 1.0.0
 */
/**
 * Disables br.
 * @function no-br
 * @since 1.0.0
 */
/**
 * Convenience z-index mixin used for easier debugging.
 * @function elevated
 * @since 1.0.0
 */
/**
 * Convenience mixin.
 * @function pushable
 * @since 1.0.0
 */
/**
 * @mixin position
 * @since 1.0.0
 * @hidden
 */
/**
 * @function is-valid-length
 * @since 1.0.0
 * @hidden
 */
/**
 * Applies preset typeface attributes.
 * @mixin typeface
 * @since 1.0.0
 */
/**
 * Sets the text antialias;
 * @mixin text-antialias
 * @since 1.0.0
 */
/**
 * Convenience mixin to support special writing direction.
 * @function text-dir
 * @since 1.0.0
 */
/**
 * Convenience mixin.
 * @function text-dir-ttb
 * @since 1.0.0
 */
/**
 * Convenience mixin.
 * @function text-dir-btt
 * @since 1.0.0
 */
/**
 * Convenience mixin.
 * @function text-mask
 * @since 1.0.0
 */
/**
 * Converts tracking to letter-spacing.
 * @function tracking
 * @since 1.0.0
 */
/**
 * @function has-typeface-family
 * @since 1.0.0
 * @hidden
 */
/**
 * @function has-typeface-weight
 * @since 1.0.0
 * @hidden
 */
/**
 * @function has-typeface-style
 * @since 1.0.0
 * @hidden
 */
/**
 * @function has-typeface-size
 * @since 1.0.0
 * @hidden
 */
/**
 * @function has-typeface-option
 * @since 1.0.0
 * @hidden
 */
/**
 * Returns a transition duration by name.
 * @function transition-duration
 * @since 1.0.0
 */
/**
 * Returns a transition equation by name.
 * @function transition-equation
 * @since 1.0.0
 */
.block-showcase-experts {
  background-color: #F2F2F2;
  padding-top: calc(70px + 100 * ((100vw - 376px) / 1544));
  padding-bottom: calc(70px + 100 * ((100vw - 376px) / 1544));
}

.block-showcase-experts-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1440px) {
  .block-showcase-experts-wrapper {
    flex-direction: row;
    align-items: center;
  }
}
.block-showcase-experts-wrapper .left-column {
  margin-left: calc(25px + 175 * ((100vw - 376px) / 1544));
  margin-right: calc(25px + 175 * ((100vw - 376px) / 1544));
  margin-bottom: calc(50px + 25 * ((100vw - 376px) / 1544));
}
@media (min-width: 1440px) {
  .block-showcase-experts-wrapper .left-column {
    flex: 0 0 30%;
    margin-bottom: 0;
    margin-right: 0;
  }
}
.block-showcase-experts-wrapper .left-column h1, .block-showcase-experts-wrapper .left-column h2 {
  font-family: Mulish, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: calc(31px + 44 * ((100vw - 376px) / 1544));
  margin: 0;
}
.block-showcase-experts-wrapper .left-column .button {
  background-color: white;
  color: #074B87;
  margin-top: calc(22px + 18 * ((100vw - 376px) / 1544));
}
.block-showcase-experts-wrapper .right-column {
  margin-left: calc(25px + 175 * ((100vw - 376px) / 1544));
  margin-right: calc(25px + 175 * ((100vw - 376px) / 1544));
}
@media (min-width: 1440px) {
  .block-showcase-experts-wrapper .right-column {
    overflow: hidden;
    flex: 0 0 70%;
    margin: 0;
  }
}
.block-showcase-experts-wrapper .users-carousel-outer-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .block-showcase-experts-wrapper .users-carousel-outer-wrapper {
    flex: 0 0 80%;
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .block-showcase-experts-wrapper .users-carousel-outer-wrapper {
    flex: 0 0 50%;
    width: 50%;
    max-width: calc(357.5px + 292.5 * ((100vw - 376px) / 1544));
  }
}
@media (min-width: 1440px) {
  .block-showcase-experts-wrapper .users-carousel-outer-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
.block-showcase-experts-wrapper .users-carousel-wrapper {
  height: calc(500px + 300 * ((100vw - 376px) / 1544));
  overflow: visible;
  width: 100%;
}
.block-showcase-experts-wrapper .users-carousel-item {
  color: white;
}
.block-showcase-experts-wrapper .users-carousel-item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  margin-right: calc(11px + 9 * ((100vw - 376px) / 1544));
  margin-left: calc(11px + 9 * ((100vw - 376px) / 1544));
}
.block-showcase-experts-wrapper .users-carousel-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: calc(27.5px + 22.5 * ((100vw - 376px) / 1544));
  padding-right: calc(27.5px + 22.5 * ((100vw - 376px) / 1544));
  padding-bottom: calc(19.25px + 15.75 * ((100vw - 376px) / 1544));
}
.block-showcase-experts-wrapper .users-carousel-name {
  font-weight: 300;
  /* ---------------------------------------------------------------------- */
  /* Mulish                                                                 */
  /* ---------------------------------------------------------------------- */
  font-family: Mulish, sans-serif;
  font-size: calc(35px + 0 * ((100vw - 1441px) / 479));
  /* ---------------------------------------------------------------------- */
  /* PT Mono                                                                */
  /* ---------------------------------------------------------------------- */
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  .block-showcase-experts-wrapper .users-carousel-name {
    font-size: calc(22.75px + 12.25 * ((100vw - 376px) / 648));
  }
}
.block-showcase-experts-wrapper .users-carousel-position {
  font-weight: 600;
  /* ---------------------------------------------------------------------- */
  /* Mulish                                                                 */
  /* ---------------------------------------------------------------------- */
  font-family: Mulish, sans-serif;
  font-size: calc(18px + 0 * ((100vw - 1441px) / 479));
  /* ---------------------------------------------------------------------- */
  /* PT Mono                                                                */
  /* ---------------------------------------------------------------------- */
  margin-bottom: calc(13.75px + 11.25 * ((100vw - 376px) / 1544));
}
@media (max-width: 1024px) {
  .block-showcase-experts-wrapper .users-carousel-position {
    font-size: calc(15px + 3 * ((100vw - 376px) / 648));
  }
}

.block-showcase-experts-wrapper .left-column > * {
  opacity: 0;
  transform: translateY(calc(-11px + -9 * ((100vw - 376px) / 1544)));
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.block-showcase-experts-wrapper .left-column > *:nth-child(1) {
  transition-delay: 100ms;
}
.block-showcase-experts-wrapper .left-column > *:nth-child(2) {
  transition-delay: 200ms;
}
.block-showcase-experts-wrapper .left-column > *:nth-child(3) {
  transition-delay: 300ms;
}
.block-showcase-experts-wrapper .left-column > *:nth-child(4) {
  transition-delay: 400ms;
}
.block-showcase-experts-wrapper .left-column > *:nth-child(5) {
  transition-delay: 500ms;
}
.ready .visible-on-screen .block-showcase-experts-wrapper .left-column > * {
  opacity: 1;
  transform: none;
}
.block-showcase-experts-wrapper .users-carousel-item {
  opacity: 0;
  transform: translateX(-25%);
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.block-showcase-experts-wrapper .users-carousel-item:nth-child(1) {
  transition-delay: 550ms;
}
.block-showcase-experts-wrapper .users-carousel-item:nth-child(2) {
  transition-delay: 700ms;
}
.block-showcase-experts-wrapper .users-carousel-item:nth-child(3) {
  transition-delay: 850ms;
}
.ready .visible-on-screen .block-showcase-experts-wrapper .users-carousel-item {
  opacity: 1;
  transform: none;
}