/******************************************************************
Author: Creative Bones
******************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

@font-face {
  font-family: "BMS Humanity";
  src: url("../../dist/fonts/BMSHumanity-Bold.woff2") format("woff2"), url("../../dist/fonts/BMSHumanity-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BMS Humanity";
  src: url("../../dist/fonts/BMSHumanity-Light.woff2") format("woff2"), url("../../dist/fonts/BMSHumanity-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BMS Humanity";
  src: url("../../dist/fonts/BMSHumanity-ExtraBold.woff2") format("woff2"), url("../../dist/fonts/BMSHumanity-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BMS Humanity";
  src: url("../../dist/fonts/BMSHumanity-Regular.woff2") format("woff2"), url("../../dist/fonts/BMSHumanity-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BMS Humanity";
  src: url("../../dist/fonts/BMSHumanity-Thin.woff2") format("woff2"), url("../../dist/fonts/BMSHumanity-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
.slide-up,
.slide-down,
.slide-left,
.slide-right,
.scale-up,
.scale-down {
  opacity: 0;
  transition: opacity 0.75s linear 0.25s, transform 1s cubic-bezier(0.85, 0, 0.15, 1);
}
.slide-up.no-opacity,
.slide-down.no-opacity,
.slide-left.no-opacity,
.slide-right.no-opacity,
.scale-up.no-opacity,
.scale-down.no-opacity {
  opacity: 1;
}

.scale-up,
.scale-down {
  transition: opacity 0.75s linear 0.25s, transform 1s cubic-bezier(0.215, 0.6, 0.27, 0.995);
}

.slide-up {
  transform: translateY(20px) scale(1);
}

.slide-down {
  transform: translateY(-20px) scale(1);
}

.slide-left {
  transform: translateX(50%);
  transition: all 3s cubic-bezier(0.215, 0.6, 0.27, 0.995);
}

.slide-right {
  transform: translateX(-50%);
  transition: all 3s cubic-bezier(0.215, 0.6, 0.27, 0.995);
}

.scale-up {
  transform: scale(0.8);
}

.scale-down {
  transform: scale(1.2);
}

.anim-slide-up,
.anim-slide-down,
.anim-slide-left,
.anim-slide-right,
.anim-scale-up,
.anim-scale-down {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

@font-face {
  font-family: "iconfont";
  src: url("../../../dist/iconfont/iconfont.eot"); /* IE9 Compat Modes */
  src: url("../../../dist/iconfont/iconfont.eot?#iefix") format("embedded-opentype"), url("../../../dist/iconfont/iconfont.woff") format("woff"), url("../../../dist/iconfont/iconfont.ttf") format("truetype"), url("../../../dist/iconfont/iconfont.svg") format("svg"); /* Legacy iOS */
}
.icon {
  font-style: normal;
  font-weight: 400;
}
.icon.icon-arrow:before {
  font-family: "iconfont";
  content: "\ea01";
}
.icon.icon-facebook:before {
  font-family: "iconfont";
  content: "\ea02";
}
.icon.icon-instagram:before {
  font-family: "iconfont";
  content: "\ea03";
}
.icon.icon-linkedin:before {
  font-family: "iconfont";
  content: "\ea04";
}
.icon.icon-sound-off:before {
  font-family: "iconfont";
  content: "\ea05";
}
.icon.icon-sound:before {
  font-family: "iconfont";
  content: "\ea06";
}
.icon.icon-twitter:before {
  font-family: "iconfont";
  content: "\ea07";
}
.icon.icon-youtube:before {
  font-family: "iconfont";
  content: "\ea08";
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
      This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
      calculation of the height of the owl-item that breaks page layouts
     */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Default theme - Owl Carousel CSS File
 */
.owl-carousel.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
.owl-carousel.owl-theme .owl-nav button {
  display: block;
  position: absolute;
  width: 56px;
  height: 52px;
  border: none;
  background: #000000;
  color: #ffffff;
  font-size: 12px;
  top: 50%;
  margin-top: -26px;
  padding: 0;
}
.owl-carousel.owl-theme .owl-nav button .icon {
  transition: all 0.3s;
}
.owl-carousel.owl-theme .owl-nav button.owl-prev {
  left: 0;
}
.owl-carousel.owl-theme .owl-nav button.owl-prev .icon {
  transform: scaleX(-1);
}
.owl-carousel.owl-theme .owl-nav button.owl-prev:hover .icon {
  transform: scaleX(-1) translateX(10px);
}
.owl-carousel.owl-theme .owl-nav button.owl-next {
  right: 0;
}
.owl-carousel.owl-theme .owl-nav button.owl-next:hover .icon {
  transform: translateX(10px);
}
.owl-carousel.owl-theme .owl-nav button.disabled .icon {
  opacity: 0.5;
}
.owl-carousel.owl-theme .owl-nav button.disabled:hover .icon {
  transform: none;
}
.owl-carousel.owl-theme .owl-nav button.disabled.owl-prev:hover .icon {
  transform: scaleX(-1);
}
.owl-carousel.owl-theme .owl-dots {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  width: 100%;
  text-align: center;
  margin: 0;
  top: 50%;
}
.owl-carousel.owl-theme .owl-dots button {
  display: block;
  width: 26px;
  height: 1px;
  background: #a7a7a7;
  margin: 0 2px;
  transition: all 0.3s cubic-bezier(0.215, 0.6, 0.27, 0.995);
}
.owl-carousel.owl-theme .owl-dots button.active {
  height: 3px;
  background: #000000;
}

.owl-carousel.owl-theme2 .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
.owl-carousel.owl-theme2 .owl-nav button {
  display: block;
  position: absolute;
  width: 56px;
  height: 52px;
  border: none;
  background: #000000;
  color: #ffffff;
  font-size: 12px;
  top: 50%;
  margin-top: -26px;
  padding: 0;
}
.owl-carousel.owl-theme2 .owl-nav button .icon {
  transition: all 0.3s;
}
.owl-carousel.owl-theme2 .owl-nav button.owl-prev {
  left: 0;
}
.owl-carousel.owl-theme2 .owl-nav button.owl-prev .icon {
  transform: scaleX(-1);
}
.owl-carousel.owl-theme2 .owl-nav button.owl-prev:hover .icon {
  transform: scaleX(-1) translateX(10px);
}
.owl-carousel.owl-theme2 .owl-nav button.owl-next {
  right: 0;
}
.owl-carousel.owl-theme2 .owl-nav button.owl-next:hover .icon {
  transform: translateX(10px);
}
.owl-carousel.owl-theme2 .owl-nav button.disabled .icon {
  opacity: 0.5;
}
.owl-carousel.owl-theme2 .owl-nav button.disabled:hover .icon {
  transform: none;
}
.owl-carousel.owl-theme2 .owl-nav button.disabled.owl-prev:hover .icon {
  transform: scaleX(-1);
}
.owl-carousel.owl-theme2 .owl-dots {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  width: 100%;
  text-align: center;
  margin: 0;
  top: 50%;
}
.owl-carousel.owl-theme2 .owl-dots button {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #a7a7a7;
  margin: 0 4px;
  transition: all 0.3s cubic-bezier(0.215, 0.6, 0.27, 0.995);
}
.owl-carousel.owl-theme2 .owl-dots button.active {
  background: #000000;
}

.slides-el {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.owl-counter-container {
  font-family: "BMS Humanity";
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.owl-counter-container .owl-counter {
  position: relative;
  color: #ffffff;
}
.owl-counter-container .owl-counter.counter--black {
  color: #000000;
}
.owl-counter-container .owl-counter.counter--black:after, .owl-counter-container .owl-counter.counter--black:before {
  background: #000000;
}
.owl-counter-container .owl-counter:after, .owl-counter-container .owl-counter:before {
  content: "";
  background: #ffffff;
  width: 25px;
  height: 1px;
  position: absolute;
  top: 50%;
}
.owl-counter-container .owl-counter:before {
  left: -35px;
}
.owl-counter-container .owl-counter:after {
  right: -35px;
}
.owl-counter-container .owl-counter .active {
  font-size: 37px;
}

/* -------------------------------
   MEDIUM SCREENS
------------------------------- */
@media (min-width: 981px) {
  .owl-carousel.owl-theme .owl-nav button,
.owl-carousel.owl-theme2 .owl-nav button {
    width: 87px;
    height: 75px;
    font-size: 20px;
  }
  .owl-carousel.owl-theme .owl-nav button.owl-prev,
.owl-carousel.owl-theme2 .owl-nav button.owl-prev {
    padding-left: 15px !important;
  }
  .owl-carousel.owl-theme .owl-nav button.owl-next,
.owl-carousel.owl-theme2 .owl-nav button.owl-next {
    padding-right: 15px !important;
  }
}
.not-selectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel {
  position: relative;
  box-sizing: border-box;
}

.carousel *, .carousel *:before, .carousel *:after {
  box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width:48px;
    --carousel-button-height:48px;
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  animation: 0.15s ease both fancybox-throwOutDown;
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  touch-action: none;
  user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  user-select: none;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

.fancybox__backdrop {
  background: rgba(127, 110, 100, 0.9);
}

body {
  color: #595454;
  font-family: "BMS Humanity";
}

.cbo-container {
  width: 100%;
  padding: 3rem 1rem;
}
.cbo-container.container--small {
  max-width: 43.88rem;
  margin: 0 auto;
}

.cbo-picture-cover img,
.cbo-picture-contain img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: center;
}

.cbo-picture-contain img {
  object-fit: contain;
}

body.body--experience {
  overflow: hidden;
}

.cbo-global {
  padding-top: 4.81rem;
  position: relative;
}
.cbo-global:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, #F8F3F1 0%, #DFCBC3 100%);
}

.cbo-main {
  position: relative;
}

.cbo-background-neons {
  background: url(../images/background-neons.png) no-repeat top center;
  background-size: 200% auto;
}

body.body--dark {
  background: #413D38;
}
body.body--dark .cbo-global:before {
  content: none;
  display: none;
}

.cbo-modal {
  text-align: center;
  max-width: 36rem;
}

.cbo-modalwrapper {
  display: none;
}

.footer-text.cbo-container{
  padding-top: 0;
  text-align: right;
}
.footer-text.cbo-container.homepage{
  padding-bottom: 0.5rem !important;
}
/* -------------------------------
   SMALL SCREENS
------------------------------- */
/* -------------------------------
   MEDIUM SCREENS
------------------------------- */
@media (min-width: 981px) {
  .cbo-container {
    padding: 5rem 5vw;
  }
  .cbo-container.container--small {
    padding-left: 0;
    padding-right: 0;
  }
  .cbo-background-neons {
    background-size: 100% auto;
    background-position: top center;
  }
}
/* -------------------------------
   LARGE SCREENS
------------------------------- */
/* -------------------------------
   EXTRA LARGE SCREENS
------------------------------- */
@media (min-width: 1920px) {
  .cbo-container {
    padding: 7.5rem 10vw;
  }
}
/* -------------------------------
   HEADER COMPONENT
   --
   Mobile First !
------------------------------- */
.cbo-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.5s cubic-bezier(0.85, 0, 0.15, 1);
}
.cbo-header:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  transform: translateY(-100%);
  transition: transform 0.8s cubic-bezier(0.85, 0, 0.15, 1);
}
.cbo-header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.cbo-header .header-logo {
  display: block;
  position: relative;
  width: 13.44rem;
  z-index: 1;
}
.cbo-header .header-logo img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 2s;
}
.cbo-header .header-logo img.white {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.cbo-header .header-burger {
  display: block;
  position: relative;
  width: 2.44rem;
  height: 1.12rem;
  border: none;
  background: none;
  margin-right: 0;
  z-index: 1;
}
.cbo-header .header-burger span, .cbo-header .header-burger:before, .cbo-header .header-burger:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #595454;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1.22rem;
  transition: background 2s, transform 0.5s cubic-bezier(0.85, 0, 0.15, 1), margin 0.3s cubic-bezier(0.85, 0, 0.15, 1);
}
.cbo-header .header-burger:before {
  margin-top: -9px;
}
.cbo-header .header-burger:after {
  margin-top: 9px;
}
.cbo-header .header-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: translateX(-100%);
  transition: transform 1s cubic-bezier(0.85, 0, 0.15, 1);
}
.cbo-header .header-nav ul {
  display: block;
  margin: 0;
  padding: 0;
}
.cbo-header .header-nav ul li {
  display: block;
  margin: 2rem 0;
  padding: 0;
}
.cbo-header .header-nav ul li a {
  font-size: 1.25rem;
  color: #a69e9e;
  text-decoration: none;
  transition: color 0.3s;
}
.cbo-header .header-nav ul li.active a {
  color: #BE2BBB;
}
.cbo-header .header-nav ul.nav-social {
  margin-top: 4rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
}
.cbo-header .header-nav ul.nav-social li {
  margin: 0 1rem;
}
.cbo-header .header-nav ul.nav-social li a {
  font-size: 1.12rem;
  color: #BE2BBB;
}
.cbo-header .header-nav ul.nav-social li a .icon {
  display: block;
}
.cbo-header .header-nav ul.nav-social li a .icon-twitter {
  transform: translateY(0.15rem);
}
.cbo-header .header-nav ul.nav-social li:first-child {
  width: 100%;
  margin: 0 0 0.5rem 0;
  color: #a69e9e;
  font-size: 1rem;
  transition: color 1s;
}

