body {
  font-family: Finlandica;
}
.display-1 {
  font-family: 'Finlandica', sans-serif;
  font-size: 7.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.375rem;
}
.display-2 {
  font-family: 'Finlandica', sans-serif;
  font-size: 4.375rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-4 {
  font-family: 'Finlandica', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-5 {
  font-family: 'Finlandica', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Finlandica', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.25rem;
    font-size: calc( 3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff014e !important;
}
.bg-success {
  background-color: #300b3e !important;
}
.bg-info {
  background-color: #312ca8 !important;
}
.bg-warning {
  background-color: #c732ff !important;
}
.bg-danger {
  background-color: #13171f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff014e !important;
  border-color: #ff014e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a90033 !important;
  border-color: #a90033 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a90033 !important;
  border-color: #a90033 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5a1574 !important;
  border-color: #5a1574 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #21082b !important;
  border-color: #21082b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #21082b !important;
  border-color: #21082b !important;
}
.btn-info,
.btn-info:active {
  background-color: #312ca8 !important;
  border-color: #312ca8 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #1d1a63 !important;
  border-color: #1d1a63 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1d1a63 !important;
  border-color: #1d1a63 !important;
}
.btn-success,
.btn-success:active {
  background-color: #300b3e !important;
  border-color: #300b3e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c732ff !important;
  border-color: #c732ff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9f00da !important;
  border-color: #9f00da !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9f00da !important;
  border-color: #9f00da !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #13171f !important;
  border-color: #13171f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #c4cfde !important;
  border-color: #c4cfde !important;
  color: #3a4e69 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #8ca2bf !important;
  border-color: #8ca2bf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #3a4e69 !important;
  background-color: #8ca2bf !important;
  border-color: #8ca2bf !important;
}
.btn-black,
.btn-black:active {
  background-color: #212428 !important;
  border-color: #212428 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff014e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a90033 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff014e !important;
  border-color: #ff014e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5a1574;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #21082b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5a1574 !important;
  border-color: #5a1574 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #312ca8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #1d1a63 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #312ca8 !important;
  border-color: #312ca8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #300b3e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #300b3e !important;
  border-color: #300b3e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c732ff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9f00da !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c732ff !important;
  border-color: #c732ff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #13171f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #13171f !important;
  border-color: #13171f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #212428;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #212428 !important;
  border-color: #212428 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c4cfde;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #8ca2bf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #3a4e69 !important;
  background-color: #c4cfde !important;
  border-color: #c4cfde !important;
}
.text-primary {
  color: #ff014e !important;
}
.text-secondary {
  color: #5a1574 !important;
}
.text-success {
  color: #300b3e !important;
}
.text-info {
  color: #312ca8 !important;
}
.text-warning {
  color: #c732ff !important;
}
.text-danger {
  color: #13171f !important;
}
.text-white {
  color: #C4CFDE !important;
}
.text-black {
  color: #212428 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9a002f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #17051e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #191757 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #9400cb !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #839ab9 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff014e;
}
.nav-tabs .nav-link:not(.active) {
  color: #212428;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #312ca8;
}
.alert-warning {
  background-color: #c732ff;
}
.alert-danger {
  background-color: #13171f;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff014e;
  border-color: #ff014e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff014e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffcddc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b84fe0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #7c78dc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffeff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #bfc7d8;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Finlandica', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.125rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff014e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Finlandica', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.125rem;
}
blockquote {
  border-color: #ff014e;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff014e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff014e;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff014e;
  border-bottom-color: #ff014e;
}
.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: #ffffff !important;
  background-color: #ff014e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #5a1574 !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%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  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='%23ff014e' %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.5;
}
body {
  overflow-x: hidden;
}
a {
  transition-duration: .3s;
  transition: 0.3s;
}
a:hover {
  background-image: none !important;
}
.container-fluid {
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.mbr-section-btn .btn {
  min-width: 70px;
  min-height: 57px;
  padding: 18px 40px;
  border-radius: 6px !important;
  font-weight: 500;
  line-height: 1.3 !important;
  box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e !important;
  transform-style: preserve-3d;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.custom-section-btn .btn {
  position: relative;
  transition: 0.4s all !important;
  border: none !important;
  align-items: baseline;
}
.custom-section-btn .btn-black {
  color: #ff014e !important;
  background: linear-gradient(145deg, #1e2024, #23272b) !important;
}
.custom-section-btn .btn-black:hover {
  color: #ff014e !important;
  background: linear-gradient(to right bottom, #212428, #16181c) !important;
  transform: translateY(-5px);
}
.custom-section-btn .btn-white {
  color: #ff014e !important;
  background: #FFFFFF !important;
  box-shadow: none !important;
}
.custom-section-btn .btn-white:hover {
  color: #ff014e !important;
  background: #FFFFFF !important;
  transform: translateY(-5px);
}
.cid-thXV5UHJh4 .navbar-dropdown {
  position: relative !important;
}
.cid-thXV5UHJh4 .navbar-dropdown {
  position: absolute !important;
}
.cid-thXV5UHJh4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thXV5UHJh4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-thXV5UHJh4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thXV5UHJh4 .dropdown-item:hover,
.cid-thXV5UHJh4 .dropdown-item:focus {
  background: rgba(156, 8, 84, 0.8);
  color: white !important;
}
.cid-thXV5UHJh4 .dropdown-item:hover span {
  color: white;
}
.cid-thXV5UHJh4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thXV5UHJh4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thXV5UHJh4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-thXV5UHJh4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thXV5UHJh4 .nav-link {
  position: relative;
}
.cid-thXV5UHJh4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-thXV5UHJh4 .container {
    flex-wrap: nowrap;
  }
}
.cid-thXV5UHJh4 .iconfont-wrapper {
  color: #ff014e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-thXV5UHJh4 .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-thXV5UHJh4 .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-thXV5UHJh4 .navbar-nav .nav-item .nav-link:hover,
.cid-thXV5UHJh4 .navbar-nav .nav-item .nav-link:focus,
.cid-thXV5UHJh4 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-thXV5UHJh4 .dropdown-menu,
.cid-thXV5UHJh4 .navbar.opened {
  background: #300b3e !important;
}
.cid-thXV5UHJh4 .nav-item:focus,
.cid-thXV5UHJh4 .nav-link:focus {
  outline: none;
}
.cid-thXV5UHJh4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thXV5UHJh4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thXV5UHJh4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-thXV5UHJh4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thXV5UHJh4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thXV5UHJh4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thXV5UHJh4 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  padding: 0 !important;
  box-shadow: none !important;
  background: #300b3e;
  background: rgba(48, 11, 62, 0.5);
}
.cid-thXV5UHJh4 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-thXV5UHJh4 .navbar.opened {
  transition: all 0.3s;
}
.cid-thXV5UHJh4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-thXV5UHJh4 .navbar .navbar-logo img {
  width: auto;
}
.cid-thXV5UHJh4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thXV5UHJh4 .navbar.collapsed {
  justify-content: center;
}
.cid-thXV5UHJh4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thXV5UHJh4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thXV5UHJh4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-thXV5UHJh4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thXV5UHJh4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thXV5UHJh4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-thXV5UHJh4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thXV5UHJh4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-thXV5UHJh4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-thXV5UHJh4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thXV5UHJh4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thXV5UHJh4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thXV5UHJh4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thXV5UHJh4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-thXV5UHJh4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-thXV5UHJh4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thXV5UHJh4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thXV5UHJh4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thXV5UHJh4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thXV5UHJh4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-thXV5UHJh4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-thXV5UHJh4 .navbar.navbar-short {
  min-height: 90px;
}
.cid-thXV5UHJh4 .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-thXV5UHJh4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-thXV5UHJh4 .navbar {
    min-height: 80px;
  }
}
.cid-thXV5UHJh4 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-thXV5UHJh4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thXV5UHJh4 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-thXV5UHJh4 .navbar-brand {
    min-height: 69px;
  }
}
.cid-thXV5UHJh4 .dropdown-item.active,
.cid-thXV5UHJh4 .dropdown-item:active {
  background-color: transparent;
}
.cid-thXV5UHJh4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thXV5UHJh4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thXV5UHJh4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thXV5UHJh4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #300b3e;
}
.cid-thXV5UHJh4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thXV5UHJh4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thXV5UHJh4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thXV5UHJh4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thXV5UHJh4 button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-thXV5UHJh4 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-thXV5UHJh4 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-thXV5UHJh4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #c732ff;
}
.cid-thXV5UHJh4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-thXV5UHJh4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-thXV5UHJh4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-thXV5UHJh4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-thXV5UHJh4 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thXV5UHJh4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-thXV5UHJh4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-thXV5UHJh4 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thXV5UHJh4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-thXV5UHJh4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thXV5UHJh4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thXV5UHJh4 .navbar {
    height: 70px;
  }
  .cid-thXV5UHJh4 .navbar.opened {
    height: auto;
  }
  .cid-thXV5UHJh4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thXV5UHJh4 .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #300b3e;
  background: rgba(48, 11, 62, 0.5);
}
@media (max-width: 575px) {
  .cid-thXV5UHJh4 .navbar-short {
    min-height: 70px;
  }
}
.cid-thXV5UHJh4 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-thXV5UHJh4 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-thXV5UHJh4 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-thXV5UHJh4 .container-fluid {
    padding: 0 3px;
  }
}
.cid-thXV5UHJh4 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-thXV5UHJh4 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-thXV5UHJh4 .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-thXV5UHJh4 .container-fluid {
    flex-wrap: wrap;
  }
  .cid-thXV5UHJh4 button.navbar-toggler {
    display: flex;
  }
  .cid-thXV5UHJh4 .navbar-brand {
    width: auto !important;
  }
  .cid-thXV5UHJh4 .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-thXV5UHJh4 .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-thXV5UHJh4 .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-thXV5UHJh4 .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-thXV5UHJh4 .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-thXV5UHJh4 .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-uSTkn47ASU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSTkn47ASU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-uSTkn47ASU .mbr-section-head {
  width: 100%;
}
.cid-uSTkn47ASU .mbr-section-title {
  color: #fde8fa;
  text-align: left;
  text-shadow: 4px 4px 10px rgba(255, 20, 147, 0.9);
  font-size: 120px !important;
  font-weight: 800;
}
.cid-uSTkn47ASU .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 20px;
}
.cid-uSTkn47ASU .mbr-section-btn {
  margin-top: 40px;
}
.cid-uSTkn47ASU .grostitre {
  font-size: 25;
}
.cid-uSTvkGx4pg {
  background-image: url("../../../assets/images/wf-barbara-2-2000x1030.png");
}
.cid-uSTvkGx4pg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSTvkGx4pg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTvkGx4pg .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uSTvkGx4pg .mbr-section-subtitle {
  color: #fde8fa;
  margin-bottom: 30px;
}
.cid-uSTvkGx4pg .mbr-text {
  color: #878e99;
  margin-top: 0;
}
.cid-uSTvkGx4pg .mbr-section-btn {
  margin-top: 30px;
}
.cid-uSTvkGx4pg .mbr-section-btn .btn {
  box-shadow: none !important;
}
.cid-uSTvkGx4pg .mbr-text,
.cid-uSTvkGx4pg .mbr-section-btn {
  color: #ffffff;
}
.cid-uSTvkGx4pg .btn-secondary:hover {
  background-color: #e856c9 !important;
  color: #ffffff !important;
}
.cid-uSTBVVirl2 {
  background-image: url("../../../assets/images/davidservice-1920x1495.png");
}
.cid-uSTBVVirl2 .column-content {
  padding-top: 120px;
  padding-bottom: 135px;
  background-color: #ffffff;
  width: 100%;
  float: left;
  position: relative;
}
.cid-uSTBVVirl2 .text-content .btn-bgr {
  z-index: 0;
}
.cid-uSTBVVirl2 .mbr-overlay {
  background: linear-gradient(#5a1574 -10%, #300b3e 75%);
}
.cid-uSTBVVirl2 .container-full-width {
  position: relative;
}
.cid-uSTBVVirl2 .text-content {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 50px !important;
  margin: 0 !important;
}
.cid-uSTBVVirl2 .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-uSTBVVirl2 .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-uSTBVVirl2 .text-content {
    width: 540px;
  }
  .cid-uSTBVVirl2 .column-content {
    width: 100%;
  }
  .cid-uSTBVVirl2 .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-uSTBVVirl2 .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-uSTBVVirl2 .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-uSTBVVirl2 .column-content {
    width: 50%;
  }
  .cid-uSTBVVirl2 .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-uSTBVVirl2 .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSTBVVirl2 .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-uSTBVVirl2 .column-content {
    height: 33rem;
  }
}
.cid-uSTBVVirl2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSTBVVirl2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTBVVirl2 .btn,
.cid-uSTBVVirl2 .btn:hover,
.cid-uSTBVVirl2 .btn:focus,
.cid-uSTBVVirl2 .btn:active,
.cid-uSTBVVirl2 .btn-secondary,
.cid-uSTBVVirl2 .btn-secondary:hover,
.cid-uSTBVVirl2 .btn-secondary:focus,
.cid-uSTBVVirl2 .btn-secondary:active {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  outline: none !important;
}
.cid-uSTBVVirl2 .mbr-section-btn {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  outline: none !important;
}
.cid-uSTz5qXqiO {
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-uSTz5qXqiO .column-content {
  padding-top: 40px;
  padding-bottom: 135px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-uSTz5qXqiO .text-content .btn-bgr {
  z-index: 0;
}
.cid-uSTz5qXqiO .mbr-overlay {
  background: linear-gradient(#c732ff -10%, #300b3e 75%);
}
.cid-uSTz5qXqiO .container-full-width {
  position: relative;
}
.cid-uSTz5qXqiO .text-content {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 50px !important;
  margin: 0 !important;
}
.cid-uSTz5qXqiO .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-uSTz5qXqiO .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-uSTz5qXqiO .text-content {
    width: 540px;
  }
  .cid-uSTz5qXqiO .column-content {
    width: 100%;
  }
  .cid-uSTz5qXqiO .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-uSTz5qXqiO .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-uSTz5qXqiO .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-uSTz5qXqiO .column-content {
    width: 50%;
  }
  .cid-uSTz5qXqiO .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-uSTz5qXqiO .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSTz5qXqiO .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-uSTz5qXqiO .column-content {
    height: 33rem;
  }
}
.cid-uSTz5qXqiO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSTz5qXqiO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTz5qXqiO .btn,
.cid-uSTz5qXqiO .btn:hover,
.cid-uSTz5qXqiO .btn:focus,
.cid-uSTz5qXqiO .btn:active,
.cid-uSTz5qXqiO .btn-secondary,
.cid-uSTz5qXqiO .btn-secondary:hover,
.cid-uSTz5qXqiO .btn-secondary:focus,
.cid-uSTz5qXqiO .btn-secondary:active {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  outline: none !important;
}
.cid-uSTz5qXqiO .mbr-section-btn {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  outline: none !important;
}
.cid-uSTvHffjmj {
  background-image: url("../../../assets/images/webagency-3-1920x1495.png");
}
.cid-uSTvHffjmj .column-content {
  padding-top: 120px;
  padding-bottom: 135px;
  background-color: #ffffff;
  width: 100%;
  float: left;
  position: relative;
}
.cid-uSTvHffjmj .text-content .btn-bgr {
  z-index: 0;
}
.cid-uSTvHffjmj .mbr-overlay {
  background: linear-gradient(#5a1574 -10%, #300b3e 75%);
}
.cid-uSTvHffjmj .container-full-width {
  position: relative;
}
.cid-uSTvHffjmj .text-content {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 50px !important;
  margin: 0 !important;
}
.cid-uSTvHffjmj .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-uSTvHffjmj .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-uSTvHffjmj .text-content {
    width: 540px;
  }
  .cid-uSTvHffjmj .column-content {
    width: 100%;
  }
  .cid-uSTvHffjmj .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-uSTvHffjmj .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-uSTvHffjmj .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-uSTvHffjmj .column-content {
    width: 50%;
  }
  .cid-uSTvHffjmj .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-uSTvHffjmj .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSTvHffjmj .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-uSTvHffjmj .column-content {
    height: 33rem;
  }
}
.cid-uSTvHffjmj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSTvHffjmj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTvHffjmj .btn,
.cid-uSTvHffjmj .btn:hover,
.cid-uSTvHffjmj .btn:focus,
.cid-uSTvHffjmj .btn:active,
.cid-uSTvHffjmj .btn-secondary,
.cid-uSTvHffjmj .btn-secondary:hover,
.cid-uSTvHffjmj .btn-secondary:focus,
.cid-uSTvHffjmj .btn-secondary:active {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  outline: none !important;
}
.cid-uSTvHffjmj .mbr-section-btn {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  outline: none !important;
}
.cid-uSUUMzifWU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/abstrait-avec-design-low-poly-2000x1600.jpg");
}
.cid-uSUUMzifWU .col-title {
  margin-bottom: 3rem;
}
.cid-uSUUMzifWU .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-uSUUMzifWU .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-uSUUMzifWU .text-wrapper {
  display: flex;
  padding: 30px 0 35px;
  border-radius: 30px;
}
@media (max-width: 1199px) {
  .cid-uSUUMzifWU .text-wrapper {
    padding: 10px 0 20px;
  }
}
.cid-uSUUMzifWU .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uSUUMzifWU .card {
  padding: 30px 12px 20px;
}
.cid-uSUUMzifWU .card-title {
  color: #fcd5f5;
  margin-bottom: 0;
}
.cid-uSUUMzifWU .card-text {
  color: #ffffff;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-uSUUMzifWU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSUUMzifWU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSUTw4O0Nu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  min-height: 450px;
  display: flex;
  align-items: center;
  background-image: url("../../../assets/images/bandeau1-1920x773.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.cid-uSUTw4O0Nu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSUTw4O0Nu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSUTw4O0Nu .mbr-section-head {
  width: 100%;
}
.cid-uSUTw4O0Nu .mbr-section-title {
  color: #212428;
}
.cid-uSUTw4O0Nu .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 20px;
}
.cid-uSUTw4O0Nu .mbr-section-btn {
  margin-top: 40px;
}
.cid-uSTDojcJCv {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fde8fa;
}
.cid-uSTDojcJCv .mbr-overlay {
  background-color: #212428;
  opacity: 0.2;
}
.cid-uSTDojcJCv .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uSTDojcJCv .row {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  align-items: stretch;
}
.cid-uSTDojcJCv .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-uSTDojcJCv .col-info-card {
    margin-bottom: 50px;
  }
}
.cid-uSTDojcJCv .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-uSTDojcJCv .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-uSTDojcJCv .mbr-section-title {
    text-align: center;
  }
}
.cid-uSTDojcJCv .mbr-section-subtitle {
  color: #5a1574;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uSTDojcJCv .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uSTDojcJCv .item-card {
  height: 100%;
}
.cid-uSTDojcJCv .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uSTDojcJCv .item-wrap {
    padding: 50px 20px;
  }
}
.cid-uSTDojcJCv .item-wrap:hover .item-img img {
  transform: scale(1.1);
}
.cid-uSTDojcJCv .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-uSTDojcJCv .item-img img {
  width: 100%;
  aspect-ratio: 1.59722222;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uSTDojcJCv .card-box {
  padding-top: 28px;
}
.cid-uSTDojcJCv .card-title {
  color: #5a1574;
  margin-bottom: 9px;
}
.cid-uSTDojcJCv .card-subtitle {
  color: #fde8fa;
  margin-bottom: 15px;
}
.cid-uSTDojcJCv .card-text {
  color: #fde8fa;
  margin-bottom: 20px;
}
.cid-uSTDojcJCv .card-contacts {
  color: #5a1574;
}
.cid-uSTDojcJCv .card-contacts a {
  position: relative;
  transition: 0.4s all;
}
.cid-uSTDojcJCv .card-contacts a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff014e;
  transition: 0.4s all;
}
.cid-uSTDojcJCv .card-contacts a:hover {
  color: #ff014e !important;
}
.cid-uSTDojcJCv .card-contacts a:hover:before {
  width: 100%;
}
.cid-uSTDojcJCv .social-container {
  width: 100%;
  padding-top: 30px;
}
.cid-uSTDojcJCv .social-title {
  color: #5a1574;
  margin-bottom: 8px;
}
.cid-uSTDojcJCv .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 24px;
}
.cid-uSTDojcJCv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 15px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #c732ff, #300b3e);
  transition: 0.4s all;
}
.cid-uSTDojcJCv .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uSTDojcJCv .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uSTDojcJCv .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uSTDojcJCv .soc-item:hover .mbr-iconfont {
  color: #ff014e;
}
.cid-uSTDojcJCv .soc-item:hover:before {
  opacity: 1;
}
.cid-uSTDojcJCv .form-main-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cid-uSTDojcJCv .form-main-container {
    padding-left: 20px;
  }
}
.cid-uSTDojcJCv .form-wrap {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  background: #300b3e;
}
@media (max-width: 575px) {
  .cid-uSTDojcJCv .form-wrap {
    padding: 20px;
  }
}
.cid-uSTDojcJCv form {
  width: 100%;
}
.cid-uSTDojcJCv form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uSTDojcJCv form p {
  color: #878e99;
}
.cid-uSTDojcJCv form .mbr-section-btn {
  text-align: center;
  justify-content: center;
}
.cid-uSTDojcJCv form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uSTDojcJCv form .form-group {
  margin-bottom: 20px !important;
}
.cid-uSTDojcJCv form .form-control {
  background-color: #191b1e;
  border-radius: 6px !important;
  height: 55px;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset !important;
  border: 2px solid #191b1e !important;
  padding: 10px 15px;
  font-size: 18px;
  margin-bottom: 0;
  color: #C4CFDE;
  font-weight: 400;
  transition: 0.4s all !important;
  line-height: 29px !important;
}
.cid-uSTDojcJCv form .form-control::-webkit-input-placeholder {
  color: #878e99;
}
.cid-uSTDojcJCv form .form-control::-moz-placeholder {
  color: #878e99;
}
.cid-uSTDojcJCv form .form-control:-moz-placeholder {
  color: #878e99;
}
.cid-uSTDojcJCv form .form-control:-ms-input-placeholder {
  color: #878e99;
}
.cid-uSTDojcJCv form select {
  color: #878e99 !important;
}
.cid-uSTDojcJCv form textarea {
  height: 216px !important;
  resize: none;
}
.cid-uSTDojcJCv form input:active,
.cid-uSTDojcJCv form textarea:active,
.cid-uSTDojcJCv form input:focus,
.cid-uSTDojcJCv form textarea:focus {
  border-color: #ff014e !important;
  box-shadow: none !important;
  color: #878e99 !important;
  outline: none !important;
}
.cid-uSTDojcJCv form input:active::-webkit-input-placeholder,
.cid-uSTDojcJCv form textarea:active::-webkit-input-placeholder,
.cid-uSTDojcJCv form input:focus::-webkit-input-placeholder,
.cid-uSTDojcJCv form textarea:focus::-webkit-input-placeholder {
  color: #878e99;
}
.cid-uSTDojcJCv form input:active::-moz-placeholder,
.cid-uSTDojcJCv form textarea:active::-moz-placeholder,
.cid-uSTDojcJCv form input:focus::-moz-placeholder,
.cid-uSTDojcJCv form textarea:focus::-moz-placeholder {
  color: #878e99;
}
.cid-uSTDojcJCv form input:active:-moz-placeholder,
.cid-uSTDojcJCv form textarea:active:-moz-placeholder,
.cid-uSTDojcJCv form input:focus:-moz-placeholder,
.cid-uSTDojcJCv form textarea:focus:-moz-placeholder {
  color: #878e99;
}
.cid-uSTDojcJCv form input:active:-ms-input-placeholder,
.cid-uSTDojcJCv form textarea:active:-ms-input-placeholder,
.cid-uSTDojcJCv form input:focus:-ms-input-placeholder,
.cid-uSTDojcJCv form textarea:focus:-ms-input-placeholder {
  color: #878e99;
}
.cid-uSTDojcJCv form .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.cid-uSTDojcJCv form .row [class*=col] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uSTDojcJCv form label {
  width: 100%;
  color: #878e99;
  margin-bottom: 14px;
}
.cid-uSTDojcJCv form .form-control-label {
  width: 100%;
}
.cid-uSTDojcJCv form .form-check-label {
  margin-bottom: 14px;
}
.cid-uSTDojcJCv form .form-check-input {
  border-color: #191b1e !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uSTDojcJCv form .form-check-input:focus,
.cid-uSTDojcJCv form .form-check-input:hover {
  border-color: #ff014e !important;
}
.cid-uSTDojcJCv form .form-check-input:checked {
  border-color: #ff014e !important;
  background-color: #191b1e !important;
}
.cid-uSTDojcJCv LABEL {
  color: #ffffff;
}
.cid-uSVKcWkyda {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/abstrait-avec-design-low-poly-1-2000x1600.jpg");
}
.cid-uSVKcWkyda .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSVKcWkyda .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSVKcWkyda .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uSVKcWkyda .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uSVKcWkyda .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uSVKcWkyda .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uSVKcWkyda .container {
    max-width: 100%;
  }
  .cid-uSVKcWkyda .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uSVKcWkyda .item-wrap {
  width: 100%;
}
.cid-uSVKcWkyda .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uSVKcWkyda .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uSVKcWkyda .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uSVKcWkyda .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uSVKcWkyda .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uSVKcWkyda .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uSVKcWkyda .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uSVKcWkyda .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uSVKcWkyda .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #c732ff, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uSVKcWkyda .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uSVKcWkyda .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uSVKcWkyda .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uSVKcWkyda .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uSVKcWkyda .col-links {
    padding-top: 20px;
  }
}
.cid-uSVKcWkyda .mbr-section-subtitle {
  color: #cb4bfc;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uSVKcWkyda .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uSVKcWkyda .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uSVKcWkyda .list {
    text-align: center !important;
  }
}
.cid-uSVKcWkyda .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uSVKcWkyda .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uSVKcWkyda .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uSVKcWkyda .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff014e;
  transition: 0.4s all;
}
.cid-uSVKcWkyda .list a:hover {
  color: #ff014e !important;
  line-height: inherit !important;
}
.cid-uSVKcWkyda .list a:hover:before {
  width: 100%;
}
.cid-uSVKcWkyda .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uSVKcWkyda .col-copyright {
    padding-top: 40px;
  }
}
.cid-uSVKcWkyda .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-uSVKcWkyda .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-uSTwli5C2b {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/helpdesk-2000x1360.jpg");
  overflow: hidden;
  position: relative;
}
.cid-uSTwli5C2b .container,
.cid-uSTwli5C2b .container-fluid {
  position: static;
}
.cid-uSTwli5C2b .label-text {
  width: 100%;
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-uSTwli5C2b .label-text span {
  padding: 8px 18px;
  background-color: #0d6efd;
  border-radius: 15px;
  color: inherit;
}
.cid-uSTwli5C2b .mbr-section-title {
  color: #fde8fa;
  margin-bottom: 15px;
}
.cid-uSTwli5C2b .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-uSTwli5C2b .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-uSTwli5C2b .mbr-text {
    padding-right: 48px;
  }
}
.cid-uSTwli5C2b .cards-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-uSTwli5C2b .card {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding: 25px 25px 25px 95px;
  background: #fde8fa;
  box-shadow: -20px 20px 50px rgba(0, 40, 99, 0.05);
  border-radius: 10px;
}
.cid-uSTwli5C2b .card:hover .card-number {
  background: #ff014e;
  border-color: #ff014e;
  color: #ffffff;
}
.cid-uSTwli5C2b .card-number {
  width: 45px;
  height: 45px;
  border: 1px solid #CECECE;
  border-radius: 50%;
  line-height: 43px;
  text-align: center;
  font-size: 18px;
  color: #c732ff;
  position: absolute;
  top: 27px;
  left: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-uSTwli5C2b .card-title {
  color: #010d4c;
  margin-bottom: 8px;
}
.cid-uSTwli5C2b .card-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-uSTwli5C2b .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uSTwli5C2b .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uSTwli5C2b .mbr-section-btn .btn:before {
  display: none;
}
.cid-uSTwli5C2b .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-uSTwli5C2b .image-wrapper {
  height: 650px;
  position: relative;
  z-index: 2;
}
.cid-uSTwli5C2b .image-wrapper img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  margin-left: auto!important;
}
@media (min-width: 768px) {
  .cid-uSTwli5C2b .image-wrapper {
    position: absolute;
    z-index: 2;
    top: 24%;
    width: 38.65%;
    right: 6%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-uSTwli5C2b .image-wrapper {
    top: 37%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uSTwli5C2b .image-wrapper {
    top: 31%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uSTwli5C2b .image-wrapper {
    top: 42%;
    right: 1%;
  }
}
@media (max-width: 767px) {
  .cid-uSTwli5C2b .image-wrapper {
    max-width: 474px !important;
    margin: 80px auto 0;
  }
}
.cid-uSTwli5C2b .bg-round {
  position: absolute;
  top: -14%;
  padding: 0;
}
.cid-uSTwli5C2b .bg-round svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uSTwli5C2b .bg-round {
    width: 56%;
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .cid-uSTwli5C2b .bg-round {
    width: 56%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uSTwli5C2b .bg-round {
    width: 68%;
  }
}
@media (max-width: 767px) {
  .cid-uSTwli5C2b .bg-round {
    top: auto;
    bottom: -10%;
  }
  .cid-uSTwli5C2b .bg-round svg {
    height: 100%;
  }
}
.cid-uSTwli5C2b .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-uSTwli5C2b .col-text {
    margin-right: auto;
  }
}
.cid-uSTwli5C2b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSTwli5C2b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSTwli5C2b .col-md-6 {
  position: relative;
  z-index: 4;
}
.cid-uSTwli5C2b .col-md-6 iframe {
  position: relative;
  z-index: 4;
}
.cid-uSTw0sZLuF .navbar-dropdown {
  position: relative !important;
}
.cid-uSTw0sZLuF .navbar-dropdown {
  position: absolute !important;
}
.cid-uSTw0sZLuF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSTw0sZLuF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uSTw0sZLuF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uSTw0sZLuF .dropdown-item:hover,
.cid-uSTw0sZLuF .dropdown-item:focus {
  background: rgba(156, 8, 84, 0.8);
  color: white !important;
}
.cid-uSTw0sZLuF .dropdown-item:hover span {
  color: white;
}
.cid-uSTw0sZLuF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSTw0sZLuF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSTw0sZLuF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uSTw0sZLuF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSTw0sZLuF .nav-link {
  position: relative;
}
.cid-uSTw0sZLuF .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uSTw0sZLuF .container {
    flex-wrap: nowrap;
  }
}
.cid-uSTw0sZLuF .iconfont-wrapper {
  color: #ff014e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSTw0sZLuF .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-uSTw0sZLuF .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-uSTw0sZLuF .navbar-nav .nav-item .nav-link:hover,
.cid-uSTw0sZLuF .navbar-nav .nav-item .nav-link:focus,
.cid-uSTw0sZLuF .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uSTw0sZLuF .dropdown-menu,
.cid-uSTw0sZLuF .navbar.opened {
  background: #300b3e !important;
}
.cid-uSTw0sZLuF .nav-item:focus,
.cid-uSTw0sZLuF .nav-link:focus {
  outline: none;
}
.cid-uSTw0sZLuF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSTw0sZLuF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSTw0sZLuF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSTw0sZLuF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSTw0sZLuF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSTw0sZLuF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSTw0sZLuF .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  padding: 0 !important;
  box-shadow: none !important;
  background: #300b3e;
  background: rgba(48, 11, 62, 0.5);
}
.cid-uSTw0sZLuF .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uSTw0sZLuF .navbar.opened {
  transition: all 0.3s;
}
.cid-uSTw0sZLuF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSTw0sZLuF .navbar .navbar-logo img {
  width: auto;
}
.cid-uSTw0sZLuF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSTw0sZLuF .navbar.collapsed {
  justify-content: center;
}
.cid-uSTw0sZLuF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSTw0sZLuF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSTw0sZLuF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uSTw0sZLuF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSTw0sZLuF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSTw0sZLuF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uSTw0sZLuF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSTw0sZLuF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSTw0sZLuF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSTw0sZLuF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSTw0sZLuF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSTw0sZLuF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSTw0sZLuF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSTw0sZLuF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uSTw0sZLuF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSTw0sZLuF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSTw0sZLuF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSTw0sZLuF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSTw0sZLuF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSTw0sZLuF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uSTw0sZLuF .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uSTw0sZLuF .navbar.navbar-short {
  min-height: 90px;
}
.cid-uSTw0sZLuF .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-uSTw0sZLuF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uSTw0sZLuF .navbar {
    min-height: 80px;
  }
}
.cid-uSTw0sZLuF .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uSTw0sZLuF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSTw0sZLuF .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uSTw0sZLuF .navbar-brand {
    min-height: 69px;
  }
}
.cid-uSTw0sZLuF .dropdown-item.active,
.cid-uSTw0sZLuF .dropdown-item:active {
  background-color: transparent;
}
.cid-uSTw0sZLuF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSTw0sZLuF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSTw0sZLuF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSTw0sZLuF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #300b3e;
}
.cid-uSTw0sZLuF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSTw0sZLuF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSTw0sZLuF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSTw0sZLuF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSTw0sZLuF button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uSTw0sZLuF button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uSTw0sZLuF button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uSTw0sZLuF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #c732ff;
}
.cid-uSTw0sZLuF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uSTw0sZLuF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uSTw0sZLuF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uSTw0sZLuF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSTw0sZLuF nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSTw0sZLuF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSTw0sZLuF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSTw0sZLuF nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSTw0sZLuF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uSTw0sZLuF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSTw0sZLuF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSTw0sZLuF .navbar {
    height: 70px;
  }
  .cid-uSTw0sZLuF .navbar.opened {
    height: auto;
  }
  .cid-uSTw0sZLuF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSTw0sZLuF .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #300b3e;
  background: rgba(48, 11, 62, 0.5);
}
@media (max-width: 575px) {
  .cid-uSTw0sZLuF .navbar-short {
    min-height: 70px;
  }
}
.cid-uSTw0sZLuF .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uSTw0sZLuF .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uSTw0sZLuF .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uSTw0sZLuF .container-fluid {
    padding: 0 3px;
  }
}
.cid-uSTw0sZLuF .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uSTw0sZLuF .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uSTw0sZLuF .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uSTw0sZLuF .container-fluid {
    flex-wrap: wrap;
  }
  .cid-uSTw0sZLuF button.navbar-toggler {
    display: flex;
  }
  .cid-uSTw0sZLuF .navbar-brand {
    width: auto !important;
  }
  .cid-uSTw0sZLuF .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-uSTw0sZLuF .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-uSTw0sZLuF .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-uSTw0sZLuF .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-uSTw0sZLuF .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-uSTw0sZLuF .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-uSVKcWkyda {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/abstrait-avec-design-low-poly-1-2000x1600.jpg");
}
.cid-uSVKcWkyda .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSVKcWkyda .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSVKcWkyda .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uSVKcWkyda .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uSVKcWkyda .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uSVKcWkyda .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uSVKcWkyda .container {
    max-width: 100%;
  }
  .cid-uSVKcWkyda .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uSVKcWkyda .item-wrap {
  width: 100%;
}
.cid-uSVKcWkyda .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uSVKcWkyda .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uSVKcWkyda .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uSVKcWkyda .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uSVKcWkyda .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uSVKcWkyda .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uSVKcWkyda .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uSVKcWkyda .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uSVKcWkyda .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #c732ff, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uSVKcWkyda .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uSVKcWkyda .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uSVKcWkyda .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uSVKcWkyda .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uSVKcWkyda .col-links {
    padding-top: 20px;
  }
}
.cid-uSVKcWkyda .mbr-section-subtitle {
  color: #cb4bfc;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uSVKcWkyda .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uSVKcWkyda .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uSVKcWkyda .list {
    text-align: center !important;
  }
}
.cid-uSVKcWkyda .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uSVKcWkyda .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uSVKcWkyda .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uSVKcWkyda .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff014e;
  transition: 0.4s all;
}
.cid-uSVKcWkyda .list a:hover {
  color: #ff014e !important;
  line-height: inherit !important;
}
.cid-uSVKcWkyda .list a:hover:before {
  width: 100%;
}
.cid-uSVKcWkyda .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uSVKcWkyda .col-copyright {
    padding-top: 40px;
  }
}
.cid-uSVKcWkyda .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-uSVKcWkyda .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
