/**
 * Colors
 */
/**
 * 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
 */
/**
 * Returns a transition equation by name.
 * @function transition-delay
 * @since 1.0.0
 */
/**
 * @mixin flexible
 * @since 1.0.0
 */
/**
 * @mixin flex-box
 * @since 1.0.0
 */
/**
 * @mixin flex-row
 * @since 1.0.0
 */
/**
 * @mixin flex-col
 * @since 1.0.0
 */
/**
 * @mixin mflex-set
 * @since 1.0.0
 */
/**
 * @mixin flex-ord
 * @since 1.0.0
 */
/**
 * @mixin flex-width
 * @since 1.0.0
 */
/**
 * @mixin last-row
 * @since 1.0.0
 */
/**
 * @mixin media-breakpoint-up
 * @since 1.0.0
 */
/**
 * @mixin media-breakpoint-down
 * @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
 */
/**
 * Applies preset typeface attributes.
 * @mixin typeface
 * @since 1.0.0
 */
/**
* Sets the text antialias;
* @mixin text-antialias
* @since 1.0.0
*/
/**
* Sets the text adjust.
* @mixin text-adjust
* @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
*/
/**
 * 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 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-item
 * @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
 */
/**
 * Convenience mixin to reset visibility and transform.
 * @function hidden
 * @since 1.0.0
 */
/**
 * Convenience mixin to reset visibility and transform.
 * @function reveal
 * @since 1.0.0
 */
/**
 * Convenience transition mixin.
 * @function transition-property
 * @since 1.0.0
 */
/**
 * Convenience transition mixin.
 * @function transition-duration
 * @since 1.0.0
 */
/**
 * Convenience transition mixin.
 * @function transition-equation
 * @since 1.0.0
 */
/**
 * Convenience transition mixin.
 * @function transition-delay
 * @since 1.0.0
 */
/**
 * Convenience before mixin;
 * @function before
 * @since 1.0.0
 */
/**
 * Convenience before mixin;
 * @function before
 * @since 1.0.0
 */
/**
 * Convenience asset path function
 * @function asset
 * @since 1.0.0
 */
/**
 * @mixin position
 * @since 1.0.0
 * @hidden
 */
/**
 * @function is-valid-length
 * @since 1.0.0
 * @hidden
 */
/**
 * @function nth-if
 * @since 1.0.0
 * @hidden
 */
/**
 * Initialize the common styles of a block.
 * @function block
 * @since 1.0.1
 */
.grey-bar:after, .content-2-col-image-text__style-white:after {
  background-color: #F0F1F2;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: calc((68.75px + 56.25 * ((100vw - 376px) / 1544)) - 0.1px);
}