body.body--dark .cbo-header .header-logo img.black {
  opacity: 0;
}
body.body--dark .cbo-header .header-logo img.white {
  opacity: 1;
}
body.body--dark .cbo-header .header-burger span, body.body--dark .cbo-header .header-burger:before, body.body--dark .cbo-header .header-burger:after {
  background: #ffffff;
}

body.body--scroll:not(.body--experience) .cbo-header:before {
  transform: translateY(0);
}
body.body--scroll:not(.body--experience) .cbo-header .header-logo img.black {
  opacity: 1;
}
body.body--scroll:not(.body--experience) .cbo-header .header-logo img.white {
  opacity: 0;
}
body.body--scroll:not(.body--experience) .cbo-header .header-burger span, body.body--scroll:not(.body--experience) .cbo-header .header-burger:before, body.body--scroll:not(.body--experience) .cbo-header .header-burger:after {
  background: #595454;
}

body.body--scrolldown .cbo-header {
  transform: translateY(-100%);
}

body.body--nav .cbo-header {
  transform: translateY(0);
}
body.body--nav .cbo-header .header-logo img.black {
  opacity: 1;
}
body.body--nav .cbo-header .header-logo img.white {
  opacity: 0;
}
body.body--nav .cbo-header .header-burger span {
  transform: scaleX(0);
}
body.body--nav .cbo-header .header-burger:before {
  transform: rotate(45deg);
  margin-top: 0;
}
body.body--nav .cbo-header .header-burger:after {
  transform: rotate(-45deg);
  margin-top: 0;
}
body.body--nav .cbo-header .header-burger span, body.body--nav .cbo-header .header-burger:before, body.body--nav .cbo-header .header-burger:after {
  background: #595454;
}
body.body--nav .cbo-header .header-nav {
  transform: translateX(0);
}

