/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee; }

body {
  font-style: normal;
  line-height: 1.5; }

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word; }

a.mbr-iconfont:hover {
  text-decoration: none; }

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0; }

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem; }

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap; }

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none; }

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center; }

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer; }
  a, a:hover {
    text-decoration: none; }

figure {
  margin-bottom: 0; }

body {
  color: #232323; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word; }

.mbr-section-title {
  font-style: normal;
  line-height: 1.2; }

.mbr-section-subtitle {
  line-height: 1.3; }

.mbr-text {
  font-style: normal;
  line-height: 1.6; }

b,
strong {
  font-weight: bold; }

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color; }

textarea[type='hidden'] {
  display: none; }

body {
  position: relative; }

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  section .mbr-background-video,
  section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }

.hidden {
  visibility: hidden; }

.mbr-z-index20 {
  z-index: 20; }

/*! Base colors */
.mbr-white {
  color: #ffffff; }

.mbr-black {
  color: #000000; }

.mbr-bg-white {
  background-color: #ffffff; }

.mbr-bg-black {
  background-color: #000000; }

/*! Text-aligns */
.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center; } }
/*! Font-weight  */
.mbr-light {
  font-weight: 300; }

.mbr-regular {
  font-weight: 400; }

.mbr-semibold {
  font-weight: 500; }

.mbr-bold {
  font-weight: 700; }

/*! Media  */
.media-size-item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto; }

.media-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%; }

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start; }
  .media-container-row .media-size-item {
    width: 400px; }

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .media-container-column > * {
    width: 100%; }

@media (min-width: 992px) {
  .media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
figure {
  overflow: hidden; }

figure[mbr-media-size] {
  transition: width 0.1s; }

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%; }

.card {
  background-color: transparent;
  border: none; }

.card-box {
  width: 100%; }

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0; }

.media {
  max-width: 100%;
  margin: 0 auto; }

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center; }

.media-container > div {
  max-width: 100%; }

.mbr-figure img,
.card-img img {
  width: 100%; }

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important; }

  .media {
    width: auto; }

  .mbr-figure {
    width: 100% !important; } }
/*! Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex; }

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.mbr-section-btn {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  font-size: 0; }

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem; }

.btn-form {
  border-radius: 0; }
  .btn-form:hover {
    cursor: pointer; }

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem; }

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 0.8rem; }

.mbr-regular {
  font-weight: 400; }

.mbr-semibold {
  font-weight: 500; }

.mbr-bold {
  font-weight: 700; }

[type='submit'] {
  -webkit-appearance: none; }

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh; }

.mbr-fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem; }

/*! Map */
.map {
  height: 25rem;
  position: relative; }
  .map iframe {
    width: 100%;
    height: 100%; }

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none; }

/* Form */
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px; }

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em; }
  .form-control, .form-control:focus {
    border: 1px solid #e8e8e8; }
  .form-active .form-control:invalid {
    border-color: red; }

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0; }

.alert {
  color: #ffffff;
  border-radius: 0.3;
  border: 0;
  font-size: 1rem;
  font-family: Arial;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative; }
  .alert.alert-form::after {
    background-color: inherit;
    bottom: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px;
    -webkit-transform: rotate(45deg); }

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal; }

/*! Scroll to top arrow */
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px); }
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center; }
  .mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4); }
  .mbr-arrow-up a i {
    line-height: 60px; }

.mbr-arrow-up-icon {
  display: block;
  color: #fff; }

.mbr-arrow-up-icon::before {
  content: '\203a';
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite; }
    .mbr-arrow > a > i {
      position: absolute;
      top: -2px;
      left: 15px;
      font-size: 2rem; }

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg); } }
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate; }

.menu .navbar-brand {
  display: -webkit-flex; }
  .menu .navbar-brand span {
    display: flex;
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-logo img {
    display: -webkit-flex; }
@media (min-width: 768px) and (max-width: 1023px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; } }
@media (max-width: 1023px) {
  .menu .navbar-collapse {
    max-height: 93.5vh; }
    .menu .navbar-collapse.show {
      overflow: auto; } }
@media (min-width: 1024px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex; }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important; }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh; }
    .menu .collapsed .navbar-collapse.show {
      overflow: auto; } }
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh; } }

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal; }

.mbr-arrow a {
  color: #ffffff; }

@media (max-width: 767px) {
  .mbr-arrow {
    display: none; } }
.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between; }

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center; }

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important; }

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; }

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; }

.justify-content-center {
  -webkit-justify-content: center; }

.form-inline {
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -webkit-align-items: center; }

.card-wrapper {
  -webkit-flex: 1; }

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center; }

.carousel-controls {
  display: -webkit-flex; }

.media {
  display: -webkit-flex; }

.form-group:focus {
  outline: none; }

.jq-selectbox__select {
  padding: 1.07em 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.jq-selectbox__dropdown {
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important; }

.jq-selectbox__trigger-arrow {
  transform: translateY(-50%); }

.jq-selectbox li {
  padding: 1.07em 0.5em; }

input[type='range'] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.modal-dialog,
.modal-content {
  height: 100%; }

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem); }
  @media (max-width: 575px) {
    .modal-dialog .carousel-inner {
      height: calc(100vh - 1rem); } }

.carousel-item {
  text-align: center; }

.carousel-item img {
  margin: auto; }

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem; }

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: '';
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%; }

.navbar-toggler-left {
  position: absolute;
  left: 1rem; }

.navbar-toggler-right {
  position: absolute;
  right: 1rem; }

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable .navbar-toggler {
    display: none; } }
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%; }

  .navbar-toggleable-sm .navbar-toggler {
    display: none; } }
@media (max-width: 1023px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1024px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-md .navbar-toggler {
    display: none; } }
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }

  .navbar-toggleable-lg .navbar-toggler {
    display: none; } }
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0; }

.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%; }

.navbar-toggleable-xl .navbar-toggler {
  display: none; }

.card-img {
  width: auto; }

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
  -webkit-flex-direction: column; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important; }

html,
body {
  height: auto;
  min-height: 100vh; }

.dropup .dropdown-toggle::after {
  display: none; }

/*# sourceMappingURL=style.css.map */
body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Ubuntu Sans', sans-serif;
  font-size: 4.9rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 7.84rem;
}
.display-2 {
  font-family: 'Ubuntu Sans', sans-serif;
  font-size: 2.6rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Ubuntu Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Ubuntu Sans', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Ubuntu Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.92rem;
    font-size: calc( 2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #b1c800 !important;
}
.bg-success {
  background-color: #748300 !important;
}
.bg-info {
  background-color: #333333 !important;
}
.bg-warning {
  background-color: #1c2e79 !important;
}
.bg-danger {
  background-color: #774f5a !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b1c800 !important;
  border-color: #b1c800 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #6d7c00 !important;
  border-color: #6d7c00 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #6d7c00 !important;
  border-color: #6d7c00 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b1c800 !important;
  border-color: #b1c800 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #6d7c00 !important;
  border-color: #6d7c00 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #6d7c00 !important;
  border-color: #6d7c00 !important;
}
.btn-info,
.btn-info:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #748300 !important;
  border-color: #748300 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #303600 !important;
  border-color: #303600 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #303600 !important;
  border-color: #303600 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #1c2e79 !important;
  border-color: #1c2e79 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #0e163b !important;
  border-color: #0e163b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0e163b !important;
  border-color: #0e163b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #774f5a !important;
  border-color: #774f5a !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #493037 !important;
  border-color: #493037 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #493037 !important;
  border-color: #493037 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #576200;
  color: #576200;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #b1c800;
  border-color: #b1c800;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b1c800 !important;
  border-color: #b1c800 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #576200;
  color: #576200;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #b1c800;
  border-color: #b1c800;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #b1c800 !important;
  border-color: #b1c800 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #1a1d00;
  color: #1a1d00;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #748300;
  border-color: #748300;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #748300 !important;
  border-color: #748300 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #090f26;
  color: #090f26;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #1c2e79;
  border-color: #1c2e79;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #1c2e79 !important;
  border-color: #1c2e79 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #3a262c;
  color: #3a262c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #774f5a;
  border-color: #774f5a;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #774f5a !important;
  border-color: #774f5a !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #b1c800 !important;
}
.text-secondary {
  color: #b1c800 !important;
}
.text-success {
  color: #748300 !important;
}
.text-info {
  color: #333333 !important;
}
.text-warning {
  color: #1c2e79 !important;
}
.text-danger {
  color: #774f5a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #576200 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #576200 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1a1d00 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #090f26 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #3a262c !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #b1c800;
  font-family: Rubik;
}
.alert-info {
  background-color: #333333;
  font-family: Rubik;
}
.alert-warning {
  background-color: #1c2e79;
  font-family: Rubik;
}
.alert-danger {
  background-color: #774f5a;
  font-family: Rubik;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b1c800;
  border-color: #b1c800;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b1c800;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #eaff48;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e2ff03;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a6a6a6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #415ed3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b5909a;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Ubuntu Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #b1c800;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #b1c800;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #b1c800;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b1c800;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #b1c800;
  border-bottom-color: #b1c800;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #b1c800 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #b1c800 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23b1c800' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-ui23l8SsvK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ui23l8SsvK h1 {
  color: #616161;
}
.cid-ui23l8SsvK h2,
.cid-ui23l8SsvK h3,
.cid-ui23l8SsvK p {
  color: #767676;
}
.cid-ui23l8SsvK .mbr-section-subtitle {
  font-style: italic;
}
.cid-sfc3VtRHYt {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/accueilcauenet.jpg");
}
.cid-sfc3VtRHYt H3 {
  text-align: center;
}
.cid-v4U0fMpBS1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v4U0fMpBS1 .mbr-text,
.cid-v4U0fMpBS1 blockquote {
  color: #767676;
}
.cid-v4U0fMpBS1 .mbr-text {
  color: #000000;
}
.cid-sfcsCcWnzq {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #333333;
}
.cid-sfcsCcWnzq .mbr-text {
  color: #ffffff;
}
.cid-uXDxX8daNR {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #333333;
}
.cid-uXDxX8daNR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXDxX8daNR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1R2Mq43VS {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/accueilcaue.jpg");
}
.cid-v1R2Mq43VS P {
  color: #767676;
}
.cid-v1R2Mq43VS .mbr-section-title {
  color: #ffffff;
}
.cid-v1R2Mq43VS .mbr-text,
.cid-v1R2Mq43VS .mbr-section-btn {
  color: #ffffff;
}
.cid-v1QTYilmOV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1QTYilmOV .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v1QTYilmOV .carousel {
    min-height: 800px;
  }
  .cid-v1QTYilmOV .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v1QTYilmOV .carousel {
    min-height: 520px;
  }
  .cid-v1QTYilmOV .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v1QTYilmOV .carousel {
    min-height: 440px;
  }
  .cid-v1QTYilmOV .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-v1QTYilmOV .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v1QTYilmOV .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v1QTYilmOV .carousel,
