body {
  font-family: Be Vietnam;
  overflow-x: hidden !important;
}
.mb-0{        
color:#ffff;
}
.reverse {
  unicode-bidi: bidi-override;
  direction:rtl;
  white-space: nowrap;
  display: inline-block;
}
.ml:after { 
  content:   attr(data-tl) "." attr(data-nd) "@" attr(data-ml);
}
.tl:after {
  content: attr(data-ci) "." attr(data-qa) "." attr(data-tr) "." attr(data-de) "." attr(data-un);
}
.tlt:after {
  content: attr(data-tr) " " attr(data-de) " " attr(data-un) " " attr(data-in);
}
.cpointer {
  cursor: pointer;
}
.prl {
margin-top: 25px;
  color: #619f7b;
}
.prl:hover {
  color: #447056;
}
.display-1 {
  font-family: 'Lobster', display;
  font-size: 4.375rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-2 {
  font-family: 'Lobster', display;
  font-size: 2.375rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.96875rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .dwwm-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Lobster', display;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .dwwm-iconfont {
  font-size: 2.5rem;
}
/* ---- 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.25rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.95rem;
    font-size: calc( 1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.25rem;
    font-size: calc( 1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.dwwm-section-btn .btn {
  border-radius: 50px !important;
}
.dwwm-section-btn .btnslim {
  border-radius: 25px !important;
  padding: 0 1.5rem !important;
}
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #191f23 !important;
}
.bg-success {
  background-color: #fedb01 !important;
}
.bg-info {
  background-color: #17161a !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #f9f9f9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #191f23 !important;
  border-color: #191f23 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #191f23;
  border-color: #191f23;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #191f23 !important;
  border-color: #191f23 !important;
}
.btn-primary:hover {
  background-color: #040505 !important;
  border-color: #040505 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary:hover {
  background-color: #191f23 !important;
  border-color: #191f23 !important;
}
.btn-info,
.btn-info:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-info:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #fedb01 !important;
  border-color: #fedb01 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000000 !important;
  background-color: #fedb01;
  border-color: #fedb01;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #fedb01 !important;
  border-color: #fedb01 !important;
}
.btn-success:hover {
  background-color: #cbaf01 !important;
  border-color: #cbaf01 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #283742 !important;
  border-color: #283742 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #283742;
  border-color: #283742;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-warning:hover {
  background-color: #151d22 !important;
  border-color: #151d22 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
  color: #7a7a7a !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #7a7a7a !important;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #7a7a7a !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
}
.btn-danger:hover {
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !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: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #191f23;
  color: #191f23;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #191f23 !important;
  border-color: #191f23;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #191f23 !important;
  border-color: #191f23 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary-outline:hover {
  background-color: #191f23 !important;
  border-color: #191f23 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #fedb01;
  color: #fedb01;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background: #fedb01 !important;
  border-color: #fedb01;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #fedb01 !important;
  border-color: #fedb01 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #283742;
  color: #283742;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #283742 !important;
  border-color: #283742;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #f9f9f9;
  color: #f9f9f9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7a7a7a !important;
  background: #f9f9f9 !important;
  border-color: #f9f9f9;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #7a7a7a !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #191f23 !important;
}
.text-secondary {
  color: #17161a !important;
}
.text-success {
  color: #fedb01 !important;
}
.text-info {
  color: #17161a !important;
}
.text-warning {
  color: #283742 !important;
}
.text-danger {
  color: #f9f9f9 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #988301 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #c6c6c6 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #191f23 !important;
}
.alert-success {
  background-color: #fedb01;
}
.alert-info {
  background-color: #17161a;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #f9f9f9;
}
.dwwm-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.dwwm-section-btn a.btn:not(.btn-form):hover,
.dwwm-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.dwwm-gallery-filter li a {
  border-radius: 50px !important;
}
.dwwm-gallery-filter li.active .btn {
  background-color: #191f23;
  border-color: #191f23;
  color: #ffffff;
}
.dwwm-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #191f23;
}
.dwwm-plan-header.bg-primary .dwwm-plan-subtitle,
.dwwm-plan-header.bg-primary .dwwm-plan-price-desc {
  color: #c9d2d8;
}
.dwwm-plan-header.bg-success .dwwm-plan-subtitle,
.dwwm-plan-header.bg-success .dwwm-plan-price-desc {
  color: #fff8cc;
}
.dwwm-plan-header.bg-info .dwwm-plan-subtitle,
.dwwm-plan-header.bg-info .dwwm-plan-price-desc {
  color: #c8c6cf;
}
.dwwm-plan-header.bg-warning .dwwm-plan-subtitle,
.dwwm-plan-header.bg-warning .dwwm-plan-price-desc {
  color: #92abbd;
}
.dwwm-plan-header.bg-danger .dwwm-plan-subtitle,
.dwwm-plan-header.bg-danger .dwwm-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 50px;
}
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .dwwm-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #191f23;
}
/* Forms */
.dwwm-form .btn {
  margin: .4rem 0;
}
.dwwm-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.dwwm-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #191f23;
  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: #191f23;
  border-bottom-color: #191f23;
}
.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: #191f23 !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: #17161a !important;
  box-shadow: none !important;
}
.sidebar-block .dwwm-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .dwwm-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-tBNvuBLWC2 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #191f23;
}
.cid-tBNvuBLWC2 .content__block {
  padding: 50px 15px;
}
.cid-tBNvuBLWC2 .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #191f23;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-tBNvuBLWC2 .dwwm-section-subtitle {
  margin-bottom: 20px;
}
.cid-tBNvuBLWC2 .dwwm-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-tBNvuBLWC2 .image {
  perspective: 3500px;
  position: relative;
}
.cid-tBNvuBLWC2 .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-tBNvuBLWC2 .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tBNvuBLWC2 .dwwm-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tBNvuBLWC2 .dwwm-section-btn .btn-white-outline:hover {
  color: #191f23 !important;
}
@media (max-width: 991px) {
  .cid-tBNvuBLWC2 .content__block {
    padding: 0px 15px;
  }
  .cid-tBNvuBLWC2 .dwwm-figure {
    padding: 0;
  }
  .cid-tBNvuBLWC2 .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-tBNvuBLWC2 .lg-push {
    right: 1%;
  }
  .cid-tBNvuBLWC2 .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-tBNvuBLWC2 .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-tBNvuBLWC2 .btn:hover .dwwm-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-tBNvuBLWC2 .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-tBNvuBLWC2 .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tBNvuBLWC2 .anim span.dwwmi-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tBNvuBLWC2 .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tBNvuBLWC2 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tBNvuBLWC2 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tBNvuBLWC2 .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tBNvuBLWC2 a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tBNvuBLWC2 a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 1199px) {
  .cid-tBNvuBLWC2 .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .cid-tBNvuBLWC2 .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-tBNvuBLWC2 a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tBNvuBLWC2 .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tBShYJWAh7 {
  background-color: #fffdf7;
}
.cid-tBShYJWAh7 .dwwm-fallback-image.disabled {
  display: none;
}
.cid-tBShYJWAh7 .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBShYJWAh7 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tBShYJWAh7 .container-fluid {
    padding: 0 12px;
  }
}
.cid-tBShYJWAh7 .container-fluid .row {
  padding: 0;
}
.cid-tBShYJWAh7 .row {
  margin-top: 0;
}
.cid-tBShYJWAh7 .card {
  padding: 0;
}
.cid-tBShYJWAh7 .card .title-wrapper {
  padding: 64px 28px 64px 28px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tBShYJWAh7 .card .title-wrapper {
    padding: 0px 20px;
  }
}
.cid-tBShYJWAh7 .card .title-wrapper .title-wrap {
  position: sticky;
  top: 5rem;
}
@media (max-width: 992px) {
  .cid-tBShYJWAh7 .card .title-wrapper .title-wrap {
    position: static;
  }
}
.cid-tBShYJWAh7 .card .title-wrapper .title-wrap .dwwm-section-title {
  margin-bottom: 28px;
}
.cid-tBShYJWAh7 .card .title-wrapper .title-wrap .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-tBShYJWAh7 .card .title-wrapper .title-wrap .image-wrapper img {
  height: 560px;
  object-fit: cover;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-tBShYJWAh7 .card .title-wrapper .title-wrap .image-wrapper img {
    height: 304px;
  }
}
.cid-tBShYJWAh7 .card .card-wrapper {
  border-radius: 5px;
  margin: 0 3px 3px 3px;
  padding: 24px;
  background-color: #ffffff;
  -webkit-flex: auto;
  flex: auto;
}
.cid-tBShYJWAh7 .card .card-wrapper:first-child {
  margin-top: 3px;
}
@media (max-width: 992px) {
  .cid-tBShYJWAh7 .card .card-wrapper {
    padding: 0px 20px;
  }
}
.cid-tBShYJWAh7 .card .card-wrapper .dwwm-desc {
  margin-bottom: 32px;
}
.cid-tBShYJWAh7 .card .card-wrapper .dwwm-card-title {
  margin-bottom: 24px;
}
.cid-tBShYJWAh7 .card .card-wrapper .dwwm-text {
  margin-bottom: 42px;
}
.cid-tBShYJWAh7 .card .card-wrapper .date-wrapper .dwwm-date {
  display: inline-flex;
  justify-content: center;
  padding: 8px 10px;
  align-items: center;
  margin: 0;
  border-radius: 30px;
  border: 1px solid #191f23;
}
.cid-tBShYJWAh7 .dwwm-section-title {
  color: #000000;
}
.cid-tBShYJWAh7 .dwwm-desc {
  color: #191f23;
}
.cid-tBShYJWAh7 .dwwm-card-title {
  color: #191f23;
}
.cid-tBShYJWAh7 .dwwm-text {
  color: #191f23;
}
.cid-tBShYJWAh7 .dwwm-date {
  color: #e15427;
}
.cid-tBShYJWAh7 .dwwm-date,
.cid-tBShYJWAh7 .date-wrapper {
  color: #191f23;
}
.cid-rRIjJzt6Us {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-rRIjJzt6Us .wrap {
  height: 660px;
}
.cid-rRIjJzt6Us .dwwm-section-subtitle {
  opacity: .8;
  margin-bottom: 10px;
  color: #000000;
}
.cid-rRIjJzt6Us .dwwm-text {
  color: #000000;
  margin-top: 30px;
}
.cid-rRIjJzt6Us .parallax__wrap {
  transform: translate3d(0px, -115px, 0px);
  background-position: center center;
  width: 100%;
  backface-visibility: hidden;
  will-change: transform;
}
.cid-rRIjJzt6Us .content__block {
  min-width: 1200px;
  transform: translateX(-45%);
}
.cid-rRIjJzt6Us .group__content {
  padding-bottom: 30px;
  position: relative;
}
.cid-rRIjJzt6Us .parallax__image {
  perspective: 700px;
}
.cid-rRIjJzt6Us .image {
  margin: 0;
  width: 100%;
  height: 230px;
  transition: transform .5s;
}
.cid-rRIjJzt6Us .image:hover {
  transform: rotateX(-10deg);
}
.cid-rRIjJzt6Us .image img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rRIjJzt6Us .minwidth {
  background-image: url("../../../assets/images/gambais-2-1408x1024.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 300px;
}
@media (max-width: 575px) {
  .cid-rRIjJzt6Us .minwidth {
    height: 200px;
  }
}
.cid-rRIjJzt6Us .btn {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .cid-rRIjJzt6Us .push-lg {
    left: 8.33333333%;
  }
  .cid-rRIjJzt6Us .push {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-rRIjJzt6Us .wrap {
    height: auto;
    margin-top: -128px !important;
  }
  .cid-rRIjJzt6Us .parallax__wrap {
    transform: translate3d(0px, 0, 0px);
  }
  .cid-rRIjJzt6Us .minwidth {
    margin-bottom: 30px;
  }
}
.cid-tBDbEpNDnz {
  padding-top: 45px;
  padding-bottom: 105px;
  background-color: #fffdf7;
}
.cid-tBDbEpNDnz .dwwm-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tBDbEpNDnz .dwwm-section-title {
  text-align: left;
  color: #000000;
}
.cid-tBDbUTDTej {
  background-color: #fffdf7;
}
@media (min-width: 768px) {
  .cid-tBDbUTDTej {
    background-image: url("../../../assets/images/appartement-paris-2000x1446.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-tBDbUTDTej .row {
  align-items: center;
}
.cid-tBDbUTDTej .image-wrapper {
  padding: 1rem;
}
.cid-tBDbUTDTej .col-text {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-tBDbUTDTej .col-text .radial-svg {
  display: none;
}
@media (min-width: 992px) {
  .cid-tBDbUTDTej .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: -90px;
    bottom: 0;
    height: 100%;
    width: 200px;
    z-index: 1;
  }
  .cid-tBDbUTDTej .col-text .radial-svg path {
    fill: #fffdf7;
  }
}
.cid-tBDbUTDTej .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-tBDbUTDTej .text-wrapper {
    max-width: 400px;
  }
}
.cid-tBDbUTDTej .label-text {
  width: 100%;
  color: #000000;
}
.cid-tBDbUTDTej .dwwm-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
  color: #000000;
}
.cid-tBDbUTDTej .dwwm-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tBDbUTDTej .btn-container {
  width: 100%;
}
.cid-tBDbUTDTej .dwwm-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tBDbUTDTej .dwwm-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tBDbUTDTej .dwwm-section-btn .btn {
    width: 100%;
  }
}
.cid-tBDbUTDTej .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-tBDbUTDTej .btn-white-outline:hover {
  color: #191f23 !important;
  background: #ffffff !important;
}
.cid-tBDbUTDTej .dwwm-fallback-image.disabled {
  display: none;
}
.cid-tBDbUTDTej .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBDbUTDTej .dwwm-text,
.cid-tBDbUTDTej .dwwm-section-btn {
  color: #000000;
}
.cid-tBDd9sZNkp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: rgb(25, 31, 35);
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tBDd9sZNkp .dwwm-fallback-image.disabled {
  display: none;
}
.cid-tBDd9sZNkp .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBDd9sZNkp .section-border-item {
  background-color: #fcdb42;
}
.cid-tBDd9sZNkp .main-container {
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
.cid-tBDd9sZNkp .card-wrap {
  width: 100%;
}
.cid-tBDd9sZNkp .card-box {
  width: 100%;
}
.cid-tBDd9sZNkp .card-title {
  color: #FFF;
}
.cid-tBDd9sZNkp .dwwm-text {
  color: #FFF;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .cid-tBDd9sZNkp .dwwm-text {
    margin-top: 1rem;
  }
}
.cid-tBDce6fvPt {
  background-color: #fffdf7;
}
@media (min-width: 768px) {
  .cid-tBDce6fvPt {
    background-image: url("../../../assets/images/vehicule-domicile-landru-760x568.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-tBDce6fvPt .row {
  align-items: center;
}
.cid-tBDce6fvPt .image-wrapper {
  padding: 1rem;
}
.cid-tBDce6fvPt .col-text {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cid-tBDce6fvPt .col-text .radial-svg {
  display: none;
}
@media (min-width: 992px) {
  .cid-tBDce6fvPt .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: -90px;
    bottom: 0;
    height: 100%;
    width: 200px;
    z-index: 1;
  }
  .cid-tBDce6fvPt .col-text .radial-svg path {
    fill: #fffdf7;
  }
}
.cid-tBDce6fvPt .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-tBDce6fvPt .text-wrapper {
    max-width: 400px;
  }
}
.cid-tBDce6fvPt .label-text {
  width: 100%;
  color: #000000;
}
.cid-tBDce6fvPt .dwwm-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
  color: #000000;
}
.cid-tBDce6fvPt .dwwm-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tBDce6fvPt .btn-container {
  width: 100%;
}
.cid-tBDce6fvPt .dwwm-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tBDce6fvPt .dwwm-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tBDce6fvPt .dwwm-section-btn .btn {
    width: 100%;
  }
}
.cid-tBDce6fvPt .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-tBDce6fvPt .btn-white-outline:hover {
  color: #191f23 !important;
  background: #ffffff !important;
}
.cid-tBDce6fvPt .dwwm-fallback-image.disabled {
  display: none;
}
.cid-tBDce6fvPt .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBDce6fvPt .dwwm-text,
.cid-tBDce6fvPt .dwwm-section-btn {
  color: #000000;
}
.cid-tBDdnBnsGx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: rgb(25, 31, 35);
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tBDdnBnsGx .dwwm-fallback-image.disabled {
  display: none;
}
.cid-tBDdnBnsGx .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBDdnBnsGx .section-border-item {
  background-color: #fcdb42;
}
.cid-tBDdnBnsGx .main-container {
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
.cid-tBDdnBnsGx .card-wrap {
  width: 100%;
}
.cid-tBDdnBnsGx .card-box {
  width: 100%;
}
.cid-tBDdnBnsGx .card-title {
  color: #FFF;
}
.cid-tBDdnBnsGx .dwwm-text {
  color: #FFF;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .cid-tBDdnBnsGx .dwwm-text {
    margin-top: 1rem;
  }
}
.cid-tBDfpJHLU3 {
  background-color: #fffdf7;
}
@media (min-width: 768px) {
  .cid-tBDfpJHLU3 {
    background-image: url("../../../assets/images/identite004-800x450.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-tBDfpJHLU3 .row {
  align-items: center;
}
.cid-tBDfpJHLU3 .image-wrapper {
  padding: 1rem;
}
.cid-tBDfpJHLU3 .col-text {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cid-tBDfpJHLU3 .col-text .radial-svg {
  display: none;
}
@media (min-width: 992px) {
  .cid-tBDfpJHLU3 .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: -90px;
    bottom: 0;
    height: 100%;
    width: 200px;
    z-index: 1;
  }
  .cid-tBDfpJHLU3 .col-text .radial-svg path {
    fill: #fffdf7;
  }
}
.cid-tBDfpJHLU3 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-tBDfpJHLU3 .text-wrapper {
    max-width: 400px;
  }
}
.cid-tBDfpJHLU3 .label-text {
  width: 100%;
  color: #000000;
}
.cid-tBDfpJHLU3 .dwwm-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
  color: #000000;
}
.cid-tBDfpJHLU3 .dwwm-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tBDfpJHLU3 .btn-container {
  width: 100%;
}
.cid-tBDfpJHLU3 .dwwm-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tBDfpJHLU3 .dwwm-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tBDfpJHLU3 .dwwm-section-btn .btn {
    width: 100%;
  }
}
.cid-tBDfpJHLU3 .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-tBDfpJHLU3 .btn-white-outline:hover {
  color: #191f23 !important;
  background: #ffffff !important;
}
.cid-tBDfpJHLU3 .dwwm-fallback-image.disabled {
  display: none;
}
.cid-tBDfpJHLU3 .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBDfpJHLU3 .dwwm-text,
.cid-tBDfpJHLU3 .dwwm-section-btn {
  color: #000000;
}
.cid-tBSgKj29ov {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: rgb(25, 31, 35);
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tBSgKj29ov .dwwm-fallback-image.disabled {
  display: none;
}
.cid-tBSgKj29ov .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBSgKj29ov .section-border-item {
  background-color: #fcdb42;
}
.cid-tBSgKj29ov .main-container {
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
.cid-tBSgKj29ov .card-wrap {
  width: 100%;
}
.cid-tBSgKj29ov .card-box {
  width: 100%;
}
.cid-tBSgKj29ov .card-title {
  color: #FFF;
}
.cid-tBSgKj29ov .dwwm-text {
  color: #FFF;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .cid-tBSgKj29ov .dwwm-text {
    margin-top: 1rem;
  }
}
.cid-tBBQWde4ku {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-tBBQWde4ku .dwwm-fallback-image.disabled {
  display: none;
}
.cid-tBBQWde4ku .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBBQWde4ku .dwwm-section-head {
  margin-bottom: 2rem;
  width: 100%;
}
.cid-tBBQWde4ku .dwwm-section-title {
  color: #181817;
}
.cid-tBBQWde4ku .dwwm-section-subtitle {
  color: #181817;
  margin-top: 1rem;
}
.cid-tBBQWde4ku .card-row {
  align-items: stretch;
}
.cid-tBBQWde4ku .item {
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-tBBQWde4ku .item {
    width: 50% !important;
  }
}
@media (min-width: 768px) {
  .cid-tBBQWde4ku .item {
    width: 50% !important;
  }
}
@media (max-width: 900px){
.again{
    font-size: 2.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
}
}
.cid-tBBQWde4ku .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 75%;
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
  padding-top: 20px;
  min-height: 235px;
}
@media (max-width: 991px) {
  .cid-tBBQWde4ku .item-wrapper {
    min-height: 180px;
  }
}
.cid-tBBQWde4ku .item-wrapper:hover .card-box {
  opacity: 0;
}
.cid-tBBQWde4ku .item-wrapper:hover .bg-overlay {
  display: flex;
}
.cid-tBBQWde4ku .item-wrapper:hover .bg-overlay:hover .dwwm-section-btn {
  transform: translateY(0);
  opacity: 1;
}
.cid-tBBQWde4ku .item-wrapper:hover .bg-overlay-color {
  opacity: 0.8;
}
.cid-tBBQWde4ku .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.cid-tBBQWde4ku .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767pxpx) {
.cid-tBBQWde4ku .item-img img{
height: 100%;
    object-fit: cover;
}
}
.cid-tBBQWde4ku .card-box {
  position: relative;
  z-index: 3;
  padding: 12rem 1.5rem 0.5rem;
  background-image: linear-gradient(180deg, rgba(24, 24, 23, 0), rgba(24, 24, 23, 0.9) 65%);
  transition: 0.4s all;
  opacity: 1;
}
.cid-tBBQWde4ku .card-title {
  color: #f6f6ef;
  margin-bottom: 0.6rem;
}
.cid-tBBQWde4ku .card-subtitle {
  color: #f6f6ef;
  margin-bottom: 1rem;
  margin-top: 0 !important;
}
.cid-tBBQWde4ku .card-text {
  color: #f6f6ef;
  margin-bottom: 0;
}
.cid-tBBQWde4ku .card-text-container {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
}
.cid-tBBQWde4ku .iconfont-wrapper {
  margin-right: 18px;
}
.cid-tBBQWde4ku .iconfont-wrapper .dwwm-iconfont {
  display: block;
  font-size: 20px;
  color: #f6f6ef;
  width: fit-content;
}
.cid-tBBQWde4ku .bg-overlay {
  display: none;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.cid-tBBQWde4ku .bg-overlay-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #181817;
  opacity: 0;
  z-index: 5;
  transition: 0.4s all;
}
.cid-tBBQWde4ku .dwwm-section-btn {
  position: relative;
  z-index: 6;
  transform: translateY(2rem);
  transition: 0.4s all;
  opacity: 0;
  padding: 0 1rem;
}
.cid-tBBQWde4ku .dwwm-section-btn .btn {
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-tBBQWde4ku .dwwm-section-btn {
    width: auto;
  }
  .cid-tBBQWde4ku .dwwm-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-tBHpywGLKk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191f23;
}
.cid-tBHpywGLKk .dwwm-fallback-image.disabled {
  display: none;
}
.cid-tBHpywGLKk .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBHpywGLKk .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tBHpywGLKk .container-fluid {
    padding: 0 12px;
  }
}
.cid-tBHpywGLKk .container-fluid .row {
  padding: 0;
}
.cid-tBHpywGLKk .row {
  margin-top: -2px;
  border-radius: 5px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tBHpywGLKk .card {
    margin-bottom: 28px;
  }
}
.cid-tBHpywGLKk .card .image-wrapper img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  border: 5px solid #fffdf7;
}
.cid-tBHmoyBnM7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #ffffff;
  background-color: #191f23;
}
.cid-tBHmoyBnM7 .timelines-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1180px;
  padding: 0 60px;
}
@media (max-width: 575px) {
  .cid-tBHmoyBnM7 .timelines-container {
    padding: 0 24px;
  }
}
.cid-tBHmoyBnM7 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tBHmoyBnM7 .timeline-element {
  position: relative;
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .cid-tBHmoyBnM7 .timeline-element {
    width: 100%;
  }
}
.cid-tBHmoyBnM7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBHmoyBnM7 .iconBackground {
  position: absolute;
  left: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  top: 0;
  padding: 0;
}
.cid-tBHmoyBnM7 .row:not(:last-child) .separline:before {
  top: 60px;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: 5px;
  height: calc(100% - 60px);
}
.cid-tBHmoyBnM7 .dwwm-section-title,
.cid-tBHmoyBnM7 .dwwm-section-subtitle {
  text-align: center;
}
.cid-tBHmoyBnM7 .time-line-date-content {
  padding-left: 60px;
}
@media (min-width: 992px) {
  .cid-tBHmoyBnM7 .time-line-date-content {
    margin-right: 30px;
    max-width: 350px;
    box-sizing: content-box;
  }
}
.cid-tBHmoyBnM7 .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-tBHmoyBnM7 .dwwm-timeline-date {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 7rem;
  line-height: normal;
}
@media (max-width: 575px) {
  .cid-tBHmoyBnM7 .dwwm-timeline-date {
    font-size: 4rem;
  }
}
.cid-tBHmoyBnM7 .dwwm-timeline-text {
  color: #ffffff;
}
.cid-tBHmoyBnM7 .dwwm-timeline-title {
  color: #ffffff !important;
}
.cid-tBHmoyBnM7 .timeline-date-panel {
  padding: 0;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tBHmoyBnM7 .timeline-date-panel {
    margin-bottom: 16px;
  }
}
.cid-tBHmoyBnM7 .timeline-img-panel {
  padding: 0;
}
.cid-tBHmoyBnM7 .history-image {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
  display: inline-block;
}
.cid-tBHmoyBnM7 .container-fluid {
  padding: 0;
  display: flex;
  justify-content: center;
}
.cid-tBHmoyBnM7 .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-tBHmoyBnM7 .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tBHmoyBnM7 .anim span.dwwmi-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tBHmoyBnM7 .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tBHmoyBnM7 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tBHmoyBnM7 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tBHmoyBnM7 .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tBHmoyBnM7 a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tBHmoyBnM7 a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 1199px) {
  .cid-tBHmoyBnM7 .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .cid-tBHmoyBnM7 .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-tBHmoyBnM7 a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tBHmoyBnM7 .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tBHmozVIdn {
  background-color: #ffffff;
}
.cid-tBHmozVIdn .dwwm-fallback-image.disabled {
  display: none;
}
.cid-tBHmozVIdn .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBHmozVIdn .section-container {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2%;
}
@media (max-width: 575px) {
  .cid-tBHmozVIdn .section-container {
    padding: 5%;
  }
}
.cid-tBHmozVIdn .content-bg {
  width: 100%;
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #191f23;
  border-radius: 20px;
}
.cid-tBHmozVIdn .container {
  max-width: 1656px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 6%;
  padding-left: 6%;
}
.cid-tBHmozVIdn .row {
  min-height: 40em;
  align-items: center;
}
@media (max-width: 575px) {
  .cid-tBHmozVIdn .row {
    min-height: auto;
  }
}
.cid-tBHmozVIdn .col-text {
  overflow-x: auto;
}
.cid-tBHmozVIdn .dwwm-section-title {
  color: #f8f1ec;
  margin-bottom: 24px;
}
.cid-tBHmozVIdn .dwwm-text {
  color: #f8f1ec;
  line-height: 1.67 !important;
}
.cid-tBHmozVIdn .dwwm-text a {
  pointer-events: none !important;
  padding: 0.1em 0.2em;
  border-radius: 0.2em !important;
  overflow: hidden !important;
  white-space: nowrap;
}
.cid-tBHmozVIdn .dwwm-text a.text-primary {
  background: rgba(25, 31, 35, 0.4);
}
.cid-tBHmozVIdn .dwwm-text a.text-secondary {
  background: rgba(23, 22, 26, 0.4);
}
.cid-tBHmozVIdn .dwwm-text a.text-success {
  background: rgba(254, 219, 1, 0.4);
}
.cid-tBHmozVIdn .dwwm-text a.text-info {
  background: rgba(23, 22, 26, 0.4);
}
.cid-tBHmozVIdn .dwwm-text a.text-warning {
  background: rgba(40, 55, 66, 0.4);
}
.cid-tBHmozVIdn .dwwm-text a.text-danger {
  background: rgba(249, 249, 249, 0.4);
}
.cid-tBHmozVIdn .dwwm-text a.text-white {
  background: rgba(248, 241, 236, 0.4);
}
.cid-tBHmozVIdn .dwwm-text a.text-black {
  background: rgba(39, 39, 39, 0.4);
}
.cid-tBMQcPEu7m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #191f23;
}
.cid-tBMQcPEu7m .dwwm-fallback-image.disabled {
  display: none;
}
.cid-tBMQcPEu7m .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBMQcPEu7m .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tBMQcPEu7m .container-fluid {
    padding: 0 30px;
  }
}
.cid-tBMQcPEu7m .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBMQcPEu7m .container {
    padding: 0 30px;
  }
}
.cid-tBMQcPEu7m .title-wrapper .dwwm-section-title {
  margin-bottom: 55px;
}
.cid-tBMQcPEu7m .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tBMQcPEu7m .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tBMQcPEu7m .embla__slide .card-wrap {
  width: 57%;
}
.cid-tBMQcPEu7m .embla__slide .card-wrap a {
  display: block;
}
.cid-tBMQcPEu7m .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tBMQcPEu7m .embla__slide .card-wrap a:hover .content-wrap .dwwm-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tBMQcPEu7m .embla__slide .card-wrap a:hover .content-wrap .dwwm-iconfont::after {
  opacity: 1;
}
.cid-tBMQcPEu7m .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tBMQcPEu7m .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tBMQcPEu7m .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tBMQcPEu7m .embla__slide .card-wrap a .item-wrapper .image-wrap .dwwm-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tBMQcPEu7m .embla__slide .card-wrap a .item-wrapper .image-wrap .dwwm-date span {
  display: block;
  font-size: 32%;
}
.cid-tBMQcPEu7m .embla__slide .card-wrap a .content-wrap .dwwm-desc {
  margin-bottom: 4px;
}
.cid-tBMQcPEu7m .embla__slide .card-wrap a .content-wrap .dwwm-text {
  margin-bottom: 28px;
}
.cid-tBMQcPEu7m .embla__slide .card-wrap a .content-wrap .dwwm-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tBMQcPEu7m .embla__slide .card-wrap a .content-wrap .dwwm-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tBMQcPEu7m .embla__button--next,
.cid-tBMQcPEu7m .embla__button--prev {
  display: flex;
}
.cid-tBMQcPEu7m .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #17161a;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tBMQcPEu7m .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tBMQcPEu7m .embla__button:hover {
  background: transparent;
  color: #17161a;
}
.cid-tBMQcPEu7m .embla__button.embla__button--prev {
  left: 0;
}
.cid-tBMQcPEu7m .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tBMQcPEu7m .embla__button {
    top: auto;
  }
}
.cid-tBMQcPEu7m .embla {
  position: relative;
  width: 100%;
}
.cid-tBMQcPEu7m .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tBMQcPEu7m .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tBMQcPEu7m .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tBMQcPEu7m .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tBMQcPEu7m .dwwm-section-title {
  color: #ffffff;
}
.cid-tBMQcPEu7m .dwwm-date {
  color: #ffffff;
}
.cid-tBMQcPEu7m .dwwm-desc {
  color: #ffffff;
}
.cid-tBMQcPEu7m .dwwm-text {
  color: #ffffff;
}
.cid-tBUmSOPSxy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: 3px solid #191f23;
  border-bottom: 3px solid #191f23;
  margin-top: -3px;
  background-image: url("../../../assets/images/portrait-inspecteur-1456x832.png");
}
.cid-tBUmSOPSxy .dwwm-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-tBUmSOPSxy .content {
  border: 3px solid #191f23;
  padding: 3rem 1rem;
}
@media (min-width: 992px) {
  .cid-tBUmSOPSxy .content {
    padding: 125px 234px 92px;
  }
}
.cid-tBUmSOPSxy label {
  font-weight: 700;
}
.cid-tBUmSOPSxy .title {
  position: absolute;
  border-radius: 20px;
  background-color: #191f23;
  color: #fff;
  padding: 5px 30px 2.5px;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .cid-tBUmSOPSxy .title {
    min-width: 200px;
  }
}
.cid-tBUmSOPSxy form .form-control {
  color: #000 !important;
  box-shadow: none !important;
  padding: 6px 12px;
  min-height: 34px;
  border: 1px solid #000000 !important;
  border-radius: 10px !important;
  background-color: #fff;
}
.cid-tBUmSOPSxy form .form-control:focus {
  border: 1px solid #6698DD !important;
}
.cid-tBUmSOPSxy form .form-control::placeholder {
  color: #adadad;
}
.cid-tBUmSOPSxy form .dwwm-section-btn {
  text-align: center;
  width: auto;
  margin: 0 auto;
}
.cid-tBUmSOPSxy form .dwwm-section-btn .btn {
  border: 2px solid #000 !important;
  padding: 10px 20px !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tBUmSOPSxy form .dwwm-section-btn .btn {
    width: 100%;
  }
}
.cid-tBUmSOPSxy form textarea {
  height: 80px;
}
.cid-tBUmSOPSxy form .form-check-input[type=checkbox] {
  border-radius: 0 !important;
  border: 1px solid #000;
}
.cid-tBUmSOPSxy form .checkbox {
  margin-left: 20px;
}
.cid-tBUmSOPSxy .btn-secondary {
  color: #000000 !important;
}
.cid-tBUmSOPSxy .btn-secondary:hover {
  color: #000000 !important;
  background: #fff !important;
}
.cid-tBUmSOPSxy label span {
  color: #a94442;
}
.cid-tBUmSOPSxy .checkbox,
.cid-tBUmSOPSxy .form-group {
  margin-bottom: 1rem;
}
.cid-tBHmoAjVD8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #ffffff;
  background-color: #191f23;
}
.cid-tBHmoAjVD8 .timelines-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1180px;
  padding: 0 60px;
}
@media (max-width: 575px) {
  .cid-tBHmoAjVD8 .timelines-container {
    padding: 0 24px;
  }
}
.cid-tBHmoAjVD8 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tBHmoAjVD8 .timeline-element {
  position: relative;
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .cid-tBHmoAjVD8 .timeline-element {
    width: 100%;
  }
}
.cid-tBHmoAjVD8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBHmoAjVD8 .iconBackground {
  position: absolute;
  left: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  top: 0;
  padding: 0;
}
.cid-tBHmoAjVD8 .row:not(:last-child) .separline:before {
  top: 60px;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: 5px;
  height: calc(100% - 60px);
}
.cid-tBHmoAjVD8 .dwwm-section-title,
.cid-tBHmoAjVD8 .dwwm-section-subtitle {
  text-align: center;
}
.cid-tBHmoAjVD8 .time-line-date-content {
  padding-left: 60px;
}
@media (min-width: 992px) {
  .cid-tBHmoAjVD8 .time-line-date-content {
    margin-right: 30px;
    max-width: 350px;
    box-sizing: content-box;
  }
}
.cid-tBHmoAjVD8 .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-tBHmoAjVD8 .dwwm-timeline-date {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 7rem;
  line-height: normal;
}
@media (max-width: 575px) {
  .cid-tBHmoAjVD8 .dwwm-timeline-date {
    font-size: 4rem;
  }
}
.cid-tBHmoAjVD8 .dwwm-timeline-text {
  color: #ffffff;
}
.cid-tBHmoAjVD8 .dwwm-timeline-title {
  color: #ffffff;
}
.cid-tBHmoAjVD8 .timeline-date-panel {
  padding: 0;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tBHmoAjVD8 .timeline-date-panel {
    margin-bottom: 16px;
  }
}
.cid-tBHmoAjVD8 .timeline-img-panel {
  padding: 0;
}
.cid-tBHmoAjVD8 .history-image {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
  display: inline-block;
}
.cid-tBHmoAjVD8 .container-fluid {
  padding: 0;
  display: flex;
  justify-content: center;
}
.cid-tBHmoAjVD8 .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-tBHmoAjVD8 .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tBHmoAjVD8 .anim span.dwwmi-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tBHmoAjVD8 .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tBHmoAjVD8 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tBHmoAjVD8 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tBHmoAjVD8 .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tBHmoAjVD8 a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tBHmoAjVD8 a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 1199px) {
  .cid-tBHmoAjVD8 .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .cid-tBHmoAjVD8 .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-tBHmoAjVD8 a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tBHmoAjVD8 .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tBHmoEK94J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191f23;
}
.cid-tBHmoEK94J .dwwm-fallback-image.disabled {
  display: none;
}
.cid-tBHmoEK94J .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBHmoEK94J .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tBHmoEK94J .container-fluid {
    padding: 0 12px;
  }
}
.cid-tBHmoEK94J .container-fluid .row {
  padding: 0;
}
.cid-tBHmoEK94J .row {
  margin-top: -2px;
  border-radius: 5px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tBHmoEK94J .card {
    margin-bottom: 28px;
  }
}
.cid-tBHmoEK94J .card .image-wrapper img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  border: 5px solid #fffdf7;
}
.cid-tBMLRIo5mL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/lacuisine-1456x832.png");
}
.cid-tBMLRIo5mL .dwwm-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-tBMLRIo5mL .item:focus,
.cid-tBMLRIo5mL span:focus {
  outline: none;
}
.cid-tBMLRIo5mL .item-wrapper {
  position: relative;
}
.cid-tBMLRIo5mL .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-tBMLRIo5mL .dwwm-section-btn {
  margin-top: auto !important;
}
.cid-tBMLRIo5mL .dwwm-section-title {
  color: #191f23;
  text-align: center;
  margin-bottom: 24px;
}
.cid-tBMLRIo5mL .dwwm-text,
.cid-tBMLRIo5mL .dwwm-section-btn {
  text-align: left;
}
.cid-tBMLRIo5mL .item-title {
  text-align: left;
}
.cid-tBMLRIo5mL .item-subtitle {
  text-align: left;
}
.cid-tBMLRIo5mL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 40%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-tBMLRIo5mL .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-tBMLRIo5mL .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-tBMLRIo5mL .embla__slide {
    min-width: 375px;
  }
}
.cid-tBMLRIo5mL .embla__button--next,
.cid-tBMLRIo5mL .embla__button--prev {
  display: flex;
}
.cid-tBMLRIo5mL .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: #14142b;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tBMLRIo5mL .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tBMLRIo5mL .embla__button:hover {
  background: #17161a;
  color: #fff;
  transform: scale(1.05);
}
.cid-tBMLRIo5mL .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBMLRIo5mL .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tBMLRIo5mL .embla__button {
    top: 303px;
  }
}
.cid-tBMLRIo5mL .devwwm-dwwmi-arrow-prev {
  margin-right: 5px;
}
.cid-tBMLRIo5mL .devwwm-dwwmi-arrow-next {
  margin-left: 5px;
}
.cid-tBMLRIo5mL .embla {
  position: relative;
  width: 100%;
}
.cid-tBMLRIo5mL .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-tBMLRIo5mL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tBMLRIo5mL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tBMLRIo5mL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tBMLRIo5mL .dwwm-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-tBMLRIo5mL .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-tBMLRIo5mL .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-tBMLRIo5mL .card-title {
  margin-bottom: 18px;
  color: #191f23;
  transition: 0.35s;
}
.cid-tBMLRIo5mL .card-text {
  margin-bottom: 17px;
  color: #8c8c95;
}
.cid-tBMLRIo5mL H3 {
  color: #14142b;
  text-align: center;
}
.cid-tBMLRIo5mL .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-tBMLRIo5mL .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-tBMLRIo5mL .link-title {
  display: inline-block;
}
.cid-tBMLRIo5mL .margin {
  margin-right: 14px;
}
.cid-tBMLRIo5mL .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-tBMLRIo5mL .link-row {
  align-items: center;
}
@media (max-width: 530px) {
  .cid-tBMLRIo5mL .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 480px) {
  .cid-tBMLRIo5mL .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
.cid-tBMLRIo5mL .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-tBMLRIo5mL .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-tBMLRIo5mL .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-tBMLRIo5mL .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-tBMLRIo5mL .shadow:hover .dwwm-iconfont,
.cid-tBMLRIo5mL .shadow:hover .number,
.cid-tBMLRIo5mL .shadow:hover .card-title {
  color: #17161a !important;
}
.cid-tBMLRIo5mL .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-tBHmoBohyF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191f23;
}
.cid-tBHmoBohyF .dwwm-fallback-image.disabled {
  display: none;
}
.cid-tBHmoBohyF .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBHmoBohyF .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tBHmoBohyF .container-fluid {
    padding: 0 12px;
  }
}
.cid-tBHmoBohyF .container-fluid .row {
  padding: 0;
}
.cid-tBHmoBohyF .row {
  margin-top: -2px;
  border-radius: 5px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tBHmoBohyF .card {
    margin-bottom: 28px;
  }
}
.cid-tBHmoBohyF .card .image-wrapper img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  border: 5px solid #fffdf7;
}
.cid-tBHmoCbXSc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #ffffff;
  background-color: #191f23;
}
.cid-tBHmoCbXSc .timelines-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1180px;
  padding: 0 60px;
}
@media (max-width: 575px) {
  .cid-tBHmoCbXSc .timelines-container {
    padding: 0 24px;
  }
}
.cid-tBHmoCbXSc .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tBHmoCbXSc .timeline-element {
  position: relative;
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .cid-tBHmoCbXSc .timeline-element {
    width: 100%;
  }
}
.cid-tBHmoCbXSc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBHmoCbXSc .iconBackground {
  position: absolute;
  left: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  top: 0;
  padding: 0;
}
.cid-tBHmoCbXSc .row:not(:last-child) .separline:before {
  top: 60px;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: 5px;
  height: calc(100% - 60px);
}
.cid-tBHmoCbXSc .dwwm-section-title,
.cid-tBHmoCbXSc .dwwm-section-subtitle {
  text-align: center;
}
.cid-tBHmoCbXSc .time-line-date-content {
  padding-left: 60px;
}
@media (min-width: 992px) {
  .cid-tBHmoCbXSc .time-line-date-content {
    margin-right: 30px;
    max-width: 350px;
    box-sizing: content-box;
  }
}
.cid-tBHmoCbXSc .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-tBHmoCbXSc .dwwm-timeline-date {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 7rem;
  line-height: normal;
}
@media (max-width: 575px) {
  .cid-tBHmoCbXSc .dwwm-timeline-date {
    font-size: 4rem;
  }
}
.cid-tBHmoCbXSc .dwwm-timeline-text {
  color: #ffffff;
}
.cid-tBHmoCbXSc .dwwm-timeline-title {
  color: #ffffff;
}
.cid-tBHmoCbXSc .timeline-date-panel {
  padding: 0;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tBHmoCbXSc .timeline-date-panel {
    margin-bottom: 16px;
  }
}
.cid-tBHmoCbXSc .timeline-img-panel {
  padding: 0;
}
.cid-tBHmoCbXSc .history-image {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
  display: inline-block;
}
.cid-tBHmoCbXSc .container-fluid {
  padding: 0;
  display: flex;
  justify-content: center;
}
.cid-tBHmoCbXSc .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-tBHmoCbXSc .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tBHmoCbXSc .anim span.dwwmi-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tBHmoCbXSc .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tBHmoCbXSc .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tBHmoCbXSc .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tBHmoCbXSc .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tBHmoCbXSc a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tBHmoCbXSc a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 1199px) {
  .cid-tBHmoCbXSc .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .cid-tBHmoCbXSc .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-tBHmoCbXSc a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tBHmoCbXSc .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tBV1ue7nP8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/gambais-2-837x609.jpg");
}
.cid-tBV1ue7nP8 .card-heading {
  color: #ffffff;
  margin-bottom: 24px;
}
.cid-tBV1ue7nP8 .row {
  justify-content: center;
}
.cid-tBV1ue7nP8 .p {
  width: 100%;
  color: #ffffff;
}
.cid-tBV1ue7nP8 .dwwm-iconfont {
  font-size: 23px;
  margin-right: 17px;
  color: #191f23;
}
.cid-tBV1ue7nP8 .dwwm-text {
  display: inline;
}
.cid-tBV1ue7nP8 .dwwm-text:last-child {
  margin-bottom: 0px;
}
.cid-tBV1ue7nP8 .text {
  margin-bottom: 40px;
  color: #ffffff;
}
.cid-tBV1ue7nP8 .line {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.cid-tBV1ue7nP8 .shadow {
  padding: 52px 56px 58px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  max-width: 568px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-tBV1ue7nP8 .left-side {
  max-width: 596px;
}
.cid-tBV1ue7nP8 .right-side {
  max-width: 473px;
  margin-right: 0;
  margin-left: auto;
}
.cid-tBV1ue7nP8 a.btn,
.cid-tBV1ue7nP8 button {
  padding: 24px 40px;
  border-radius: 80px;
  width: 100%;
  margin-top: 24px;
}
.cid-tBV1ue7nP8 .sel-wrapper {
  min-height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  display: flex;
}
.cid-tBV1ue7nP8 .sel-wrapper:hover {
  border-color: #14142b;
}
.cid-tBV1ue7nP8 .sel-wrapper > select.form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #8c8c95;
  transition: color 350ms ease;
}
.cid-tBV1ue7nP8 .sel-wrapper > select.form-control:hover {
  color: #000000;
}
.cid-tBV1ue7nP8 .form-group {
  margin-bottom: 0;
}
.cid-tBV1ue7nP8 .card-title {
  margin-bottom: 7px;
}
.cid-tBV1ue7nP8 .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-tBV1ue7nP8 .line1 {
  margin-bottom: 40px;
  width: 100%;
  height: 1px;
  background-color: #e2e3e9;
}
.cid-tBV1ue7nP8 .card-subtitle {
  margin-top: 24px;
}
.cid-tBV1ue7nP8 option[value=""][disabled] {
  display: none;
}
.cid-tBV1ue7nP8 select.form-control:hover {
  border-color: #14142b;
}
.cid-tBV1ue7nP8 select.form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #8c8c95;
  transition: border-color 300ms ease;
  min-height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  display: flex;
}
.cid-tBV1ue7nP8 .form-check > input {
  height: 1em;
  width: 1em;
  padding: 0;
  float: initial;
  margin-bottom: 0;
}
.cid-tBV1ue7nP8 input {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 64px;
  margin-bottom: 30px;
  padding: 8px 26px;
}
.cid-tBV1ue7nP8 textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-tBV1ue7nP8 input:hover {
  border-color: #14142b !important;
}
.cid-tBV1ue7nP8 textarea:hover {
  border-color: #14142b !important;
}
.cid-tBV1ue7nP8 input:focus {
  border-color: #14142b !important;
}
.cid-tBV1ue7nP8 textarea:focus {
  border-color: #14142b !important;
}
.cid-tBV1ue7nP8 .row.main {
  align-items: center;
}
@media (max-width: 990px) {
  .cid-tBV1ue7nP8 .shadow {
    width: 100%;
    margin: auto;
    max-width: 720px;
  }
  .cid-tBV1ue7nP8 .right-side {
    margin-top: 60px;
  }
  .cid-tBV1ue7nP8 .left-side,
  .cid-tBV1ue7nP8 .right-side {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 600px) {
  .cid-tBV1ue7nP8 .shadow {
    padding: 25px;
  }
  .cid-tBV1ue7nP8 input {
    margin-bottom: 20px;
  }
}
.cid-tBV1ue7nP8 a.btn > span {
  margin-left: 0.5rem;
}
.cid-tBXJKNWcw2.popup-builder {
  background-color: #ffffff;
}
.cid-tBXJKNWcw2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBXJKNWcw2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBXJKNWcw2 .modal-content,
.cid-tBXJKNWcw2 .modal-dialog {
  height: auto;
}
.cid-tBXJKNWcw2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBXJKNWcw2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBXJKNWcw2 .form-wrapper .dwwm-form .form-group,
  .cid-tBXJKNWcw2 .form-wrapper .dwwm-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBXJKNWcw2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBXJKNWcw2 .dwwm-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBXJKNWcw2 .dwwm-text {
  text-align: center;
}
.cid-tBXJKNWcw2 .pt-0 {
  padding-top: 0 !important;
}
.cid-tBXJKNWcw2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBXJKNWcw2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBXJKNWcw2 .dwwm-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBXJKNWcw2 .modal-open {
  overflow: hidden;
}
.cid-tBXJKNWcw2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBXJKNWcw2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBXJKNWcw2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBXJKNWcw2 .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-tBXJKNWcw2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBXJKNWcw2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBXJKNWcw2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBXJKNWcw2 .modal-content {
  background: #ffffff;
  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-tBXJKNWcw2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tBXJKNWcw2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBXJKNWcw2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBXJKNWcw2 .modal-backdrop.show {
  opacity: .5;
}
.cid-tBXJKNWcw2 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tBXJKNWcw2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tBXJKNWcw2 .modal-header {
    padding: 1rem;
  }
}
.cid-tBXJKNWcw2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBXJKNWcw2 .modal-header .close svg {
  fill: #353535;
}
.cid-tBXJKNWcw2 .modal-header .close:hover {
  opacity: 1;
}
.cid-tBXJKNWcw2 .modal-header .close:focus {
  outline: none;
}
.cid-tBXJKNWcw2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #191f23;
}
.cid-tBXJKNWcw2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tBXJKNWcw2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBXJKNWcw2 .modal-body {
    padding: 1rem;
  }
}
.cid-tBXJKNWcw2 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tBXJKNWcw2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBXJKNWcw2 .modal-footer {
    padding: 1rem;
  }
}
.cid-tBXJKNWcw2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBXJKNWcw2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBXJKNWcw2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBXJKNWcw2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBXJKNWcw2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tBXJKNWcw2 .modal-lg,
  .cid-tBXJKNWcw2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tBXJKNWcw2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tBXJKNWcw2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBXJKNWcw2 .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-tBXJKNWcw2 .form-group {
  margin-bottom: 1rem;
}
.cid-tBXJKNWcw2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBXJKNWcw2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBXJKNWcw2 .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-tBXJKNWcw2 .dwwm-section-btn {
  margin: 0;
}
.cid-tBXJKNWcw2 .dwwm-section-btn .btn {
  margin: 0;
}
.cid-tBBShUxYIh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #ffffff;
  background-color: #191f23;
}
.cid-tBBShUxYIh .timelines-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0 60px;
}
@media (max-width: 575px) {
  .cid-tBBShUxYIh .timelines-container {
    padding: 0 24px;
  }
}
.cid-tBBShUxYIh .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tBBShUxYIh .timeline-element {
  position: relative;
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .cid-tBBShUxYIh .timeline-element {
    width: 100%;
  }
}
.cid-tBBShUxYIh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBBShUxYIh .iconBackground {
  position: absolute;
  left: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #fffdf7;
  top: 0;
  padding: 0;
}
.cid-tBBShUxYIh .row:not(:last-child) .separline:before {
  top: 60px;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #fffdf7;
  left: 5px;
  height: calc(100% - 60px);
}
.cid-tBBShUxYIh .dwwm-section-title,
.cid-tBBShUxYIh .dwwm-section-subtitle {
  text-align: center;
}
.cid-tBBShUxYIh .time-line-date-content {
  padding-left: 60px;
}
@media (min-width: 992px) {
  .cid-tBBShUxYIh .time-line-date-content {
    margin-right: 30px;
    max-width: 350px;
    box-sizing: content-box;
  }
}
.cid-tBBShUxYIh .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-tBBShUxYIh .dwwm-timeline-date {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 7rem;
  line-height: normal;
        margin-top: -11px;
}
@media (max-width: 575px) {
  .cid-tBBShUxYIh .dwwm-timeline-date {
    font-size: 4rem;
  }
}
.cid-tBBShUxYIh .dwwm-timeline-text {
  color: #ffffff;
}
.cid-tBBShUxYIh .dwwm-timeline-title {
  color: #ffffff;
}
.cid-tBBShUxYIh .timeline-date-panel {
  padding: 0;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tBBShUxYIh .timeline-date-panel {
    margin-bottom: 16px;
  }
}
.cid-tBBShUxYIh .timeline-img-panel {
  padding: 0;
}
.cid-tBBShUxYIh .history-image {
  width: 100%;
  height: 465px;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
  display: inline-block;
}
.cid-tBBShUxYIh .container-fluid {
  padding: 0;
  display: flex;
  justify-content: center;
}
.cid-tBBShUxYIh .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-tBBShUxYIh .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tBBShUxYIh .anim span.dwwmi-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tBBShUxYIh .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tBBShUxYIh .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tBBShUxYIh .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tBBShUxYIh .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tBBShUxYIh a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tBBShUxYIh a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 1199px) {
  .cid-tBBShUxYIh .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .cid-tBBShUxYIh .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-tBBShUxYIh a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tBBShUxYIh .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tBC19sc1nI {
  background-color: #fffdf7;
}
.cid-tBC19sc1nI .dwwm-fallback-image.disabled {
  display: none;
}
.cid-tBC19sc1nI .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBC19sc1nI .section-container {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2%;
}
@media (max-width: 575px) {
  .cid-tBC19sc1nI .section-container {
    padding: 5%;
  }
}
.cid-tBC19sc1nI .content-bg {
  width: 100%;
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #191f23;
  border-radius: 20px;
}
.cid-tBC19sc1nI .container {
  max-width: 1656px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 6%;
  padding-left: 6%;
}
.cid-tBC19sc1nI .row {
  min-height: 27em;
  align-items: center;
}
@media (max-width: 575px) {
  .cid-tBC19sc1nI .row {
    min-height: auto;
  }
}
.cid-tBC19sc1nI .col-text {
  overflow-x: auto;
}
.cid-tBC19sc1nI .dwwm-section-title {
  color: #f8f1ec;
  margin-bottom: 24px;
}
.cid-tBC19sc1nI .dwwm-text {
  color: #f8f1ec;
  line-height: 1.67 !important;
}
.cid-tBC19sc1nI .dwwm-text a {
  pointer-events: none !important;
  padding: 0.1em 0.2em;
  border-radius: 0.2em !important;
  overflow: hidden !important;
  white-space: nowrap;
}
.cid-tBC19sc1nI .dwwm-text a.text-primary {
  background: rgba(25, 31, 35, 0.4);
}
.cid-tBC19sc1nI .dwwm-text a.text-secondary {
  background: rgba(23, 22, 26, 0.4);
}
.cid-tBC19sc1nI .dwwm-text a.text-success {
  background: rgba(254, 219, 1, 0.4);
}
.cid-tBC19sc1nI .dwwm-text a.text-info {
  background: rgba(23, 22, 26, 0.4);
}
.cid-tBC19sc1nI .dwwm-text a.text-warning {
  background: rgba(40, 55, 66, 0.4);
}
.cid-tBC19sc1nI .dwwm-text a.text-danger {
  background: rgba(249, 249, 249, 0.4);
}
.cid-tBC19sc1nI .dwwm-text a.text-white {
  background: rgba(248, 241, 236, 0.4);
}
.cid-tBC19sc1nI .dwwm-text a.text-black {
  background: rgba(39, 39, 39, 0.4);
}
.cid-tBMsw1orbl {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #fffdf7;
}
.cid-tBMsw1orbl .item:focus,
.cid-tBMsw1orbl span:focus {
  outline: none;
}
.cid-tBMsw1orbl .item-wrapper {
  position: relative;
}
.cid-tBMsw1orbl .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.dwwm-btn-rapport {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 2em !important;
}
.cid-tBMsw1orbl .dwwm-section-btn {
  margin-top: auto !important;
}
.cid-tBMsw1orbl .dwwm-section-title {
  color: #191f23;
  text-align: center;
  margin-bottom: 24px;
}

@media (max-width: 900px){
.cid-tBMsw1orbl .dwwm-section-title{
    font-size: 1.4rem;
}
}
.cid-tBMsw1orbl .dwwm-text,
.cid-tBMsw1orbl .dwwm-section-btn {
  text-align: left;
}
.cid-tBMsw1orbl .item-title {
  text-align: left;
}
.cid-tBMsw1orbl .item-subtitle {
  text-align: left;
}
.cid-tBMsw1orbl .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 40%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-tBMsw1orbl .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-tBMsw1orbl .embla__slide {
    min-width: 38%;
  }
}
@media (max-width: 630px) {
  .cid-tBMsw1orbl .embla__slide {
    min-width: 204px;
  }
}
.cid-tBMsw1orbl .embla__button--next,
.cid-tBMsw1orbl .embla__button--prev {
  display: flex;
}
.cid-tBMsw1orbl .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: #14142b;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tBMsw1orbl .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tBMsw1orbl .embla__button:hover {
  background: #17161a;
  color: #fff;
  transform: scale(1.05);
}
.cid-tBMsw1orbl .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBMsw1orbl .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tBMsw1orbl .embla__button {
    top: 334px;
  }
}
.cid-tBMsw1orbl .devwwm-dwwmi-arrow-prev {
  margin-right: 5px;
}
.cid-tBMsw1orbl .devwwm-dwwmi-arrow-next {
  margin-left: 5px;
}
.cid-tBMsw1orbl .embla {
  position: relative;
  width: 100%;
}
.cid-tBMsw1orbl .embla__viewport {
  overflow: visible;
  width: 93%;
}
.cid-tBMsw1orbl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tBMsw1orbl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tBMsw1orbl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tBMsw1orbl .dwwm-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-tBMsw1orbl .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  margin: auto;
}
.cid-tBMsw1orbl .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-tBMsw1orbl .card-title {
  color: #191f23;
  transition: 0.35s;
}
.cid-tBMsw1orbl .card-text {
  margin-bottom: 17px;
  color: #8c8c95;
}
.cid-tBMsw1orbl H3 {
  color: #14142b;
  text-align: center;
}
.cid-tBMsw1orbl .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 31px 55px 52px 11px;
}
.cid-tBMsw1orbl .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-tBMsw1orbl .link-title {
  display: inline-block;
}
.cid-tBMsw1orbl .margin {
  margin-right: 14px;
}
.cid-tBMsw1orbl .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-tBMsw1orbl .link-row {
  align-items: center;
}
@media (max-width: 530px) {
  .cid-tBMsw1orbl .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 480px) {
  .cid-tBMsw1orbl .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
.cid-tBMsw1orbl .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-tBMsw1orbl .inner {
  width: 100%;
  height: 69%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-tBMsw1orbl .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-tBMsw1orbl .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-tBMsw1orbl .shadow:hover .dwwm-iconfont,
.cid-tBMsw1orbl .shadow:hover .number,
.cid-tBMsw1orbl .shadow:hover .card-title {
  color: #17161a !important;
}
.cid-tBMsw1orbl .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-tBC3N0YkzI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #ffffff;
  background-color: #191f23;
}
.cid-tBC3N0YkzI .timelines-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1180px;
  padding: 0 60px;
}
@media (max-width: 575px) {
  .cid-tBC3N0YkzI .timelines-container {
    padding: 0 24px;
  }
}
.cid-tBC3N0YkzI .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tBC3N0YkzI .timeline-element {
  position: relative;
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .cid-tBC3N0YkzI .timeline-element {
    width: 100%;
  }
}
.cid-tBC3N0YkzI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBC3N0YkzI .iconBackground {
  position: absolute;
  left: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #fffdf7;
  top: 0;
  padding: 0;
}
.cid-tBC3N0YkzI .row:not(:last-child) .separline:before {
  top: 60px;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #fffdf7;
  left: 5px;
  height: calc(100% - 60px);
}
.cid-tBC3N0YkzI .dwwm-section-title,
.cid-tBC3N0YkzI .dwwm-section-subtitle {
  text-align: center;
}
.cid-tBC3N0YkzI .time-line-date-content {
  padding-left: 60px;
}
@media (min-width: 992px) {
  .cid-tBC3N0YkzI .time-line-date-content {
    margin-right: 30px;
    max-width: 350px;
    box-sizing: content-box;
  }
}
.cid-tBC3N0YkzI .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-tBC3N0YkzI .dwwm-timeline-date {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 7rem;
  line-height: normal;
}
@media (max-width: 575px) {
  .cid-tBC3N0YkzI .dwwm-timeline-date {
    font-size: 4rem;
  }
}
.cid-tBC3N0YkzI .dwwm-timeline-text {
  color: #ffffff;
}
.cid-tBC3N0YkzI .dwwm-timeline-title {
  color: #ffffff;
}
.cid-tBC3N0YkzI .timeline-date-panel {
  padding: 0;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tBC3N0YkzI .timeline-date-panel {
    margin-bottom: 16px;
  }
}
.cid-tBC3N0YkzI .timeline-img-panel {
  padding: 0;
}
.cid-tBC3N0YkzI .history-image {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
  display: inline-block;
}
.cid-tBC3N0YkzI .container-fluid {
  padding: 0;
  display: flex;
  justify-content: center;
}
.cid-tBC3N0YkzI .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-tBC3N0YkzI .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tBC3N0YkzI .anim span.dwwmi-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tBC3N0YkzI .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tBC3N0YkzI .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tBC3N0YkzI .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tBC3N0YkzI .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tBC3N0YkzI a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tBC3N0YkzI a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 1199px) {
  .cid-tBC3N0YkzI .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .cid-tBC3N0YkzI .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-tBC3N0YkzI a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tBC3N0YkzI .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tBGztpikQM {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: 3px solid #191f23;
  border-bottom: 3px solid #191f23;
  margin-top: -3px;
  background-image: url("../../../assets/images/portrait-inspecteur-1456x832.png");
}
.cid-tBGztpikQM .dwwm-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-tBGztpikQM .content {
  border: 3px solid #191f23;
  padding: 3rem 1rem;
}
@media (min-width: 992px) {
  .cid-tBGztpikQM .content {
    padding: 125px 234px 92px;
  }
}
.cid-tBGztpikQM label {
  font-weight: 700;
}
.cid-tBGztpikQM .title {
  position: absolute;
  border-radius: 20px;
  background-color: #191f23;
  color: #fff;
  padding: 5px 30px 2.5px;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .cid-tBGztpikQM .title {
    min-width: 200px;
  }
}
.cid-tBGztpikQM form .form-control {
  color: #000 !important;
  box-shadow: none !important;
  padding: 6px 12px;
  min-height: 34px;
  border: 1px solid #000000 !important;
  border-radius: 10px !important;
  background-color: #fff;
}
.cid-tBGztpikQM form .form-control:focus {
  border: 1px solid #6698DD !important;
}
.cid-tBGztpikQM form .form-control::placeholder {
  color: #adadad;
}
.cid-tBGztpikQM form .dwwm-section-btn {
  text-align: center;
  width: auto;
  margin: 0 auto;
}
.cid-tBGztpikQM form .dwwm-section-btn .btn {
  border: 2px solid #000 !important;
  padding: 10px 20px !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tBGztpikQM form .dwwm-section-btn .btn {
    width: 100%;
  }
}
.cid-tBGztpikQM form textarea {
  height: 80px;
}
.cid-tBGztpikQM form .form-check-input[type=checkbox] {
  border-radius: 0 !important;
  border: 1px solid #000;
}
.cid-tBGztpikQM form .checkbox {
  margin-left: 20px;
}
.cid-tBGztpikQM .btn-secondary {
  color: #000000 !important;
}
.cid-tBGztpikQM .btn-secondary:hover {
  color: #000000 !important;
  background: #fff !important;
}
.cid-tBGztpikQM label span {
  color: #a94442;
}
.cid-tBGztpikQM .checkbox,
.cid-tBGztpikQM .form-group {
  margin-bottom: 1rem;
}
.cid-tBGztpikQM P {
  color: #101511;
}
.cid-tBBNvR9WvD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191f23;
}
.cid-tBBNvR9WvD .dwwm-fallback-image.disabled {
  display: none;
}
.cid-tBBNvR9WvD .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBBNvR9WvD .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tBBNvR9WvD .container-fluid {
    padding: 0 12px;
  }
}
.cid-tBBNvR9WvD .container-fluid .row {
  padding: 0;
}
.cid-tBBNvR9WvD .row {
  margin-top: -2px;
  border-radius: 5px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tBBNvR9WvD .card {
    margin-bottom: 28px;
  }
}
.cid-tBBNvR9WvD .card .image-wrapper img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  border: 5px solid #fffdf7;
}
.cid-tBGJtW8g6b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-tBGJtW8g6b .wrap:hover .image img {
  transform: scale(1.02);
}
.cid-tBGJtW8g6b .title__block {
  padding: 0 20px;
  position: absolute;
  max-width: 50%;
  height: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
}
.cid-tBGJtW8g6b .dwwm-section-subtitle {
  margin-bottom: 15px;
}
.cid-tBGJtW8g6b .dwwm-section-btn .btn-secondary-outline {
  margin-top: 10px;
  padding: 3px 0;
  color: inherit !important;
  border: none !important;
  background-color: transparent !important;
}
.cid-tBGJtW8g6b .dwwm-section-btn .btn-secondary-outline:hover {
  color: #191f23 !important;
}
.cid-tBGJtW8g6b .image {
  overflow: hidden;
  width: calc(100% - 120px);
  max-height: 530px;
  height: 100%;
  float: right;
  position: relative;
  border-radius: 4px;
}
.cid-tBGJtW8g6b .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tBGJtW8g6b .image {
    max-height: 350px;
  }
  .cid-tBGJtW8g6b .title__block {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .cid-tBGJtW8g6b .wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .cid-tBGJtW8g6b .image {
    width: 100%;
    float: none;
  }
  .cid-tBGJtW8g6b .title__block {
    height: auto;
    position: static;
    padding: 25px ;
    width: 100%;
    max-width: none ;
  }
}
.cid-tBGJtW8g6b .dwwm-section-title,
.cid-tBGJtW8g6b .dwwm-section-btn {
  color: #191f23;
}
.cid-tBGFvXZjPG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #ffffff;
  background-color: #191f23;
}
.cid-tBGFvXZjPG .timelines-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1180px;
  padding: 0 60px;
}
@media (max-width: 575px) {
  .cid-tBGFvXZjPG .timelines-container {
    padding: 0 24px;
  }
}
.cid-tBGFvXZjPG .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tBGFvXZjPG .timeline-element {
  position: relative;
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .cid-tBGFvXZjPG .timeline-element {
    width: 100%;
  }
}
.cid-tBGFvXZjPG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBGFvXZjPG .iconBackground {
  position: absolute;
  left: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #fffdf7;
  top: 0;
  padding: 0;
}
.cid-tBGFvXZjPG .row:not(:last-child) .separline:before {
  top: 60px;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #fffdf7;
  left: 5px;
  height: calc(100% - 60px);
}
.cid-tBGFvXZjPG .dwwm-section-title,
.cid-tBGFvXZjPG .dwwm-section-subtitle {
  text-align: center;
}
.cid-tBGFvXZjPG .time-line-date-content {
  padding-left: 60px;
}
@media (min-width: 992px) {
  .cid-tBGFvXZjPG .time-line-date-content {
    margin-right: 30px;
    max-width: 350px;
    box-sizing: content-box;
  }
}
.cid-tBGFvXZjPG .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-tBGFvXZjPG .dwwm-timeline-date {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 7rem;
  line-height: normal;
}
@media (max-width: 575px) {
  .cid-tBGFvXZjPG .dwwm-timeline-date {
    font-size: 4rem;
  }
}
.cid-tBGFvXZjPG .dwwm-timeline-text {
  color: #ffffff;
}
.cid-tBGFvXZjPG .dwwm-timeline-title {
  color: #ffffff;
}
.cid-tBGFvXZjPG .timeline-date-panel {
  padding: 0;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tBGFvXZjPG .timeline-date-panel {
    margin-bottom: 16px;
  }
}
.cid-tBGFvXZjPG .timeline-img-panel {
  padding: 0;
}
.cid-tBGFvXZjPG .history-image {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
  display: inline-block;
}
.cid-tBGFvXZjPG .container-fluid {
  padding: 0;
  display: flex;
  justify-content: center;
}
.cid-tBGFvXZjPG .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-tBGFvXZjPG .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tBGFvXZjPG .anim span.dwwmi-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tBGFvXZjPG .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tBGFvXZjPG .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tBGFvXZjPG .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tBGFvXZjPG .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tBGFvXZjPG a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tBGFvXZjPG a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 1199px) {
  .cid-tBGFvXZjPG .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .cid-tBGFvXZjPG .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-tBGFvXZjPG a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tBGFvXZjPG .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tBGHosSY4k {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: 3px solid #191f23;
  border-bottom: 3px solid #191f23;
  margin-top: -3px;
  background-image: url("../../../assets/images/portrait-inspecteur-1456x832.png");
}
.cid-tBGHosSY4k .dwwm-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-tBGHosSY4k .content {
  border: 3px solid #191f23;
  padding: 3rem 1rem;
}
@media (min-width: 992px) {
  .cid-tBGHosSY4k .content {
    padding: 125px 234px 92px;
  }
}
.cid-tBGHosSY4k label {
  font-weight: 700;
}
.cid-tBGHosSY4k .title {
  position: absolute;
  border-radius: 20px;
  background-color: #191f23;
  color: #fff;
  padding: 5px 30px 2.5px;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .cid-tBGHosSY4k .title {
    min-width: 200px;
  }
}
.cid-tBGHosSY4k form .form-control {
  color: #000 !important;
  box-shadow: none !important;
  padding: 6px 12px;
  min-height: 34px;
  border: 1px solid #000000 !important;
  border-radius: 10px !important;
  background-color: #fff;
}
.cid-tBGHosSY4k form .form-control:focus {
  border: 1px solid #6698DD !important;
}
.cid-tBGHosSY4k form .form-control::placeholder {
  color: #adadad;
}
.cid-tBGHosSY4k form .dwwm-section-btn {
  text-align: center;
  width: auto;
  margin: 0 auto;
}
.cid-tBGHosSY4k form .dwwm-section-btn .btn {
  border: 2px solid #000 !important;
  padding: 10px 20px !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tBGHosSY4k form .dwwm-section-btn .btn {
    width: 100%;
  }
}
.cid-tBGHosSY4k form textarea {
  height: 80px;
}
.cid-tBGHosSY4k form .form-check-input[type=checkbox] {
  border-radius: 0 !important;
  border: 1px solid #000;
}
.cid-tBGHosSY4k form .checkbox {
  margin-left: 20px;
}
.cid-tBGHosSY4k .btn-secondary {
  color: #000000 !important;
}
.cid-tBGHosSY4k .btn-secondary:hover {
  color: #000000 !important;
  background: #fff !important;
}
.cid-tBGHosSY4k label span {
  color: #a94442;
}
.cid-tBGHosSY4k .checkbox,
.cid-tBGHosSY4k .form-group {
  margin-bottom: 1rem;
}
.cid-tBGHosSY4k P {
  color: #000000;
}
.cid-tBGISjE0sl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #ffffff;
  background-color: #191f23;
}
.cid-tBGISjE0sl .timelines-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1180px;
  padding: 0 60px;
}
@media (max-width: 575px) {
  .cid-tBGISjE0sl .timelines-container {
    padding: 0 24px;
  }
}
.cid-tBGISjE0sl .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tBGISjE0sl .timeline-element {
  position: relative;
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .cid-tBGISjE0sl .timeline-element {
    width: 100%;
  }
}
.cid-tBGISjE0sl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBGISjE0sl .iconBackground {
  position: absolute;
  left: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #fffdf7;
  top: 0;
  padding: 0;
}
.cid-tBGISjE0sl .row:not(:last-child) .separline:before {
  top: 60px;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #fffdf7;
  left: 5px;
  height: calc(100% - 60px);
}
.cid-tBGISjE0sl .dwwm-section-title,
.cid-tBGISjE0sl .dwwm-section-subtitle {
  text-align: center;
}
.cid-tBGISjE0sl .time-line-date-content {
  padding-left: 60px;
}
@media (min-width: 992px) {
  .cid-tBGISjE0sl .time-line-date-content {
    margin-right: 30px;
    max-width: 350px;
    box-sizing: content-box;
  }
}
.cid-tBGISjE0sl .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-tBGISjE0sl .dwwm-timeline-date {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 7rem;
  line-height: normal;
}
@media (max-width: 575px) {
  .cid-tBGISjE0sl .dwwm-timeline-date {
    font-size: 4rem;
  }
}
.cid-tBGISjE0sl .dwwm-timeline-text {
  color: #ffffff;
}
.cid-tBGISjE0sl .dwwm-timeline-title {
  color: #ffffff;
}
.cid-tBGISjE0sl .timeline-date-panel {
  padding: 0;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tBGISjE0sl .timeline-date-panel {
    margin-bottom: 16px;
  }
}
.cid-tBGISjE0sl .timeline-img-panel {
  padding: 0;
}
.cid-tBGISjE0sl .history-image {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
  display: inline-block;
}
.cid-tBGISjE0sl .container-fluid {
  padding: 0;
  display: flex;
  justify-content: center;
}
.cid-tBGISjE0sl .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-tBGISjE0sl .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tBGISjE0sl .anim span.dwwmi-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tBGISjE0sl .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tBGISjE0sl .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tBGISjE0sl .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tBGISjE0sl .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tBGISjE0sl a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tBGISjE0sl a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 1199px) {
  .cid-tBGISjE0sl .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .cid-tBGISjE0sl .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-tBGISjE0sl a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tBGISjE0sl .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tBGOKvLtMW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-tBGOKvLtMW .wrap:hover .image img {
  transform: scale(1.02);
}
.cid-tBGOKvLtMW .title__block {
  padding: 0 20px;
  position: absolute;
  max-width: 50%;
  height: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
}
.cid-tBGOKvLtMW .dwwm-section-subtitle {
  margin-bottom: 15px;
}
.cid-tBGOKvLtMW .dwwm-section-btn .btn-secondary-outline {
  margin-top: 10px;
  padding: 3px 0;
  color: inherit !important;
  border: none !important;
  background-color: transparent !important;
}
.cid-tBGOKvLtMW .dwwm-section-btn .btn-secondary-outline:hover {
  color: #191f23 !important;
}
.cid-tBGOKvLtMW .image {
  overflow: hidden;
  width: calc(100% - 120px);
  max-height: 530px;
  height: 100%;
  float: right;
  position: relative;
  border-radius: 4px;
}
.cid-tBGOKvLtMW .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tBGOKvLtMW .image {
    cursor: auto;
  }
  .cid-tBGOKvLtMW .title__block {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .cid-tBGOKvLtMW .wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .cid-tBGOKvLtMW .image {
    width: 100%;
    float: none;
  }
  .cid-tBGOKvLtMW .title__block {
    height: auto;
    position: static;
    padding: 25px ;
    width: 100%;
    max-width: none ;
  }
}
.cid-tBGOKvLtMW .dwwm-section-title,
.cid-tBGOKvLtMW .dwwm-section-btn {
  color: #191f23;
}
.cid-tBGPNNQH7u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #ffffff;
  background-color: #191f23;
}
.cid-tBGPNNQH7u .timelines-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1180px;
  padding: 0 60px;
}
@media (max-width: 575px) {
  .cid-tBGPNNQH7u .timelines-container {
    padding: 0 24px;
  }
}
.cid-tBGPNNQH7u .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tBGPNNQH7u .timeline-element {
  position: relative;
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .cid-tBGPNNQH7u .timeline-element {
    width: 100%;
  }
}
.cid-tBGPNNQH7u .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBGPNNQH7u .iconBackground {
  position: absolute;
  left: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #fffdf7;
  top: 0;
  padding: 0;
}
.cid-tBGPNNQH7u .row:not(:last-child) .separline:before {
  top: 60px;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #fffdf7;
  left: 5px;
  height: calc(100% - 60px);
}
.cid-tBGPNNQH7u .dwwm-section-title,
.cid-tBGPNNQH7u .dwwm-section-subtitle {
  text-align: center;
}
.cid-tBGPNNQH7u .time-line-date-content {
  padding-left: 60px;
}
@media (min-width: 992px) {
  .cid-tBGPNNQH7u .time-line-date-content {
    margin-right: 30px;
    max-width: 350px;
    box-sizing: content-box;
  }
}
.cid-tBGPNNQH7u .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-tBGPNNQH7u .dwwm-timeline-date {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 7rem;
  line-height: normal;
}
@media (max-width: 575px) {
  .cid-tBGPNNQH7u .dwwm-timeline-date {
    font-size: 4rem;
  }
}
.cid-tBGPNNQH7u .dwwm-timeline-text {
  color: #ffffff;
}
.cid-tBGPNNQH7u .dwwm-timeline-title {
  color: #ffffff;
}
.cid-tBGPNNQH7u .timeline-date-panel {
  padding: 0;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tBGPNNQH7u .timeline-date-panel {
    margin-bottom: 16px;
  }
}
.cid-tBGPNNQH7u .timeline-img-panel {
  padding: 0;
}
.cid-tBGPNNQH7u .history-image {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
  display: inline-block;
}
.cid-tBGPNNQH7u .container-fluid {
  padding: 0;
  display: flex;
  justify-content: center;
}
.cid-tBGPNNQH7u .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-tBGPNNQH7u .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tBGPNNQH7u .anim span.dwwmi-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tBGPNNQH7u .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tBGPNNQH7u .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tBGPNNQH7u .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tBGPNNQH7u .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tBGPNNQH7u a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tBGPNNQH7u a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 1199px) {
  .cid-tBGPNNQH7u .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .cid-tBGPNNQH7u .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-tBGPNNQH7u a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tBGPNNQH7u .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tBGSWHLpOw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191f23;
}
.cid-tBGSWHLpOw .dwwm-fallback-image.disabled {
  display: none;
}
.cid-tBGSWHLpOw .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBGSWHLpOw .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tBGSWHLpOw .container-fluid {
    padding: 0 12px;
  }
}
.cid-tBGSWHLpOw .container-fluid .row {
  padding: 0;
}
.cid-tBGSWHLpOw .row {
  margin-top: -2px;
  border-radius: 5px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tBGSWHLpOw .card {
    margin-bottom: 28px;
  }
}
.cid-tBGSWHLpOw .card .image-wrapper img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  border: 5px solid #fffdf7;
}
.cid-tBGPLqH0DF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: 3px solid #191f23;
  border-bottom: 3px solid #191f23;
  margin-top: -3px;
  background-image: url("../../../assets/images/portrait-inspecteur-1456x832.png");
}
.cid-tBGPLqH0DF .dwwm-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-tBGPLqH0DF .content {
  border: 3px solid #191f23;
  padding: 3rem 1rem;
}
@media (min-width: 992px) {
  .cid-tBGPLqH0DF .content {
    padding: 125px 234px 92px;
  }
}
.cid-tBGPLqH0DF label {
  font-weight: 700;
}
.cid-tBGPLqH0DF .title {
  position: absolute;
  border-radius: 20px;
  background-color: #191f23;
  color: #fff;
  padding: 5px 30px 2.5px;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .cid-tBGPLqH0DF .title {
    min-width: 200px;
  }
}
.cid-tBGPLqH0DF form .form-control {
  color: #000 !important;
  box-shadow: none !important;
  padding: 6px 12px;
  min-height: 34px;
  border: 1px solid #000000 !important;
  border-radius: 10px !important;
  background-color: #fff;
}
.cid-tBGPLqH0DF form .form-control:focus {
  border: 1px solid #6698DD !important;
}
.cid-tBGPLqH0DF form .form-control::placeholder {
  color: #adadad;
}
.cid-tBGPLqH0DF form .dwwm-section-btn {
  text-align: center;
  width: auto;
  margin: 0 auto;
}
.cid-tBGPLqH0DF form .dwwm-section-btn .btn {
  border: 2px solid #000 !important;
  padding: 10px 20px !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tBGPLqH0DF form .dwwm-section-btn .btn {
    width: 100%;
  }
}
.cid-tBGPLqH0DF form textarea {
  height: 80px;
}
.cid-tBGPLqH0DF form .form-check-input[type=checkbox] {
  border-radius: 0 !important;
  border: 1px solid #000;
}
.cid-tBGPLqH0DF form .checkbox {
  margin-left: 20px;
}
.cid-tBGPLqH0DF .btn-secondary {
  color: #000000 !important;
}
.cid-tBGPLqH0DF .btn-secondary:hover {
  color: #000000 !important;
  background: #fff !important;
}
.cid-tBGPLqH0DF label span {
  color: #a94442;
}
.cid-tBGPLqH0DF .checkbox,
.cid-tBGPLqH0DF .form-group {
  margin-bottom: 1rem;
}
.cid-tBGTBubGzO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #ffffff;
  background-color: #191f23;
}
.cid-tBGTBubGzO .timelines-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1180px;
  padding: 0 60px;
}
@media (max-width: 575px) {
  .cid-tBGTBubGzO .timelines-container {
    padding: 0 24px;
  }
}
.cid-tBGTBubGzO .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tBGTBubGzO .timeline-element {
  position: relative;
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .cid-tBGTBubGzO .timeline-element {
    width: 100%;
  }
}
.cid-tBGTBubGzO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBGTBubGzO .iconBackground {
  position: absolute;
  left: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #fffdf7;
  top: 0;
  padding: 0;
}
.cid-tBGTBubGzO .row:not(:last-child) .separline:before {
  top: 60px;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #fffdf7;
  left: 5px;
  height: calc(100% - 60px);
}
.cid-tBGTBubGzO .dwwm-section-title,
.cid-tBGTBubGzO .dwwm-section-subtitle {
  text-align: center;
}
.cid-tBGTBubGzO .time-line-date-content {
  padding-left: 60px;
}
@media (min-width: 992px) {
  .cid-tBGTBubGzO .time-line-date-content {
    margin-right: 30px;
    max-width: 350px;
    box-sizing: content-box;
  }
}
.cid-tBGTBubGzO .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-tBGTBubGzO .dwwm-timeline-date {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 7rem;
  line-height: normal;
}
@media (max-width: 575px) {
  .cid-tBGTBubGzO .dwwm-timeline-date {
    font-size: 4rem;
  }
}
.cid-tBGTBubGzO .dwwm-timeline-text {
  color: #ffffff;
}
.cid-tBGTBubGzO .dwwm-timeline-title {
  color: #ffffff;
}
.cid-tBGTBubGzO .timeline-date-panel {
  padding: 0;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tBGTBubGzO .timeline-date-panel {
    margin-bottom: 16px;
  }
}
.cid-tBGTBubGzO .timeline-img-panel {
  padding: 0;
}
.cid-tBGTBubGzO .history-image {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
  display: inline-block;
}
.cid-tBGTBubGzO .container-fluid {
  padding: 0;
  display: flex;
  justify-content: center;
}
.cid-tBGTBubGzO .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-tBGTBubGzO .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tBGTBubGzO .anim span.dwwmi-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tBGTBubGzO .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tBGTBubGzO .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tBGTBubGzO .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tBGTBubGzO .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tBGTBubGzO a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tBGTBubGzO a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 1199px) {
  .cid-tBGTBubGzO .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .cid-tBGTBubGzO .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-tBGTBubGzO a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tBGTBubGzO .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tBGWPkvAxA {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: 3px solid #191f23;
  border-bottom: 3px solid #191f23;
  margin-top: -3px;
  background-image: url("../../../assets/images/portrait-inspecteur-1456x832.png");
}
.cid-tBGWPkvAxA .dwwm-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-tBGWPkvAxA .content {
  border: 3px solid #191f23;
  padding: 3rem 1rem;
}
@media (min-width: 992px) {
  .cid-tBGWPkvAxA .content {
    padding: 125px 234px 92px;
  }
}
.cid-tBGWPkvAxA label {
  font-weight: 700;
}
.cid-tBGWPkvAxA .title {
  position: absolute;
  border-radius: 20px;
  background-color: #191f23;
  color: #fff;
  padding: 5px 30px 2.5px;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .cid-tBGWPkvAxA .title {
    min-width: 200px;
  }
}
.cid-tBGWPkvAxA form .form-control {
  color: #000 !important;
  box-shadow: none !important;
  padding: 6px 12px;
  min-height: 34px;
  border: 1px solid #000000 !important;
  border-radius: 10px !important;
  background-color: #fff;
}
.cid-tBGWPkvAxA form .form-control:focus {
  border: 1px solid #6698DD !important;
}
.cid-tBGWPkvAxA form .form-control::placeholder {
  color: #adadad;
}
.cid-tBGWPkvAxA form .dwwm-section-btn {
  text-align: center;
  width: auto;
  margin: 0 auto;
}
.cid-tBGWPkvAxA form .dwwm-section-btn .btn {
  border: 2px solid #000 !important;
  padding: 10px 20px !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tBGWPkvAxA form .dwwm-section-btn .btn {
    width: 100%;
  }
}
.cid-tBGWPkvAxA form textarea {
  height: 80px;
}
.cid-tBGWPkvAxA form .form-check-input[type=checkbox] {
  border-radius: 0 !important;
  border: 1px solid #000;
}
.cid-tBGWPkvAxA form .checkbox {
  margin-left: 20px;
}
.cid-tBGWPkvAxA .btn-secondary {
  color: #000000 !important;
}
.cid-tBGWPkvAxA .btn-secondary:hover {
  color: #000000 !important;
  background: #fff !important;
}
.cid-tBGWPkvAxA label span {
  color: #a94442;
}
.cid-tBGWPkvAxA .checkbox,
.cid-tBGWPkvAxA .form-group {
  margin-bottom: 1rem;
}
.cid-tBH2Q5hM7R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #ffffff;
  background-color: #191f23;
}
.cid-tBH2Q5hM7R .timelines-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1180px;
  padding: 0 60px;
}
@media (max-width: 575px) {
  .cid-tBH2Q5hM7R .timelines-container {
    padding: 0 24px;
  }
}
.cid-tBH2Q5hM7R .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tBH2Q5hM7R .timeline-element {
  position: relative;
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .cid-tBH2Q5hM7R .timeline-element {
    width: 100%;
  }
}
.cid-tBH2Q5hM7R .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBH2Q5hM7R .iconBackground {
  position: absolute;
  left: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #fffdf7;
  top: 0;
  padding: 0;
}
.cid-tBH2Q5hM7R .row:not(:last-child) .separline:before {
  top: 60px;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #fffdf7;
  left: 5px;
  height: calc(100% - 60px);
}
.cid-tBH2Q5hM7R .dwwm-section-title,
.cid-tBH2Q5hM7R .dwwm-section-subtitle {
  text-align: center;
}
.cid-tBH2Q5hM7R .time-line-date-content {
  padding-left: 60px;
}
@media (min-width: 992px) {
  .cid-tBH2Q5hM7R .time-line-date-content {
    margin-right: 30px;
    max-width: 350px;
    box-sizing: content-box;
  }
}
.cid-tBH2Q5hM7R .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-tBH2Q5hM7R .dwwm-timeline-date {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 7rem;
  line-height: normal;
}
@media (max-width: 575px) {
  .cid-tBH2Q5hM7R .dwwm-timeline-date {
    font-size: 4rem;
  }
}
.cid-tBH2Q5hM7R .dwwm-timeline-text {
  color: #ffffff;
}
.cid-tBH2Q5hM7R .dwwm-timeline-title {
  color: #ffffff;
}
.cid-tBH2Q5hM7R .timeline-date-panel {
  padding: 0;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tBH2Q5hM7R .timeline-date-panel {
    margin-bottom: 16px;
  }
}
.cid-tBH2Q5hM7R .timeline-img-panel {
  padding: 0;
}
.cid-tBH2Q5hM7R .history-image {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
  display: inline-block;
}
.cid-tBH2Q5hM7R .container-fluid {
  padding: 0;
  display: flex;
  justify-content: center;
}
.cid-tBH2Q5hM7R .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-tBH2Q5hM7R .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tBH2Q5hM7R .anim span.dwwmi-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tBH2Q5hM7R .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tBH2Q5hM7R .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tBH2Q5hM7R .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tBH2Q5hM7R .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tBH2Q5hM7R a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tBH2Q5hM7R a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 1199px) {
  .cid-tBH2Q5hM7R .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .cid-tBH2Q5hM7R .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-tBH2Q5hM7R a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tBH2Q5hM7R .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tBGY3IBigD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191f23;
}
.cid-tBGY3IBigD .dwwm-fallback-image.disabled {
  display: none;
}
.cid-tBGY3IBigD .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBGY3IBigD .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tBGY3IBigD .container-fluid {
    padding: 0 12px;
  }
}
.cid-tBGY3IBigD .container-fluid .row {
  padding: 0;
}
.cid-tBGY3IBigD .row {
  margin-top: -2px;
  border-radius: 5px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tBGY3IBigD .card {
    margin-bottom: 28px;
  }
}
.cid-tBGY3IBigD .card .image-wrapper img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  border: 5px solid #fffdf7;
}
.cid-tBH6H4lcTA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #ffffff;
  background-color: #191f23;
}
.cid-tBH6H4lcTA .timelines-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1180px;
  padding: 0 60px;
}
@media (max-width: 575px) {
  .cid-tBH6H4lcTA .timelines-container {
    padding: 0 24px;
  }
}
.cid-tBH6H4lcTA .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tBH6H4lcTA .timeline-element {
  position: relative;
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .cid-tBH6H4lcTA .timeline-element {
    width: 100%;
  }
}
.cid-tBH6H4lcTA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBH6H4lcTA .iconBackground {
  position: absolute;
  left: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #fffdf7;
  top: 0;
  padding: 0;
}
.cid-tBH6H4lcTA .row:not(:last-child) .separline:before {
  top: 60px;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #fffdf7;
  left: 5px;
  height: calc(100% - 60px);
}
.cid-tBH6H4lcTA .dwwm-section-title,
.cid-tBH6H4lcTA .dwwm-section-subtitle {
  text-align: center;
}
.cid-tBH6H4lcTA .time-line-date-content {
  padding-left: 60px;
}
@media (min-width: 992px) {
  .cid-tBH6H4lcTA .time-line-date-content {
    margin-right: 30px;
    max-width: 350px;
    box-sizing: content-box;
  }
}
.cid-tBH6H4lcTA .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-tBH6H4lcTA .dwwm-timeline-date {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 7rem;
  line-height: normal;
}
@media (max-width: 575px) {
  .cid-tBH6H4lcTA .dwwm-timeline-date {
    font-size: 4rem;
  }
}
.cid-tBH6H4lcTA .dwwm-timeline-text {
  color: #ffffff;
}
.cid-tBH6H4lcTA .dwwm-timeline-title {
  color: #ffffff;
}
.cid-tBH6H4lcTA .timeline-date-panel {
  padding: 0;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tBH6H4lcTA .timeline-date-panel {
    margin-bottom: 16px;
  }
}
.cid-tBH6H4lcTA .timeline-img-panel {
  padding: 0;
}
.cid-tBH6H4lcTA .history-image {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
  display: inline-block;
}
.cid-tBH6H4lcTA .container-fluid {
  padding: 0;
  display: flex;
  justify-content: center;
}
.cid-tBH6H4lcTA .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-tBH6H4lcTA .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tBH6H4lcTA .anim span.dwwmi-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tBH6H4lcTA .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tBH6H4lcTA .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tBH6H4lcTA .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tBH6H4lcTA .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tBH6H4lcTA a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tBH6H4lcTA a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 1199px) {
  .cid-tBH6H4lcTA .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .cid-tBH6H4lcTA .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-tBH6H4lcTA a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tBH6H4lcTA .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tBHaHS1FKj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191f23;
}
.cid-tBHaHS1FKj .dwwm-fallback-image.disabled {
  display: none;
}
.cid-tBHaHS1FKj .dwwm-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBHaHS1FKj .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tBHaHS1FKj .container-fluid {
    padding: 0 12px;
  }
}
.cid-tBHaHS1FKj .container-fluid .row {
  padding: 0;
}
.cid-tBHaHS1FKj .row {
  margin-top: -2px;
  border-radius: 5px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tBHaHS1FKj .card {
    margin-bottom: 28px;
  }
}
.cid-tBHaHS1FKj .card .image-wrapper img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  border: 5px solid #fffdf7;
}
.cid-tBHaFPp345 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #ffffff;
  background-color: #191f23;
}
.cid-tBHaFPp345 .timelines-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1180px;
  padding: 0 60px;
}
@media (max-width: 575px) {
  .cid-tBHaFPp345 .timelines-container {
    padding: 0 24px;
  }
}
.cid-tBHaFPp345 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tBHaFPp345 .timeline-element {
  position: relative;
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .cid-tBHaFPp345 .timeline-element {
    width: 100%;
  }
}
.cid-tBHaFPp345 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBHaFPp345 .iconBackground {
  position: absolute;
  left: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #fffdf7;
  top: 0;
  padding: 0;
}
.cid-tBHaFPp345 .row:not(:last-child) .separline:before {
  top: 60px;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #fffdf7;
  left: 5px;
  height: calc(100% - 60px);
}
.cid-tBHaFPp345 .dwwm-section-title,
.cid-tBHaFPp345 .dwwm-section-subtitle {
  text-align: center;
}
.cid-tBHaFPp345 .time-line-date-content {
  padding-left: 60px;
}
@media (min-width: 992px) {
  .cid-tBHaFPp345 .time-line-date-content {
    margin-right: 30px;
    max-width: 350px;
    box-sizing: content-box;
  }
}
.cid-tBHaFPp345 .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-tBHaFPp345 .dwwm-timeline-date {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 7rem;
  line-height: normal;
}
@media (max-width: 575px) {
  .cid-tBHaFPp345 .dwwm-timeline-date {
    font-size: 4rem;
  }
}
.cid-tBHaFPp345 .dwwm-timeline-text {
  color: #ffffff;
}
.cid-tBHaFPp345 .dwwm-timeline-title {
  color: #ffffff;
}
.cid-tBHaFPp345 .timeline-date-panel {
  padding: 0;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tBHaFPp345 .timeline-date-panel {
    margin-bottom: 16px;
  }
}
.cid-tBHaFPp345 .timeline-img-panel {
  padding: 0;
}
.cid-tBHaFPp345 .history-image {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
  display: inline-block;
}
.cid-tBHaFPp345 .container-fluid {
  padding: 0;
  display: flex;
  justify-content: center;
}
.cid-tBHaFPp345 .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
}
.cid-tBHaFPp345 .anim span {
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tBHaFPp345 .anim span.dwwmi-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tBHaFPp345 .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tBHaFPp345 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tBHaFPp345 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tBHaFPp345 .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tBHaFPp345 a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tBHaFPp345 a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 1199px) {
  .cid-tBHaFPp345 .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .cid-tBHaFPp345 .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-tBHaFPp345 a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tBHaFPp345 .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tBU9sgO8Qd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/belin-au-bureau003-2000x1143.jpg");
}
.cid-tBU9sgO8Qd .card-heading {
  color: #ffffff;
  margin-bottom: 24px;
}
.cid-tBU9sgO8Qd .row {
  justify-content: center;
}
.cid-tBU9sgO8Qd .p {
  width: 100%;
  color: #ffffff;
}
.cid-tBU9sgO8Qd .dwwm-iconfont {
  font-size: 23px;
  margin-right: 17px;
  color: #fedb01 ;
}
.cid-tBU9sgO8Qd .dwwm-text {
  display: inline;
}
.cid-tBU9sgO8Qd .dwwm-text:last-child {
  margin-bottom: 0px;
}
.cid-tBU9sgO8Qd .text {
  margin-bottom: 40px;
  color: #ffffff;
}
.cid-tBU9sgO8Qd .line {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.cid-tBU9sgO8Qd .shadow {
  padding: 52px 56px 58px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  max-width: 568px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-tBU9sgO8Qd .left-side {
  max-width: 596px;
}
.cid-tBU9sgO8Qd .right-side {
  max-width: 473px;
  margin-right: 0;
  margin-left: auto;
}
.cid-tBU9sgO8Qd a.btn,
.cid-tBU9sgO8Qd button {
  padding: 24px 40px;
  border-radius: 80px;
  width: 100%;
  margin-top: 24px;
}
.cid-tBU9sgO8Qd .sel-wrapper {
  min-height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  display: flex;
}
.cid-tBU9sgO8Qd .sel-wrapper:hover {
  border-color: #14142b;
}
.cid-tBU9sgO8Qd .sel-wrapper > select.form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #8c8c95;
  transition: color 350ms ease;
}
.cid-tBU9sgO8Qd .sel-wrapper > select.form-control:hover {
  color: #000000;
}
.cid-tBU9sgO8Qd .form-group {
  margin-bottom: 0;
}
.cid-tBU9sgO8Qd .card-title {
  margin-bottom: 7px;
}
.cid-tBU9sgO8Qd .card-text {
  margin-bottom: 40px;
  color: #0b0b0c;
}
.cid-tBU9sgO8Qd .line1 {
  margin-bottom: 40px;
  width: 100%;
  height: 1px;
  background-color: #0b0b0c;
}
.cid-tBU9sgO8Qd .card-subtitle {
  margin-top: 24px;
}
.cid-tBU9sgO8Qd option[value=""][disabled] {
  display: none;
}
.cid-tBU9sgO8Qd select.form-control:hover {
  border-color: #14142b;
}
.cid-tBU9sgO8Qd select.form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #8c8c95;
  transition: border-color 300ms ease;
  min-height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  display: flex;
}
.cid-tBU9sgO8Qd .form-check > input {
  height: 1em;
  width: 1em;
  padding: 0;
  float: initial;
  margin-bottom: 0;
}
.cid-tBU9sgO8Qd input {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #000000 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 64px;
  margin-bottom: 30px;
  padding: 8px 26px;
}
.cid-tBU9sgO8Qd textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-tBU9sgO8Qd input:hover {
  border-color: #14142b !important;
}
.cid-tBU9sgO8Qd textarea:hover {
  border-color: #14142b !important;
}
.cid-tBU9sgO8Qd input:focus {
  border-color: #14142b !important;
}
.cid-tBU9sgO8Qd textarea:focus {
  border-color: #14142b !important;
}
.cid-tBU9sgO8Qd .row.main {
  align-items: center;
}
@media (max-width: 990px) {
  .cid-tBU9sgO8Qd .shadow {
    width: 100%;
    margin: auto;
    max-width: 720px;
  }
  .cid-tBU9sgO8Qd .right-side {
    margin-top: 60px;
  }
  .cid-tBU9sgO8Qd .left-side,
  .cid-tBU9sgO8Qd .right-side {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 600px) {
  .cid-tBU9sgO8Qd .shadow {
    padding: 25px;
  }
  .cid-tBU9sgO8Qd input {
    margin-bottom: 20px;
  }
}
.cid-tBU9sgO8Qd a.btn > span {
  margin-left: 0.5rem;
}
.cid-tBU8vuXAR3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: 3px solid #191f23;
  border-bottom: 3px solid #191f23;
  margin-top: -3px;
  background-image: url("../../../assets/images/portrait-inspecteur-1456x832.png");
}
.cid-tBU8vuXAR3 .dwwm-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-tBU8vuXAR3 .content {
  border: 3px solid #191f23;
  padding: 3rem 1rem;
}
@media (min-width: 992px) {
  .cid-tBU8vuXAR3 .content {
    padding: 125px 234px 92px;
  }
}
.cid-tBU8vuXAR3 label {
  font-weight: 700;
}
.cid-tBU8vuXAR3 .title {
  position: absolute;
  border-radius: 20px;
  background-color: #191f23;
  color: #fff;
  padding: 5px 30px 2.5px;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .cid-tBU8vuXAR3 .title {
    min-width: 200px;
  }
}
.cid-tBU8vuXAR3 form .form-control {
  color: #000 !important;
  box-shadow: none !important;
  padding: 6px 12px;
  min-height: 34px;
  border: 1px solid #000000 !important;
  border-radius: 10px !important;
  background-color: #fff;
}
.cid-tBU8vuXAR3 form .form-control:focus {
  border: 1px solid #6698DD !important;
}
.cid-tBU8vuXAR3 form .form-control::placeholder {
  color: #adadad;
}
.cid-tBU8vuXAR3 form .dwwm-section-btn {
  text-align: center;
  width: auto;
  margin: 0 auto;
}
.cid-tBU8vuXAR3 form .dwwm-section-btn .btn {
  border: 2px solid #000 !important;
  padding: 10px 20px !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tBU8vuXAR3 form .dwwm-section-btn .btn {
    width: 100%;
  }
}
.cid-tBU8vuXAR3 form textarea {
  height: 80px;
}
.cid-tBU8vuXAR3 form .form-check-input[type=checkbox] {
  border-radius: 0 !important;
  border: 1px solid #000;
}
.cid-tBU8vuXAR3 form .checkbox {
  margin-left: 20px;
}
.cid-tBU8vuXAR3 .btn-secondary {
  color: #000000 !important;
}
.cid-tBU8vuXAR3 .btn-secondary:hover {
  color: #000000 !important;
  background: #fff !important;
}
.cid-tBU8vuXAR3 label span {
  color: #a94442;
}
.cid-tBU8vuXAR3 .checkbox,
.cid-tBU8vuXAR3 .form-group {
  margin-bottom: 1rem;
}
.cid-tBXK4JDMQ1.popup-builder {
  background-color: #ffffff;
}
.cid-tBXK4JDMQ1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBXK4JDMQ1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBXK4JDMQ1 .modal-content,
.cid-tBXK4JDMQ1 .modal-dialog {
  height: auto;
}
.cid-tBXK4JDMQ1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBXK4JDMQ1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBXK4JDMQ1 .form-wrapper .dwwm-form .form-group,
  .cid-tBXK4JDMQ1 .form-wrapper .dwwm-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBXK4JDMQ1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBXK4JDMQ1 .dwwm-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBXK4JDMQ1 .dwwm-text {
  text-align: center;
}
.cid-tBXK4JDMQ1 .pt-0 {
  padding-top: 0 !important;
}
.cid-tBXK4JDMQ1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBXK4JDMQ1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBXK4JDMQ1 .dwwm-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBXK4JDMQ1 .modal-open {
  overflow: hidden;
}
.cid-tBXK4JDMQ1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBXK4JDMQ1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBXK4JDMQ1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBXK4JDMQ1 .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-tBXK4JDMQ1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBXK4JDMQ1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBXK4JDMQ1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBXK4JDMQ1 .modal-content {
  background: #ffffff;
  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-tBXK4JDMQ1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tBXK4JDMQ1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBXK4JDMQ1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBXK4JDMQ1 .modal-backdrop.show {
  opacity: .5;
}
.cid-tBXK4JDMQ1 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tBXK4JDMQ1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tBXK4JDMQ1 .modal-header {
    padding: 1rem;
  }
}
.cid-tBXK4JDMQ1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBXK4JDMQ1 .modal-header .close svg {
  fill: #353535;
}
.cid-tBXK4JDMQ1 .modal-header .close:hover {
  opacity: 1;
}
.cid-tBXK4JDMQ1 .modal-header .close:focus {
  outline: none;
}
.cid-tBXK4JDMQ1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #191f23;
}
.cid-tBXK4JDMQ1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tBXK4JDMQ1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBXK4JDMQ1 .modal-body {
    padding: 1rem;
  }
}
.cid-tBXK4JDMQ1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tBXK4JDMQ1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBXK4JDMQ1 .modal-footer {
    padding: 1rem;
  }
}
.cid-tBXK4JDMQ1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBXK4JDMQ1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBXK4JDMQ1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBXK4JDMQ1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBXK4JDMQ1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tBXK4JDMQ1 .modal-lg,
  .cid-tBXK4JDMQ1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tBXK4JDMQ1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tBXK4JDMQ1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBXK4JDMQ1 .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-tBXK4JDMQ1 .form-group {
  margin-bottom: 1rem;
}
.cid-tBXK4JDMQ1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBXK4JDMQ1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBXK4JDMQ1 .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-tBXK4JDMQ1 .dwwm-section-btn {
  margin: 0;
}
.cid-tBXK4JDMQ1 .dwwm-section-btn .btn {
  margin: 0;
}
.cid-tChdvzvC3u.popup-builder {
  background-color: #ffffff;
}
.cid-tChdvzvC3u.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tChdvzvC3u.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tChdvzvC3u .modal-content,
.cid-tChdvzvC3u .modal-dialog {
  height: auto;
}
.cid-tChdvzvC3u .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tChdvzvC3u .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tChdvzvC3u .form-wrapper .dwwm-form .form-group,
  .cid-tChdvzvC3u .form-wrapper .dwwm-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tChdvzvC3u .card-img {
  width: 76%;
  margin: auto;
  border-radius: 0;
}
.cid-tChdvzvC3u .dwwm-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tChdvzvC3u .dwwm-text {
  text-align: center;
}
.cid-tChdvzvC3u .pt-0 {
  padding-top: 0 !important;
}
.cid-tChdvzvC3u .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tChdvzvC3u .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tChdvzvC3u .dwwm-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tChdvzvC3u .modal-open {
  overflow: hidden;
}
.cid-tChdvzvC3u .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tChdvzvC3u .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.cid-tChdvzvC3u .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tChdvzvC3u .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-tChdvzvC3u .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tChdvzvC3u .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tChdvzvC3u .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tChdvzvC3u .modal-content {
  background: #ffffff;
  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);
}
@media (min-width: 376px) {
  .cid-tChdvzvC3u .modal-content{
    background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 80%;
  left:47px;
  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-tChdvzvC3u .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tChdvzvC3u .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tChdvzvC3u .modal-backdrop.fade {
  opacity: 0;
}
.cid-tChdvzvC3u .modal-backdrop.show {
  opacity: .5;
}
.cid-tChdvzvC3u .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
.pointer_default {
  cursor: default;
}
.pointer_pointer {
  cursor: pointer;
}
.pointer_mysterie {
  cursor : url('/assets/images/curseur_souris.png'), pointer;
}
.modal-content-translate {
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(-50px);
}
.bonne_reponse {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
  background-color: rgba(0, 129, 0, 0.5);
}
.mauvaise_reponse {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
  background-color: rgba(129, 0, 0, 0.5);
}
@media (min-width: 992px) {
  .cid-tChdvzvC3u .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tChdvzvC3u .modal-header {
    padding: 1rem;
  }
}
.cid-tChdvzvC3u .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tChdvzvC3u .modal-header .close svg {
  fill: #353535;
}
.cid-tChdvzvC3u .modal-header .close:hover {
  opacity: 1;
}
.cid-tChdvzvC3u .modal-header .close:focus {
  outline: none;
}
.cid-tChdvzvC3u .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tChdvzvC3u .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tChdvzvC3u .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tChdvzvC3u .modal-body {
    padding: 1rem;
  }
}
.cid-tChdvzvC3u .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tChdvzvC3u .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tChdvzvC3u .modal-footer {
    padding: 1rem;
  }
}
.cid-tChdvzvC3u .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tChdvzvC3u .modal-dialog {
    max-width: 340px;
    margin: 1.75rem auto;
  }
  .cid-tChdvzvC3u .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tChdvzvC3u .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tChdvzvC3u .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tChdvzvC3u .modal-lg,
  .cid-tChdvzvC3u .modal-xl {
    max-width: 600px;
  }
}
@media (min-width: 1200px) {
  .cid-tChdvzvC3u .modal-xl {
    max-width: 800px;
  }
}
.cid-tChdvzvC3u .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tChdvzvC3u .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-tChdvzvC3u .form-group {
  margin-bottom: 1rem;
}
.cid-tChdvzvC3u .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tChdvzvC3u .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tChdvzvC3u .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-tChdvzvC3u .dwwm-section-btn {
  margin: 0;
}
.cid-tChdvzvC3u .dwwm-section-btn .btn {
  margin: 0;
}
    .cid-tCkJ4HEWbT.popup-builder {
  background-color: #ffffff;
}
.cid-tCkJ4HEWbT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tCkJ4HEWbT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tCkJ4HEWbT .modal-content,
.cid-tCkJ4HEWbT .modal-dialog {
  height: auto;
}
.cid-tCkJ4HEWbT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tCkJ4HEWbT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tCkJ4HEWbT .form-wrapper .dwwm-form .form-group,
  .cid-tCkJ4HEWbT .form-wrapper .dwwm-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tCkJ4HEWbT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tCkJ4HEWbT .dwwm-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tCkJ4HEWbT .dwwm-text {
  text-align: left;
}
.cid-tCkJ4HEWbT .pt-0 {
  padding-top: 0 !important;
}
.cid-tCkJ4HEWbT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tCkJ4HEWbT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tCkJ4HEWbT .dwwm-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tCkJ4HEWbT .modal-open {
  overflow: hidden;
}
.cid-tCkJ4HEWbT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tCkJ4HEWbT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tCkJ4HEWbT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tCkJ4HEWbT .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-tCkJ4HEWbT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tCkJ4HEWbT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tCkJ4HEWbT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tCkJ4HEWbT .modal-content {
  background: #ffffff;
  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-tCkJ4HEWbT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tCkJ4HEWbT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tCkJ4HEWbT .modal-backdrop.fade {
  opacity: 0;
}
.cid-tCkJ4HEWbT .modal-backdrop.show {
  opacity: .5;
}
.cid-tCkJ4HEWbT .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tCkJ4HEWbT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tCkJ4HEWbT .modal-header {
    padding: 1rem;
  }
}
.cid-tCkJ4HEWbT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tCkJ4HEWbT .modal-header .close svg {
  fill: #353535;
}
.cid-tCkJ4HEWbT .modal-header .close:hover {
  opacity: 1;
}
.cid-tCkJ4HEWbT .modal-header .close:focus {
  outline: none;
}
.cid-tCkJ4HEWbT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tCkJ4HEWbT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tCkJ4HEWbT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCkJ4HEWbT .modal-body {
    padding: 1rem;
  }
}
.cid-tCkJ4HEWbT .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tCkJ4HEWbT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCkJ4HEWbT .modal-footer {
    padding: 1rem;
  }
}
.cid-tCkJ4HEWbT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tCkJ4HEWbT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tCkJ4HEWbT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tCkJ4HEWbT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tCkJ4HEWbT .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 1200px) {
  .cid-tCkJ4HEWbT .modal-xl {
    max-width: 1140px;
  }
}
.cid-tCkJ4HEWbT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tCkJ4HEWbT .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-tCkJ4HEWbT .form-group {
  margin-bottom: 1rem;
}
.cid-tCkJ4HEWbT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tCkJ4HEWbT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tCkJ4HEWbT .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-tCkJ4HEWbT .dwwm-section-btn {
  margin: 0;
}
.cid-tCkJ4HEWbT .dwwm-section-btn .btn {
  margin: 0;
}