/* -------------------------------
   SMALL SCREENS
------------------------------- */
/* -------------------------------
   MEDIUM SCREENS
------------------------------- */
/* -------------------------------
   LARGE SCREENS
------------------------------- */
@media (min-width: 1280px) {
  .cbo-header .header-inner {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .cbo-header .header-logo {
    margin-top: -0.25rem;
  }
  .cbo-header .header-burger {
    display: none;
  }
  .cbo-header .header-nav {
    display: block;
    position: absolute;
    height: auto;
    background: none;
    margin-top: 2.35rem;
    transform: none;
  }
  .cbo-header .header-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cbo-header .header-nav ul li {
    display: inline-block;
    margin: 0 1rem;
    position: relative;
  }
  .cbo-header .header-nav ul li a {
    font-size: 1rem;
  }
  .cbo-header .header-nav ul li a:hover {
    color: #BE2BBB;
  }
  .cbo-header .header-nav ul.nav-main li:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #BE2BBB;
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.215, 0.6, 0.27, 0.995);
  }
  .cbo-header .header-nav ul.nav-main li.active:after, .cbo-header .header-nav ul.nav-main li:hover:after {
    transform: scaleX(1);
  }
  .cbo-header .header-nav ul.nav-social {
    position: absolute;
    top: 0;
    right: 5vw;
    flex-wrap: nowrap;
    margin: -0.3rem 0 0 0;
  }
  .cbo-header .header-nav ul.nav-social li {
    margin: 0 0 0 1rem;
  }
  .cbo-header .header-nav ul.nav-social li a:hover {
    color: #595454;
  }
  .cbo-header .header-nav ul.nav-social li:first-child {
    font-size: 1rem;
    width: auto;
    margin: 0;
    transform: translateY(-0.15rem);
  }
  body.body--dark .cbo-header .header-nav ul.nav-social li:first-child {
    color: #ffffff;
  }
  body.body--scroll .cbo-header .header-nav ul.nav-social li:first-child {
    color: #a69e9e;
  }
}
/* -------------------------------
   EXTRA LARGE SCREENS
------------------------------- */
@media (min-width: 1920px) {
  .cbo-header .header-nav ul.nav-social {
    right: 10vw;
  }
}
/* -------------------------------
   FOOTER COMPONENT
   --
   Mobile First !
------------------------------- */
.cbo-footer {
  background: #dfcbc3;
  text-align: center;
  color: #595454;
}
.cbo-footer .footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5rem;
}
.cbo-footer .footer-social a {
  display: inline-block;
  margin: 0 0.5rem;
  text-decoration: none;
  color: #595454;
  font-size: 1.12rem;
}
.cbo-footer .footer-content {
  font-size: 0.75rem;
  line-height: 1.25em;
}
.cbo-footer .footer-content a {
  text-decoration: none;
  color: #595454;
}