.cid-v1QTYilmOV .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1QTYilmOV .item-wrapper {
  width: 100%;
}
.cid-v1QTYilmOV .carousel-caption {
  bottom: 40px;
}
.cid-v1QTYilmOV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v1QTYilmOV .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v1QTYilmOV .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v1QTYilmOV .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v1QTYilmOV .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v1QTYilmOV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1QTYilmOV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1QTYilmOV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1QTYilmOV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v1QTYilmOV .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v1QTYilmOV .carousel-indicators li.active,
.cid-v1QTYilmOV .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1QTYilmOV .carousel-indicators li::after,
.cid-v1QTYilmOV .carousel-indicators li::before {
  content: none;
}
.cid-v1QTYilmOV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1QTYilmOV .carousel-indicators {
    display: none !important;
  }
}
.cid-v1QVUmgYXt {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1QVUmgYXt .mbr-section-subtitle {
  text-align: right;
}
.cid-v1EYQAncG2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v1EYQAncG2 .line {
  background-color: #efefef;
  color: #efefef;
  align: center;
  height: 0.5px;
  margin: 0 auto;
}
.cid-v1EYQAncG2 .section-text {
  padding: 2rem 0;
}
.cid-v1EYQAncG2 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v1EYQAncG2 .inner-container {
    width: 100% !important;
  }
}
.cid-uWiYKQWxxB {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uWiYKQWxxB .mbr-section-btn > * {
  margin: 0;
}
.cid-uWiYKQWxxB h4 {
  font-weight: 500;
}
.cid-uWiYKQWxxB p {
  color: #232323;
}
.cid-uWiYKQWxxB .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uWiYKQWxxB .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uWiYKQWxxB .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uWiYKQWxxB .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uWiYKQWxxB .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uWiYKQWxxB .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uWiYKQWxxB .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uWiYKQWxxB .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uWiYKQWxxB .card-img span {
    font-size: 40px !important;
  }
}
.cid-uWiYKQWxxB .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uWiYKQWxxB H2 {
  text-align: left;
}
.cid-uWiYKQWxxB .text1 {
  text-align: left;
}
.cid-v1QW7aMeH5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v1QW7aMeH5 .line {
  background-color: #efefef;
  color: #efefef;
  align: center;
  height: 0.5px;
  margin: 0 auto;
}
.cid-v1QW7aMeH5 .section-text {
  padding: 2rem 0;
}
.cid-v1QW7aMeH5 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v1QW7aMeH5 .inner-container {
    width: 100% !important;
  }
}
.cid-uZMiT3MyKm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZMiT3MyKm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMiT3MyKm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMiT3MyKm .video-wrapper iframe {
  width: 100%;
}
.cid-uZMiT3MyKm .mbr-section-title,
.cid-uZMiT3MyKm .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZMiT3MyKm .text-wrapper {
    padding: 2rem;
  }
}
.cid-uZMiT3MyKm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZMiT3MyKm .mbr-text {
  color: #232323;
}
.cid-uZMiT3MyKm .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uYi7efsyMD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uYi7efsyMD .line {
  background-color: #efefef;
  color: #efefef;
  align: center;
  height: 0.5px;
  margin: 0 auto;
}
.cid-uYi7efsyMD .section-text {
  padding: 2rem 0;
}
.cid-uYi7efsyMD .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uYi7efsyMD .inner-container {
    width: 100% !important;
  }
}
.cid-uWvf4zaoj5 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uWvf4zaoj5 .mbr-section-btn > * {
  margin: 0;
}
.cid-uWvf4zaoj5 h4 {
  font-weight: 500;
}
.cid-uWvf4zaoj5 p {
  color: #232323;
}
.cid-uWvf4zaoj5 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uWvf4zaoj5 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uWvf4zaoj5 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uWvf4zaoj5 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uWvf4zaoj5 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uWvf4zaoj5 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uWvf4zaoj5 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uWvf4zaoj5 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uWvf4zaoj5 .card-img span {
    font-size: 40px !important;
  }
}
.cid-uWvf4zaoj5 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uWvf4zaoj5 H2 {
  text-align: left;
}
.cid-uWvf4zaoj5 .text1 {
  text-align: left;
}
.cid-v0UOEd0Y92 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v0UOEd0Y92 .line {
  background-color: #efefef;
  color: #efefef;
  align: center;
  height: 0.5px;
  margin: 0 auto;
}
.cid-v0UOEd0Y92 .section-text {
  padding: 2rem 0;
}
.cid-v0UOEd0Y92 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v0UOEd0Y92 .inner-container {
    width: 100% !important;
  }
}
.cid-v0UOFo1PZd {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v0UOFo1PZd .mbr-section-btn > * {
  margin: 0;
}
.cid-v0UOFo1PZd h4 {
  font-weight: 500;
}
.cid-v0UOFo1PZd p {
  color: #232323;
}
.cid-v0UOFo1PZd .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v0UOFo1PZd .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-v0UOFo1PZd .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v0UOFo1PZd .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v0UOFo1PZd .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-v0UOFo1PZd .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-v0UOFo1PZd .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v0UOFo1PZd .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-v0UOFo1PZd .card-img span {
    font-size: 40px !important;
  }
}
.cid-v0UOFo1PZd .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-v0UOFo1PZd H2 {
  text-align: left;
}
.cid-v0UOFo1PZd .text1 {
  text-align: left;
}
.cid-uZNVDeLdRz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uZNVDeLdRz .line {
  background-color: #efefef;
  color: #efefef;
  align: center;
  height: 0.5px;
  margin: 0 auto;
}
.cid-uZNVDeLdRz .section-text {
  padding: 2rem 0;
}
.cid-uZNVDeLdRz .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uZNVDeLdRz .inner-container {
    width: 100% !important;
  }
}
.cid-uZ2OVugOkp {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uZ2OVugOkp .mbr-section-btn > * {
  margin: 0;
}
.cid-uZ2OVugOkp h4 {
  font-weight: 500;
}
.cid-uZ2OVugOkp p {
  color: #232323;
}
.cid-uZ2OVugOkp .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uZ2OVugOkp .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uZ2OVugOkp .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uZ2OVugOkp .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uZ2OVugOkp .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uZ2OVugOkp .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uZ2OVugOkp .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uZ2OVugOkp .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uZ2OVugOkp .card-img span {
    font-size: 40px !important;
  }
}
.cid-uZ2OVugOkp .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uZ2OVugOkp H2 {
  text-align: left;
}
.cid-uZ2OVugOkp .text1 {
  text-align: left;
}
.cid-uZ2OWtoXhs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uZ2OWtoXhs .line {
  background-color: #efefef;
  color: #efefef;
  align: center;
  height: 0.5px;
  margin: 0 auto;
}
.cid-uZ2OWtoXhs .section-text {
  padding: 2rem 0;
}
.cid-uZ2OWtoXhs .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uZ2OWtoXhs .inner-container {
    width: 100% !important;
  }
}
.cid-uYi7cynmo4 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uYi7cynmo4 .mbr-section-btn > * {
  margin: 0;
}
.cid-uYi7cynmo4 h4 {
  font-weight: 500;
}
.cid-uYi7cynmo4 p {
  color: #232323;
}
.cid-uYi7cynmo4 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uYi7cynmo4 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uYi7cynmo4 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uYi7cynmo4 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uYi7cynmo4 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uYi7cynmo4 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uYi7cynmo4 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uYi7cynmo4 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uYi7cynmo4 .card-img span {
    font-size: 40px !important;
  }
}
.cid-uYi7cynmo4 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uYi7cynmo4 H2 {
  text-align: left;
}
.cid-uYi7cynmo4 .text1 {
  text-align: left;
}
.cid-uWiYLNH4Zh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uWiYLNH4Zh .line {
  background-color: #efefef;
  color: #efefef;
  align: center;
  height: 0.5px;
  margin: 0 auto;
}
.cid-uWiYLNH4Zh .section-text {
  padding: 2rem 0;
}
.cid-uWiYLNH4Zh .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uWiYLNH4Zh .inner-container {
    width: 100% !important;
  }
}
.cid-uRiiNlupkF {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uRiiNlupkF .mbr-section-btn > * {
  margin: 0;
}
.cid-uRiiNlupkF h4 {
  font-weight: 500;
}
.cid-uRiiNlupkF p {
  color: #232323;
}
.cid-uRiiNlupkF .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uRiiNlupkF .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uRiiNlupkF .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uRiiNlupkF .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uRiiNlupkF .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uRiiNlupkF .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uRiiNlupkF .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uRiiNlupkF .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uRiiNlupkF .card-img span {
    font-size: 40px !important;
  }
}
.cid-uRiiNlupkF .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uRiiNlupkF H2 {
  text-align: left;
}
.cid-uRiiNlupkF .text1 {
  text-align: left;
}
.cid-uRiiLINIrr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uRiiLINIrr .line {
  background-color: #efefef;
  color: #efefef;
  align: center;
  height: 0.5px;
  margin: 0 auto;
}
.cid-uRiiLINIrr .section-text {
  padding: 2rem 0;
}
.cid-uRiiLINIrr .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uRiiLINIrr .inner-container {
    width: 100% !important;
  }
}
.cid-uPYqWipexI {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPYqWipexI .mbr-section-btn > * {
  margin: 0;
}
.cid-uPYqWipexI h4 {
  font-weight: 500;
}
.cid-uPYqWipexI p {
  color: #232323;
}
.cid-uPYqWipexI .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uPYqWipexI .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uPYqWipexI .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPYqWipexI .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uPYqWipexI .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uPYqWipexI .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uPYqWipexI .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uPYqWipexI .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uPYqWipexI .card-img span {
    font-size: 40px !important;
  }
}
.cid-uPYqWipexI .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uPYqWipexI H2 {
  text-align: left;
}
.cid-uPYqWipexI .text1 {
  text-align: left;
}
.cid-uDVk2Vznp2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uDVk2Vznp2 P {
  color: #767676;
}
.cid-uDVbHJBw7v {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/accueilcaue.jpg");
}
.cid-uDVbHJBw7v P {
  color: #767676;
}
.cid-sIwhc8rg2j {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/20-bandeaumobi2-600x180.jpg");
}
.cid-sIwhc8rg2j P {
  color: #767676;
}
.cid-sIwhc8rg2j H1 {
  color: #ffffff;
}
.cid-sIwhc8rg2j .mbr-text,
.cid-sIwhc8rg2j .mbr-section-btn {
  color: #ffffff;
}
.cid-sIwhc8rg2j .mbr-text {
  color: #cccccc;
}
.cid-sIwhc8rg2j .mbr-text P {
  text-align: center;
}
.cid-sIwhc8rg2j H3 {
  color: #ffffff;
}
.cid-uX3yh2tSLR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/accueilcaue.jpg");
}
.cid-uX3yh2tSLR p {
  color: #767676;
}
.cid-uX3yh2tSLR .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-uX3yh2tSLR .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uX3yh2tSLR .panel-group {
  width: 100%;
}
.cid-uX3yh2tSLR .card {
  border-radius: 0px;
  margin-bottom: 0px;
}
.cid-uX3yh2tSLR .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uX3yh2tSLR .card .card-header a.panel-title {
  margin-bottom: 0px;
  font-style: normal;
  font-weight: 400;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uX3yh2tSLR .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uX3yh2tSLR .card .card-header a.panel-title h4 {
  border-radius: 0px;
  padding: 1.3rem 2rem;
  border: 0.1px solid #dfdfdf;
  margin-bottom: 2px;
  width: 50%;
}
.cid-uX3yh2tSLR .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-weight: 400;
}
.cid-uX3yh2tSLR .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
  padding-left: 0;
  padding-right: 4rem;
}
.cid-uX3yh2tSLR .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uX3yh2tSLR .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-uX3yh2tSLR .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-uX3yh2tSLR H2 {
  color: #ffffff;
  text-align: left;
}
.cid-uX3yh2tSLR H4 {
  color: #333333;
  text-align: left;
  font-weight: 100;
}
.cid-uX3yh2tSLR .panel-text {
  color: #ffffff;
  text-align: center;
}
.cid-uX3yh2tSLR a:hover {
  color: #b1c800;
}
.cid-uX3yh2tSLR .rapdac {
  align: center;
}
.cid-uX3yh2tSLR .rapdacimg {
  margin: 10px 10px 10px 10px;
  align: center;
  opacity: 50%;
  -webkit-transition: 0.3s;
}
.cid-uX3yh2tSLR .rapdacimg:hover {
  opacity: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.cid-uX3yh2tSLR H3 {
  color: #ffffff;
}
.cid-sP1YtLO8oj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sP1YtLO8oj .mbr-section-btn > * {
  margin: 0;
}
.cid-sP1YtLO8oj h4 {
  font-weight: 500;
}
.cid-sP1YtLO8oj p {
  color: #232323;
}
.cid-sP1YtLO8oj .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sP1YtLO8oj .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sP1YtLO8oj .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sP1YtLO8oj .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sP1YtLO8oj .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sP1YtLO8oj .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sP1YtLO8oj .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sP1YtLO8oj .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-sP1YtLO8oj .card-img span {
    font-size: 40px !important;
  }
}
.cid-sP1YtLO8oj .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sP1YtLO8oj H2 {
  text-align: left;
}
.cid-sP1YtLO8oj .text1 {
  text-align: left;
}
.cid-sP1YtLO8oj .text2,
.cid-sP1YtLO8oj .mbr-section-btn {
  text-align: left;
}
.cid-spsa1nXekm {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/fondprom.jpg");
}
.cid-spsa1nXekm h1 {
  color: #616161;
}
.cid-spsa1nXekm h2,
.cid-spsa1nXekm h3,
.cid-spsa1nXekm p {
  color: #767676;
  text-shadow: 2px 2px 2px rgba(1, 1, 1, 0.6);
}
.cid-spsa1nXekm .mbr-section-subtitle {
  font-style: italic;
}
.cid-spsa1nXekm H1 {
  color: #ffffff;
  text-shadow: 3px 3px 3px rgba(1, 1, 1, 0.6);
}
.cid-spsa1nXekm .mbr-text,
.cid-spsa1nXekm .mbr-section-btn {
  color: #ffffff;
}
.cid-spsa1nXekm a {
  text-shadow: 2px 2px 3px rgba(1, 1, 1, 0.6);
}
.cid-uZNVYi7pBg {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uZNVYi7pBg img,
.cid-uZNVYi7pBg .item-img {
  width: 100%;
}
.cid-uZNVYi7pBg .item:focus,
.cid-uZNVYi7pBg span:focus {
  outline: none;
}
.cid-uZNVYi7pBg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uZNVYi7pBg .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uZNVYi7pBg .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uZNVYi7pBg .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZNVYi7pBg .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uZNVYi7pBg .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uZNVYi7pBg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uZNVYi7pBg .mbr-section-title {
  color: #232323;
}
.cid-uZNVYi7pBg .mbr-text,
.cid-uZNVYi7pBg .mbr-section-btn {
  text-align: left;
}
.cid-uZNVYi7pBg .item-title {
  text-align: center;
}
.cid-uZNVYi7pBg .item-subtitle {
  text-align: center;
}
.cid-tHIJFQXL6B {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(0deg, #748300, #b1c800);
}
.cid-tHIJFQXL6B .mbr-iconfont-social {
  font-size: 50px;
  color: #ffffff;
}
.cid-tHIJFQXL6B .social-list a:focus {
  text-decoration: none;
}
.cid-tHIJFQXL6B H2 {
  color: #f9f9f9;
}
.cid-tHIJFQXL6B .socicon-spass {
  background-image: url(../../../assets/images/spass-logo-blanc.svg);
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 2rem!important;
  padding-right: 2rem!important;
}
.cid-tHIJFQXL6B .socicon-docouest {
  background-image: url(../../../assets/images/docouest2.svg);
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 2rem!important;
  padding-right: 2rem!important;
}
.cid-utlyFFEXtd {
  padding-top: 75px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-utlyFFEXtd .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-utlyFFEXtd .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-utlyFFEXtd .mbr-section-title {
  color: #748300;
  text-align: left;
}
.cid-utlyFFEXtd .mbr-text,
.cid-utlyFFEXtd .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-sfoqdsb5qW {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #efefef, #ffffff);
}
@media (min-width: 992px) {
  .cid-sfoqdsb5qW .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sfoqdsb5qW .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-sfoqdsb5qW .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sfoqdsb5qW .media-container-row .mbr-figure {
    padding-left: 0;
    padding-right: 4rem;
  }
}
.cid-sfoqdsb5qW .mbr-section-title {
  text-align: left;
  color: #748300;
}
.cid-sfoqdsb5qW .mbr-text,
.cid-sfoqdsb5qW .mbr-section-btn {
  text-align: left;
  color: #333333;
}
.cid-sfosskgI5G {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-sfosskgI5G .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sfosskgI5G .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-sfosskgI5G .mbr-section-title {
  color: #748300;
  text-align: left;
}
.cid-sfosskgI5G .mbr-text,
.cid-sfosskgI5G .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-rUmrX4n8u3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(0deg, #748300, #b1c800);
}
.cid-rUmrX4n8u3 .mbr-iconfont-social {
  font-size: 50px;
  color: #ffffff;
}
.cid-rUmrX4n8u3 .social-list a:focus {
  text-decoration: none;
}
.cid-rUmrX4n8u3 H2 {
  color: #f9f9f9;
}
.cid-rUmrX4n8u3 .socicon-spass {
  background-image: url(../../../assets/images/spass-logo-blanc.svg);
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 2rem!important;
  padding-right: 2rem!important;
}
.cid-rUmrX4n8u3 .socicon-docouest {
  background-image: url(../../../assets/images/docouest2.svg);
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 10rem!important;
  padding-right: 2rem!important;
}
.cid-rUmrX4n8u3 .socicon-X {
  background-image: url(../../../assets/images/xpetitblanc.svg);
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 2rem!important;
  padding-right: 2rem!important;
}
.cid-rU8KQdkJql {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-rU8KQdkJql .content {
    text-align: left;
  }
  .cid-rU8KQdkJql .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rU8KQdkJql .media-wrap {
    margin-bottom: 1rem;
    align: left;
  }
}
.cid-rU8KQdkJql .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rU8KQdkJql .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rU8KQdkJql .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rU8KQdkJql .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rU8KQdkJql .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rU8KQdkJql .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rU8KQdkJql .footer-lower .social-list .soc-item {
  margin: 0.5rem;
}
.cid-rU8KQdkJql .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rU8KQdkJql .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rU8KQdkJql .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rU8KQdkJql p {
  text-align: left;
  color: #ffffff;
  font-weight: 100;
  letter-spacing: 0.02em;
}
.cid-rU8KQdkJql H5 {
  color: #b1c800;
}
.cid-rU8KQdkJql .socicon-spass {
  background-image: url(../../../assets/images/spass-logo-blanc.svg);
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 0.8rem!important;
  padding-right: 0.8rem!important;
}
.cid-rU8KQdkJql .socicon-docouest {
  background-image: url(../../../assets/images/docouest2.svg);
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 0.8rem!important;
  padding-right: 0.8rem!important;
}
.cid-rU8KQdkJql .socicon-X {
  background-image: url(../../../assets/images/xpetitblanc.svg);
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 0.9rem!important;
  padding-right: 0.9rem!important;
}
.cid-rU8KQdkJql P {
  color: #ffffff;
}
.cid-ss7nDBhHXS {
  background: #333333;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-ss7nDBhHXS .image-block {
  margin: auto;
}
.cid-ss7nDBhHXS .mbr-figure {
  margin: 0 auto;
}
.cid-ss7nDBhHXS figcaption {
  position: relative;
}
.cid-ss7nDBhHXS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ss7nDBhHXS .image-block {
    width: 100% !important;
  }
}
.cid-ss7mP80ol6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ss7mP80ol6 .title {
  margin-bottom: 2rem;
}
.cid-ss7mP80ol6 .mbr-section-subtitle {
  color: #333333;
}
.cid-ss7mP80ol6 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-ss7mP80ol6 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-ss7mP80ol6 textarea.form-control {
  min-height: 50px;
}
.cid-ss7mP80ol6 H2 {
  color: #333333;
}
.cid-tNKrB0F3EK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-tNKrB0F3EK .content {
    text-align: left;
  }
  .cid-tNKrB0F3EK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNKrB0F3EK .media-wrap {
    margin-bottom: 1rem;
    align: left;
  }
}
.cid-tNKrB0F3EK .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tNKrB0F3EK .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tNKrB0F3EK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tNKrB0F3EK .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tNKrB0F3EK .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tNKrB0F3EK .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tNKrB0F3EK .footer-lower .social-list .soc-item {
  margin: 0.5rem;
}
.cid-tNKrB0F3EK .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tNKrB0F3EK .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tNKrB0F3EK .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tNKrB0F3EK p {
  text-align: left;
  color: #ffffff;
  font-weight: 100;
  letter-spacing: 0.02em;
}
.cid-tNKrB0F3EK H5 {
  color: #b1c800;
}
.cid-tNKrB0F3EK .socicon-spass {
  background-image: url(../../../assets/images/spass-logo-blanc.svg);
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 0.8rem!important;
  padding-right: 0.8rem!important;
}
.cid-tNKrB0F3EK .socicon-docouest {
  background-image: url(../../../assets/images/docouest2.svg);
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 0.8rem!important;
  padding-right: 0.8rem!important;
}
.cid-tNKrB0F3EK .socicon-X {
  background-image: url(../../../assets/images/xpetitblanc.svg);
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 0.9rem!important;
  padding-right: 0.9rem!important;
}
.cid-tNKrB0F3EK P {
  color: #ffffff;
}
.cid-ss7svVb33l.popup-builder {
  background-color: #ffffff;
}
.cid-ss7svVb33l.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ss7svVb33l.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ss7svVb33l .modal-content,
.cid-ss7svVb33l .modal-dialog {
  height: auto;
}
.cid-ss7svVb33l .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ss7svVb33l .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ss7svVb33l .form-wrapper .mbr-form .form-group,
  .cid-ss7svVb33l .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ss7svVb33l .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ss7svVb33l .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ss7svVb33l .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ss7svVb33l .pt-0 {
  padding-top: 0 !important;
}
.cid-ss7svVb33l .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ss7svVb33l .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ss7svVb33l .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ss7svVb33l .modal-open {
  overflow: hidden;
}
.cid-ss7svVb33l .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ss7svVb33l .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ss7svVb33l .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ss7svVb33l .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ss7svVb33l .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ss7svVb33l .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ss7svVb33l .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ss7svVb33l .modal-content {
  background: #333333;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ss7svVb33l .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ss7svVb33l .modal-backdrop.fade {
  opacity: 0;
}
.cid-ss7svVb33l .modal-backdrop.show {
  opacity: .5;
}
.cid-ss7svVb33l .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-ss7svVb33l .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ss7svVb33l .modal-header .close:hover {
  opacity: 1;
}
.cid-ss7svVb33l .modal-header .close:focus {
  outline: none;
}
.cid-ss7svVb33l .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-ss7svVb33l .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-ss7svVb33l .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-ss7svVb33l .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ss7svVb33l .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ss7svVb33l .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ss7svVb33l .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ss7svVb33l .modal-sm {
    max-width: 300px;
  }
  .cid-ss7svVb33l .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-ss7svVb33l .modal-lg,
  .cid-ss7svVb33l .modal-xl {
    max-width: 800px;
  }
  .cid-ss7svVb33l .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-ss7svVb33l .modal-xl {
    max-width: 1140px;
  }
  .cid-ss7svVb33l .container {
    max-width: 1140px;
  }
}
.cid-ss7svVb33l .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-ss7svVb33l .container {
    max-width: 720px;
  }
}
.cid-ss7svVb33l .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ss7svVb33l .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ss7svVb33l .form-group {
  margin-bottom: 1rem;
}
.cid-ss7svVb33l .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ss7svVb33l .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ss7svVb33l .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ss7swsxjrK.popup-builder {
  background-color: #ffffff;
}
.cid-ss7swsxjrK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ss7swsxjrK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ss7swsxjrK .modal-content,
.cid-ss7swsxjrK .modal-dialog {
  height: auto;
}
.cid-ss7swsxjrK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ss7swsxjrK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ss7swsxjrK .form-wrapper .mbr-form .form-group,
  .cid-ss7swsxjrK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ss7swsxjrK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ss7swsxjrK .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ss7swsxjrK .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-ss7swsxjrK .pt-0 {
  padding-top: 0 !important;
}
.cid-ss7swsxjrK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ss7swsxjrK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ss7swsxjrK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ss7swsxjrK .modal-open {
  overflow: hidden;
}
.cid-ss7swsxjrK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ss7swsxjrK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ss7swsxjrK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ss7swsxjrK .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ss7swsxjrK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ss7swsxjrK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ss7swsxjrK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ss7swsxjrK .modal-content {
  background: #333333;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ss7swsxjrK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ss7swsxjrK .modal-backdrop.fade {
  opacity: 0;
}
.cid-ss7swsxjrK .modal-backdrop.show {
  opacity: .5;
}
.cid-ss7swsxjrK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-ss7swsxjrK .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ss7swsxjrK .modal-header .close:hover {
  opacity: 1;
}
.cid-ss7swsxjrK .modal-header .close:focus {
  outline: none;
}
.cid-ss7swsxjrK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-ss7swsxjrK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-ss7swsxjrK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-ss7swsxjrK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ss7swsxjrK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ss7swsxjrK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ss7swsxjrK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ss7swsxjrK .modal-sm {
    max-width: 300px;
  }
  .cid-ss7swsxjrK .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-ss7swsxjrK .modal-lg,
  .cid-ss7swsxjrK .modal-xl {
    max-width: 800px;
  }
  .cid-ss7swsxjrK .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-ss7swsxjrK .modal-xl {
    max-width: 1140px;
  }
  .cid-ss7swsxjrK .container {
    max-width: 1140px;
  }
}
.cid-ss7swsxjrK .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-ss7swsxjrK .container {
    max-width: 720px;
  }
}
.cid-ss7swsxjrK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ss7swsxjrK .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ss7swsxjrK .form-group {
  margin-bottom: 1rem;
}
.cid-ss7swsxjrK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ss7swsxjrK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ss7swsxjrK .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-syvF0W4juC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #333333;
}
.cid-syvF0W4juC P {
  color: #767676;
}
.cid-syvF0W4juC H1 {
  color: #fafafa;
}
.cid-syvF0W4juC .mbr-text,
.cid-syvF0W4juC .mbr-section-btn {
  color: #cccccc;
}
.cid-tB76g3ZR4K {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444444;
}
.cid-tB76g3ZR4K .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 0.1px;
  margin: 0 auto;
}
.cid-tB76g3ZR4K .section-text {
  padding: 2rem 0;
}
.cid-tB76g3ZR4K .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tB76g3ZR4K .inner-container {
    width: 100% !important;
  }
}
.cid-tB75agCd7C {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #444444;
}
.cid-tB75agCd7C iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tB75agCd7C .container-fluid {
  padding: 0;
}
.cid-tB75agCd7C .sc__title {
  color: #fafafa;
}
.cid-tmBFFZCiAc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444444;
}
.cid-tmBFFZCiAc .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 0.1px;
  margin: 0 auto;
}
.cid-tmBFFZCiAc .section-text {
  padding: 2rem 0;
}
.cid-tmBFFZCiAc .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tmBFFZCiAc .inner-container {
    width: 100% !important;
  }
}
.cid-tmBsHsiJfS {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #444444;
}
.cid-tmBsHsiJfS iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tmBsHsiJfS .container-fluid {
  padding: 0;
}
.cid-tmBsHsiJfS .sc__title {
  color: #fafafa;
}
.cid-tmBsG3InPx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444444;
}
.cid-tmBsG3InPx .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 0.5px;
  margin: 0 auto;
}
.cid-tmBsG3InPx .section-text {
  padding: 2rem 0;
}
.cid-tmBsG3InPx .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tmBsG3InPx .inner-container {
    width: 100% !important;
  }
}
.cid-tmBqBEtseb {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #444444;
}
.cid-tmBqBEtseb iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tmBqBEtseb .container-fluid {
  padding: 0;
}
.cid-tmBqBEtseb .sc__title {
  color: #fafafa;
}
.cid-tmBqAke64i {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444444;
}
.cid-tmBqAke64i .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 0.5px;
  margin: 0 auto;
}
.cid-tmBqAke64i .section-text {
  padding: 2rem 0;
}
.cid-tmBqAke64i .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tmBqAke64i .inner-container {
    width: 100% !important;
  }
}
.cid-tb0wdKZuX8 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #444444;
}
.cid-tb0wdKZuX8 iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tb0wdKZuX8 .container-fluid {
  padding: 0;
}
.cid-tb0wdKZuX8 .sc__title {
  color: #fafafa;
}
.cid-tmBqzoObc6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444444;
}
.cid-tmBqzoObc6 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 0.5px;
  margin: 0 auto;
}
.cid-tmBqzoObc6 .section-text {
  padding: 2rem 0;
}
.cid-tmBqzoObc6 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tmBqzoObc6 .inner-container {
    width: 100% !important;
  }
}
.cid-sHhrWFzqOJ {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #444444;
}
.cid-sHhrWFzqOJ iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-sHhrWFzqOJ .container-fluid {
  padding: 0;
}
.cid-sHhrWFzqOJ .sc__title {
  color: #fafafa;
}
.cid-tmBqykua60 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444444;
}
.cid-tmBqykua60 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 0.5px;
  margin: 0 auto;
}
.cid-tmBqykua60 .section-text {
  padding: 2rem 0;
}
.cid-tmBqykua60 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tmBqykua60 .inner-container {
    width: 100% !important;
  }
}
.cid-syqXEmk2gt {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #444444;
}
.cid-syqXEmk2gt iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-syqXEmk2gt .container-fluid {
  padding: 0;
}
.cid-syqXEmk2gt .sc__title {
  color: #fafafa;
}
.cid-tmBqwSveDZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444444;
}
.cid-tmBqwSveDZ .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 0.5px;
  margin: 0 auto;
}
.cid-tmBqwSveDZ .section-text {
  padding: 2rem 0;
}
.cid-tmBqwSveDZ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tmBqwSveDZ .inner-container {
    width: 100% !important;
  }
}
.cid-sPzJuDBS9p {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #444444;
}
.cid-sPzJuDBS9p iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-sPzJuDBS9p .container-fluid {
  padding: 0;
}
.cid-sPzJuDBS9p .sc__title {
  color: #fafafa;
}
.cid-tmBqvyVrSa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #444444;
}
.cid-tmBqvyVrSa .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 0.5px;
  margin: 0 auto;
}
.cid-tmBqvyVrSa .section-text {
  padding: 2rem 0;
}
.cid-tmBqvyVrSa .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tmBqvyVrSa .inner-container {
    width: 100% !important;
  }
}
.cid-sPzJw2ji5x {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #444444;
}
.cid-sPzJw2ji5x iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-sPzJw2ji5x .container-fluid {
  padding: 0;
}
.cid-sPzJw2ji5x .sc__title {
  color: #fafafa;
}
.cid-syqW0OInTw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #333333;
}
.cid-syqW0OInTw [class^="socicon-"]:before,
.cid-syqW0OInTw [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-syqW0OInTw .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #b1c800;
}
.cid-syqW0OInTw .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-syqW0OInTw .btn-social:hover {
  color: #fff;
  background: #b1c800;
}
.cid-syqW0OInTw .btn-social:hover i.socicon {
  color: #000000 !important;
}
.cid-syqW0OInTw .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-syqW0OInTw .btn {
    font-size: 20px !important;
  }
}
.cid-syqW0OInTw .btn-social,
.cid-syqW0OInTw .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-syqW0OInTw .socicon-X {
  background-image: url(../../../assets/images/xpetitblanc.svg);
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 1rem!important;
  padding-right: 1rem!important;
}
.cid-tNKrrmAhYG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-tNKrrmAhYG .content {
    text-align: left;
  }
  .cid-tNKrrmAhYG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNKrrmAhYG .media-wrap {
    margin-bottom: 1rem;
    align: left;
  }
}
.cid-tNKrrmAhYG .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tNKrrmAhYG .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tNKrrmAhYG .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tNKrrmAhYG .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tNKrrmAhYG .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tNKrrmAhYG .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tNKrrmAhYG .footer-lower .social-list .soc-item {
  margin: 0.5rem;
}
.cid-tNKrrmAhYG .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tNKrrmAhYG .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tNKrrmAhYG .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tNKrrmAhYG p {
  text-align: left;
  color: #ffffff;
  font-weight: 100;
  letter-spacing: 0.02em;
}
.cid-tNKrrmAhYG H5 {
  color: #b1c800;
}
.cid-tNKrrmAhYG .socicon-spass {
  background-image: url(../../../assets/images/spass-logo-blanc.svg);
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 0.8rem!important;
  padding-right: 0.8rem!important;
}
.cid-tNKrrmAhYG .socicon-docouest {
  background-image: url(../../../assets/images/docouest2.svg);
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 0.8rem!important;
  padding-right: 0.8rem!important;
}
.cid-tNKrrmAhYG .socicon-X {
  background-image: url(../../../assets/images/xpetitblanc.svg);
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 0.9rem!important;
  padding-right: 0.9rem!important;
}
.cid-tNKrrmAhYG P {
  color: #ffffff;
}
.cid-szP7vZJOlP {
  background: #333333;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-szP7vZJOlP .image-block {
  margin: auto;
}
.cid-szP7vZJOlP .mbr-figure {
  margin: 0 auto;
}
.cid-szP7vZJOlP figcaption {
  position: relative;
}
.cid-szP7vZJOlP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-szP7vZJOlP .image-block {
    width: 100% !important;
  }
}
.cid-szP8wmiGBG {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szP8wmiGBG .mbr-section-subtitle {
  color: #767676;
}
.cid-szP8wmiGBG .button {
  background-color: #B1B1B1;
  border: none;
  color: #ffffff;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-family: sans-serif;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 2px;
}
.cid-szP7Eyuznc {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-szP7Eyuznc .mbr-text,
.cid-szP7Eyuznc blockquote {
  color: #767676;
}
.cid-szP7Eyuznc .mbr-text {
  color: #232323;
}
.cid-tNKrQVZG5V {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-tNKrQVZG5V .content {
    text-align: left;
  }
  .cid-tNKrQVZG5V .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNKrQVZG5V .media-wrap {
    margin-bottom: 1rem;
    align: left;
  }
}
.cid-tNKrQVZG5V .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tNKrQVZG5V .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tNKrQVZG5V .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tNKrQVZG5V .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tNKrQVZG5V .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tNKrQVZG5V .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tNKrQVZG5V .footer-lower .social-list .soc-item {
  margin: 0.5rem;
}
.cid-tNKrQVZG5V .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tNKrQVZG5V .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tNKrQVZG5V .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tNKrQVZG5V p {
  text-align: left;
  color: #ffffff;
  font-weight: 100;
  letter-spacing: 0.02em;
}
.cid-tNKrQVZG5V H5 {
  color: #b1c800;
}
.cid-tNKrQVZG5V .socicon-spass {
  background-image: url(../../../assets/images/spass-logo-blanc.svg);
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 0.8rem!important;
  padding-right: 0.8rem!important;
}
.cid-tNKrQVZG5V .socicon-docouest {
  background-image: url(../../../assets/images/docouest2.svg);
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 0.8rem!important;
  padding-right: 0.8rem!important;
}
.cid-tNKrQVZG5V .socicon-X {
  background-image: url(../../../assets/images/xpetitblanc.svg);
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 0.9rem!important;
  padding-right: 0.9rem!important;
}
.cid-tNKrQVZG5V P {
  color: #ffffff;
}
.cid-szP7w0TBeW.popup-builder {
  background-color: #ffffff;
}
.cid-szP7w0TBeW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-szP7w0TBeW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-szP7w0TBeW .modal-content,
.cid-szP7w0TBeW .modal-dialog {
  height: auto;
}
.cid-szP7w0TBeW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-szP7w0TBeW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-szP7w0TBeW .form-wrapper .mbr-form .form-group,
  .cid-szP7w0TBeW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-szP7w0TBeW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-szP7w0TBeW .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-szP7w0TBeW .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-szP7w0TBeW .pt-0 {
  padding-top: 0 !important;
}
.cid-szP7w0TBeW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-szP7w0TBeW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-szP7w0TBeW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-szP7w0TBeW .modal-open {
  overflow: hidden;
}
.cid-szP7w0TBeW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-szP7w0TBeW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-szP7w0TBeW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-szP7w0TBeW .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-szP7w0TBeW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-szP7w0TBeW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-szP7w0TBeW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-szP7w0TBeW .modal-content {
  background: #333333;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-szP7w0TBeW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-szP7w0TBeW .modal-backdrop.fade {
  opacity: 0;
}
.cid-szP7w0TBeW .modal-backdrop.show {
  opacity: .5;
}
.cid-szP7w0TBeW .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-szP7w0TBeW .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-szP7w0TBeW .modal-header .close:hover {
  opacity: 1;
}
.cid-szP7w0TBeW .modal-header .close:focus {
  outline: none;
}
.cid-szP7w0TBeW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-szP7w0TBeW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-szP7w0TBeW .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-szP7w0TBeW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-szP7w0TBeW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-szP7w0TBeW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-szP7w0TBeW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-szP7w0TBeW .modal-sm {
    max-width: 300px;
  }
  .cid-szP7w0TBeW .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-szP7w0TBeW .modal-lg,
  .cid-szP7w0TBeW .modal-xl {
    max-width: 800px;
  }
  .cid-szP7w0TBeW .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-szP7w0TBeW .modal-xl {
    max-width: 1140px;
  }
  .cid-szP7w0TBeW .container {
    max-width: 1140px;
  }
}
.cid-szP7w0TBeW .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-szP7w0TBeW .container {
    max-width: 720px;
  }
}
.cid-szP7w0TBeW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-szP7w0TBeW .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-szP7w0TBeW .form-group {
  margin-bottom: 1rem;
}
.cid-szP7w0TBeW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-szP7w0TBeW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-szP7w0TBeW .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-szP7w1qVtY.popup-builder {
  background-color: #ffffff;
}
.cid-szP7w1qVtY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-szP7w1qVtY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-szP7w1qVtY .modal-content,
.cid-szP7w1qVtY .modal-dialog {
  height: auto;
}
.cid-szP7w1qVtY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-szP7w1qVtY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-szP7w1qVtY .form-wrapper .mbr-form .form-group,
  .cid-szP7w1qVtY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-szP7w1qVtY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-szP7w1qVtY .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-szP7w1qVtY .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-szP7w1qVtY .pt-0 {
  padding-top: 0 !important;
}
.cid-szP7w1qVtY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-szP7w1qVtY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-szP7w1qVtY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-szP7w1qVtY .modal-open {
  overflow: hidden;
}
.cid-szP7w1qVtY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-szP7w1qVtY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-szP7w1qVtY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-szP7w1qVtY .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-szP7w1qVtY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-szP7w1qVtY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-szP7w1qVtY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-szP7w1qVtY .modal-content {
  background: #333333;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-szP7w1qVtY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-szP7w1qVtY .modal-backdrop.fade {
  opacity: 0;
}
.cid-szP7w1qVtY .modal-backdrop.show {
  opacity: .5;
}
.cid-szP7w1qVtY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-szP7w1qVtY .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-szP7w1qVtY .modal-header .close:hover {
  opacity: 1;
}
.cid-szP7w1qVtY .modal-header .close:focus {
  outline: none;
}
.cid-szP7w1qVtY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-szP7w1qVtY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-szP7w1qVtY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-szP7w1qVtY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-szP7w1qVtY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-szP7w1qVtY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-szP7w1qVtY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-szP7w1qVtY .modal-sm {
    max-width: 300px;
  }
  .cid-szP7w1qVtY .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-szP7w1qVtY .modal-lg,
  .cid-szP7w1qVtY .modal-xl {
    max-width: 800px;
  }
  .cid-szP7w1qVtY .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-szP7w1qVtY .modal-xl {
    max-width: 1140px;
  }
  .cid-szP7w1qVtY .container {
    max-width: 1140px;
  }
}
.cid-szP7w1qVtY .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-szP7w1qVtY .container {
    max-width: 720px;
  }
}
.cid-szP7w1qVtY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-szP7w1qVtY .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-szP7w1qVtY .form-group {
  margin-bottom: 1rem;
}
.cid-szP7w1qVtY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-szP7w1qVtY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-szP7w1qVtY .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sPMYDHatnU {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #fdcfdb, #ffffff);
}
.cid-sPMYDHatnU .image-block {
  margin: auto;
}
.cid-sPMYDHatnU figcaption {
  position: relative;
}
.cid-sPMYDHatnU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sPMYDHatnU .image-block {
    width: 100% !important;
  }
}
.cid-sRM89ulhia {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sRM89ulhia .mbr-section-subtitle {
  color: #000000;
}
.cid-sRM89ulhia .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sQqmETS6Qh {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQqmETS6Qh P {
  color: #767676;
}
.cid-sQqmETS6Qh H1 {
  color: #7f1933;
}
.cid-sQqmETS6Qh H3 {
  color: #232323;
}
.cid-sQqkPbs6cn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sQqkPbs6cn .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sQqkPbs6cn .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sQqkPbs6cn .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sQqkPbs6cn .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sQqkPbs6cn .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #7f1933;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sQqkPbs6cn .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sQqkPbs6cn .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sQqkPbs6cn .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sQqkPbs6cn .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #7f1933 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sPN2S1rhAd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sPN2S1rhAd .mbr-text {
  color: #232323;
}
.cid-sPMZ0BCiVN {
  background: #fdcfdb;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #fdcfdb, #ffffff);
}
.cid-sPMZ0BCiVN .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sPMZ0BCiVN .video-block {
    width: 100% !important;
  }
}
.cid-sPN7oGZPC0 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sPN7oGZPC0 P {
  color: #767676;
}
.cid-sPN7oGZPC0 H1 {
  color: #7f1933;
}
.cid-sPN7oGZPC0 H3 {
  color: #232323;
}
.cid-sPN7Uai2b6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sPN7Uai2b6 .mbr-text {
  color: #232323;
}
.cid-sQqrfwRHwh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sQqrfwRHwh .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sQqrfwRHwh .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sQqrfwRHwh .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sQqrfwRHwh .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sQqrfwRHwh .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #7f1933;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sQqrfwRHwh .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sQqrfwRHwh .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sQqrfwRHwh .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sQqrfwRHwh .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #7f1933 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sPNaZS4Zvz {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sPNaZS4Zvz P {
  color: #767676;
}
.cid-sPNaZS4Zvz H1 {
  color: #7f1933;
}
.cid-sPNaZS4Zvz H3 {
  color: #232323;
}
.cid-sPNbgr3fD2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sPNbgr3fD2 .mbr-text {
  color: #232323;
}
.cid-sPNb246c7M {
  background: #ff7f9f;
  padding-top: 15px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #ff7f9f, #ffffff);
}
.cid-sPNb246c7M .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sPNb246c7M .video-block {
    width: 100% !important;
  }
}
.cid-sPNf91K95y {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sPNf91K95y P {
  color: #767676;
}
.cid-sPNf91K95y H1 {
  color: #7f1933;
}
.cid-sPNf91K95y H3 {
  color: #232323;
}
.cid-sQqARCc3rn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f6;
}
.cid-sQqARCc3rn .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
}
.cid-sQqARCc3rn .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-sQqARCc3rn .mbr-author-desc {
  color: #232;
}
@media (max-width: 991px) {
  .cid-sQqARCc3rn .mbr-figure,
  .cid-sQqARCc3rn img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-sQqAF3dVSF {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQqAF3dVSF P {
  color: #767676;
}
.cid-sQqAF3dVSF H1 {
  color: #7f1933;
}
.cid-sQqAF3dVSF H3 {
  color: #232323;
}
.cid-sQqvcoWP3V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sQqvcoWP3V .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sQqvcoWP3V .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sQqvcoWP3V .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sQqvcoWP3V .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sQqvcoWP3V .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #7f1933;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sQqvcoWP3V .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sQqvcoWP3V .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sQqvcoWP3V .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sQqvcoWP3V .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #7f1933 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sPNrFcP6vY {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sPNrFcP6vY .mbr-text {
  color: #232323;
}
.cid-sPNrFcP6vY .mbr-text p {
  background: #ffffff;
}
.cid-sQqfIkiegb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #7f1933;
}
@media (min-width: 992px) {
  .cid-sQqfIkiegb .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sQqfIkiegb .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sQqfIkiegb .mbr-text {
    text-align: center;
  }
}
.cid-tNKv7ypigd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #333333;
}
.cid-tNKv7ypigd [class^="socicon-"]:before,
.cid-tNKv7ypigd [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tNKv7ypigd .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #b1c800;
}
.cid-tNKv7ypigd .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-tNKv7ypigd .btn-social:hover {
  color: #fff;
  background: #b1c800;
}
.cid-tNKv7ypigd .btn-social:hover i.socicon {
  color: #000000 !important;
}
.cid-tNKv7ypigd .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-tNKv7ypigd .btn {
    font-size: 20px !important;
  }
}
.cid-tNKv7ypigd .btn-social,
.cid-tNKv7ypigd .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-tNKv7ypigd .socicon-X {
  background-image: url(../../../assets/images/xpetitblanc.svg);
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 1rem!important;
  padding-right: 1rem!important;
}
.cid-tNKrwJpCIt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-tNKrwJpCIt .content {
    text-align: left;
  }
  .cid-tNKrwJpCIt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNKrwJpCIt .media-wrap {
    margin-bottom: 1rem;
    align: left;
  }
}
.cid-tNKrwJpCIt .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tNKrwJpCIt .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tNKrwJpCIt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tNKrwJpCIt .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tNKrwJpCIt .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tNKrwJpCIt .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tNKrwJpCIt .footer-lower .social-list .soc-item {
  margin: 0.5rem;
}
.cid-tNKrwJpCIt .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tNKrwJpCIt .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tNKrwJpCIt .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tNKrwJpCIt p {
  text-align: left;
  color: #ffffff;
  font-weight: 100;
  letter-spacing: 0.02em;
}
.cid-tNKrwJpCIt H5 {
  color: #b1c800;
}
.cid-tNKrwJpCIt .socicon-spass {
  background-image: url(../../../assets/images/spass-logo-blanc.svg);
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 0.8rem!important;
  padding-right: 0.8rem!important;
}
.cid-tNKrwJpCIt .socicon-docouest {
  background-image: url(../../../assets/images/docouest2.svg);
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 0.8rem!important;
  padding-right: 0.8rem!important;
}
.cid-tNKrwJpCIt .socicon-X {
  background-image: url(../../../assets/images/xpetitblanc.svg);
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 0.9rem!important;
  padding-right: 0.9rem!important;
}
.cid-tNKrwJpCIt P {
  color: #ffffff;
}
.cid-trSFvR4Awj {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/accueilcaue.jpg");
}
.cid-trSFvR4Awj .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-trSFvR4Awj .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-trSFvR4Awj .mbr-text,
.cid-trSFvR4Awj .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uDVljtLO3v {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333333;
}
.cid-uDVljtLO3v P {
  color: #767676;
}
.cid-uDVljtLO3v H1 {
  text-align: right;
}
.cid-uDVljtLO3v .mbr-text,
.cid-uDVljtLO3v .mbr-section-btn {
  text-align: left;
}
.cid-v1QRLbRz0L {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v1QRLbRz0L .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1QRLbRz0L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1QRLbRz0L .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v1QRLbRz0L .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v1QRLbRz0L .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1QRLbRz0L .mbr-section-title {
  text-align: left;
  color: #333333;
}
.cid-v1QRLbRz0L .mbr-text,
.cid-v1QRLbRz0L .mbr-section-btn {
  text-align: left;
  color: #333333;
}
.cid-v1QS447ZWe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-v1QS447ZWe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1QS447ZWe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1QS447ZWe .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v1QS447ZWe .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v1QS447ZWe .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1QS447ZWe .mbr-section-title {
  text-align: right;
  color: #333333;
}
.cid-v1QS447ZWe .mbr-text,
.cid-v1QS447ZWe .mbr-section-btn {
  text-align: right;
  color: #333333;
}
.cid-uZMtm6R2Gr {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uZMtm6R2Gr .mbr-section-btn > * {
  margin: 0;
}
.cid-uZMtm6R2Gr h4 {
  font-weight: 500;
}
.cid-uZMtm6R2Gr p {
  color: #232323;
}
.cid-uZMtm6R2Gr .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uZMtm6R2Gr .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uZMtm6R2Gr .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uZMtm6R2Gr .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uZMtm6R2Gr .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uZMtm6R2Gr .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uZMtm6R2Gr .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uZMtm6R2Gr .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uZMtm6R2Gr .card-img span {
    font-size: 40px !important;
  }
}
.cid-uZMtm6R2Gr .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uZMtm6R2Gr H2 {
  text-align: left;
}
.cid-uZMtm6R2Gr .text1 {
  text-align: left;
}
.cid-uZMtkOQXZx {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uZMtkOQXZx .mbr-section-btn > * {
  margin: 0;
}
.cid-uZMtkOQXZx h4 {
  font-weight: 500;
}
.cid-uZMtkOQXZx p {
  color: #232323;
}
.cid-uZMtkOQXZx .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uZMtkOQXZx .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uZMtkOQXZx .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uZMtkOQXZx .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uZMtkOQXZx .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uZMtkOQXZx .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uZMtkOQXZx .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uZMtkOQXZx .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uZMtkOQXZx .card-img span {
    font-size: 40px !important;
  }
}
.cid-uZMtkOQXZx .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uZMtkOQXZx H2 {
  text-align: left;
}
.cid-uZMtkOQXZx .text1 {
  text-align: left;
}
.cid-uZMtjlGbNZ {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uZMtjlGbNZ .mbr-section-btn > * {
  margin: 0;
}
.cid-uZMtjlGbNZ h4 {
  font-weight: 500;
}
.cid-uZMtjlGbNZ p {
  color: #232323;
}
.cid-uZMtjlGbNZ .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uZMtjlGbNZ .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uZMtjlGbNZ .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uZMtjlGbNZ .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uZMtjlGbNZ .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uZMtjlGbNZ .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uZMtjlGbNZ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uZMtjlGbNZ .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uZMtjlGbNZ .card-img span {
    font-size: 40px !important;
  }
}
.cid-uZMtjlGbNZ .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uZMtjlGbNZ H2 {
  text-align: left;
}
.cid-uZMtjlGbNZ .text1 {
  text-align: left;
}
.cid-uZMtyfjPk1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uZMtyfjPk1 .line {
  background-color: #efefef;
  color: #efefef;
  align: center;
  height: 0.5px;
  margin: 0 auto;
}
.cid-uZMtyfjPk1 .section-text {
  padding: 2rem 0;
}
.cid-uZMtyfjPk1 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uZMtyfjPk1 .inner-container {
    width: 100% !important;
  }
}
.cid-uX4mo9OQl5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uX4mo9OQl5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX4mo9OQl5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uX4mo9OQl5 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uX4mo9OQl5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uX4mo9OQl5 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uX4mo9OQl5 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uX4mo9OQl5 .mbr-section-title {
  color: #acac66;
  text-align: left;
}
.cid-uX4mo9OQl5 .mbr-text,
.cid-uX4mo9OQl5 .mbr-section-btn {
  color: #232323;
}
.cid-uZMtBFl0vG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uZMtBFl0vG .line {
  background-color: #efefef;
  color: #efefef;
  align: center;
  height: 0.5px;
  margin: 0 auto;
}
.cid-uZMtBFl0vG .section-text {
  padding: 2rem 0;
}
.cid-uZMtBFl0vG .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uZMtBFl0vG .inner-container {
    width: 100% !important;
  }
}
.cid-uZMti54B3S {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uZMti54B3S .mbr-section-btn > * {
  margin: 0;
}
.cid-uZMti54B3S h4 {
  font-weight: 500;
}
.cid-uZMti54B3S p {
  color: #232323;
}
.cid-uZMti54B3S .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uZMti54B3S .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uZMti54B3S .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uZMti54B3S .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uZMti54B3S .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uZMti54B3S .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uZMti54B3S .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uZMti54B3S .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uZMti54B3S .card-img span {
    font-size: 40px !important;
  }
}
.cid-uZMti54B3S .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uZMti54B3S .text1 {
  text-align: left;
}
.cid-uZMti54B3S H2 {
  text-align: left;
}
.cid-uZMth1YCwb {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uZMth1YCwb .mbr-section-btn > * {
  margin: 0;
}
.cid-uZMth1YCwb h4 {
  font-weight: 500;
}
.cid-uZMth1YCwb p {
  color: #232323;
}
.cid-uZMth1YCwb .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uZMth1YCwb .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uZMth1YCwb .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uZMth1YCwb .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uZMth1YCwb .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uZMth1YCwb .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uZMth1YCwb .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uZMth1YCwb .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uZMth1YCwb .card-img span {
    font-size: 40px !important;
  }
}
.cid-uZMth1YCwb .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uZMth1YCwb .text1 {
  text-align: left;
}
.cid-uZMtg8MaG9 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uZMtg8MaG9 .mbr-section-btn > * {
  margin: 0;
}
.cid-uZMtg8MaG9 h4 {
  font-weight: 500;
}
.cid-uZMtg8MaG9 p {
  color: #232323;
}
.cid-uZMtg8MaG9 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uZMtg8MaG9 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uZMtg8MaG9 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uZMtg8MaG9 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uZMtg8MaG9 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uZMtg8MaG9 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uZMtg8MaG9 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uZMtg8MaG9 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uZMtg8MaG9 .card-img span {
    font-size: 40px !important;
  }
}
.cid-uZMtg8MaG9 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uZMtg8MaG9 H2 {
  text-align: left;
}
.cid-uZMtg8MaG9 .text1 {
  text-align: left;
}
.cid-uZMteIPXGK {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uZMteIPXGK .mbr-section-btn > * {
  margin: 0;
}
.cid-uZMteIPXGK h4 {
  font-weight: 500;
}
.cid-uZMteIPXGK p {
  color: #232323;
}
.cid-uZMteIPXGK .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uZMteIPXGK .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uZMteIPXGK .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uZMteIPXGK .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uZMteIPXGK .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uZMteIPXGK .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uZMteIPXGK .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uZMteIPXGK .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uZMteIPXGK .card-img span {
    font-size: 40px !important;
  }
}
.cid-uZMteIPXGK .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uZMtdaCKtK {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uZMtdaCKtK .mbr-section-btn > * {
  margin: 0;
}
.cid-uZMtdaCKtK h4 {
  font-weight: 500;
}
.cid-uZMtdaCKtK p {
  color: #232323;
}
.cid-uZMtdaCKtK .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uZMtdaCKtK .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uZMtdaCKtK .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uZMtdaCKtK .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uZMtdaCKtK .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uZMtdaCKtK .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uZMtdaCKtK .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uZMtdaCKtK .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uZMtdaCKtK .card-img span {
    font-size: 40px !important;
  }
}
.cid-uZMtdaCKtK .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uZMtdaCKtK .text1 {
  text-align: left;
}
.cid-uNa1vXRc3W {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uNa1vXRc3W .mbr-section-btn > * {
  margin: 0;
}
.cid-uNa1vXRc3W h4 {
  font-weight: 500;
}
.cid-uNa1vXRc3W p {
  color: #232323;
}
.cid-uNa1vXRc3W .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uNa1vXRc3W .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uNa1vXRc3W .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uNa1vXRc3W .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uNa1vXRc3W .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uNa1vXRc3W .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uNa1vXRc3W .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uNa1vXRc3W .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uNa1vXRc3W .card-img span {
    font-size: 40px !important;
  }
}
.cid-uNa1vXRc3W .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uNa1vXRc3W H2 {
  text-align: left;
}
.cid-uNa1vXRc3W .text1 {
  text-align: left;
}
.cid-uNa1tQzFfM {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uNa1tQzFfM .mbr-section-btn > * {
  margin: 0;
}
.cid-uNa1tQzFfM h4 {
  font-weight: 500;
}
.cid-uNa1tQzFfM p {
  color: #232323;
}
.cid-uNa1tQzFfM .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uNa1tQzFfM .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uNa1tQzFfM .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uNa1tQzFfM .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uNa1tQzFfM .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uNa1tQzFfM .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uNa1tQzFfM .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uNa1tQzFfM .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uNa1tQzFfM .card-img span {
    font-size: 40px !important;
  }
}
.cid-uNa1tQzFfM .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uNa1tQzFfM .text1 {
  text-align: left;
}
.cid-uNa1tQzFfM H2 {
  text-align: left;
}
.cid-uNa1rL9V3Z {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uNa1rL9V3Z .mbr-section-btn > * {
  margin: 0;
}
.cid-uNa1rL9V3Z h4 {
  font-weight: 500;
}
.cid-uNa1rL9V3Z p {
  color: #232323;
}
.cid-uNa1rL9V3Z .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uNa1rL9V3Z .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uNa1rL9V3Z .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uNa1rL9V3Z .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uNa1rL9V3Z .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uNa1rL9V3Z .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uNa1rL9V3Z .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uNa1rL9V3Z .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uNa1rL9V3Z .card-img span {
    font-size: 40px !important;
  }
}
.cid-uNa1rL9V3Z .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uNa1rL9V3Z H2 {
  text-align: left;
}
.cid-uNa1rL9V3Z .text1 {
  text-align: left;
}
.cid-uNa1pk3A11 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uNa1pk3A11 .mbr-section-btn > * {
  margin: 0;
}
.cid-uNa1pk3A11 h4 {
  font-weight: 500;
}
.cid-uNa1pk3A11 p {
  color: #232323;
}
.cid-uNa1pk3A11 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uNa1pk3A11 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uNa1pk3A11 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uNa1pk3A11 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uNa1pk3A11 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uNa1pk3A11 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uNa1pk3A11 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uNa1pk3A11 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uNa1pk3A11 .card-img span {
    font-size: 40px !important;
  }
}
.cid-uNa1pk3A11 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uNa1pk3A11 H2 {
  text-align: left;
}
.cid-uNa1pk3A11 .text1 {
  text-align: left;
}
.cid-uNa1nwEwr5 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uNa1nwEwr5 .mbr-section-btn > * {
  margin: 0;
}
.cid-uNa1nwEwr5 h4 {
  font-weight: 500;
}
.cid-uNa1nwEwr5 p {
  color: #232323;
}
.cid-uNa1nwEwr5 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uNa1nwEwr5 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uNa1nwEwr5 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uNa1nwEwr5 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uNa1nwEwr5 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uNa1nwEwr5 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uNa1nwEwr5 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uNa1nwEwr5 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uNa1nwEwr5 .card-img span {
    font-size: 40px !important;
  }
}
.cid-uNa1nwEwr5 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uNa1nwEwr5 .text1 {
  text-align: left;
}
.cid-uNa1nwEwr5 H2 {
  text-align: left;
}
.cid-uNa1lEHa3w {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uNa1lEHa3w .mbr-section-btn > * {
  margin: 0;
}
.cid-uNa1lEHa3w h4 {
  font-weight: 500;
}
.cid-uNa1lEHa3w p {
  color: #232323;
}
.cid-uNa1lEHa3w .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uNa1lEHa3w .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uNa1lEHa3w .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uNa1lEHa3w .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uNa1lEHa3w .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uNa1lEHa3w .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uNa1lEHa3w .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uNa1lEHa3w .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uNa1lEHa3w .card-img span {
    font-size: 40px !important;
  }
}
.cid-uNa1lEHa3w .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uNa1lEHa3w H2 {
  text-align: left;
}
.cid-uNa1lEHa3w .text1 {
  text-align: left;
}
.cid-uNa1jrpzt8 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uNa1jrpzt8 .mbr-section-btn > * {
  margin: 0;
}
.cid-uNa1jrpzt8 h4 {
  font-weight: 500;
}
.cid-uNa1jrpzt8 p {
  color: #232323;
}
.cid-uNa1jrpzt8 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uNa1jrpzt8 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uNa1jrpzt8 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uNa1jrpzt8 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uNa1jrpzt8 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uNa1jrpzt8 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uNa1jrpzt8 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uNa1jrpzt8 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uNa1jrpzt8 .card-img span {
    font-size: 40px !important;
  }
}
.cid-uNa1jrpzt8 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uNa1jrpzt8 H2 {
  text-align: left;
}
.cid-uNa1jrpzt8 .text1 {
  text-align: left;
}
.cid-uNa1h39JN0 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uNa1h39JN0 .mbr-section-btn > * {
  margin: 0;
}
.cid-uNa1h39JN0 h4 {
  font-weight: 500;
}
.cid-uNa1h39JN0 p {
  color: #232323;
}
.cid-uNa1h39JN0 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uNa1h39JN0 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uNa1h39JN0 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uNa1h39JN0 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uNa1h39JN0 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uNa1h39JN0 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uNa1h39JN0 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uNa1h39JN0 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uNa1h39JN0 .card-img span {
    font-size: 40px !important;
  }
}
.cid-uNa1h39JN0 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uNa1h39JN0 H2 {
  text-align: left;
}
.cid-uNa1h39JN0 .text1 {
  text-align: left;
}
.cid-uNa1fh3P9w {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uNa1fh3P9w .mbr-section-btn > * {
  margin: 0;
}
.cid-uNa1fh3P9w h4 {
  font-weight: 500;
}
.cid-uNa1fh3P9w p {
  color: #232323;
}
.cid-uNa1fh3P9w .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uNa1fh3P9w .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uNa1fh3P9w .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uNa1fh3P9w .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uNa1fh3P9w .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uNa1fh3P9w .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uNa1fh3P9w .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uNa1fh3P9w .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uNa1fh3P9w .card-img span {
    font-size: 40px !important;
  }
}
.cid-uNa1fh3P9w .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uNa1fh3P9w H2 {
  text-align: left;
}
.cid-uNa1fh3P9w .text1 {
  text-align: left;
}
.cid-uNa1cW70Rt {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uNa1cW70Rt .mbr-section-btn > * {
  margin: 0;
}
.cid-uNa1cW70Rt h4 {
  font-weight: 500;
}
.cid-uNa1cW70Rt p {
  color: #232323;
}
.cid-uNa1cW70Rt .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uNa1cW70Rt .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uNa1cW70Rt .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uNa1cW70Rt .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uNa1cW70Rt .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uNa1cW70Rt .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uNa1cW70Rt .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uNa1cW70Rt .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uNa1cW70Rt .card-img span {
    font-size: 40px !important;
  }
}
.cid-uNa1cW70Rt .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uNa1cW70Rt H2 {
  text-align: left;
}
.cid-uNa1cW70Rt .text1 {
  text-align: left;
}
.cid-uNa1aNGDUz {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uNa1aNGDUz .mbr-section-btn > * {
  margin: 0;
}
.cid-uNa1aNGDUz h4 {
  font-weight: 500;
}
.cid-uNa1aNGDUz p {
  color: #232323;
}
.cid-uNa1aNGDUz .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uNa1aNGDUz .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uNa1aNGDUz .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uNa1aNGDUz .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uNa1aNGDUz .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uNa1aNGDUz .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uNa1aNGDUz .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uNa1aNGDUz .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uNa1aNGDUz .card-img span {
    font-size: 40px !important;
  }
}
.cid-uNa1aNGDUz .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uNa1aNGDUz H2 {
  text-align: left;
}
.cid-uNa1aNGDUz .text1 {
  text-align: left;
}
.cid-uNa13YV7pS {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uNa13YV7pS .mbr-section-btn > * {
  margin: 0;
}
.cid-uNa13YV7pS h4 {
  font-weight: 500;
}
.cid-uNa13YV7pS p {
  color: #232323;
}
.cid-uNa13YV7pS .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uNa13YV7pS .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uNa13YV7pS .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uNa13YV7pS .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uNa13YV7pS .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uNa13YV7pS .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uNa13YV7pS .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uNa13YV7pS .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uNa13YV7pS .card-img span {
    font-size: 40px !important;
  }
}
.cid-uNa13YV7pS .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uNa13YV7pS H2 {
  text-align: left;
}
.cid-uNa13YV7pS .text1 {
  text-align: left;
}
.cid-uNa11tK5fa {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uNa11tK5fa .mbr-section-btn > * {
  margin: 0;
}
.cid-uNa11tK5fa h4 {
  font-weight: 500;
}
.cid-uNa11tK5fa p {
  color: #232323;
}
.cid-uNa11tK5fa .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uNa11tK5fa .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uNa11tK5fa .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uNa11tK5fa .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uNa11tK5fa .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uNa11tK5fa .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uNa11tK5fa .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uNa11tK5fa .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uNa11tK5fa .card-img span {
    font-size: 40px !important;
  }
}
.cid-uNa11tK5fa .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uNa11tK5fa H2 {
  text-align: left;
}
.cid-uNa11tK5fa .text1 {
  text-align: left;
}
.cid-uNa0YKK2XL {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uNa0YKK2XL .mbr-section-btn > * {
  margin: 0;
}
.cid-uNa0YKK2XL h4 {
  font-weight: 500;
}
.cid-uNa0YKK2XL p {
  color: #232323;
}
.cid-uNa0YKK2XL .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uNa0YKK2XL .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uNa0YKK2XL .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uNa0YKK2XL .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uNa0YKK2XL .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uNa0YKK2XL .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uNa0YKK2XL .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uNa0YKK2XL .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uNa0YKK2XL .card-img span {
    font-size: 40px !important;
  }
}
.cid-uNa0YKK2XL .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uNa0YKK2XL H2 {
  text-align: left;
}
.cid-uNa0YKK2XL .text1 {
  text-align: left;
}
.cid-uHpLft07e6 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uHpLft07e6 .mbr-section-btn > * {
  margin: 0;
}
.cid-uHpLft07e6 h4 {
  font-weight: 500;
}
.cid-uHpLft07e6 p {
  color: #232323;
}
.cid-uHpLft07e6 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uHpLft07e6 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uHpLft07e6 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uHpLft07e6 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uHpLft07e6 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uHpLft07e6 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uHpLft07e6 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uHpLft07e6 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uHpLft07e6 .card-img span {
    font-size: 40px !important;
  }
}
.cid-uHpLft07e6 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uHpLft07e6 H2 {
  text-align: left;
}
.cid-uHpLft07e6 .text1 {
  text-align: left;
}
.cid-uHpLecrhgw {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uHpLecrhgw .mbr-section-btn > * {
  margin: 0;
}
.cid-uHpLecrhgw h4 {
  font-weight: 500;
}
.cid-uHpLecrhgw p {
  color: #232323;
}
.cid-uHpLecrhgw .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uHpLecrhgw .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uHpLecrhgw .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uHpLecrhgw .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uHpLecrhgw .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uHpLecrhgw .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uHpLecrhgw .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uHpLecrhgw .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uHpLecrhgw .card-img span {
    font-size: 40px !important;
  }
}
.cid-uHpLecrhgw .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uHpLecrhgw H2 {
  text-align: left;
}
.cid-uHpLecrhgw .text1 {
  text-align: left;
}
.cid-uDVkRt7bf4 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uDVkRt7bf4 .mbr-section-btn > * {
  margin: 0;
}
.cid-uDVkRt7bf4 h4 {
  font-weight: 500;
}
.cid-uDVkRt7bf4 p {
  color: #232323;
}
.cid-uDVkRt7bf4 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uDVkRt7bf4 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uDVkRt7bf4 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uDVkRt7bf4 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uDVkRt7bf4 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uDVkRt7bf4 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uDVkRt7bf4 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uDVkRt7bf4 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uDVkRt7bf4 .card-img span {
    font-size: 40px !important;
  }
}
.cid-uDVkRt7bf4 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uDVkRt7bf4 H2 {
  text-align: left;
}
.cid-uDVkRt7bf4 .text1 {
  text-align: left;
}
.cid-uDVkQuz4DJ {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uDVkQuz4DJ .mbr-section-btn > * {
  margin: 0;
}
.cid-uDVkQuz4DJ h4 {
  font-weight: 500;
}
.cid-uDVkQuz4DJ p {
  color: #232323;
}
.cid-uDVkQuz4DJ .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uDVkQuz4DJ .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uDVkQuz4DJ .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uDVkQuz4DJ .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uDVkQuz4DJ .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uDVkQuz4DJ .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uDVkQuz4DJ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uDVkQuz4DJ .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uDVkQuz4DJ .card-img span {
    font-size: 40px !important;
  }
}
.cid-uDVkQuz4DJ .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uDVkQuz4DJ H2 {
  text-align: left;
}
.cid-uDVkQuz4DJ .text1 {
  text-align: left;
}
.cid-uDVkPzarfa {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uDVkPzarfa .mbr-section-btn > * {
  margin: 0;
}
.cid-uDVkPzarfa h4 {
  font-weight: 500;
}
.cid-uDVkPzarfa p {
  color: #232323;
}
.cid-uDVkPzarfa .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uDVkPzarfa .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uDVkPzarfa .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uDVkPzarfa .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uDVkPzarfa .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uDVkPzarfa .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uDVkPzarfa .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uDVkPzarfa .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uDVkPzarfa .card-img span {
    font-size: 40px !important;
  }
}
.cid-uDVkPzarfa .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uDVkPzarfa H2 {
  text-align: left;
}
.cid-uDVkPzarfa .text1 {
  text-align: left;
}
.cid-uDVkOs73pN {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uDVkOs73pN .mbr-section-btn > * {
  margin: 0;
}
.cid-uDVkOs73pN h4 {
  font-weight: 500;
}
.cid-uDVkOs73pN p {
  color: #232323;
}
.cid-uDVkOs73pN .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uDVkOs73pN .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uDVkOs73pN .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uDVkOs73pN .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uDVkOs73pN .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uDVkOs73pN .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uDVkOs73pN .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uDVkOs73pN .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uDVkOs73pN .card-img span {
    font-size: 40px !important;
  }
}
.cid-uDVkOs73pN .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uDVkOs73pN H2 {
  text-align: left;
}
.cid-uDVkOs73pN .text1 {
  text-align: left;
}
.cid-uDVkLGLysF {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uDVkLGLysF .mbr-section-btn > * {
  margin: 0;
}
.cid-uDVkLGLysF h4 {
  font-weight: 500;
}
.cid-uDVkLGLysF p {
  color: #232323;
}
.cid-uDVkLGLysF .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uDVkLGLysF .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uDVkLGLysF .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uDVkLGLysF .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uDVkLGLysF .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uDVkLGLysF .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uDVkLGLysF .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uDVkLGLysF .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uDVkLGLysF .card-img span {
    font-size: 40px !important;
  }
}
.cid-uDVkLGLysF .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uDVkLGLysF H2 {
  text-align: left;
}
.cid-uDVkLGLysF .text1 {
  text-align: left;
}
.cid-uDVkKFj2tU {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uDVkKFj2tU .mbr-section-btn > * {
  margin: 0;
}
.cid-uDVkKFj2tU h4 {
  font-weight: 500;
}
.cid-uDVkKFj2tU p {
  color: #232323;
}
.cid-uDVkKFj2tU .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uDVkKFj2tU .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uDVkKFj2tU .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uDVkKFj2tU .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uDVkKFj2tU .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uDVkKFj2tU .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uDVkKFj2tU .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uDVkKFj2tU .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uDVkKFj2tU .card-img span {
    font-size: 40px !important;
  }
}
.cid-uDVkKFj2tU .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uDVkKFj2tU H2 {
  text-align: left;
}
.cid-uDVkKFj2tU .text1 {
  text-align: left;
}
.cid-uDOfKFxJQI {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uDOfKFxJQI .mbr-section-btn > * {
  margin: 0;
}
.cid-uDOfKFxJQI h4 {
  font-weight: 500;
}
.cid-uDOfKFxJQI p {
  color: #232323;
}
.cid-uDOfKFxJQI .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uDOfKFxJQI .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uDOfKFxJQI .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uDOfKFxJQI .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uDOfKFxJQI .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uDOfKFxJQI .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uDOfKFxJQI .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uDOfKFxJQI .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uDOfKFxJQI .card-img span {
    font-size: 40px !important;
  }
}
.cid-uDOfKFxJQI .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uDOfKFxJQI H2 {
  text-align: left;
}
.cid-uDOfKFxJQI .text1 {
  text-align: left;
}
.cid-uv8g1THNb5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uv8g1THNb5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8g1THNb5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv8g1THNb5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uv8g1THNb5 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uv8g1THNb5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uv8g1THNb5 .mbr-text,
.cid-uv8g1THNb5 .mbr-section-btn {
  text-align: left;
}
.cid-uv8g1THNb5 .mbr-section-title {
  text-align: left;
}
.cid-uv8g1THNb5 h1 {
  font-family: Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
  font-size: 55px;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  line-height: 55px;
}
.cid-uv8g1THNb5 h3 {
  font-family: Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
  font-size: 35px;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  line-height: 40px;
}
.cid-uv8g1THNb5 p {
  font-family: Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 30px;
}
.cid-uv8g1THNb5 blockquote {
  font-family: Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
  font-size: 21px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 30px;
}
.cid-uv8g1THNb5 pre {
  font-family: Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 18.57143px;
}
.cid-uv8gClGNS9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-uv8gClGNS9 .mbr-section-btn > * {
  margin: 0;
}
.cid-uv8gClGNS9 h4 {
  font-weight: 500;
}
.cid-uv8gClGNS9 p {
  color: #232323;
}
.cid-uv8gClGNS9 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uv8gClGNS9 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uv8gClGNS9 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uv8gClGNS9 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uv8gClGNS9 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uv8gClGNS9 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uv8gClGNS9 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uv8gClGNS9 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uv8gClGNS9 .card-img span {
    font-size: 40px !important;
  }
}
.cid-uv8gClGNS9 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uv8gClGNS9 img {
  border: 1px solid #D8D8D8;
}
.cid-uv8gClGNS9 H2 {
  text-align: left;
}
.cid-uv8gClGNS9 .text1 {
  text-align: left;
}
.cid-utls8NVYzD {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-utls8NVYzD .mbr-section-btn > * {
  margin: 0;
}
.cid-utls8NVYzD h4 {
  font-weight: 500;
}
.cid-utls8NVYzD p {
  color: #232323;
}
.cid-utls8NVYzD .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-utls8NVYzD .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-utls8NVYzD .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-utls8NVYzD .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-utls8NVYzD .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-utls8NVYzD .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-utls8NVYzD .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-utls8NVYzD .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-utls8NVYzD .card-img span {
    font-size: 40px !important;
  }
}
.cid-utls8NVYzD .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-utls8NVYzD H2 {
  text-align: left;
}
.cid-utls8NVYzD .text1 {
  text-align: left;
}
.cid-utls7oIwzd {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-utls7oIwzd .mbr-section-btn > * {
  margin: 0;
}
.cid-utls7oIwzd h4 {
  font-weight: 500;
}
.cid-utls7oIwzd p {
  color: #232323;
}
.cid-utls7oIwzd .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-utls7oIwzd .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-utls7oIwzd .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-utls7oIwzd .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-utls7oIwzd .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-utls7oIwzd .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-utls7oIwzd .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-utls7oIwzd .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-utls7oIwzd .card-img span {
    font-size: 40px !important;
  }
}
.cid-utls7oIwzd .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-utls7oIwzd H2 {
  text-align: left;
}
.cid-utls7oIwzd .text1 {
  text-align: left;
}
.cid-urnrwAnx3Z {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-urnrwAnx3Z .mbr-section-btn > * {
  margin: 0;
}
.cid-urnrwAnx3Z h4 {
  font-weight: 500;
}
.cid-urnrwAnx3Z p {
  color: #232323;
}
.cid-urnrwAnx3Z .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-urnrwAnx3Z .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-urnrwAnx3Z .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-urnrwAnx3Z .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-urnrwAnx3Z .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-urnrwAnx3Z .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-urnrwAnx3Z .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-urnrwAnx3Z .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-urnrwAnx3Z .card-img span {
    font-size: 40px !important;
  }
}
.cid-urnrwAnx3Z .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-urnrwAnx3Z H2 {
  text-align: left;
}
.cid-urnrwAnx3Z .text1 {
  text-align: left;
}
.cid-uDZUH2PD53 {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-uDZUH2PD53 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uDZUH2PD53 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uDZUH2PD53 .mbr-text {
    text-align: center;
  }
}
.cid-uDZUH2PD53 H1 {
  color: #774f5a;
}
.cid-uDZUH2PD53 .mbr-text,
.cid-uDZUH2PD53 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uDZUH2PD53 H3 {
  color: #000000;
  text-align: left;
}
.cid-uDZUH2PD53 P {
  color: #000000;
  text-align: center;
}
.cid-uo4J6Oimvg {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uo4J6Oimvg .mbr-section-btn > * {
  margin: 0;
}
.cid-uo4J6Oimvg h4 {
  font-weight: 500;
}
.cid-uo4J6Oimvg p {
  color: #232323;
}
.cid-uo4J6Oimvg .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uo4J6Oimvg .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uo4J6Oimvg .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uo4J6Oimvg .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uo4J6Oimvg .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uo4J6Oimvg .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uo4J6Oimvg .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uo4J6Oimvg .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uo4J6Oimvg .card-img span {
    font-size: 40px !important;
  }
}
.cid-uo4J6Oimvg .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uo4J6Oimvg .text1 {
  text-align: left;
}
.cid-uo4J6Oimvg H2 {
  text-align: left;
}
.cid-uo4IYpIdyb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uo4IYpIdyb .mbr-section-btn > * {
  margin: 0;
}
.cid-uo4IYpIdyb h4 {
  font-weight: 500;
}
.cid-uo4IYpIdyb p {
  color: #232323;
}
.cid-uo4IYpIdyb .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uo4IYpIdyb .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uo4IYpIdyb .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uo4IYpIdyb .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uo4IYpIdyb .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uo4IYpIdyb .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uo4IYpIdyb .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uo4IYpIdyb .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uo4IYpIdyb .card-img span {
    font-size: 40px !important;
  }
}
.cid-uo4IYpIdyb .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uo4IYpIdyb H2 {
  text-align: left;
}
.cid-uo4IYpIdyb .text1 {
  text-align: left;
}
.cid-uo4IOlpygI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uo4IOlpygI .mbr-section-btn > * {
  margin: 0;
}
.cid-uo4IOlpygI h4 {
  font-weight: 500;
}
.cid-uo4IOlpygI p {
  color: #232323;
}
.cid-uo4IOlpygI .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uo4IOlpygI .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uo4IOlpygI .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uo4IOlpygI .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uo4IOlpygI .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uo4IOlpygI .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uo4IOlpygI .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uo4IOlpygI .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uo4IOlpygI .card-img span {
    font-size: 40px !important;
  }
}
.cid-uo4IOlpygI .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uo4IOlpygI H2 {
  text-align: left;
}
.cid-uo4IOlpygI .text1 {
  text-align: left;
}
.cid-uo4IEVmoFg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uo4IEVmoFg .mbr-section-btn > * {
  margin: 0;
}
.cid-uo4IEVmoFg h4 {
  font-weight: 500;
}
.cid-uo4IEVmoFg p {
  color: #232323;
}
.cid-uo4IEVmoFg .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uo4IEVmoFg .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uo4IEVmoFg .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uo4IEVmoFg .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uo4IEVmoFg .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uo4IEVmoFg .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uo4IEVmoFg .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uo4IEVmoFg .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uo4IEVmoFg .card-img span {
    font-size: 40px !important;
  }
}
.cid-uo4IEVmoFg .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uo4IEVmoFg H2 {
  text-align: left;
}
.cid-uo4IEVmoFg .text1 {
  text-align: left;
}
.cid-uo4Iw6Hdt5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uo4Iw6Hdt5 .mbr-section-btn > * {
  margin: 0;
}
.cid-uo4Iw6Hdt5 h4 {
  font-weight: 500;
}
.cid-uo4Iw6Hdt5 p {
  color: #232323;
}
.cid-uo4Iw6Hdt5 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uo4Iw6Hdt5 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uo4Iw6Hdt5 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uo4Iw6Hdt5 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uo4Iw6Hdt5 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uo4Iw6Hdt5 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uo4Iw6Hdt5 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uo4Iw6Hdt5 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uo4Iw6Hdt5 .card-img span {
    font-size: 40px !important;
  }
}
.cid-uo4Iw6Hdt5 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uo4Iw6Hdt5 H2 {
  text-align: left;
}
.cid-uo4Iw6Hdt5 .text1 {
  text-align: left;
}
.cid-ugCK4yXNFK {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-ugCK4yXNFK .mbr-section-btn > * {
  margin: 0;
}
.cid-ugCK4yXNFK h4 {
  font-weight: 500;
}
.cid-ugCK4yXNFK p {
  color: #232323;
}
.cid-ugCK4yXNFK .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-ugCK4yXNFK .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ugCK4yXNFK .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ugCK4yXNFK .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ugCK4yXNFK .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ugCK4yXNFK .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ugCK4yXNFK .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ugCK4yXNFK .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-ugCK4yXNFK .card-img span {
    font-size: 40px !important;
  }
}
.cid-ugCK4yXNFK .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-ugCK4yXNFK H2 {
  text-align: left;
}
.cid-ugCK4yXNFK .text1 {
  text-align: left;
}
.cid-uDZTJyWcN6 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #0d0e20;
  background: linear-gradient(45deg, #0d0e20, #171939);
}
@media (min-width: 992px) {
  .cid-uDZTJyWcN6 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uDZTJyWcN6 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uDZTJyWcN6 .mbr-text {
    text-align: center;
  }
}
.cid-uDZTJyWcN6 H1 {
  color: #333333;
}
.cid-uDZTJyWcN6 .mbr-text,
.cid-uDZTJyWcN6 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uDZTJyWcN6 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-uDZTJyWcN6 P {
  color: #000000;
  text-align: center;
}
.cid-ugCJVccCnN {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-ugCJVccCnN .mbr-section-btn > * {
  margin: 0;
}
.cid-ugCJVccCnN h4 {
  font-weight: 500;
}
.cid-ugCJVccCnN p {
  color: #232323;
}
.cid-ugCJVccCnN .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-ugCJVccCnN .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ugCJVccCnN .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ugCJVccCnN .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ugCJVccCnN .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ugCJVccCnN .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ugCJVccCnN .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ugCJVccCnN .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-ugCJVccCnN .card-img span {
    font-size: 40px !important;
  }
}
.cid-ugCJVccCnN .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-ugCJCgMMsy {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ugCJCgMMsy .mbr-section-btn > * {
  margin: 0;
}
.cid-ugCJCgMMsy h4 {
  font-weight: 500;
}
.cid-ugCJCgMMsy p {
  color: #232323;
}
.cid-ugCJCgMMsy .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-ugCJCgMMsy .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ugCJCgMMsy .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ugCJCgMMsy .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ugCJCgMMsy .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ugCJCgMMsy .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ugCJCgMMsy .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ugCJCgMMsy .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-ugCJCgMMsy .card-img span {
    font-size: 40px !important;
  }
}
.cid-ugCJCgMMsy .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-ugCJCgMMsy H2 {
  text-align: left;
}
.cid-ugCJCgMMsy .text1 {
  text-align: left;
}
.cid-ugCJu0zo02 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-ugCJu0zo02 .mbr-section-btn > * {
  margin: 0;
}
.cid-ugCJu0zo02 h4 {
  font-weight: 500;
}
.cid-ugCJu0zo02 p {
  color: #232323;
}
.cid-ugCJu0zo02 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-ugCJu0zo02 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ugCJu0zo02 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ugCJu0zo02 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ugCJu0zo02 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ugCJu0zo02 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ugCJu0zo02 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ugCJu0zo02 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-ugCJu0zo02 .card-img span {
    font-size: 40px !important;
  }
}
.cid-ugCJu0zo02 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-ugCJu0zo02 H2 {
  text-align: left;
}
.cid-ugCJu0zo02 .text1 {
  text-align: left;
}
.cid-ugCJkeVPKe {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ugCJkeVPKe .mbr-section-btn > * {
  margin: 0;
}
.cid-ugCJkeVPKe h4 {
  font-weight: 500;
}
.cid-ugCJkeVPKe p {
  color: #232323;
}
.cid-ugCJkeVPKe .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-ugCJkeVPKe .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ugCJkeVPKe .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ugCJkeVPKe .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ugCJkeVPKe .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ugCJkeVPKe .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ugCJkeVPKe .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ugCJkeVPKe .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-ugCJkeVPKe .card-img span {
    font-size: 40px !important;
  }
}
.cid-ugCJkeVPKe .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-ugCJkeVPKe H2 {
  text-align: left;
}
.cid-ugCJkeVPKe .text1 {
  text-align: left;
}
.cid-ugCIZyHXBj {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-ugCIZyHXBj .mbr-section-btn > * {
  margin: 0;
}
.cid-ugCIZyHXBj h4 {
  font-weight: 500;
}
.cid-ugCIZyHXBj p {
  color: #232323;
}
.cid-ugCIZyHXBj .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-ugCIZyHXBj .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ugCIZyHXBj .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ugCIZyHXBj .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ugCIZyHXBj .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ugCIZyHXBj .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ugCIZyHXBj .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ugCIZyHXBj .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-ugCIZyHXBj .card-img span {
    font-size: 40px !important;
  }
}
.cid-ugCIZyHXBj .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-ugCIZyHXBj H2 {
  text-align: left;
}
.cid-ugCIZyHXBj .text1 {
  text-align: left;
}
.cid-u8Ncgk6YCH {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u8Ncgk6YCH .mbr-section-btn > * {
  margin: 0;
}
.cid-u8Ncgk6YCH h4 {
  font-weight: 500;
}
.cid-u8Ncgk6YCH p {
  color: #232323;
}
.cid-u8Ncgk6YCH .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-u8Ncgk6YCH .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-u8Ncgk6YCH .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u8Ncgk6YCH .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-u8Ncgk6YCH .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-u8Ncgk6YCH .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-u8Ncgk6YCH .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-u8Ncgk6YCH .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-u8Ncgk6YCH .card-img span {
    font-size: 40px !important;
  }
}
.cid-u8Ncgk6YCH .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-u8Ncgk6YCH H2 {
  text-align: left;
}
.cid-u8Ncgk6YCH .text1 {
  text-align: left;
}
.cid-u8Nc16fZV6 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-u8Nc16fZV6 .mbr-section-btn > * {
  margin: 0;
}
.cid-u8Nc16fZV6 h4 {
  font-weight: 500;
}
.cid-u8Nc16fZV6 p {
  color: #232323;
}
.cid-u8Nc16fZV6 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-u8Nc16fZV6 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-u8Nc16fZV6 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u8Nc16fZV6 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-u8Nc16fZV6 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-u8Nc16fZV6 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-u8Nc16fZV6 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-u8Nc16fZV6 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-u8Nc16fZV6 .card-img span {
    font-size: 40px !important;
  }
}
.cid-u8Nc16fZV6 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-u8Nc16fZV6 H2 {
  text-align: left;
}
.cid-u8Nc16fZV6 .text1 {
  text-align: left;
}
.cid-u8NbNsUQj8 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u8NbNsUQj8 .mbr-section-btn > * {
  margin: 0;
}
.cid-u8NbNsUQj8 h4 {
  font-weight: 500;
}
.cid-u8NbNsUQj8 p {
  color: #232323;
}
.cid-u8NbNsUQj8 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-u8NbNsUQj8 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-u8NbNsUQj8 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u8NbNsUQj8 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-u8NbNsUQj8 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-u8NbNsUQj8 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-u8NbNsUQj8 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-u8NbNsUQj8 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-u8NbNsUQj8 .card-img span {
    font-size: 40px !important;
  }
}
.cid-u8NbNsUQj8 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-u8NbNsUQj8 H2 {
  text-align: left;
}
.cid-u8NbNsUQj8 .text1 {
  text-align: left;
}
.cid-u8NbDayQLo {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-u8NbDayQLo .mbr-section-btn > * {
  margin: 0;
}
.cid-u8NbDayQLo h4 {
  font-weight: 500;
}
.cid-u8NbDayQLo p {
  color: #232323;
}
.cid-u8NbDayQLo .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-u8NbDayQLo .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-u8NbDayQLo .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u8NbDayQLo .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-u8NbDayQLo .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-u8NbDayQLo .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-u8NbDayQLo .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-u8NbDayQLo .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-u8NbDayQLo .card-img span {
    font-size: 40px !important;
  }
}
.cid-u8NbDayQLo .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-u8NbDayQLo H2 {
  text-align: left;
}
.cid-u8NbDayQLo .text1 {
  text-align: left;
}
.cid-tWZxXcRuoq {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tWZxXcRuoq .mbr-section-btn > * {
  margin: 0;
}
.cid-tWZxXcRuoq h4 {
  font-weight: 500;
}
.cid-tWZxXcRuoq p {
  color: #232323;
}
.cid-tWZxXcRuoq .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tWZxXcRuoq .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tWZxXcRuoq .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tWZxXcRuoq .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tWZxXcRuoq .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tWZxXcRuoq .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tWZxXcRuoq .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tWZxXcRuoq .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tWZxXcRuoq .card-img span {
    font-size: 40px !important;
  }
}
.cid-tWZxXcRuoq .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tWZxXcRuoq H2 {
  text-align: left;
}
.cid-tWZxXcRuoq .text1 {
  text-align: left;
}
.cid-tWZyWnxx07 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/lefil-web4-2.gif");
}
.cid-tWZyWnxx07 .mbr-section-btn > * {
  margin: 0;
}
.cid-tWZyWnxx07 h4 {
  font-weight: 500;
}
.cid-tWZyWnxx07 p {
  color: #232323;
}
.cid-tWZyWnxx07 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tWZyWnxx07 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tWZyWnxx07 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tWZyWnxx07 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tWZyWnxx07 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tWZyWnxx07 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tWZyWnxx07 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tWZyWnxx07 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tWZyWnxx07 .card-img span {
    font-size: 40px !important;
  }
}
.cid-tWZyWnxx07 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tWZyWnxx07 H2 {
  color: #ffffff;
  text-align: left;
}
.cid-tWZyWnxx07 .text1 {
  color: #ffffff;
  text-align: left;
}
.cid-tWZxWbziDa {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tWZxWbziDa .mbr-section-btn > * {
  margin: 0;
}
.cid-tWZxWbziDa h4 {
  font-weight: 500;
}
.cid-tWZxWbziDa p {
  color: #232323;
}
.cid-tWZxWbziDa .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tWZxWbziDa .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tWZxWbziDa .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tWZxWbziDa .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tWZxWbziDa .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tWZxWbziDa .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tWZxWbziDa .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tWZxWbziDa .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tWZxWbziDa .card-img span {
    font-size: 40px !important;
  }
}
.cid-tWZxWbziDa .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tWZxWbziDa H2 {
  text-align: left;
}
.cid-tWZxWbziDa .text1 {
  text-align: left;
}
.cid-tWZxUFaD8M {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tWZxUFaD8M .mbr-section-btn > * {
  margin: 0;
}
.cid-tWZxUFaD8M h4 {
  font-weight: 500;
}
.cid-tWZxUFaD8M p {
  color: #232323;
}
.cid-tWZxUFaD8M .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tWZxUFaD8M .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tWZxUFaD8M .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tWZxUFaD8M .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tWZxUFaD8M .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tWZxUFaD8M .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tWZxUFaD8M .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tWZxUFaD8M .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tWZxUFaD8M .card-img span {
    font-size: 40px !important;
  }
}
.cid-tWZxUFaD8M .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tWZxUFaD8M H2 {
  text-align: left;
}
.cid-tWZxUFaD8M .text1 {
  text-align: left;
}
.cid-tWZxTvIMMn {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tWZxTvIMMn .mbr-section-btn > * {
  margin: 0;
}
.cid-tWZxTvIMMn h4 {
  font-weight: 500;
}
.cid-tWZxTvIMMn p {
  color: #232323;
}
.cid-tWZxTvIMMn .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tWZxTvIMMn .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tWZxTvIMMn .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tWZxTvIMMn .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tWZxTvIMMn .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tWZxTvIMMn .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tWZxTvIMMn .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tWZxTvIMMn .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tWZxTvIMMn .card-img span {
    font-size: 40px !important;
  }
}
.cid-tWZxTvIMMn .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tWZxTvIMMn H2 {
  text-align: left;
}
.cid-tWZxTvIMMn .text1 {
  text-align: left;
}
.cid-tWZxSnwwlF {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tWZxSnwwlF .mbr-section-btn > * {
  margin: 0;
}
.cid-tWZxSnwwlF h4 {
  font-weight: 500;
}
.cid-tWZxSnwwlF p {
  color: #232323;
}
.cid-tWZxSnwwlF .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tWZxSnwwlF .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tWZxSnwwlF .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tWZxSnwwlF .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tWZxSnwwlF .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tWZxSnwwlF .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tWZxSnwwlF .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tWZxSnwwlF .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tWZxSnwwlF .card-img span {
    font-size: 40px !important;
  }
}
.cid-tWZxSnwwlF .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tWZxSnwwlF H2 {
  text-align: left;
}
.cid-tWZxSnwwlF .text1 {
  text-align: left;
}
.cid-uDZZRyFyr8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/fichier-3-1921x1081.jpg");
}
.cid-uDZZRyFyr8 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uDZZRyFyr8 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uDZZRyFyr8 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uDZZRyFyr8 .mbr-text {
    text-align: center;
  }
}
.cid-uDZZRyFyr8 H3 {
  color: #9d1e49;
}
.cid-uDZZRyFyr8 H1 {
  color: #7f1933;
}
.cid-uDZZRyFyr8 .mbr-text,
.cid-uDZZRyFyr8 .mbr-section-btn {
  color: #9d1e49;
}
.cid-tWZxRj9YSN {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tWZxRj9YSN .mbr-section-btn > * {
  margin: 0;
}
.cid-tWZxRj9YSN h4 {
  font-weight: 500;
}
.cid-tWZxRj9YSN p {
  color: #232323;
}
.cid-tWZxRj9YSN .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tWZxRj9YSN .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tWZxRj9YSN .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tWZxRj9YSN .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tWZxRj9YSN .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tWZxRj9YSN .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tWZxRj9YSN .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tWZxRj9YSN .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tWZxRj9YSN .card-img span {
    font-size: 40px !important;
  }
}
.cid-tWZxRj9YSN .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tWZxRj9YSN H2 {
  text-align: left;
}
.cid-tWZxRj9YSN .text1 {
  text-align: left;
}
.cid-tWZxLIHESG {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tWZxLIHESG .mbr-section-btn > * {
  margin: 0;
}
.cid-tWZxLIHESG h4 {
  font-weight: 500;
}
.cid-tWZxLIHESG p {
  color: #232323;
}
.cid-tWZxLIHESG .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tWZxLIHESG .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tWZxLIHESG .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tWZxLIHESG .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tWZxLIHESG .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tWZxLIHESG .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tWZxLIHESG .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tWZxLIHESG .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tWZxLIHESG .card-img span {
    font-size: 40px !important;
  }
}
.cid-tWZxLIHESG .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tWZxLIHESG H2 {
  text-align: left;
}
.cid-tWZxLIHESG .text1 {
  text-align: left;
}
.cid-tR3i0htleg {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-tR3i0htleg .mbr-section-btn > * {
  margin: 0;
}
.cid-tR3i0htleg h4 {
  font-weight: 500;
}
.cid-tR3i0htleg p {
  color: #232323;
}
.cid-tR3i0htleg .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tR3i0htleg .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tR3i0htleg .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tR3i0htleg .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tR3i0htleg .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tR3i0htleg .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tR3i0htleg .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tR3i0htleg .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tR3i0htleg .card-img span {
    font-size: 40px !important;
  }
}
.cid-tR3i0htleg .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tR3i0htleg H2 {
  text-align: left;
}
.cid-tR3i0htleg .text1 {
  text-align: left;
}
.cid-tNbRBMge4A {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tNbRBMge4A .mbr-section-btn > * {
  margin: 0;
}
.cid-tNbRBMge4A h4 {
  font-weight: 500;
}
.cid-tNbRBMge4A p {
  color: #232323;
}
.cid-tNbRBMge4A .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tNbRBMge4A .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tNbRBMge4A .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tNbRBMge4A .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tNbRBMge4A .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tNbRBMge4A .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tNbRBMge4A .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tNbRBMge4A .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tNbRBMge4A .card-img span {
    font-size: 40px !important;
  }
}
.cid-tNbRBMge4A .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tNbRBMge4A H2 {
  text-align: left;
}
.cid-tNbRBMge4A .text1 {
  text-align: left;
}
.cid-tNKwlFri6P {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tNKwlFri6P .mbr-section-btn > * {
  margin: 0;
}
.cid-tNKwlFri6P h4 {
  font-weight: 500;
}
.cid-tNKwlFri6P p {
  color: #232323;
}
.cid-tNKwlFri6P .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tNKwlFri6P .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tNKwlFri6P .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tNKwlFri6P .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tNKwlFri6P .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tNKwlFri6P .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tNKwlFri6P .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tNKwlFri6P .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tNKwlFri6P .card-img span {
    font-size: 40px !important;
  }
}
.cid-tNKwlFri6P .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tNKwlFri6P H2 {
  text-align: left;
}
.cid-tNKwlFri6P .text1 {
  text-align: left;
}
.cid-tIVM9zigog {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tIVM9zigog .mbr-section-btn > * {
  margin: 0;
}
.cid-tIVM9zigog h4 {
  font-weight: 500;
}
.cid-tIVM9zigog p {
  color: #232323;
}
.cid-tIVM9zigog .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tIVM9zigog .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tIVM9zigog .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tIVM9zigog .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tIVM9zigog .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tIVM9zigog .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tIVM9zigog .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tIVM9zigog .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tIVM9zigog .card-img span {
    font-size: 40px !important;
  }
}
.cid-tIVM9zigog .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tIVM9zigog H2 {
  text-align: left;
}
.cid-tIVM9zigog .text1 {
  text-align: left;
}
.cid-tHILc7n5Bx {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tHILc7n5Bx .mbr-section-btn > * {
  margin: 0;
}
.cid-tHILc7n5Bx h4 {
  font-weight: 500;
}
.cid-tHILc7n5Bx p {
  color: #232323;
}
.cid-tHILc7n5Bx .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tHILc7n5Bx .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tHILc7n5Bx .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tHILc7n5Bx .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tHILc7n5Bx .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tHILc7n5Bx .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tHILc7n5Bx .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tHILc7n5Bx .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tHILc7n5Bx .card-img span {
    font-size: 40px !important;
  }
}
.cid-tHILc7n5Bx .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tHILc7n5Bx H2 {
  text-align: left;
}
.cid-tHILc7n5Bx .text1 {
  text-align: left;
}
.cid-uDZVRKblok {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #000000;
  background: linear-gradient(45deg, #000000, #232323);
}
@media (min-width: 992px) {
  .cid-uDZVRKblok .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uDZVRKblok .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uDZVRKblok .mbr-text {
    text-align: center;
  }
}
.cid-uDZVRKblok H1 {
  color: #333333;
}
.cid-uDZVRKblok .mbr-text,
.cid-uDZVRKblok .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uDZVRKblok H3 {
  color: #ffffff;
  text-align: left;
}
.cid-uDZVRKblok P {
  color: #000000;
  text-align: center;
}
.cid-tFb50CZbRl {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tFb50CZbRl .mbr-section-btn > * {
  margin: 0;
}
.cid-tFb50CZbRl h4 {
  font-weight: 500;
}
.cid-tFb50CZbRl p {
  color: #232323;
}
.cid-tFb50CZbRl .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tFb50CZbRl .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tFb50CZbRl .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tFb50CZbRl .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tFb50CZbRl .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tFb50CZbRl .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tFb50CZbRl .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tFb50CZbRl .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tFb50CZbRl .card-img span {
    font-size: 40px !important;
  }
}
.cid-tFb50CZbRl .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tFb50CZbRl H2 {
  text-align: left;
}
.cid-tFb50CZbRl .text1 {
  text-align: left;
}
.cid-tFb4ZfG9wD {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-tFb4ZfG9wD .mbr-section-btn > * {
  margin: 0;
}
.cid-tFb4ZfG9wD h4 {
  font-weight: 500;
}
.cid-tFb4ZfG9wD p {
  color: #232323;
}
.cid-tFb4ZfG9wD .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tFb4ZfG9wD .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tFb4ZfG9wD .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tFb4ZfG9wD .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tFb4ZfG9wD .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tFb4ZfG9wD .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tFb4ZfG9wD .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tFb4ZfG9wD .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tFb4ZfG9wD .card-img span {
    font-size: 40px !important;
  }
}
.cid-tFb4ZfG9wD .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tHIKlypryt {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tHIKlypryt .mbr-section-btn > * {
  margin: 0;
}
.cid-tHIKlypryt h4 {
  font-weight: 500;
}
.cid-tHIKlypryt p {
  color: #232323;
}
.cid-tHIKlypryt .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tHIKlypryt .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tHIKlypryt .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tHIKlypryt .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tHIKlypryt .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tHIKlypryt .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tHIKlypryt .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tHIKlypryt .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tHIKlypryt .card-img span {
    font-size: 40px !important;
  }
}
.cid-tHIKlypryt .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tHIKlypryt H2 {
  text-align: left;
}
.cid-tHIKlypryt .text1 {
  text-align: left;
}
.cid-tBp61DyT86 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tBp61DyT86 .mbr-section-btn > * {
  margin: 0;
}
.cid-tBp61DyT86 h4 {
  font-weight: 500;
}
.cid-tBp61DyT86 p {
  color: #232323;
}
.cid-tBp61DyT86 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tBp61DyT86 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tBp61DyT86 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tBp61DyT86 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tBp61DyT86 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tBp61DyT86 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tBp61DyT86 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tBp61DyT86 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tBp61DyT86 .card-img span {
    font-size: 40px !important;
  }
}
.cid-tBp61DyT86 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tBp61DyT86 H2 {
  text-align: left;
}
.cid-tBp61DyT86 .text1 {
  text-align: left;
}
.cid-trSH85owFl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-trSH85owFl .mbr-section-btn > * {
  margin: 0;
}
.cid-trSH85owFl h4 {
  font-weight: 500;
}
.cid-trSH85owFl p {
  color: #232323;
}
.cid-trSH85owFl .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-trSH85owFl .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-trSH85owFl .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-trSH85owFl .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-trSH85owFl .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-trSH85owFl .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-trSH85owFl .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-trSH85owFl .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-trSH85owFl .card-img span {
    font-size: 40px !important;
  }
}
.cid-trSH85owFl .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-trSH85owFl H2 {
  text-align: left;
}
.cid-trSH85owFl .text1 {
  text-align: left;
}
.cid-trSGS0iQek {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-trSGS0iQek .mbr-section-btn > * {
  margin: 0;
}
.cid-trSGS0iQek h4 {
  font-weight: 500;
}
.cid-trSGS0iQek p {
  color: #232323;
}
.cid-trSGS0iQek .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-trSGS0iQek .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-trSGS0iQek .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-trSGS0iQek .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-trSGS0iQek .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-trSGS0iQek .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-trSGS0iQek .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-trSGS0iQek .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-trSGS0iQek .card-img span {
    font-size: 40px !important;
  }
}
.cid-trSGS0iQek .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-trSGS0iQek H2 {
  text-align: left;
}
.cid-trSGS0iQek .text1 {
  text-align: left;
}
.cid-trSGLtZZmS {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-trSGLtZZmS .mbr-section-btn > * {
  margin: 0;
}
.cid-trSGLtZZmS h4 {
  font-weight: 500;
}
.cid-trSGLtZZmS p {
  color: #232323;
}
.cid-trSGLtZZmS .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-trSGLtZZmS .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-trSGLtZZmS .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-trSGLtZZmS .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-trSGLtZZmS .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-trSGLtZZmS .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-trSGLtZZmS .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-trSGLtZZmS .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-trSGLtZZmS .card-img span {
    font-size: 40px !important;
  }
}
.cid-trSGLtZZmS .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-trSGLtZZmS H2 {
  text-align: left;
}
.cid-trSGLtZZmS .text1 {
  text-align: left;
}
.cid-trSGtlsfEo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-trSGtlsfEo .mbr-section-btn > * {
  margin: 0;
}
.cid-trSGtlsfEo h4 {
  font-weight: 500;
}
.cid-trSGtlsfEo p {
  color: #232323;
}
.cid-trSGtlsfEo .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-trSGtlsfEo .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-trSGtlsfEo .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-trSGtlsfEo .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-trSGtlsfEo .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-trSGtlsfEo .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-trSGtlsfEo .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-trSGtlsfEo .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-trSGtlsfEo .card-img span {
    font-size: 40px !important;
  }
}
.cid-trSGtlsfEo .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-trSGtlsfEo H2 {
  text-align: left;
}
.cid-trSGtlsfEo .text1 {
  text-align: left;
}
.cid-trSGhkBcdu {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-trSGhkBcdu .mbr-section-btn > * {
  margin: 0;
}
.cid-trSGhkBcdu h4 {
  font-weight: 500;
}
.cid-trSGhkBcdu p {
  color: #232323;
}
.cid-trSGhkBcdu .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-trSGhkBcdu .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-trSGhkBcdu .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-trSGhkBcdu .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-trSGhkBcdu .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-trSGhkBcdu .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-trSGhkBcdu .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-trSGhkBcdu .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-trSGhkBcdu .card-img span {
    font-size: 40px !important;
  }
}
.cid-trSGhkBcdu .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-trSGhkBcdu H2 {
  text-align: left;
}
.cid-trSGhkBcdu .text1 {
  text-align: left;
}
.cid-trSG6FZtDd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-trSG6FZtDd .mbr-section-btn > * {
  margin: 0;
}
.cid-trSG6FZtDd h4 {
  font-weight: 500;
}
.cid-trSG6FZtDd p {
  color: #232323;
}
.cid-trSG6FZtDd .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-trSG6FZtDd .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-trSG6FZtDd .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-trSG6FZtDd .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-trSG6FZtDd .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-trSG6FZtDd .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-trSG6FZtDd .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-trSG6FZtDd .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-trSG6FZtDd .card-img span {
    font-size: 40px !important;
  }
}
.cid-trSG6FZtDd .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-trSG6FZtDd H2 {
  text-align: left;
}
.cid-trSG6FZtDd .text1 {
  text-align: left;
}
.cid-trSFXDe9aJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-trSFXDe9aJ .mbr-section-btn > * {
  margin: 0;
}
.cid-trSFXDe9aJ h4 {
  font-weight: 500;
}
.cid-trSFXDe9aJ p {
  color: #232323;
}
.cid-trSFXDe9aJ .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-trSFXDe9aJ .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-trSFXDe9aJ .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-trSFXDe9aJ .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-trSFXDe9aJ .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-trSFXDe9aJ .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-trSFXDe9aJ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-trSFXDe9aJ .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-trSFXDe9aJ .card-img span {
    font-size: 40px !important;
  }
}
.cid-trSFXDe9aJ .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-trSFXDe9aJ H2 {
  text-align: left;
}
.cid-trSFXDe9aJ .text1 {
  text-align: left;
}
.cid-trSFox1VIQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-trSFox1VIQ .mbr-section-btn > * {
  margin: 0;
}
.cid-trSFox1VIQ h4 {
  font-weight: 500;
}
.cid-trSFox1VIQ p {
  color: #232323;
}
.cid-trSFox1VIQ .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-trSFox1VIQ .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-trSFox1VIQ .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-trSFox1VIQ .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-trSFox1VIQ .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-trSFox1VIQ .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-trSFox1VIQ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-trSFox1VIQ .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-trSFox1VIQ .card-img span {
    font-size: 40px !important;
  }
}
.cid-trSFox1VIQ .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-trSFox1VIQ H2 {
  text-align: left;
}
.cid-trSFox1VIQ .text1 {
  text-align: left;
}
.cid-uDZWgwawRO {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uDZWgwawRO .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uDZWgwawRO .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uDZWgwawRO .mbr-text {
    text-align: center;
  }
}
.cid-uDZWgwawRO H1 {
  color: #333333;
}
.cid-uDZWgwawRO .mbr-text,
.cid-uDZWgwawRO .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uDZWgwawRO H3 {
  color: #000000;
  text-align: left;
}
.cid-uDZWgwawRO P {
  color: #000000;
  text-align: center;
}
.cid-uDZXYHfU2f {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/troncommun-mobirise-1920x1080.jpg");
}
.cid-uDZXYHfU2f .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uDZXYHfU2f .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uDZXYHfU2f .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uDZXYHfU2f .mbr-text {
    text-align: center;
  }
}
.cid-uDZXYHfU2f H1 {
  color: #333333;
}
.cid-uDZXYHfU2f .mbr-text,
.cid-uDZXYHfU2f .mbr-section-btn {
  color: #ffffff;
}
.cid-uDZXYHfU2f H3 {
  color: #ffffff;
}
.cid-uDZY8p09IG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uDZY8p09IG .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uDZY8p09IG .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uDZY8p09IG .mbr-text {
    text-align: center;
  }
}
.cid-uDZY8p09IG H1 {
  color: #333333;
}
.cid-uDZY8p09IG .mbr-text,
.cid-uDZY8p09IG .mbr-section-btn {
  color: #333333;
}
.cid-uDZY8p09IG H3 {
  color: #333333;
}
.cid-uDZYvi2BB9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/duhr45-3-1909x1008.jpg");
}
.cid-uDZYvi2BB9 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uDZYvi2BB9 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uDZYvi2BB9 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uDZYvi2BB9 .mbr-text {
    text-align: center;
  }
}
.cid-uDZYvi2BB9 H3 {
  color: #000000;
  text-align: right;
}
.cid-uDZYvi2BB9 .mbr-text,
.cid-uDZYvi2BB9 .mbr-section-btn {
  color: #000000;
  text-align: right;
}
.cid-uDZYvi2BB9 H1 {
  color: #000000;
  text-align: right;
}
.cid-trSFcg98YS {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-trSFcg98YS .mbr-section-btn > * {
  margin: 0;
}
.cid-trSFcg98YS h4 {
  font-weight: 500;
}
.cid-trSFcg98YS p {
  color: #232323;
}
.cid-trSFcg98YS .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-trSFcg98YS .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-trSFcg98YS .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-trSFcg98YS .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-trSFcg98YS .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-trSFcg98YS .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-trSFcg98YS .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-trSFcg98YS .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-trSFcg98YS .card-img span {
    font-size: 40px !important;
  }
}
.cid-trSFcg98YS .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-trSFcg98YS H2 {
  text-align: left;
}
.cid-trSFcg98YS .text1 {
  text-align: left;
}
.cid-tNKrMUTvbS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-tNKrMUTvbS .content {
    text-align: left;
  }
  .cid-tNKrMUTvbS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNKrMUTvbS .media-wrap {
    margin-bottom: 1rem;
    align: left;
  }
}
.cid-tNKrMUTvbS .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tNKrMUTvbS .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tNKrMUTvbS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tNKrMUTvbS .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tNKrMUTvbS .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tNKrMUTvbS .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tNKrMUTvbS .footer-lower .social-list .soc-item {
  margin: 0.5rem;
}
.cid-tNKrMUTvbS .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tNKrMUTvbS .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tNKrMUTvbS .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tNKrMUTvbS p {
  text-align: left;
  color: #ffffff;
  font-weight: 100;
  letter-spacing: 0.02em;
}
.cid-tNKrMUTvbS H5 {
  color: #b1c800;
}
.cid-tNKrMUTvbS .socicon-spass {
  background-image: url(../../../assets/images/spass-logo-blanc.svg);
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 0.8rem!important;
  padding-right: 0.8rem!important;
}
.cid-tNKrMUTvbS .socicon-docouest {
  background-image: url(../../../assets/images/docouest2.svg);
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 0.8rem!important;
  padding-right: 0.8rem!important;
}
.cid-tNKrMUTvbS .socicon-X {
  background-image: url(../../../assets/images/xpetitblanc.svg);
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 0.9rem!important;
  padding-right: 0.9rem!important;
}
.cid-tNKrMUTvbS P {
  color: #ffffff;
}
.cid-trSDMHgVUI.popup-builder {
  background-color: #ffffff;
}
.cid-trSDMHgVUI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-trSDMHgVUI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-trSDMHgVUI .modal-content,
.cid-trSDMHgVUI .modal-dialog {
  height: auto;
}
.cid-trSDMHgVUI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-trSDMHgVUI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-trSDMHgVUI .form-wrapper .mbr-form .form-group,
  .cid-trSDMHgVUI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-trSDMHgVUI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-trSDMHgVUI .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-trSDMHgVUI .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-trSDMHgVUI .pt-0 {
  padding-top: 0 !important;
}
.cid-trSDMHgVUI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-trSDMHgVUI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-trSDMHgVUI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-trSDMHgVUI .modal-open {
  overflow: hidden;
}
.cid-trSDMHgVUI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-trSDMHgVUI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-trSDMHgVUI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-trSDMHgVUI .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-trSDMHgVUI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-trSDMHgVUI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-trSDMHgVUI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-trSDMHgVUI .modal-content {
  background: #333333;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-trSDMHgVUI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-trSDMHgVUI .modal-backdrop.fade {
  opacity: 0;
}
.cid-trSDMHgVUI .modal-backdrop.show {
  opacity: .5;
}
.cid-trSDMHgVUI .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-trSDMHgVUI .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-trSDMHgVUI .modal-header .close:hover {
  opacity: 1;
}
.cid-trSDMHgVUI .modal-header .close:focus {
  outline: none;
}
.cid-trSDMHgVUI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-trSDMHgVUI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-trSDMHgVUI .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-trSDMHgVUI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-trSDMHgVUI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-trSDMHgVUI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-trSDMHgVUI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-trSDMHgVUI .modal-sm {
    max-width: 300px;
  }
  .cid-trSDMHgVUI .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-trSDMHgVUI .modal-lg,
  .cid-trSDMHgVUI .modal-xl {
    max-width: 800px;
  }
  .cid-trSDMHgVUI .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-trSDMHgVUI .modal-xl {
    max-width: 1140px;
  }
  .cid-trSDMHgVUI .container {
    max-width: 1140px;
  }
}
.cid-trSDMHgVUI .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-trSDMHgVUI .container {
    max-width: 720px;
  }
}
.cid-trSDMHgVUI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-trSDMHgVUI .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-trSDMHgVUI .form-group {
  margin-bottom: 1rem;
}
.cid-trSDMHgVUI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-trSDMHgVUI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-trSDMHgVUI .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-trSDMHOI4T.popup-builder {
  background-color: #ffffff;
}
.cid-trSDMHOI4T.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-trSDMHOI4T.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-trSDMHOI4T .modal-content,
.cid-trSDMHOI4T .modal-dialog {
  height: auto;
}
.cid-trSDMHOI4T .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-trSDMHOI4T .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-trSDMHOI4T .form-wrapper .mbr-form .form-group,
  .cid-trSDMHOI4T .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-trSDMHOI4T .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-trSDMHOI4T .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-trSDMHOI4T .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-trSDMHOI4T .pt-0 {
  padding-top: 0 !important;
}
.cid-trSDMHOI4T .pb-0 {
  padding-bottom: 0 !important;
}
.cid-trSDMHOI4T .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-trSDMHOI4T .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-trSDMHOI4T .modal-open {
  overflow: hidden;
}
.cid-trSDMHOI4T .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-trSDMHOI4T .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-trSDMHOI4T .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-trSDMHOI4T .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-trSDMHOI4T .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-trSDMHOI4T .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-trSDMHOI4T .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-trSDMHOI4T .modal-content {
  background: #333333;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-trSDMHOI4T .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-trSDMHOI4T .modal-backdrop.fade {
  opacity: 0;
}
.cid-trSDMHOI4T .modal-backdrop.show {
  opacity: .5;
}
.cid-trSDMHOI4T .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-trSDMHOI4T .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-trSDMHOI4T .modal-header .close:hover {
  opacity: 1;
}
.cid-trSDMHOI4T .modal-header .close:focus {
  outline: none;
}
.cid-trSDMHOI4T .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-trSDMHOI4T .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-trSDMHOI4T .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-trSDMHOI4T .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-trSDMHOI4T .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-trSDMHOI4T .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-trSDMHOI4T .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-trSDMHOI4T .modal-sm {
    max-width: 300px;
  }
  .cid-trSDMHOI4T .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-trSDMHOI4T .modal-lg,
  .cid-trSDMHOI4T .modal-xl {
    max-width: 800px;
  }
  .cid-trSDMHOI4T .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-trSDMHOI4T .modal-xl {
    max-width: 1140px;
  }
  .cid-trSDMHOI4T .container {
    max-width: 1140px;
  }
}
.cid-trSDMHOI4T .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-trSDMHOI4T .container {
    max-width: 720px;
  }
}
.cid-trSDMHOI4T .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-trSDMHOI4T .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-trSDMHOI4T .form-group {
  margin-bottom: 1rem;
}
.cid-trSDMHOI4T .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-trSDMHOI4T .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-trSDMHOI4T .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tVLGe7eALj {
  background: #72a6a0;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tVLGe7eALj .image-block {
  margin: auto;
}
.cid-tVLGe7eALj figcaption {
  position: relative;
}
.cid-tVLGe7eALj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tVLGe7eALj .image-block {
    width: 100% !important;
  }
}
.cid-tVNdj42DxE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tVNdj42DxE .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tVNdj42DxE .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tVNdj42DxE .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tVNdj42DxE .mbr-text {
    text-align: center;
  }
}
.cid-tVNdj42DxE .mbr-text,
.cid-tVNdj42DxE .mbr-section-btn {
  color: #72a6a0;
}
.cid-tVNdj42DxE H1 {
  color: #72a6a0;
}
.cid-tVRFTLWxjv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tVRFTLWxjv .mbr-text,
.cid-tVRFTLWxjv blockquote {
  color: #767676;
}
.cid-tVRFTLWxjv .mbr-text {
  color: #72a6a0;
}
.cid-tVRFTLWxjv .mbr-text P {
  text-align: center;
}
.cid-tVLGe8a8Mm {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ecf9f8;
}
.cid-tVLGe8a8Mm P {
  color: #767676;
}
.cid-tVLGe8a8Mm H1 {
  color: #72a6a0;
}
.cid-tVLGe8a8Mm H3 {
  color: #232323;
}
.cid-tVLGe8a8Mm .mbr-text,
.cid-tVLGe8a8Mm .mbr-section-btn {
  color: #000000;
}
.cid-tVLNkGFEAM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ecf9f8;
}
.cid-tVLNkGFEAM .mbr-text,
.cid-tVLNkGFEAM blockquote {
  color: #767676;
}
.cid-tVLNkGFEAM .mbr-text {
  color: #000000;
}
.cid-tVLGHOFslF {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ecf9f8;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tVLGHOFslF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tVLGHOFslF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVLGHOFslF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tVLGHOFslF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tVLGHOFslF .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #94cdc7;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tVLGHOFslF .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tVLGHOFslF .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tVLGHOFslF .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tVLGHOFslF .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #94cdc7 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tVLGe9p4ae {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVLGe9p4ae P {
  color: #767676;
}
.cid-tVLGe9p4ae H1 {
  color: #72a6a0;
}
.cid-tVLGe9p4ae H3 {
  color: #232323;
}
.cid-tVLGe9p4ae .mbr-text,
.cid-tVLGe9p4ae .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tVLKl8HhaK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tVLKl8HhaK .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tVLKl8HhaK .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVLKl8HhaK .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tVLKl8HhaK .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tVLKl8HhaK .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #94cdc7;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tVLKl8HhaK .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tVLKl8HhaK .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tVLKl8HhaK .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tVLKl8HhaK .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #94cdc7 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tVLGe9zVmS {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tVLGe9zVmS .mbr-text {
  color: #232323;
}
.cid-tVLGe9V1qr {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ecf9f8;
}
.cid-tVLGe9V1qr P {
  color: #767676;
}
.cid-tVLGe9V1qr H1 {
  color: #72a6a0;
}
.cid-tVLGe9V1qr H3 {
  color: #232323;
}
.cid-tVLGe9V1qr .mbr-text,
.cid-tVLGe9V1qr .mbr-section-btn {
  color: #000000;
}
.cid-tVLNY4Bw1m {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ecf9f8;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tVLNY4Bw1m .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tVLNY4Bw1m .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVLNY4Bw1m .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tVLNY4Bw1m .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tVLNY4Bw1m .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #94cdc7;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tVLNY4Bw1m .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tVLNY4Bw1m .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tVLNY4Bw1m .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tVLNY4Bw1m .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #94cdc7 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tVLNZPmBwz {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ecf9f8;
}
.cid-tVLNZPmBwz .mbr-text,
.cid-tVLNZPmBwz blockquote {
  color: #767676;
}
.cid-tVLNZPmBwz .mbr-text {
  color: #000000;
}
.cid-tVLGearEea {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVLGearEea P {
  color: #767676;
}
.cid-tVLGearEea H1 {
  color: #72a6a0;
}
.cid-tVLGearEea H3 {
  color: #000000;
}
.cid-tVLGearEea .mbr-text,
.cid-tVLGearEea .mbr-section-btn {
  color: #000000;
}
.cid-tVLQ3Qvwxv {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tVLQ3Qvwxv .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tVLQ3Qvwxv .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVLQ3Qvwxv .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tVLQ3Qvwxv .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tVLQ3Qvwxv .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #94cdc7;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tVLQ3Qvwxv .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tVLQ3Qvwxv .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tVLQ3Qvwxv .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tVLQ3Qvwxv .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #94cdc7 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tVLPYrwmML {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tVLPYrwmML .mbr-text,
.cid-tVLPYrwmML blockquote {
  color: #767676;
}
.cid-tVLPYrwmML .mbr-text {
  color: #000000;
}
.cid-tVLGeaJvnE {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ecf9f8;
}
.cid-tVLGeaJvnE P {
  color: #767676;
}
.cid-tVLGeaJvnE H1 {
  color: #72a6a0;
}
.cid-tVLGeaJvnE H3 {
  color: #232323;
}
.cid-tVLGeaJvnE .mbr-text,
.cid-tVLGeaJvnE .mbr-section-btn {
  color: #000000;
}
.cid-tVMLxSHDo5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ecf9f8;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tVMLxSHDo5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tVMLxSHDo5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVMLxSHDo5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tVMLxSHDo5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tVMLxSHDo5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #94cdc7;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tVMLxSHDo5 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tVMLxSHDo5 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tVMLxSHDo5 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tVMLxSHDo5 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #94cdc7 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tVMLwtHSK7 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ecf9f8;
}
.cid-tVMLwtHSK7 .mbr-text,
.cid-tVMLwtHSK7 blockquote {
  color: #767676;
}
.cid-tVMLwtHSK7 .mbr-text {
  color: #000000;
}
.cid-tVMP5hPDMu {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVMP5hPDMu P {
  color: #767676;
}
.cid-tVMP5hPDMu H1 {
  color: #72a6a0;
}
.cid-tVMP5hPDMu H3 {
  color: #232323;
}
.cid-tVMP5hPDMu .mbr-text,
.cid-tVMP5hPDMu .mbr-section-btn {
  color: #000000;
}
.cid-tVMP8bgmQr {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tVMP8bgmQr .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tVMP8bgmQr .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVMP8bgmQr .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tVMP8bgmQr .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tVMP8bgmQr .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #94cdc7;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tVMP8bgmQr .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tVMP8bgmQr .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tVMP8bgmQr .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tVMP8bgmQr .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #94cdc7 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tVMP9EOW0E {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tVMP9EOW0E .mbr-text,
.cid-tVMP9EOW0E blockquote {
  color: #767676;
}
.cid-tVMP9EOW0E .mbr-text {
  color: #000000;
}
.cid-tVMWnIV2cJ {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ecf9f8;
}
.cid-tVMWnIV2cJ P {
  color: #767676;
}
.cid-tVMWnIV2cJ H1 {
  color: #72a6a0;
}
.cid-tVMWnIV2cJ H3 {
  color: #232323;
}
.cid-tVMWnIV2cJ .mbr-text,
.cid-tVMWnIV2cJ .mbr-section-btn {
  color: #000000;
}
.cid-tVMXMfMluI {
  background: #ecf9f8;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tVMXMfMluI .image-block {
  margin: auto;
}
.cid-tVMXMfMluI figcaption {
  position: relative;
}
.cid-tVMXMfMluI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tVMXMfMluI .image-block {
    width: 100% !important;
  }
}
.cid-tVMWqXwjsk {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ecf9f8;
}
.cid-tVMWqXwjsk .mbr-text,
.cid-tVMWqXwjsk blockquote {
  color: #767676;
}
.cid-tVMWqXwjsk .mbr-text {
  color: #000000;
}
.cid-tVLGebhqGz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #72a6a0;
}
@media (min-width: 992px) {
  .cid-tVLGebhqGz .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tVLGebhqGz .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tVLGebhqGz .mbr-text {
    text-align: center;
  }
}
.cid-tVLGebqmIX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #333333;
}
.cid-tVLGebqmIX [class^="socicon-"]:before,
.cid-tVLGebqmIX [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tVLGebqmIX .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #b1c800;
}
.cid-tVLGebqmIX .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-tVLGebqmIX .btn-social:hover {
  color: #fff;
  background: #b1c800;
}
.cid-tVLGebqmIX .btn-social:hover i.socicon {
  color: #000000 !important;
}
.cid-tVLGebqmIX .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-tVLGebqmIX .btn {
    font-size: 20px !important;
  }
}
.cid-tVLGebqmIX .btn-social,
.cid-tVLGebqmIX .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-tVLGebqmIX .socicon-X {
  background-image: url(../../../assets/images/xpetitblanc.svg);
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 1rem!important;
  padding-right: 1rem!important;
}
.cid-tVLGeby7NO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-tVLGeby7NO .content {
    text-align: left;
  }
  .cid-tVLGeby7NO .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tVLGeby7NO .media-wrap {
    margin-bottom: 1rem;
    align: left;
  }
}
.cid-tVLGeby7NO .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tVLGeby7NO .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tVLGeby7NO .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tVLGeby7NO .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tVLGeby7NO .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tVLGeby7NO .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tVLGeby7NO .footer-lower .social-list .soc-item {
  margin: 0.5rem;
}
.cid-tVLGeby7NO .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tVLGeby7NO .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tVLGeby7NO .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tVLGeby7NO p {
  text-align: left;
  color: #ffffff;
  font-weight: 100;
  letter-spacing: 0.02em;
}
.cid-tVLGeby7NO H5 {
  color: #b1c800;
}
.cid-tVLGeby7NO .socicon-spass {
  background-image: url(../../../assets/images/spass-logo-blanc.svg);
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 0.8rem!important;
  padding-right: 0.8rem!important;
}
.cid-tVLGeby7NO .socicon-docouest {
  background-image: url(../../../assets/images/docouest2.svg);
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 0.8rem!important;
  padding-right: 0.8rem!important;
}
.cid-tVLGeby7NO .socicon-X {
  background-image: url(../../../assets/images/xpetitblanc.svg);
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 0.9rem!important;
  padding-right: 0.9rem!important;
}
.cid-tVLGeby7NO P {
  color: #ffffff;
}
.cid-uYcDE4vY54 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uYcDE4vY54 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uYcDE4vY54 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-uYcDE4vY54 .mbr-text {
  color: #767676;
}
.cid-uYczbbg199 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uYczbbg199 .mbr-text,
.cid-uYczbbg199 blockquote {
  color: #767676;
}
.cid-uYczbbg199 .mbr-text {
  color: #232323;
}
.cid-uYcCl5TLbY {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uYcCl5TLbY .mbr-text,
.cid-uYcCl5TLbY blockquote {
  color: #767676;
}
.cid-uYcCl5TLbY .mbr-text {
  color: #c1c1c1;
}
.cid-uYczS72n2Y {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #333333;
}
.cid-uYczS72n2Y .mbr-text,
.cid-uYczS72n2Y blockquote {
  color: #767676;
}
.cid-uYczS72n2Y .mbr-text {
  color: #ffffff;
}
.cid-uYgjEAAc9O {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uYgjEAAc9O .mbr-text,
.cid-uYgjEAAc9O blockquote {
  color: #767676;
}
.cid-uYgjEAAc9O .mbr-text {
  color: #232323;
}
.cid-uYcBSiGDVA {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uYcBSiGDVA .mbr-text,
.cid-uYcBSiGDVA blockquote {
  color: #767676;
}
.cid-uYcBSiGDVA .mbr-text {
  color: #232323;
}
.cid-uYcBSiGDVA .mbr-text .mbr-text {
  text-align: right;
}
.cid-uYcBYuXqtv {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uYcBYuXqtv .mbr-text,
.cid-uYcBYuXqtv blockquote {
  color: #767676;
}
.cid-uYcBYuXqtv .mbr-text {
  color: #232323;
}
.cid-uYcBYuXqtv .mbr-text .mbr-text {
  text-align: left;
}
.cid-uYmiw1Hz37 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uYmiw1Hz37 .mbr-text,
.cid-uYmiw1Hz37 blockquote {
  color: #767676;
}
.cid-uYmiw1Hz37 .mbr-text {
  color: #232323;
}
.cid-uYmiw1Hz37 .mbr-text .mbr-text {
  text-align: left;
}
.cid-uYmiKsPbkQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uYmiKsPbkQ .mbr-text,
.cid-uYmiKsPbkQ blockquote {
  color: #767676;
}
.cid-uYmiKsPbkQ .mbr-text {
  color: #232323;
}
.cid-uYmiKsPbkQ .mbr-text .mbr-text {
  text-align: left;
}
.cid-uYmiXS1wmD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uYmiXS1wmD .mbr-text,
.cid-uYmiXS1wmD blockquote {
  color: #767676;
}
.cid-uYmiXS1wmD .mbr-text {
  color: #232323;
}
.cid-uYmiXS1wmD .mbr-text .mbr-text {
  text-align: left;
}
.cid-uYmj9qAWsi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uYmj9qAWsi .mbr-text,
.cid-uYmj9qAWsi blockquote {
  color: #767676;
}
.cid-uYmj9qAWsi .mbr-text {
  color: #232323;
}
.cid-uYmj9qAWsi .mbr-text .mbr-text {
  text-align: left;
}
.cid-uYmjf5I3kX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uYmjf5I3kX .mbr-text,
.cid-uYmjf5I3kX blockquote {
  color: #767676;
}
.cid-uYmjf5I3kX .mbr-text {
  color: #232323;
}
.cid-uYmjf5I3kX .mbr-text .mbr-text {
  text-align: left;
}
.cid-uYmjl7Ita5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uYmjl7Ita5 .mbr-text,
.cid-uYmjl7Ita5 blockquote {
  color: #767676;
}
.cid-uYmjl7Ita5 .mbr-text {
  color: #232323;
}
.cid-uYmjl7Ita5 .mbr-text .mbr-text {
  text-align: left;
}
.cid-uYmjvWTdux {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uYmjvWTdux .mbr-text,
.cid-uYmjvWTdux blockquote {
  color: #767676;
}
.cid-uYmjvWTdux .mbr-text {
  color: #232323;
}
.cid-uYmjvWTdux .mbr-text .mbr-text {
  text-align: left;
}
.cid-uYmkfSw38y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uYmkfSw38y .mbr-text,
.cid-uYmkfSw38y blockquote {
  color: #767676;
}
.cid-uYmkfSw38y .mbr-text {
  color: #232323;
}
.cid-uYmkfSw38y .mbr-text .mbr-text {
  text-align: left;
}
.cid-uYmkmVtvdN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uYmkmVtvdN .mbr-text,
.cid-uYmkmVtvdN blockquote {
  color: #767676;
}
.cid-uYmkmVtvdN .mbr-text {
  color: #232323;
}
.cid-uYmkmVtvdN .mbr-text .mbr-text {
  text-align: left;
}
.cid-uYmksSpNNs {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uYmksSpNNs .mbr-text,
.cid-uYmksSpNNs blockquote {
  color: #767676;
}
.cid-uYmksSpNNs .mbr-text {
  color: #232323;
}
.cid-uYmksSpNNs .mbr-text .mbr-text {
  text-align: justify;
}
.cid-uYczbbkS6T {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-uYczbbkS6T .content {
    text-align: left;
  }
  .cid-uYczbbkS6T .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYczbbkS6T .media-wrap {
    margin-bottom: 1rem;
    align: left;
  }
}
.cid-uYczbbkS6T .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYczbbkS6T .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uYczbbkS6T .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYczbbkS6T .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uYczbbkS6T .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uYczbbkS6T .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uYczbbkS6T .footer-lower .social-list .soc-item {
  margin: 0.5rem;
}
.cid-uYczbbkS6T .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uYczbbkS6T .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYczbbkS6T .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYczbbkS6T p {
  text-align: left;
  color: #ffffff;
  font-weight: 100;
  letter-spacing: 0.02em;
}
.cid-uYczbbkS6T H5 {
  color: #b1c800;
}
.cid-uYczbbkS6T .socicon-spass {
  background-image: url(../../../assets/images/spass-logo-blanc.svg);
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 0.8rem!important;
  padding-right: 0.8rem!important;
}
.cid-uYczbbkS6T .socicon-docouest {
  background-image: url(../../../assets/images/docouest2.svg);
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 0.8rem!important;
  padding-right: 0.8rem!important;
}
.cid-uYczbbkS6T .socicon-X {
  background-image: url(../../../assets/images/xpetitblanc.svg);
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 0.9rem!important;
  padding-right: 0.9rem!important;
}
.cid-uYczbbkS6T P {
  color: #ffffff;
}