.content-2-col-image-text {
  background-color: white;
  padding-top: calc((71.5px + 58.5 * ((100vw - 376px) / 1544)) - 0.1px);
  padding-bottom: calc((74.25px + 60.75 * ((100vw - 376px) / 1544)) - 0.1px);
  position: relative;
}
.content-2-col-image-text .background-element {
  height: 50%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.content-2-col-image-text .content-2-col-image-text-content-wrapper {
  display: flex;
}
@media (max-width: 1200px) {
  .content-2-col-image-text .content-2-col-image-text-content-wrapper {
    flex-direction: column !important;
  }
}
.content-2-col-image-text .image-wrapper, .content-2-col-image-text .content-wrapper {
  position: relative;
}
.content-2-col-image-text .image-wrapper {
  z-index: 3;
}
@media (max-width: 575px) {
  .content-2-col-image-text .image-wrapper {
    height: 275px;
  }
  .content-2-col-image-text .image-wrapper .image {
    height: 100%;
    width: auto;
  }
  .content-2-col-image-text .image-wrapper .image img {
    height: 100%;
    width: auto;
  }
}
@media (min-width: 576px) {
  .content-2-col-image-text .image-wrapper {
    flex: 0 0 50%;
  }
}
.content-2-col-image-text .content-wrapper {
  flex: 0 0 calc(50% + calc((154px + 126 * ((100vw - 376px) / 1544)) - 0.1px));
  margin-left: calc((-154px + -126 * ((100vw - 376px) / 1544)) - 0.1px);
  padding-left: calc((154px + 126 * ((100vw - 376px) / 1544)) - 0.1px);
}
.content-2-col-image-text .image-wrapper {
  position: relative;
}
@media (min-width: 1201px) {
  .content-2-col-image-text .image-wrapper {
    display: flex;
    align-items: center;
  }
}
.content-2-col-image-text .image-wrapper .image {
  width: 100%;
}
.content-2-col-image-text .image-wrapper img {
  width: 100%;
}
.content-2-col-image-text .content-wrapper {
  margin-bottom: calc((-74.25px + -60.75 * ((100vw - 376px) / 1544)) - 0.1px);
  padding-bottom: calc((74.25px + 60.75 * ((100vw - 376px) / 1544)) - 0.1px);
  display: flex;
  align-items: center;
}
.content-2-col-image-text .content-wrapper h1, .content-2-col-image-text .content-wrapper h2, .content-2-col-image-text .content-wrapper h3 {
  display: flex;
  flex-direction: column;
}
.content-2-col-image-text .content-wrapper h1:after, .content-2-col-image-text .content-wrapper h2:after, .content-2-col-image-text .content-wrapper h3:after {
  background-color: #F19B3E;
  content: "";
  height: calc((2.2px + 1.8 * ((100vw - 376px) / 1544)) - 0.1px);
  width: calc((39.6px + 32.4 * ((100vw - 376px) / 1544)) - 0.1px);
  margin-top: calc((16.5px + 13.5 * ((100vw - 376px) / 1544)) - 0.1px);
}
.content-2-col-image-text .content-inner-wrapper {
  padding-top: calc((41.25px + 33.75 * ((100vw - 376px) / 1544)) - 0.1px);
  padding-bottom: calc((41.25px + 33.75 * ((100vw - 376px) / 1544)) - 0.1px);
  max-width: calc((700px + 100 * ((100vw - 376px) / 1544)) - 0.1px);
}
@media (max-width: 1200px) {
  .content-2-col-image-text .content-inner-wrapper {
    padding-left: calc((25px + 95 * ((100vw - 376px) / 1544)) - 0.1px);
    padding-right: calc((25px + 95 * ((100vw - 376px) / 1544)) - 0.1px);
  }
}
.content-2-col-image-text .content-inner-wrapper .button {
  margin-top: calc((16.5px + 13.5 * ((100vw - 376px) / 1544)) - 0.1px);
}

.content-2-col-image-text__split {
  padding-bottom: 0;
  margin-bottom: calc((74.25px + 60.75 * ((100vw - 376px) / 1544)) - 0.1px);
}

.content-2-col-image-text__style-blue {
  color: white;
}
.content-2-col-image-text__style-blue .background-element {
  background-color: #234870;
}
@media (max-width: 1200px) {
  .content-2-col-image-text__style-blue .image-wrapper {
    background-color: #234870;
  }
}
.content-2-col-image-text__style-blue.content-2-col-image-text__split .content-wrapper {
  background-color: #234870;
}

.content-2-col-image-text__style-grey {
  background-color: #F0F1F2;
}
@media (max-width: 1200px) {
  .content-2-col-image-text__style-grey .image-wrapper {
    background-color: #F0F1F2;
  }
}
.content-2-col-image-text__style-grey.content-2-col-image-text__split .content-wrapper {
  background-color: #F0F1F2;
}

.content-2-col-image-text__style-white {
  background-color: white;
}
.content-2-col-image-text__style-white .image-wrapper, .content-2-col-image-text__style-white .content-wrapper {
  z-index: 2;
}
@media (max-width: 1200px) {
  .content-2-col-image-text__style-white:after {
    display: none;
  }
}

@media (min-width: 1201px) {
  .content-2-col-image-text__orientation-left .content-inner-wrapper {
    margin-left: calc((77px + 63 * ((100vw - 376px) / 1544)) - 0.1px);
  }
}
@media (min-width: 1201px) {
  .content-2-col-image-text__orientation-left .content-wrapper {
    padding-right: calc((25px + 95 * ((100vw - 376px) / 1544)) - 0.1px);
  }
}
@media (max-width: 1200px) {
  .content-2-col-image-text__orientation-left .image-wrapper {
    padding-right: calc((25px + 95 * ((100vw - 376px) / 1544)) - 0.1px);
  }
}

.content-2-col-image-text__orientation-right .content-2-col-image-text-content-wrapper {
  flex-direction: row-reverse;
}
@media (min-width: 1201px) {
  .content-2-col-image-text__orientation-right .content-inner-wrapper {
    margin-left: calc((77px + 63 * ((100vw - 376px) / 1544)) - 0.1px);
    margin-right: calc((77px + 63 * ((100vw - 376px) / 1544)) - 0.1px);
  }
}
@media (min-width: 1601px) {
  .content-2-col-image-text__orientation-right .content-inner-wrapper {
    margin-left: calc((123.75px + 101.25 * ((100vw - 376px) / 1544)) - 0.1px);
  }
}
@media (max-width: 1200px) {
  .content-2-col-image-text__orientation-right .image-wrapper {
    padding-left: calc((25px + 95 * ((100vw - 376px) / 1544)) - 0.1px);
  }
}

.content-2-col-image-text-content-wrapper .image-wrapper {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ready .block-on-screen .content-2-col-image-text-content-wrapper .image-wrapper {
  opacity: 1;
}
.content-2-col-image-text-content-wrapper .content-inner-wrapper {
  opacity: 0;
  transform: translateY(calc((-13.75px + -11.25 * ((100vw - 376px) / 1544)) - 0.1px));
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 150ms;
}
.ready .block-on-screen .content-2-col-image-text-content-wrapper .content-inner-wrapper {
  opacity: 1;
  transform: none;
}