/**
 * 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
 */
.carousel-cta {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .carousel-cta .carousel-wrapper {
    padding-bottom: 50px;
  }
}
.carousel-cta .carousel-cta-item {
  overflow: hidden;
}
@media (max-width: 1024px) {
  .carousel-cta .carousel-cta-item {
    height: auto;
  }
}
.carousel-cta .carousel-cta-item .image-wrapper {
  position: relative;
  flex: 1 0 50%;
}
@media (max-width: 1024px) {
  .carousel-cta .carousel-cta-item .image-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 10000px;
    top: 0;
    left: -500px;
  }
}
@media (max-width: 1024px) {
  .carousel-cta .carousel-cta-item .image-wrapper .image-inner-wrapper__desktop {
    display: none;
  }
}
.carousel-cta .carousel-cta-item .image-wrapper .image-inner-wrapper__mobile {
  display: none;
}
@media (max-width: 1024px) {
  .carousel-cta .carousel-cta-item .image-wrapper .image-inner-wrapper__mobile {
    display: block;
  }
}
.carousel-cta .carousel-cta-item .image-wrapper .image {
  overflow: visible;
}
@media (max-width: 1024px) {
  .carousel-cta .carousel-cta-item .image-wrapper .image {
    position: relative;
    height: 100%;
  }
}
.carousel-cta .carousel-cta-item .image-wrapper img {
  min-height: calc(275px + 225 * ((100vw - 376px) / 1544));
  width: auto;
  bottom: 0;
  top: auto;
}
@media (max-width: 1024px) {
  .carousel-cta .carousel-cta-item .image-wrapper img {
    max-height: calc(220px + 180 * ((100vw - 376px) / 1544));
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    min-height: auto;
    width: auto;
    height: auto;
  }
}
.carousel-cta .carousel-cta-item .content-wrapper {
  padding-top: calc(41.25px + 33.75 * ((100vw - 376px) / 1544));
  padding-bottom: calc(41.25px + 33.75 * ((100vw - 376px) / 1544));
}
@media only screen and (min-width: 1025px) {
  .carousel-cta .carousel-cta-item.carousel-cta-item__theme-blue {
    background-color: #074B87;
  }
}
@media (max-width: 1024px) {
  .carousel-cta .carousel-cta-item.carousel-cta-item__theme-blue {
    background-color: white;
  }
  .carousel-cta .carousel-cta-item.carousel-cta-item__theme-blue .image-wrapper:before {
    background-color: #074B87;
  }
}
@media only screen and (min-width: 1025px) {
  .carousel-cta .carousel-cta-item.carousel-cta-item__theme-blue .content-wrapper {
    color: white;
  }
  .carousel-cta .carousel-cta-item.carousel-cta-item__theme-blue .content-wrapper .button {
    background-color: white;
    color: #074B87;
  }
  .carousel-cta .carousel-cta-item.carousel-cta-item__theme-blue .content-wrapper .button:hover {
    background-color: #8BC425;
    color: white;
  }
}
.carousel-cta .carousel-cta-item.carousel-cta-item__theme-pale-blue {
  background-color: #F4F9FD;
}
@media (max-width: 1024px) {
  .carousel-cta .carousel-cta-item.carousel-cta-item__theme-pale-blue {
    background-color: white;
  }
  .carousel-cta .carousel-cta-item.carousel-cta-item__theme-pale-blue .image-wrapper:before {
    background-color: #F4F9FD;
  }
}
.carousel-cta .carousel-cta-item.carousel-cta-item__alignment-left .content-wrapper {
  text-align: right;
}
@media (max-width: 1024px) {
  .carousel-cta .carousel-cta-item.carousel-cta-item__alignment-left .content-wrapper {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .carousel-cta .carousel-cta-item.carousel-cta-item__alignment-left .carousel-cta-item-inner {
    flex-direction: column;
  }
}
.carousel-cta .carousel-cta-item.carousel-cta-item__alignment-right .carousel-cta-item-inner {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .carousel-cta .carousel-cta-item.carousel-cta-item__alignment-right .carousel-cta-item-inner {
    flex-direction: column;
  }
}
.carousel-cta .carousel-cta-item.carousel-cta-item__alignment-right .carousel-cta-item-inner .image-wrapper img {
  left: auto;
  right: 0;
}
@media (max-width: 1024px) {
  .carousel-cta .carousel-cta-item.carousel-cta-item__alignment-right .carousel-cta-item-inner .image-wrapper img {
    left: 50%;
    right: auto;
  }
}
@media (max-width: 1024px) {
  .carousel-cta .carousel-cta-item.carousel-cta-item__alignment-right .carousel-cta-item-inner .content-wrapper {
    text-align: center;
  }
}
.carousel-cta .carousel-cta-item .carousel-cta-item-inner {
  display: flex;
  min-height: calc(247.5px + 202.5 * ((100vw - 376px) / 1544));
}
.carousel-cta .carousel-cta-controls {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  display: flex;
  z-index: 100;
}
.carousel-cta .carousel-cta-controls .carousel-cta-control {
  background-color: rgba(139, 196, 37, 0.3);
  border-radius: 100%;
  cursor: pointer;
  height: 12px;
  width: 12px;
}
.carousel-cta .carousel-cta-controls .carousel-cta-control:not(:last-child) {
  margin-right: 8px;
}
.carousel-cta .carousel-cta-controls .carousel-cta-control.carousel-cta-control__current {
  background-color: #8BC425;
}

.carousel-cta-content .image-wrapper, .carousel-cta-content .content-wrapper > * {
  opacity: 0;
  transform: translateX(calc(-11px + -9 * ((100vw - 376px) / 1544)));
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ready .visible-on-screen .carousel-cta-content .image-wrapper, .ready .visible-on-screen .carousel-cta-content .content-wrapper > * {
  opacity: 1;
  transform: none;
}
.carousel-cta-content .content-wrapper > *:nth-child(1) {
  transition-delay: 50ms;
}
.carousel-cta-content .content-wrapper > *:nth-child(2) {
  transition-delay: 100ms;
}
.carousel-cta-content .content-wrapper > *:nth-child(3) {
  transition-delay: 150ms;
}
.carousel-cta-content .content-wrapper > *:nth-child(4) {
  transition-delay: 200ms;
}
.carousel-cta-content .content-wrapper > *:nth-child(5) {
  transition-delay: 250ms;
}