/* -------------------------------
   SMALL SCREENS
------------------------------- */
/* -------------------------------
   MEDIUM SCREENS
------------------------------- */
/* -------------------------------
   LARGE SCREENS
------------------------------- */
/* -------------------------------
   EXTRA LARGE SCREENS
------------------------------- */
/* -------------------------------
   TYPOGRAPHY COMPONENT
   --
   Mobile First !
------------------------------- */
h1,
.cbo-title-1 {
  font-style: normal;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.07em;
  margin-top: 0;
}
h1 small,
.cbo-title-1 small {
  display: inline-block;
  font-size: 0.54em;
  line-height: 1.07em;
}
h1 sup,
.cbo-title-1 sup {
  font-size: 0.5em;
}

h2,
.cbo-title-2 {
  font-style: normal;
  font-weight: 300;
  font-size: 1.75rem;
  line-height: 1.07em;
  margin-top: 0;
}
h2 sup,
.cbo-title-2 sup {
  font-size: 0.5em;
}

h3,
.cbo-title-3 {
  font-style: normal;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.07em;
  margin-top: 0;
}
h3 sup,
.cbo-title-3 sup {
  font-size: 0.5em;
}

.cbo-cms p,
.cbo-cms ul,
.cbo-cms ol {
  font-size: 1.12rem;
  line-height: 1.53em;
}
.cbo-cms p img,
.cbo-cms ul img,
.cbo-cms ol img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.cbo-cms a:not(.cbo-button) {
  color: #BE2BBB;
}
.cbo-cms .cbo-button {
  margin: 1.5rem 0;
}
.cbo-cms table {
  border-left: 1px solid #535353;
  border-top: 1px solid #535353;
}
.cbo-cms table tr {
  padding: 0;
  margin: 0;
}
.cbo-cms table th, .cbo-cms table td {
  border-right: 1px solid #535353;
  border-bottom: 1px solid #535353;
  padding: 1rem;
  margin: 0;
}
.cbo-cms .table-wrapper {
  width: 100%;
  overflow: auto;
}
.cbo-cms .table-wrapper table {
  min-width: 40rem;
}

.cbo-tag {
  font-style: normal;
  font-weight: 800;
  font-size: 0.75em !important;
  text-transform: uppercase;
  color: #BE2BBB;
  margin: 0;
}
.cbo-tag + h1, .cbo-tag + .cbo-title-1 {
  margin-top: 0.5rem;
}

.cbo-text-primary {
  color: #BE2BBB;
}

.cbo-info {
  padding-left: 3.56rem;
  background: url(../images/icons/question.png) no-repeat top left;
  font-weight: normal;
  font-size: 1.25rem !important;
}

/* -------------------------------
   SMALL SCREENS
------------------------------- */
/* -------------------------------
   MEDIUM SCREENS
------------------------------- */
@media (min-width: 981px) {
  h1,
.cbo-title-1 {
    font-size: 3.38rem;
  }
  h2,
.cbo-title-2 {
    font-size: 2.75rem;
  }
  h3,
.cbo-title-3 {
    font-size: 1.5rem;
  }
  .cbo-cms p,
.cbo-cms ul,
.cbo-cms ol {
    font-size: 1.06rem;
  }
  .cbo-tag {
    font-size: 0.81em !important;
  }
}
/* -------------------------------
   LARGE SCREENS
------------------------------- */
/* -------------------------------
   EXTRA LARGE SCREENS
------------------------------- */
/* -------------------------------
   BUTTONS COMPONENT
   --
   Mobile First !
------------------------------- */
.cbo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 3.75rem;
  padding: 0 2rem;
  border: none;
  background: #BE2BBB;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 300;
  border-radius: 1.88rem;
  cursor: pointer;
  border: 2px solid #BE2BBB;
  transition: all 0.4s cubic-bezier(0.215, 0.6, 0.27, 0.995);
}
.cbo-button .icon {
  width: 1em;
  height: 1em;
}
.cbo-button:hover {
  background-color: transparent;
  color: #BE2BBB;
}
.cbo-button.button--border {
  background-color: transparent;
  color: #BE2BBB;
}
.cbo-button.button--border:hover {
  background-color: #BE2BBB;
  color: #ffffff;
}
.cbo-button.button--round {
  padding: 0;
  width: 3.75rem;
}

/* -------------------------------
   SMALL SCREENS
------------------------------- */
/* -------------------------------
   MEDIUM SCREENS
------------------------------- */
/* -------------------------------
   LARGE SCREENS
------------------------------- */
/* -------------------------------
   EXTRA LARGE SCREENS
------------------------------- */
/* -------------------------------
   PUSH MENU COMPONENT
   --
   Mobile First !
------------------------------- */
.cbo-pushmenu {
  display: none;
}

/* -------------------------------
   SMALL SCREENS
------------------------------- */
/* -------------------------------
   MEDIUM SCREENS
------------------------------- */
@media (min-width: 981px) {
  .cbo-pushmenu {
    display: block;
    position: fixed;
    right: 0;
    top: 30%;
    transform: translateY(-50%);
    z-index: 10;
  }
  .cbo-pushmenu .pushmenu-experience {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    height: 5.44rem;
    background: url(../images/button-neons-2.png) no-repeat 1rem #ead5c9;
    background-position: bottom right;
    background-size: auto 100%;
    padding: 0 5rem 0 1.5rem;
    overflow: hidden;
    max-width: 5rem;
    color: #595454;
    font-weight: bold;
    font-size: 0.88rem;
    border: none;
    box-shadow: 1px 2px 8px 1px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    transition: max-width 0.6s cubic-bezier(0.215, 0.6, 0.27, 0.995) 0.1s;
  }
  .cbo-pushmenu .pushmenu-experience span {
    display: inline-block;
    width: 8rem;
    min-width: 8rem;
    opacity: 0;
    transition: opacity 0.2s;
  }
  .cbo-pushmenu .pushmenu-experience:hover {
    max-width: 14.5rem;
    transition-delay: 0s;
  }
  .cbo-pushmenu .pushmenu-experience:hover span {
    opacity: 1;
    transition-delay: 0.5s;
  }
  .cbo-pushmenu .pushmenu-share {
    width: 5.26rem;
    margin: 1rem 0 0 auto;
    position: relative;
  }
  .cbo-pushmenu .pushmenu-share .share-icon {
    width: 1.5rem;
    height: 1.56rem;
    background: url(../images/icons/share.png) no-repeat;
    margin: 0 auto;
    cursor: pointer;
  }
  .cbo-pushmenu .pushmenu-share .share-items {
    position: absolute;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.8s cubic-bezier(0.85, 0, 0.15, 1);
    width: 100%;
    right: 0;
  }
  .cbo-pushmenu .pushmenu-share .share-items:before {
    content: "";
    display: block;
    width: 1px;
    height: 3.5rem;
    background: #a69e9e;
    margin: 1rem auto;
  }
  .cbo-pushmenu .pushmenu-share .share-items a {
    display: block;
    font-size: 1.38rem;
    text-decoration: none;
    width: 1em;
    height: 1em;
    color: #BE2BBB;
    margin: 1rem auto;
  }
  .cbo-pushmenu .pushmenu-share:hover .share-items {
    opacity: 1;
    transform: scaleY(1);
  }
}
/* -------------------------------
   LARGE SCREENS
------------------------------- */
/* -------------------------------
   EXTRA LARGE SCREENS
------------------------------- */
/* -------------------------------
   HOME COMPONENT
   --
   Mobile First !
------------------------------- */
.cbo-home {
  position: relative;
  transition: transform 2s cubic-bezier(0.85, 0, 0.15, 1);
  z-index: 1;
}
.cbo-home .home-step {
  min-height: 100vh;
  min-height: calc(100vh - 4.81rem);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background: #e7d7d0 url(../images/background-neons-home-2.png) no-repeat bottom center;
  background-size: 200% auto;
}
.cbo-home .home-step .home-video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cbo-home .home-step .home-video video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cbo-home .home-step .cbo-container {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.cbo-home .home-step .cbo-text {
  position: relative;
}
.cbo-home .home-scroll {
  display: none;
}

body.body--experience .cbo-home {
  transform: translateX(-100%);
}

/* -------------------------------
   SMALL SCREENS
------------------------------- */
@media (min-width: 768px) {
  .cbo-home .home-step {
    background-size: 100% auto;
  }
}
/* -------------------------------
   MEDIUM SCREENS
------------------------------- */
@media (min-width: 981px) {
  .cbo-home .home-step {
    background-size: 100% auto;
    padding-left: 7.5vw;
  }
  .cbo-home .home-step .cbo-container {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5rem;
    padding-right: 5rem;
    margin-bottom: 7.5rem;
  }
  .cbo-home .home-step .cbo-text {
    max-width: 52rem;
  }
  .cbo-home .home-scroll {
    display: block;
    width: 2.88rem;
    height: 2.88rem;
    position: absolute;
    left: 50%;
    bottom: 2.25rem;
    margin-left: -1.44rem;
    border: none;
    background: none;
    cursor: pointer;
  }
  .cbo-home .home-scroll img {
    display: block;
    width: 100%;
    height: auto;
  }
}
/* -------------------------------
   LARGE SCREENS
------------------------------- */
@media (min-width: 1280px) {
  .cbo-home .home-step .cbo-text {
    max-width: 58rem;
  }
}
/* -------------------------------
   EXTRA LARGE SCREENS
------------------------------- */
/* -------------------------------
   FOOTER COMPONENT
   --
   Mobile First !
------------------------------- */
.cbo-textpicture .textpicture-top h1 {
  color: #BE2BBB;
  font-weight: bold;
  text-align: center;
}
.cbo-textpicture .textpicture-top:after {
  content: "";
  display: block;
  width: 1px;
  height: 3.5rem;
  margin: 2rem auto 4rem auto;
  background: #a69e9e;
}
.cbo-textpicture .textpicture-picture {
  margin-bottom: 2rem;
  text-align: center;
}
.cbo-textpicture .textpicture-picture img {
  display: block;
  width: 100%;
  height: auto;
}
.cbo-textpicture .textpicture-picture img.max-width {
  display: inline-block;
  width: auto;
  max-width: 100%;
}
.cbo-textpicture .textpicture-picture .legend {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.88rem;
  color: #999;
}
.cbo-textpicture .textpicture-cols {
  margin-top: 2rem;
}
.cbo-textpicture .textpicture-cols .cols-el {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 4rem 0 0 0;
}
.cbo-textpicture .textpicture-cols .cols-el .el-icon {
  width: 4.38rem;
  height: 4.38rem;
  position: relative;
  margin-right: 1.5rem;
  margin-top: -1rem;
}
.cbo-textpicture .cbo-testimonials .testimonials-inner {
  padding-top: 0;
}

/* -------------------------------
   SMALL SCREENS
------------------------------- */
@media (min-width: 768px) {
  .cbo-textpicture .textpicture-cols {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .cbo-textpicture .textpicture-cols .cols-el {
    width: 45%;
    margin-top: 2rem;
  }
}
/* -------------------------------
   MEDIUM SCREENS
------------------------------- */
@media (min-width: 981px) {
  .cbo-textpicture.textpicture-bigtxt .textpicture-picture {
    width: 35%;
  }
  .cbo-textpicture.textpicture-bigtxt .textpicture-picture .legend {
    margin-bottom: 2rem;
  }
  .cbo-textpicture.textpicture-bigtxt .textpicture-content {
    width: 60%;
  }
  .cbo-textpicture.textpicture-bigtxt .textpicture-content p:first-child {
    margin-top: 0;
  }
  .cbo-textpicture.textpicture-bigtxt .textpicture-inner {
    align-items: flex-start;
  }
  .cbo-textpicture .textpicture-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cbo-textpicture .textpicture-top {
    width: 100%;
  }
  .cbo-textpicture .textpicture-top:after {
    height: 5rem;
  }
  .cbo-textpicture .textpicture-picture,
.cbo-textpicture .textpicture-content {
    width: 45%;
    margin: 0;
  }
  .cbo-textpicture .textpicture-cols {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .cbo-textpicture .textpicture-cols .cols-el {
    width: 45%;
  }
  .cbo-textpicture .cbo-testimonials {
    width: 100%;
  }
  .cbo-textpicture.textpicture--reverse .textpicture-top {
    order: 1;
  }
  .cbo-textpicture.textpicture--reverse .textpicture-picture {
    order: 3;
  }
  .cbo-textpicture.textpicture--reverse .textpicture-picture:last-child {
    order: 2;
  }
  .cbo-textpicture.textpicture--reverse .textpicture-content {
    order: 2;
  }
  .cbo-textpicture.textpicture--reverse .textpicture-content:first-child {
    order: 3;
  }
  .cbo-textpicture.textpicture--reverse .textpicture-cols {
    order: 4;
  }
}
/* -------------------------------
   LARGE SCREENS
------------------------------- */
/* -------------------------------
   EXTRA LARGE SCREENS
------------------------------- */
/* -------------------------------
   PARTNERS COMPONENT
   --
   Mobile First !
------------------------------- */
.cbo-partners {
  text-align: center;
}
.cbo-partners .partners-logo {
  width: 13.44rem;
  margin: 0 auto;
}
.cbo-partners .partners-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.cbo-partners .partners-logo p {
  font-weight: 500;
  font-size: 1.25rem;
}
.cbo-partners .partners-list a {
  position: relative;
  width: 10%;
  min-width: 150px;
  text-align: center;
}
.cbo-partners .partners-list a img {
  max-width: 100%;
  max-height: 77px;
  width: auto;
  height: auto;
  margin: 0 auto;
}

/* -------------------------------
   SMALL SCREENS
------------------------------- */
/* -------------------------------
   MEDIUM SCREENS
------------------------------- */
@media (min-width: 981px) {
  .cbo-partners .partners-logo {
    width: 22.75rem;
  }
  .cbo-partners .partners-logo p {
    font-size: 1.62rem;
  }
  .cbo-partners .partners-list {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cbo-partners .partners-list a {
    margin: 0 1rem;
  }
}
/* -------------------------------
   LARGE SCREENS
------------------------------- */
/* -------------------------------
   EXTRA LARGE SCREENS
------------------------------- */
/* -------------------------------
   HOW TO COMPONENT
   --
   Mobile First !
------------------------------- */
.cbo-howto .howto-cols .cols-el {
  margin: 4rem 0;
  text-align: center;
}

/* -------------------------------
   SMALL SCREENS
------------------------------- */
@media (min-width: 768px) {
  .cbo-howto .howto-cols {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cbo-howto .howto-cols .cols-el {
    width: 45%;
  }
}
/* -------------------------------
   MEDIUM SCREENS
------------------------------- */
/* -------------------------------
   LARGE SCREENS
------------------------------- */
@media (min-width: 1280px) {
  .cbo-howto .howto-cols {
    justify-content: flex-start;
  }
  .cbo-howto .howto-cols .cols-el {
    display: flex;
    flex-direction: column;
    width: 22.5%;
    text-align: left;
    margin: 2rem 4rem 0 0;
  }
  .cbo-howto .howto-cols .cols-el .el-text {
    flex-grow: 1;
  }
}
/* -------------------------------
   EXTRA LARGE SCREENS
------------------------------- */
/* -------------------------------
   COUNTER COMPONENT
   --
   Mobile First !
------------------------------- */
.cbo-counter {
  position: relative;
  padding: 1rem;
  width: 18.75rem;
  height: 18.75rem;
  text-align: center;
  margin: 1.5rem auto 4rem auto;
}
.cbo-counter img {
  display: block;
  width: 100%;
  height: auto;
}

/* -------------------------------
   SMALL SCREENS
------------------------------- */
/* -------------------------------
   MEDIUM SCREENS
------------------------------- */
@media (min-width: 981px) {
  .cbo-counter {
    position: absolute;
    left: auto;
    right: 2vw;
    bottom: 2vw;
    margin: 0;
  }
}
/* -------------------------------
   LARGE SCREENS
------------------------------- */
@media (min-width: 1280px) {
  .cbo-counter {
    right: 4vw;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
/* -------------------------------
   CUSTOM
------------------------------- */
@media (min-width: 1360px) {
  .cbo-counter {
    right: 7vw;
  }
}
/* -------------------------------
   CUSTOM
------------------------------- */
@media (min-width: 1500px) {
  .cbo-counter {
    right: 8.5vw;
  }
}
/* -------------------------------
   EXTRA LARGE SCREENS
------------------------------- */
@media (min-width: 1920px) {
  .cbo-counter {
    right: 10vw;
  }
}
/* -------------------------------
   NUMBERS COMPONENT
   --
   Mobile First !
------------------------------- */
.cbo-numbers {
  text-align: center;
}
.cbo-numbers .numbers-inner {
  padding-bottom: 0;
}
.cbo-numbers .numbers-cols .cols-el {
  margin: 0 0 2.5rem 0;
}
.cbo-numbers .numbers-cols .cols-el .el-number {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 12.25rem;
  height: 12.25rem;
  border: 2px solid #BE2BBB;
  border-radius: 50%;
  font-size: 3rem;
  font-weight: 700;
  margin: 0 auto 1rem auto;
}
.cbo-numbers .numbers-cols .cols-el .el-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.25em;
}
.cbo-numbers .numbers-cols .cols-el .el-text {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.25em;
}
.cbo-numbers .numbers-notes {
  color: #a69e9e;
  font-size: 0.88rem;
  line-height: 1em;
  word-break: break-all;
  margin-bottom: 2rem;
}
.cbo-numbers .numbers-notes a {
  color: #a69e9e;
  text-decoration: none;
}
.cbo-numbers .numbers-buttons .cbo-button {
  margin: 0.5rem 0;
}

/* -------------------------------
   SMALL SCREENS
------------------------------- */
/* -------------------------------
   MEDIUM SCREENS
------------------------------- */
@media (min-width: 981px) {
  .cbo-numbers .numbers-cols {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin-bottom: 6.25rem;
  }
  .cbo-numbers .numbers-cols .cols-el {
    max-width: 21.12rem;
    margin: 0 3.12rem;
  }
  .cbo-numbers .numbers-notes {
    max-width: 39.12rem;
    margin: 6.25rem auto;
  }
  .cbo-numbers .numbers-notes:first-child {
    margin-top: 0;
  }
  .cbo-numbers .numbers-buttons {
    max-width: 39.12rem;
    margin: 6.25rem auto 0 auto;
  }
  .cbo-numbers .numbers-buttons .cbo-button {
    margin: 0 2.5rem;
  }
}
/* -------------------------------
   LARGE SCREENS
------------------------------- */
/* -------------------------------
   EXTRA LARGE SCREENS
------------------------------- */
/* -------------------------------
   TEXT 2 COLS COMPONENT
   --
   Mobile First !
------------------------------- */
/* -------------------------------
   SMALL SCREENS
------------------------------- */
/* -------------------------------
   MEDIUM SCREENS
------------------------------- */
@media (min-width: 981px) {
  .cbo-text2cols .text2cols-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cbo-text2cols .text2cols-el {
    width: 45%;
  }
}
/* -------------------------------
   LARGE SCREENS
------------------------------- */
/* -------------------------------
   EXTRA LARGE SCREENS
------------------------------- */
/* -------------------------------
   TESTIMONIALS COMPONENT
   --
   Mobile First !
------------------------------- */
.cbo-testimonials {
  text-align: center;
}
.cbo-testimonials .testimonials-title {
  color: #BE2BBB;
  padding-top: 1.5rem;
}
.cbo-testimonials .testimonials-introduction {
  margin-bottom: 1rem;
}
.cbo-testimonials .testimonials-introduction .introduction-tabs {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 0 1rem 0;
}
.cbo-testimonials .testimonials-introduction .introduction-tabs span {
  display: block;
  width: 50px;
  height: 2px;
  background: #BE2BBB;
  margin: 0 4px 65px 4px;
  opacity: 0.5;
}
.cbo-testimonials .testimonials-introduction .introduction-tabs button {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: none;
  border: none;
  background: none;
  width: 4.69rem;
  height: 6.38rem;
  cursor: pointer;
}
.cbo-testimonials .testimonials-introduction .introduction-tabs button .on {
  display: none;
}
.cbo-testimonials .testimonials-introduction .introduction-tabs button .off {
  display: inline-block;
}
.cbo-testimonials .testimonials-introduction .introduction-tabs button.active .on {
  display: inline-block;
}
.cbo-testimonials .testimonials-introduction .introduction-tabs button.active .off {
  display: none;
}
.cbo-testimonials .testimonials-introduction .introduction-content .content-el {
  display: none;
}
.cbo-testimonials .testimonials-introduction .introduction-content .content-el.active {
  display: block;
}
.cbo-testimonials .testimonials-slider {
  margin-bottom: 1rem;
}
.cbo-testimonials .testimonials-slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.cbo-testimonials .testimonials-slider .owl-nav button.owl-prev,
.cbo-testimonials .testimonials-slider .owl-nav button.owl-next {
  width: 2.81rem;
  height: 2.81rem;
  border-radius: 50%;
  border: none;
  background: url(../images/icon-angle.png) no-repeat center #BE2BBB;
  position: absolute;
  top: 50%;
  margin-top: -1.405rem;
  font-size: 0;
}
.cbo-testimonials .testimonials-slider .owl-nav button.owl-prev.disabled,
.cbo-testimonials .testimonials-slider .owl-nav button.owl-next.disabled {
  display: none;
}
.cbo-testimonials .testimonials-slider .owl-nav button.owl-prev {
  left: -0.7rem;
  transform: scaleX(-1);
}
.cbo-testimonials .testimonials-slider .owl-nav button.owl-next {
  right: -0.7rem;
}
.cbo-testimonials .testimonials-slider .slider-el {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
}
.cbo-testimonials .testimonials-slider .slider-el iframe,
.cbo-testimonials .testimonials-slider .slider-el button,
.cbo-testimonials .testimonials-slider .slider-el img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cbo-testimonials .testimonials-note a {
  color: #BE2BBB;
}

/* -------------------------------
   SMALL SCREENS
------------------------------- */
/* -------------------------------
   MEDIUM SCREENS
------------------------------- */
@media (min-width: 981px) {
  .cbo-testimonials {
    text-align: left;
    position: relative;
    overflow: hidden;
  }
  .cbo-testimonials .testimonials-title {
    padding-top: 2rem;
  }
  .cbo-testimonials .testimonials-introduction {
    margin-bottom: 2rem;
    display: flex;
    align-items: flex-start;
    width: 70%;
  }
  .cbo-testimonials .testimonials-introduction .introduction-tabs {
    margin: 0 2rem 0 0;
    width: 13.12rem;
  }
  .cbo-testimonials .testimonials-slider {
    width: 70%;
    padding-left: 15.12rem;
  }
  .cbo-testimonials .testimonials-slider .owl-stage-outer {
    overflow: visible;
  }
  .cbo-testimonials .testimonials-slider .owl-nav button.owl-prev,
.cbo-testimonials .testimonials-slider .owl-nav button.owl-next {
    width: 5.75rem;
    height: 5.75rem;
    margin-top: -2.875rem;
  }
  .cbo-testimonials .testimonials-slider .owl-nav button.owl-prev {
    margin-left: 12.24rem;
  }
  .cbo-testimonials .testimonials-slider .owl-nav button.owl-next {
    margin-right: -2.875rem;
  }
  .cbo-testimonials .testimonials-slider + .testimonials-introduction {
    margin-top: 10rem;
  }
  .cbo-testimonials .testimonials-note {
    padding-left: 15.12rem;
  }
}
/* -------------------------------
   LARGE SCREENS
------------------------------- */
/* -------------------------------
   EXTRA LARGE SCREENS
------------------------------- */
/* -------------------------------
   FOOTER COMPONENT
   --
   Mobile First !
------------------------------- */
.cbo-experience {
  color: #ffffff;
  text-align: center;
}
.cbo-experience .experience-text {
  padding-bottom: 0;
}
.cbo-experience .experience-text h1 {
  font-size: 1.88rem;
  font-weight: 400;
}
.cbo-experience .experience-text p {
  font-size: 1.25rem;
}
.cbo-experience .experience-text .text-scroll {
  display: block;
  width: 2.88rem;
  height: 2.88rem;
  margin: 2rem auto 0 auto;
}
.cbo-experience .experience-text .text-scroll img {
  display: block;
  width: 100%;
  height: auto;
}
.cbo-experience .experience-video {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
}
.cbo-experience .experience-video video {
  display: block;
  width: 100%;
  height: auto;
}
.cbo-experience .experience-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cbo-experience .experience-thanks h2 {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 0;
}
.cbo-experience .experience-thanks p {
  font-size: 1.25rem;
}
.cbo-experience .experience-thanks .thanks-share {
  color: #BE2BBB;
}
.cbo-experience .experience-thanks .thanks-share .share-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cbo-experience .experience-thanks .thanks-share .share-buttons a {
  margin: 0 0.59rem;
}

/* -------------------------------
   SMALL SCREENS
------------------------------- */
/* -------------------------------
   MEDIUM SCREENS
------------------------------- */
@media (min-width: 981px) {
  .cbo-experience .experience-text h1 {
    font-size: 2.19rem;
  }
  .cbo-experience .experience-text p {
    font-size: 1.62rem;
  }
  .cbo-experience .experience-text .text-scroll {
    margin-top: 5.62rem;
  }
  .cbo-experience .experience-thanks h2 {
    font-size: 5rem;
  }
  .cbo-experience .experience-thanks p {
    font-size: 1.62rem;
  }
}
/* -------------------------------
   LARGE SCREENS
------------------------------- */
/* -------------------------------
   EXTRA LARGE SCREENS
------------------------------- */