body {
  font-family: 'Poppins', sans-serif;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.875rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 3rem;
}
.display-6, .display-6 > .mbr-iconfont,  p.display-6 {
font-size: 1rem;
  font-family: 'Poppins', sans-serif;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
font-family: 'Poppins', sans-serif;
font-size: 2.24rem;
}
/* ---- 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: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem !important;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.4rem 1rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #005f8f !important;
}
.bg-success {
  background-color: #efda20 !important;
}
.bg-info {
  background-color: #666666 !important;
}
.bg-warning {
  background-color: #e27019 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #005f8f !important;
  border-color: #005f8f !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #002c43 !important;
  border-color: #002c43 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #002c43 !important;
  border-color: #002c43 !important;
}
.btn-primary:hover {
  background-color: #005f8f !important;
  border-color: #005f8f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #4d4d4d !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-secondary:hover {
  background-color: #005f8f !important;
  border-color: #005f8f !important;
}
.btn-info,
.btn-info:active {
  background-color: #666666 !important;
  border-color: #666666 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #404040 !important;
  border-color: #404040 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #404040 !important;
  border-color: #404040 !important;
}
.btn-info:hover {
  background-color: #005f8f !important;
  border-color: #005f8f !important;
}
.btn-success,
.btn-success:active {
  background-color: #efda20 !important;
  border-color: #efda20 !important;
  color: #0f0e01 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #0f0e01 !important;
  background-color: #b5a40d !important;
  border-color: #b5a40d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #0f0e01 !important;
  background-color: #b5a40d !important;
  border-color: #b5a40d !important;
}
.btn-success:hover {
  background-color: #005f8f !important;
  border-color: #005f8f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e27019 !important;
  border-color: #e27019 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9d4e11 !important;
  border-color: #9d4e11 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9d4e11 !important;
  border-color: #9d4e11 !important;
}
.btn-warning:hover {
  background-color: #005f8f !important;
  border-color: #005f8f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger:hover {
  background-color: #005f8f !important;
  border-color: #005f8f !important;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #005f8f !important;
  border-color: #005f8f !important;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #005f8f !important;
  border-color: #005f8f !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #005f8f;
  color: #005f8f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #005f8f;
  border-color: #005f8f;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #005f8f !important;
  border-color: #005f8f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #666666;
  color: #666666;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #666666;
  border-color: #666666;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #efda20;
  color: #efda20;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0f0e01;
  background-color: #efda20;
  border-color: #efda20;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #0f0e01 !important;
  background-color: #efda20 !important;
  border-color: #efda20 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #e27019;
  color: #e27019;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #e27019;
  border-color: #e27019;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e27019 !important;
  border-color: #e27019 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.text-primary {
  color: #005f8f !important;
}
.text-secondary {
  color: #cccccc !important;
}
.text-success {
  color: #efda20 !important;
}
.text-info {
  color: #666666 !important;
}
.text-warning {
  color: #e27019 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #00a3f5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ffffff !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #f6ea7f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #999999 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #efa872 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ffffff !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #666666;
}
.alert-warning {
  background-color: #e27019;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #005f8f;
  border-color: #005f8f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #005f8f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #10afff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fdfade;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a6a6a6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fae1cd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
blockquote {
  border-color: #005f8f;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #005f8f;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #005f8f;
  border-bottom-color: #005f8f;
}
.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: #005f8f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #cccccc !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23005f8f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tvh7ufNLwg .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-tvh7ufNLwg .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #e27019;
}
.cid-tvh7ufNLwg .navbar-fixed-top {
  padding-top: 0;
}
.cid-tvh7ufNLwg .navbar-collapse {
  flex-basis: auto;
}
.cid-tvh7ufNLwg .dropdown-item {
  padding: 0;
}
.cid-tvh7ufNLwg .dropdown-menu {
  border: 0px solid lightgray;
  background: #005f8f !important;
}
.cid-tvh7ufNLwg .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tvh7ufNLwg .menu-content-top {
    width: 100%;
  }
  .cid-tvh7ufNLwg .menu-content-top .menu-logo {
    display: none;
  }
  .cid-tvh7ufNLwg .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-tvh7ufNLwg .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-tvh7ufNLwg .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: flex-end;
}
.cid-tvh7ufNLwg .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-tvh7ufNLwg .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-tvh7ufNLwg .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all 0.3s;
  background: #005f8f;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-tvh7ufNLwg .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tvh7ufNLwg .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #005f8f;
}
.cid-tvh7ufNLwg .navbar-dropdown.bg-color.transparent.opened {
  background: #e27019;
}
.cid-tvh7ufNLwg a {
  font-style: normal;
}
.cid-tvh7ufNLwg .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-tvh7ufNLwg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tvh7ufNLwg .nav-item a {
  padding: 20px 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tvh7ufNLwg .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tvh7ufNLwg .content-text {
  margin-bottom: 0;
}
.cid-tvh7ufNLwg .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tvh7ufNLwg .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005f8f;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tvh7ufNLwg .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tvh7ufNLwg .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tvh7ufNLwg .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tvh7ufNLwg .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tvh7ufNLwg .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tvh7ufNLwg .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tvh7ufNLwg .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tvh7ufNLwg .nav-dropdown .link {
  font-weight: 400;
}
.cid-tvh7ufNLwg .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tvh7ufNLwg .content-right-side {
  text-align: center;
}
.cid-tvh7ufNLwg .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tvh7ufNLwg .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tvh7ufNLwg .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-tvh7ufNLwg .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-tvh7ufNLwg .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tvh7ufNLwg .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tvh7ufNLwg .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tvh7ufNLwg .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-tvh7ufNLwg .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-tvh7ufNLwg .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-tvh7ufNLwg .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tvh7ufNLwg .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tvh7ufNLwg .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-tvh7ufNLwg .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-tvh7ufNLwg .navbar {
    display: block;
    padding: 0;
  }
  .cid-tvh7ufNLwg .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-tvh7ufNLwg .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7rem - 4.5rem);
  }
  .cid-tvh7ufNLwg .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-tvh7ufNLwg .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tvh7ufNLwg .navbar-toggler {
    display: none;
  }
  .cid-tvh7ufNLwg .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-tvh7ufNLwg .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tvh7ufNLwg .btn {
  display: inline-flex;
  align-items: center;
}
.cid-tvh7ufNLwg .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-tvh7ufNLwg .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tvh7ufNLwg .menu-logo {
  margin-right: auto;
}
.cid-tvh7ufNLwg .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tvh7ufNLwg .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tvh7ufNLwg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tvh7ufNLwg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tvh7ufNLwg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-tvh7ufNLwg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tvh7ufNLwg .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tvh7ufNLwg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tvh7ufNLwg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-tvh7ufNLwg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tvh7ufNLwg .dropdown .dropdown-menu {
  background: #e27019;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tvh7ufNLwg .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tvh7ufNLwg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tvh7ufNLwg .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tvh7ufNLwg .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tvh7ufNLwg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tvh7ufNLwg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tvh7ufNLwg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tvh7ufNLwg .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tvh7ufNLwg .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tvh7ufNLwg .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tvh7ufNLwg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-tvh7ufNLwg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tvh7ufNLwg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tvh7ufNLwg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tvh7ufNLwg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  align-self: auto;
}
.cid-tvh7ufNLwg button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-tvh7ufNLwg button.navbar-toggler:focus {
  outline: none;
}
.cid-tvh7ufNLwg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tvh7ufNLwg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tvh7ufNLwg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvh7ufNLwg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvh7ufNLwg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tvh7ufNLwg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvh7ufNLwg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tvh7ufNLwg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tvh7ufNLwg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvh7ufNLwg .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-tvh7ufNLwg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tvh7ufNLwg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tvh7ufNLwg .collapsed .btn {
  display: flex;
}
.cid-tvh7ufNLwg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tvh7ufNLwg .collapsed .navbar-collapse.collapsing,
.cid-tvh7ufNLwg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tvh7ufNLwg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tvh7ufNLwg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tvh7ufNLwg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tvh7ufNLwg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tvh7ufNLwg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tvh7ufNLwg .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-tvh7ufNLwg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tvh7ufNLwg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tvh7ufNLwg .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tvh7ufNLwg .collapsed button.navbar-toggler {
  display: block;
}
.cid-tvh7ufNLwg .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tvh7ufNLwg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-tvh7ufNLwg .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tvh7ufNLwg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tvh7ufNLwg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tvh7ufNLwg .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tvh7ufNLwg .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-tvh7ufNLwg .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tvh7ufNLwg .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tvh7ufNLwg .navbar-collapse.collapsing,
  .cid-tvh7ufNLwg .navbar-collapse.show {
    display: block !important;
  }
  .cid-tvh7ufNLwg .navbar-collapse.collapsing .navbar-nav,
  .cid-tvh7ufNLwg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tvh7ufNLwg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tvh7ufNLwg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tvh7ufNLwg .navbar-collapse.collapsing .navbar-buttons,
  .cid-tvh7ufNLwg .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-tvh7ufNLwg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tvh7ufNLwg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tvh7ufNLwg .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-tvh7ufNLwg .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-tvh7ufNLwg .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-tvh7ufNLwg img {
    height: 3.8rem !important;
  }
  .cid-tvh7ufNLwg .btn {
    display: flex;
  }
  .cid-tvh7ufNLwg button.navbar-toggler {
    display: block;
  }
  .cid-tvh7ufNLwg .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tvh7ufNLwg .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-tvh7ufNLwg .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tvh7ufNLwg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tvh7ufNLwg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tvh7ufNLwg .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tvh7ufNLwg .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tvh7ufNLwg .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tvh7ufNLwg .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-tvh7ufNLwg .nav-link:focus {
  outline: none;
}
.cid-tvh7ufNLwg .navbar-toggler {
  position: relative;
}
.cid-tvh7ufNLwg .dropdown-item.active,
.cid-tvh7ufNLwg .dropdown-item:active {
  background: #005f8f;
  color: initial;
}
.cid-tvh7ufNLwg .widget-title,
.cid-tvh7ufNLwg .widget-icon {
  text-align: center;
  color: #005f8f;
}
.cid-tvh7ufNLwg .widget-text {
  text-align: center;
}
.cid-tvh7ufNLwg .btn-success {
  color: #005f8f !important;
}
.cid-tvh7ufNLwg .navbar-buttons > .btn-success:hover {
  color: white!mportant;
}
.cid-tvh7ufNLwg .fontmini {
  font-size: .7rem!important;
}
.cid-tvm9swHLjx {
  padding-top: 120px;
  padding-bottom: 0rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-tvm9swHLjx .mbr-section-head {
  width: 100%;
}
.cid-tvm9swHLjx .border-item {
  width: 100%;
  height: 10px;
  background-color: #e27019;
  margin-left: 0;
  padding-left: 0;
  border: none!important;
  border-block-width: 0!important;
}
.cid-rZq2PVdUqR .link-align {
  width: 100%;
}
.cid-rZq2PVdUqR .link-wrap {
  display: inline-block;
}
.cid-rZq2PVdUqR .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-rZq2PVdUqR .wrap {
  transform: matrix3d(0.99863, -0.052336, 0, 0, 0.052336, 0.99863, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
.cid-rZq2PVdUqR .wrap .mask {
  background: #e27019;
  background: linear-gradient(#e27019 0%, #ff5e3a 69%, #ff4e3c 100%);
  display: flex;
  z-index: 8;
  visibility: inherit;
  transition: none 0s ease 0s;
  text-align: inherit;
  line-height: 1.05;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 17px;
  white-space: nowrap;
  min-height: 88px;
  width: 100%;
  max-height: 100px;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, -0.275637, 0.961262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
@media (max-width: 992px) {
  .cid-rZq2PVdUqR .wrap .mask {
    background: none;
    min-height: auto;
  }
}
.cid-rZq2PVdUqR .wrap .mbr-section-subtitle {
  line-height: 1;
}
.cid-rZq2PVdUqR .wrap .price {
  color: #efda20;
}
@media (min-width: 992px) {
  .cid-rZq2PVdUqR .wrap .mbr-section-title.display-1 {
    font-size: 100px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .cid-rZq2PVdUqR .mbr-text {
    text-align: right;
  }
}
.cid-rZq2PVdUqR .wrap .mask .wrap-text .price {
  color: #fff000;
}
.cid-tvhaMAFDLj {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #212428;
  overflow: hidden;
}
.cid-tvhaMAFDLj .mbr-section-head {
  width: 100%;
}
.cid-tvhaMAFDLj .border-item {
  width: 100%;
  height: 10px;
  background-color: #e27019;
  margin-left: 0;
  padding-left: 0;
  border: none!important;
  border-block-width: 0!important;
}
.cid-tvm8iAtAro {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/team5.jpg");
}
.cid-tvm8iAtAro .mbr-section-title {
  color: #06182d;
}
.cid-tvm8iAtAro .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  background: linear-gradient(#e27019 0%, #e27019 69%, #e27019 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tvm8iAtAro .mbr-section-subtitle {
  color: #06182d;
  text-align: left;
}
.cid-tvm8iAtAro .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tvm8iAtAro .mbr-section-text {
  color: #999999;
}
.cid-tvm8iAtAro .nav-tabs .nav-item.open .nav-link:focus,
.cid-tvm8iAtAro .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tvm8iAtAro .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #f4f6f9;
}
.cid-tvm8iAtAro .nav-tabs .nav-item {
  margin-right: 4px;
  margin-bottom: 4px;
}
.cid-tvm8iAtAro .first {
  margin-left: 0px;
}
.cid-tvm8iAtAro .nav-tabs .nav-link {
  color: #06182d;
  font-style: normal;
  font-weight: 300;
  transition: all 0.5s;
  border: none;
  text-align: center;
  border-radius: 0 !important;
  background-color: #f4f6f9;
  padding: 1rem 2.2rem;
}
.cid-tvm8iAtAro .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #e27019;
}
.cid-tvm8iAtAro .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #e27019;
}
.cid-tvm8iAtAro P {
  color: #e27019;
}
@media (max-width: 768px) {
  .cid-tvm8iAtAro .first {
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .cid-tvm8iAtAro .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-tvm8iAtAro .mbr-text,
  .cid-tvm8iAtAro .nav-link {
    text-align: center;
  }
}
.cid-tvm8iAtAro .mbr-section-title,
.cid-tvm8iAtAro .col {
  text-align: left;
}
.cid-tvm8iAtAro .mbr-text {
  text-align: left;
  color: #2b2b2b;
}
.cid-tvm8iAtAro a.btn-outline-warning {
  color: #e27019 !important;
  border-color: #e27019 !important;
}
.cid-tvm8iAtAro a.btn-outline-warning:hover {
  cursor: pointer;
  color: #FFFFFF !important;
  background-color: #e27019 !important;
  border-color: #e27019 !important;
}
.cid-tvm8iAtAro a.btn-outline-warning.active {
  font-weight: 500;
  color: #e27019;
  font-style: normal;
  background-color: #FFFFFF;
  border-color: #e27019 !important;
}
.cid-txfRFRRJX4 {
  padding-top: 90px;
  padding-bottom: 75px;
  position: relative;
  background-image: url("../../../assets/images/team5.jpg");
}
.cid-txfRFRRJX4 .mbr-section-title {
  color: #06182d;
}
.cid-txfRFRRJX4 .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-txfRFRRJX4 .mbr-section-subtitle {
  color: #06182d;
}
.cid-txfRFRRJX4 .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-txfRFRRJX4 .mbr-text {
  color: #666666;
  font-weight: 300;
}
.cid-txfRFRRJX4 .title-text {
  margin-bottom: 70px;
}
.cid-txfRFRRJX4 .title-text .mbr-section-subtitle {
  color: #06182d;
}
.cid-txfRFRRJX4 .title-text .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-txfRFRRJX4 .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-txfRFRRJX4 .title-text .mbr-section-title {
  color: #cccccc;
}
.cid-txfRFRRJX4 .title-text .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-txfRFRRJX4 .title-text .mbr-section-title span {
  font-weight: 500;
}
.cid-txfRFRRJX4 .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-txfRFRRJX4 .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #e27019;
}
.cid-txfRFRRJX4 .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-txfRFRRJX4 .p-4 {
  padding: 1rem 0 !important;
}
.cid-txfRFRRJX4 .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-txfRFRRJX4 .mbri-arrow-down:before {
  content: "\e960";
}
.cid-txfRFRRJX4 .mbri-arrow-up:before {
  content: "\e960";
}
.cid-txfRFRRJX4 .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-txfRFRRJX4 .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-txfRFRRJX4 .card {
  border-radius: 0px;
  background-color: #f3f3f3;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-txfRFRRJX4 .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-txfRFRRJX4 .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-txfRFRRJX4 .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-txfRFRRJX4 .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #e27019;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-txfRFRRJX4 .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #efefef;
}
.cid-txfRFRRJX4 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-txfRFRRJX4 .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-txfRFRRJX4 .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-txfRFRRJX4 .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-txfRFRRJX4 .card .card-header a.panel-title .toggle-icon:before,
.cid-txfRFRRJX4 .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-txfRFRRJX4 .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-txfRFRRJX4 .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-txfRFRRJX4 .card .panel-body {
  padding: 14px 20px;
}
.cid-txfRFRRJX4 .card .panel-body p {
  color: #666666;
  line-height: 1.5;
}
.cid-txfRFRRJX4 .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-txfRFRRJX4 .title-text .mbr-section-title {
  color: #06182d;
  text-align: left;
}
.cid-txfRFRRJX4 .title-text .mbr-section-subtitle {
  text-align: left;
}
.cid-txfRFRRJX4 a.btn-outline-warning {
  color: #e27019 !important;
  border-color: #e27019 !important;
}
.cid-txfRFRRJX4 a.btn-outline-warning:hover {
  cursor: pointer;
  color: #FFFFFF !important;
  background-color: #e27019 !important;
  border-color: #e27019 !important;
}
.cid-txfRFRRJX4 a.btn-outline-warning.active {
  font-weight: 500;
  color: #e27019;
  font-style: normal;
  background-color: #FFFFFF;
  border-color: #e27019 !important;
}
.cid-rZq2QVvhSh {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/entete-1106x774.jpg");
}
.cid-rZq2QVvhSh .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #ffffff;
  text-align: right;
}
.cid-rZq2QVvhSh .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-rZq2QVvhSh .mail:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-rZq2QVvhSh .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-rZq2QVvhSh .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  background: linear-gradient(#e27019 0%, #e27019 69%, #e27019 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZq2QVvhSh .mbr-text,
.cid-rZq2QVvhSh .mbr-section-btn {
  color: #ffffff;
}
.cid-rZq2QVvhSh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rZq2QVvhSh .card .card-wrapper {
  text-align: center;
}
.cid-rZq2QVvhSh .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #e27019;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 14px;
}
.cid-rZq2QVvhSh .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #ffffff;
}
.cid-rZq2QVvhSh .card .card-wrapper .card-box .card-text {
  color: #ffffff;
}
.cid-rZq2QVvhSh .buttons-wrap {
  text-align: center;
}
.cid-rZq2QVvhSh .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-rZq2QVvhSh .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
.cid-rZq2QVvhSh .buttons-wrap .mbr-section-btn .btn-success-outline {
  color: #ffffff;
}
.cid-rZq2QVvhSh .buttons-wrap .mbr-section-btn .btn-success-outline:hover {
  color: #000000;
}
.cid-rZq2QVvhSh .buttons-wrap .or {
  text-align: center;
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
  vertical-align: sub;
}
@media (max-width: 768px) {
  .cid-rZq2QVvhSh .buttons-wrap .or {
    display: none;
  }
}
.cid-rZq2QVvhSh .mbr-section-title,
.cid-rZq2QVvhSh .col {
  text-align: center;
}
.cid-rZq2Qp1W1C {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f3f3f3;
}
.cid-rZq2Qp1W1C .mbr-section-title {
  color: #06182d;
}
.cid-rZq2Qp1W1C .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  background: linear-gradient(#e27019 0%, #e27019 69%, #e27019 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZq2Qp1W1C .mbr-section-subtitle {
  color: #06182d;
}
.cid-rZq2Qp1W1C .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rZq2Qp1W1C .mbr-section-text {
  color: #999999;
}
.cid-rZq2Qp1W1C .nav-tabs .nav-item.open .nav-link:focus,
.cid-rZq2Qp1W1C .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rZq2Qp1W1C .nav-tabs {
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: 1px solid #f4f6f9;
}
.cid-rZq2Qp1W1C .nav-tabs .nav-item {
  margin-right: 4px;
}
.cid-rZq2Qp1W1C .nav-tabs .nav-link {
  color: #06182d;
  font-style: normal;
  font-weight: 300;
  transition: all .5s;
  border: none;
  border-radius: 0 !important;
  background-color: #f4f6f9;
  padding: 1rem 2.2rem;
}
.cid-rZq2Qp1W1C .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #e27019;
}
.cid-rZq2Qp1W1C .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #e27019;
}
.cid-rZq2Qp1W1C P {
  color: #879a9f;
}
@media (max-width: 576px) {
  .cid-rZq2Qp1W1C .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-rZq2Qp1W1C .mbr-text,
  .cid-rZq2Qp1W1C .nav-link {
    text-align: center;
  }
}
.cid-rZq2Qp1W1C .img-wrap img {
  width: 100%;
}
.cid-rZq2Qp1W1C .mbr-section-title,
.cid-rZq2Qp1W1C .col {
  color: #005f8f;
}
.cid-rZq2Qp1W1C .mbr-text,
.cid-rZq2Qp1W1C .col {
  color: #666666;
}
.cid-rZq2Qp1W1C a.btn-outline-warning {
  color: #e27019 !important;
  border-color: #e27019 !important;
  margin-left: 0!important;
}
.cid-rZq2Qp1W1C a.btn-outline-warning:hover {
  cursor: pointer;
  color: #FFFFFF !important;
  background-color: #e27019 !important;
  border-color: #e27019 !important;
}
.cid-rZq2Qp1W1C a.btn-outline-warning.active {
  font-weight: 500;
  color: #e27019;
  font-style: normal;
  background-color: #FFFFFF;
  border-color: #e27019 !important;
}
.cid-rZq2Qp1W1C a.btn-outline-succes {
  border-color: #efda20 !important;
}
.cid-tzfl9Yqe5P {
  padding-top: 90px;
  padding-bottom: 75px;
  position: relative;
  background-color: #f3f3f3;
}
.cid-tzfl9Yqe5P .mbr-section-title {
  color: #06182d;
}
.cid-tzfl9Yqe5P .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tzfl9Yqe5P .mbr-section-subtitle {
  color: #06182d;
}
.cid-tzfl9Yqe5P .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tzfl9Yqe5P .mbr-text {
  color: #666666;
  font-weight: 300;
}
.cid-tzfl9Yqe5P .title-text {
  margin-bottom: 70px;
}
.cid-tzfl9Yqe5P .title-text .mbr-section-subtitle {
  color: #06182d;
}
.cid-tzfl9Yqe5P .title-text .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-tzfl9Yqe5P .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tzfl9Yqe5P .title-text .mbr-section-title {
  color: #cccccc;
}
.cid-tzfl9Yqe5P .title-text .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-tzfl9Yqe5P .title-text .mbr-section-title span {
  font-weight: 500;
}
.cid-tzfl9Yqe5P .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tzfl9Yqe5P .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #e27019;
}
.cid-tzfl9Yqe5P .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-tzfl9Yqe5P .p-4 {
  padding: 1rem 0 !important;
}
.cid-tzfl9Yqe5P .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-tzfl9Yqe5P .mbri-arrow-down:before {
  content: "\e960";
}
.cid-tzfl9Yqe5P .mbri-arrow-up:before {
  content: "\e960";
}
.cid-tzfl9Yqe5P .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-tzfl9Yqe5P .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-tzfl9Yqe5P .card {
  border-radius: 0px;
  background-color: #f4f6f9;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-tzfl9Yqe5P .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-tzfl9Yqe5P .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-tzfl9Yqe5P .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-tzfl9Yqe5P .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #e27019;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-tzfl9Yqe5P .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #efefef;
}
.cid-tzfl9Yqe5P .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tzfl9Yqe5P .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-tzfl9Yqe5P .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-tzfl9Yqe5P .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-tzfl9Yqe5P .card .card-header a.panel-title .toggle-icon:before,
.cid-tzfl9Yqe5P .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-tzfl9Yqe5P .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-tzfl9Yqe5P .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-tzfl9Yqe5P .card .panel-body {
  padding: 14px 20px;
}
.cid-tzfl9Yqe5P .card .panel-body p {
  color: #666666;
  line-height: 1.5;
}
.cid-tzfl9Yqe5P .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-tzfl9Yqe5P .title-text .mbr-section-title {
  color: #005f8f;
  text-align: center;
}
.cid-tzfl9Yqe5P .title-text .mbr-section-subtitle {
  text-align: center;
}
.cid-tzfl9Yqe5P a.btn-outline-warning {
  color: #e27019 !important;
  border-color: #e27019 !important;
}
.cid-tzfl9Yqe5P a.btn-outline-warning:hover {
  cursor: pointer;
  color: #FFFFFF !important;
  background-color: #e27019 !important;
  border-color: #e27019 !important;
}
.cid-tzfl9Yqe5P a.btn-outline-warning.active {
  font-weight: 500;
  color: #e27019;
  font-style: normal;
  background-color: #FFFFFF;
  border-color: #e27019 !important;
}
.cid-tvmwqn3V2K {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #212428;
  overflow: hidden;
}
.cid-tvmwqn3V2K .mbr-section-head {
  width: 100%;
}
.cid-tvmwqn3V2K .border-item {
  width: 100%;
  height: 10px;
  background-color: #e27019;
  margin-left: 0;
  padding-left: 0;
  border: none!important;
  border-block-width: 0!important;
}
.cid-tvmsEyAxjS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/fond-site-web-2000x1395.jpg");
}
.cid-tvmsEyAxjS .img-wrap img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-tvmsEyAxjS .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-tvmsEyAxjS .card .wrapper {
  overflow: hidden;
}
.cid-tvmsEyAxjS .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-tvmsEyAxjS .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tvmsEyAxjS .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-tvmsEyAxjS .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tvmsEyAxjS .card .wrapper .mbr-text {
  color: #666666;
  font-weight: 300;
}
.cid-tvmsEyAxjS .card .wrapper .sign-wrap {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.cid-tvmsEyAxjS .card .wrapper .sign-wrap::before {
  right: 65.8%;
  height: 2px;
  transform: translateY(-50%);
  width: 250px;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #dfe3e8;
}
.cid-tvmsEyAxjS .card .wrapper .sign-wrap::after {
  left: 65.9%;
  height: 2px;
  transform: translateY(-50%);
  width: 250px;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #dfe3e8;
}
.cid-tvmsEyAxjS .card .wrapper .sign-wrap img {
  width: 140px;
}
.cid-tvhbjsIcAJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #212428;
  overflow: hidden;
}
.cid-tvhbjsIcAJ .mbr-section-head {
  width: 100%;
}
.cid-tvhbjsIcAJ .border-item {
  width: 100%;
  height: 10px;
  background-color: #e27019;
  margin-left: 0;
  padding-left: 0;
  border: none!important;
  border-block-width: 0!important;
}
.cid-rZq2Re8t6T {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rZq2Re8t6T .mbr-section-title {
  color: #06182d;
}
.cid-rZq2Re8t6T .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  background: linear-gradient(#e27019 0%, #e27019 69%, #e27019 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZq2Re8t6T .mbr-section-subtitle {
  color: #06182d;
}
.cid-rZq2Re8t6T .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rZq2Re8t6T .card:nth-child(even) {
  margin-top: 70px;
}
.cid-rZq2Re8t6T .card:nth-child(odd)::after {
  content: '';
  background-size: contain;
  background-image: url("../../../assets/images/arrow2.png");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 185px;
  height: 50px;
  z-index: 4;
  top: 1px;
  right: -148px;
}
.cid-rZq2Re8t6T .card:nth-child(2)::after {
  content: '';
  background-size: contain;
  background-image: url("../../../assets/images/arrow2.png");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 175px;
  height: 80px;
  z-index: 4;
  bottom: -12px;
  right: -100px;
  transform: scale(1, -1);
}
.cid-rZq2Re8t6T .card .card-wrapper {
  height: 100%;
}
.cid-rZq2Re8t6T .card .card-wrapper .card-img {
  position: relative;
}
.cid-rZq2Re8t6T .card .card-wrapper .card-img:hover img {
  transform: rotateY(180deg);
}
.cid-rZq2Re8t6T .card .card-wrapper .card-img img {
  border-radius: 100%;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.cid-rZq2Re8t6T .card .card-wrapper .card-box {
  padding-top: 1rem;
}
.cid-rZq2Re8t6T .card .card-wrapper .card-box .card-title {
  margin-bottom: 0;
  color: #06182d;
  text-align: center;
  font-weight: 700;
}
.cid-rZq2Re8t6T .card .card-wrapper .card-box .mbr-text {
  text-align: center;
  color: #030f1c;
}
.cid-rZq2Re8t6T .mbr-section-title,
.cid-rZq2Re8t6T .col {
  color: #005f8f;
}
.cid-tvISpuOd09 {
  padding-top: 30px;
  padding-bottom: 0rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-tvISpuOd09 .mbr-section-head {
  width: 100%;
}
.cid-tvISpuOd09 .border-item {
  width: 100%;
  height: 10px;
  background-color: #e27019;
  margin-left: 0;
  padding-left: 0;
  border: none!important;
  border-block-width: 0!important;
}
.cid-rZq2UAYRXo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rZq2UAYRXo .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  background: linear-gradient(#e27019 0%, #e27019 69%, #e27019 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZq2UAYRXo .card:hover .card-wrapper .img-wrapper .mbr-section-btn {
  opacity: 1;
  transform: translateY(-50px);
  transform: translateY(40px);
}
.cid-rZq2UAYRXo .card .card-wrapper .img-wrapper {
  overflow: hidden;
  trasnition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-rZq2UAYRXo .card .card-wrapper .img-wrapper img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-rZq2UAYRXo .card .card-wrapper .img-wrapper .mbr-section-btn {
  position: absolute;
  bottom: 150px;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  transform: translateY(100px);
  width: 100%;
}
.cid-rZq2UAYRXo .card .card-wrapper .img-wrapper .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  letter-spacing: 0;
}
.cid-rZq2UAYRXo .card .card-wrapper .card-box .card-title {
  color: #06182d;
  font-weight: 700;
  margin-bottom: 0;
}
.cid-rZq2UAYRXo .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.2;
}
.cid-rZq2UAYRXo .card .card-wrapper .card-box .mbr-section-subtitle {
  color: #666666;
  letter-spacing: 0;
}
.cid-rZq2UAYRXo .card .card-wrapper .card-box .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-rZq2UAYRXo .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #dfe3e8;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-rZq2UAYRXo .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #005f8f;
}
.cid-rZq2UAYRXo .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #e27019;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-rZq2UAYRXo .card .card-wrapper .card-box .text-wrap .icons-wrap::before {
  height: 2px;
  width: 25%;
  top: 50%;
  right: 70%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #dfe3e8;
}
@media (max-width: 992px) {
  .cid-rZq2UAYRXo .card .card-wrapper .card-box .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-rZq2UAYRXo .card .card-wrapper .card-box .text-wrap .icons-wrap::after {
  height: 2px;
  width: 25%;
  top: 50%;
  left: 70%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #dfe3e8;
}
@media (max-width: 992px) {
  .cid-rZq2UAYRXo .card .card-wrapper .card-box .text-wrap .icons-wrap::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-rZq2UAYRXo .card .text-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-rZq2VsLpyN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f6f9;
}
.cid-rZq2VsLpyN .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  background: linear-gradient(#e27019 0%, #e27019 69%, #e27019 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZq2VsLpyN .mbr-section-subtitle {
  color: #06182d;
  line-height: 1;
  font-weight: 300;
}
.cid-rZq2VsLpyN .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border: 1px solid rgba(97, 114, 138, 0.2);
}
.cid-rZq2VsLpyN .card .card-wrapper .card-img {
  width: auto;
}
.cid-rZq2VsLpyN .card .card-wrapper .card-img img {
  width: 100%;
  max-height: 450px;
}
.cid-rZq2VsLpyN .card .card-wrapper .card-box {
  padding: 44px 30px 41px;
}
.cid-rZq2VsLpyN .card .card-wrapper .card-box .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
.cid-rZq2VsLpyN .card .card-wrapper .card-box .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #e27019;
  background: linear-gradient(#e27019 0%, #e27019 69%, #e27019 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-rZq2VsLpyN .card .card-wrapper .card-box .sticky-tag .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #db3321 transparent transparent;
  transform: skew(22deg) !important;
}
.cid-rZq2VsLpyN .card .card-wrapper .card-box .card-title {
  color: #06182d;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
  font-weight: 500;
}
.cid-rZq2VsLpyN .card .card-wrapper .card-box .mbr-text {
  line-height: 1.6;
  text-align: center;
  color: #666666;
}
.cid-rZq2VsLpyN .card .card-wrapper .card-box .ico-line {
  width: 100%;
  color: #767676;
  justify-content: space-between;
}
.cid-rZq2VsLpyN .card .card-wrapper .card-box .ico-line .mbr-iconfont {
  display: inline-block;
  color: #ff4e3c;
}
.cid-rZq2VsLpyN .card .card-wrapper .card-box .ico-line .rev {
  display: inline-block;
  color: #0a1c44;
}
.cid-rZq2VsLpyN .card .card-wrapper .card-box .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-rZq2WrkS07 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rZq2WrkS07 .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-rZq2WrkS07 .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-rZq2WrkS07 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rZq2WrkS07 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rZq2WrkS07 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rZq2WrkS07 .map-placeholder {
  display: none;
}
.cid-rZq2WrkS07 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-rZq2WrkS07 .card {
  padding: 3rem 8rem;
}
.cid-rZq2WrkS07 .card .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZq2WrkS07 .card .mbr-text {
  color: #06182d;
}
.cid-rZq2WrkS07 .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-rZq2WrkS07 .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rZq2WrkS07 .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-rZq2WrkS07 .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-rZq2WrkS07 .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-rZq2WrkS07 .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-rZq2WrkS07 .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-rZq2WrkS07 .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-rZq2WrkS07 .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-rZq2WrkS07 .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-rZq2WrkS07 .card .social-list .soc-item a .socicon {
  font-size: 1.3rem;
  background: #e27019;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rZq2WrkS07 .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-rZq2WrkS07 .card .form-group {
  padding-right: 0;
}
.cid-rZq2WrkS07 .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-rZq2WrkS07 .card .btn-primary {
  border: 1px solid #005f8f !important;
}
.cid-rZq2WrkS07 .card .btn-primary:hover {
  border: 1px solid #005f8f !important;
}
@media (max-width: 1200px) {
  .cid-rZq2WrkS07 .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-rZq2WrkS07 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rZq2WrkS07 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-rZq2WrkS07 * {
    text-align: center !important;
  }
  .cid-rZq2WrkS07 .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-rZq2WrkS07 .form-group {
    max-width: 180px;
  }
  .cid-rZq2WrkS07 .card {
    padding: 2rem 1rem;
  }
}
.cid-rZq2WrkS07 .card .group-title {
  color: #005f8f;
}
.cid-txsszA5BjE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/team5.jpg");
}
.cid-txsszA5BjE .img-wrap {
  position: relative;
}
.cid-txsszA5BjE .img-wrap img {
  width: 100%;
}
.cid-txsszA5BjE .img-wrap .icon-label {
  padding: 19px;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  background-color: #e27019;
  z-index: 100;
  position: absolute;
}
.cid-txsszA5BjE .img-wrap .icon-label .mbr-iconfont {
  color: #ffffff;
  font-size: 27px;
  line-height: 1;
}
@media (max-width: 768px) {
  .cid-txsszA5BjE .img-wrap .icon-label {
    left: 0;
    top: auto;
    right: auto;
    bottom: 0;
  }
}
.cid-txsszA5BjE .mbr-section-title {
  color: #ffffff;
}
.cid-txsszA5BjE .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-txsszA5BjE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txsszA5BjE .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-txsszA5BjE .mbr-section-text {
  color: #ffffff;
}
.cid-txsszA5BjE .form-control,
.cid-txsszA5BjE .form-check-label {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}
.cid-txsszA5BjE .form-control {
  box-shadow: none;
  padding: 0.7em 1.07em 0em 0.8em;
  background-color: #f4f6f9;
  border: 0px solid #e27019;
  border-bottom: 1px solid #e27019;
  color: #b8b8b8;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-txsszA5BjE .form-control:focus,
.cid-txsszA5BjE .form-control:hover {
  border: 0px solid #e27019;
  border-bottom: 1px solid #e27019;
  background-color: #ffffff;
}
.cid-txsszA5BjE .form-control.textarea {
  padding-top: 40px;
}
.cid-txsszA5BjE .form-group {
  margin-bottom: 1.5rem;
}
.cid-txsszA5BjE input::-webkit-input-placeholder,
.cid-txsszA5BjE textarea::-webkit-input-placeholder {
  color: #b8b8b8;
}
.cid-txsszA5BjE input:-moz-placeholder,
.cid-txsszA5BjE textarea:-moz-placeholder {
  color: #b8b8b8;
}
.cid-txsszA5BjE .jq-selectbox li,
.cid-txsszA5BjE .jq-selectbox li {
  background-color: #f4f6f9;
  color: #000000;
}
.cid-txsszA5BjE .jq-selectbox li:hover,
.cid-txsszA5BjE .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-txsszA5BjE .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f4f6f9;
}
.cid-txsszA5BjE .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-txsszA5BjE .text-blocks .mbr-text {
  color: #ffffff;
}
.cid-txsszA5BjE a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-txsszA5BjE .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-txsszA5BjE .input-group-btn {
  display: block;
  text-align: left;
}
.cid-txsszA5BjE .input-group-btn .btn-sm {
  padding: 7px 39px;
}
.cid-txsszA5BjE textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-txsszA5BjE h2 {
    padding-top: 2rem;
  }
  .cid-txsszA5BjE .input-group-btn {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .cid-txsszA5BjE .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-txsszA5BjE .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-txsszA5BjE .gdpr-block {
  padding: 20px;
  text-align: left;
}
.cid-txsszA5BjE .gdpr-block span {
  line-height: 1;
}
.cid-txsszA5BjE .gdpr-block label span.textGDPR input[name="gdpr"] {
  top: 6px;
}
.cid-txsszA5BjE H5 {
  color: #e27019;
}
.cid-txsszA5BjE LABEL {
  color: #ffffff;
}
.cid-rZq2XwXV7L {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #005f8f;
}
.cid-rZq2XwXV7L .mbr-overlay {
  background-color: #06182d;
  opacity: 0.7;
}
.cid-rZq2XwXV7L .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  justify-content: flex-start;
}
.cid-rZq2XwXV7L .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-rZq2XwXV7L .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-rZq2XwXV7L .items .list-item .text2 a {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-rZq2XwXV7L li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-rZq2XwXV7L .align-wrap {
  display: flex;
  flex-direction: column;
}
.cid-rZq2XwXV7L .align-wrap .item-wrap {
  display: flex;
  justify-content: flex-start;
}
.cid-rZq2XwXV7L .align-wrap .item-wrap .card-img {
  margin-right: 15px;
}
.cid-rZq2XwXV7L .align-wrap .item-wrap .card-img .mbr-iconfont {
  color: #ff4e3c !important;
  font-size: 0.9rem;
}
.cid-rZq2XwXV7L .align-wrap .item-wrap .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-rZq2XwXV7L .align-wrap .item-wrap .icons-wrap .icon-title {
  margin: 0;
  padding-bottom: 0px;
  color: #ffffff;
  font-weight: 300;
}
.cid-rZq2XwXV7L .align-wrap .item-wrap .icons-wrap:hover .icon-title {
  color: #ff4e3c;
}
.cid-rZq2XwXV7L .align-wrap .item-wrap span,
.cid-rZq2XwXV7L .align-wrap .item-wrap p {
  transition: all 0.3s;
}
.cid-rZq2XwXV7L .opening-hours .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
  text-align: left;
}
.cid-rZq2XwXV7L .opening-hours .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-rZq2XwXV7L .opening-hours .box-list li:first-child {
  padding-top: 0;
}
.cid-rZq2XwXV7L .opening-hours .box-list li:last-child {
  border-bottom: none;
}
.cid-rZq2XwXV7L .opening-hours .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #ffffff;
}
.cid-rZq2XwXV7L .opening-hours .box-list.display-4 {
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .cid-rZq2XwXV7L .col-lg-3 {
    max-width: 20%;
  }
}
@media (max-width: 992px) {
  .cid-rZq2XwXV7L .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rZq2XwXV7L .socicon-wrap {
    margin: auto;
  }
}
.cid-rZq2XSdQ54 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #384657;
}
.cid-rZq2XSdQ54 .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rZq2XSdQ54 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rZq2XSdQ54 .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #384657;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-rZq2XSdQ54 .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-rZq2XSdQ54 .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-tvISOxr266 .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-tvISOxr266 .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #e27019;
}
.cid-tvISOxr266 .navbar-fixed-top {
  padding-top: 0;
}
.cid-tvISOxr266 .navbar-collapse {
  flex-basis: auto;
}
.cid-tvISOxr266 .dropdown-item {
  padding: 0;
}
.cid-tvISOxr266 .dropdown-menu {
  border: 0px solid lightgray;
  background: #005f8f !important;
}
.cid-tvISOxr266 .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tvISOxr266 .menu-content-top {
    width: 100%;
  }
  .cid-tvISOxr266 .menu-content-top .menu-logo {
    display: none;
  }
  .cid-tvISOxr266 .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-tvISOxr266 .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-tvISOxr266 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: flex-end;
}
.cid-tvISOxr266 .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-tvISOxr266 .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-tvISOxr266 .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all 0.3s;
  background: #005f8f;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-tvISOxr266 .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tvISOxr266 .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #005f8f;
}
.cid-tvISOxr266 .navbar-dropdown.bg-color.transparent.opened {
  background: #e27019;
}
.cid-tvISOxr266 a {
  font-style: normal;
}
.cid-tvISOxr266 .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-tvISOxr266 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tvISOxr266 .nav-item a {
  padding: 20px 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tvISOxr266 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tvISOxr266 .content-text {
  margin-bottom: 0;
}
.cid-tvISOxr266 .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tvISOxr266 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005f8f;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tvISOxr266 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tvISOxr266 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tvISOxr266 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tvISOxr266 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tvISOxr266 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tvISOxr266 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tvISOxr266 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tvISOxr266 .nav-dropdown .link {
  font-weight: 400;
}
.cid-tvISOxr266 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tvISOxr266 .content-right-side {
  text-align: center;
}
.cid-tvISOxr266 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tvISOxr266 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tvISOxr266 .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-tvISOxr266 .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-tvISOxr266 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tvISOxr266 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tvISOxr266 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tvISOxr266 .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-tvISOxr266 .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-tvISOxr266 .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-tvISOxr266 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tvISOxr266 .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tvISOxr266 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-tvISOxr266 .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-tvISOxr266 .navbar {
    display: block;
    padding: 0;
  }
  .cid-tvISOxr266 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-tvISOxr266 .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7rem - 4.5rem);
  }
  .cid-tvISOxr266 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-tvISOxr266 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tvISOxr266 .navbar-toggler {
    display: none;
  }
  .cid-tvISOxr266 .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-tvISOxr266 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tvISOxr266 .btn {
  display: inline-flex;
  align-items: center;
}
.cid-tvISOxr266 .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-tvISOxr266 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tvISOxr266 .menu-logo {
  margin-right: auto;
}
.cid-tvISOxr266 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tvISOxr266 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tvISOxr266 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tvISOxr266 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tvISOxr266 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-tvISOxr266 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tvISOxr266 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tvISOxr266 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tvISOxr266 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-tvISOxr266 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tvISOxr266 .dropdown .dropdown-menu {
  background: #e27019;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tvISOxr266 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tvISOxr266 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tvISOxr266 .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tvISOxr266 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tvISOxr266 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tvISOxr266 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tvISOxr266 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tvISOxr266 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tvISOxr266 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tvISOxr266 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tvISOxr266 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-tvISOxr266 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tvISOxr266 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tvISOxr266 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tvISOxr266 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  align-self: auto;
}
.cid-tvISOxr266 button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-tvISOxr266 button.navbar-toggler:focus {
  outline: none;
}
.cid-tvISOxr266 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tvISOxr266 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tvISOxr266 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvISOxr266 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvISOxr266 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tvISOxr266 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvISOxr266 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tvISOxr266 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tvISOxr266 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvISOxr266 .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-tvISOxr266 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tvISOxr266 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tvISOxr266 .collapsed .btn {
  display: flex;
}
.cid-tvISOxr266 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tvISOxr266 .collapsed .navbar-collapse.collapsing,
.cid-tvISOxr266 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tvISOxr266 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tvISOxr266 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tvISOxr266 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tvISOxr266 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tvISOxr266 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tvISOxr266 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-tvISOxr266 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tvISOxr266 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tvISOxr266 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tvISOxr266 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tvISOxr266 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tvISOxr266 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-tvISOxr266 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tvISOxr266 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tvISOxr266 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tvISOxr266 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tvISOxr266 .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-tvISOxr266 .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tvISOxr266 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tvISOxr266 .navbar-collapse.collapsing,
  .cid-tvISOxr266 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tvISOxr266 .navbar-collapse.collapsing .navbar-nav,
  .cid-tvISOxr266 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tvISOxr266 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tvISOxr266 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tvISOxr266 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tvISOxr266 .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-tvISOxr266 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tvISOxr266 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tvISOxr266 .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-tvISOxr266 .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-tvISOxr266 .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-tvISOxr266 img {
    height: 3.8rem !important;
  }
  .cid-tvISOxr266 .btn {
    display: flex;
  }
  .cid-tvISOxr266 button.navbar-toggler {
    display: block;
  }
  .cid-tvISOxr266 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tvISOxr266 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-tvISOxr266 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tvISOxr266 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tvISOxr266 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tvISOxr266 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tvISOxr266 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tvISOxr266 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tvISOxr266 .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-tvISOxr266 .nav-link:focus {
  outline: none;
}
.cid-tvISOxr266 .navbar-toggler {
  position: relative;
}
.cid-tvISOxr266 .dropdown-item.active,
.cid-tvISOxr266 .dropdown-item:active {
  background: #005f8f;
  color: initial;
}
.cid-tvISOxr266 .widget-title,
.cid-tvISOxr266 .widget-icon {
  text-align: center;
  color: #005f8f;
}
.cid-tvISOxr266 .widget-text {
  text-align: center;
}
.cid-tvISOxr266 .btn-success {
  color: #005f8f !important;
}
.cid-tvISOxr266 .navbar-buttons > .btn-success:hover {
  color: white!mportant;
}
.cid-tvISOxr266 .fontmini {
  font-size: .7rem!important;
}
.cid-tvISOzNint {
  padding-top: 120px;
  padding-bottom: 0rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-tvISOzNint .mbr-section-head {
  width: 100%;
}
.cid-tvISOzNint .border-item {
  width: 100%;
  height: 10px;
  background-color: #e27019;
  margin-left: 0;
  padding-left: 0;
  border: none!important;
  border-block-width: 0!important;
}
.cid-tvISOAjH7B {
  padding-top: 225px;
  padding-bottom: 225px;
}
.bandeau_general{
      background-image: url("../../../assets/images/entete-V2.jpg");
}
.bandeau_boutique{
      background-image: url("../../../assets/images/boutique_transbay.jpg");
}

.cid-tvISOAjH7B .link-align {
  width: 100%;
}
.cid-tvISOAjH7B .link-wrap {
  display: inline-block;
}
.cid-tvISOAjH7B .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-tvISOAjH7B .wrap {
  transform: matrix3d(0.99863, -0.052336, 0, 0, 0.052336, 0.99863, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
.cid-tvISOAjH7B .wrap .mask {
  background: #e27019;
  background: linear-gradient(#e27019 0%, #ff5e3a 69%, #ff4e3c 100%);
  display: flex;
  z-index: 8;
  visibility: inherit;
  transition: none 0s ease 0s;
  text-align: inherit;
  line-height: 1.05;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 17px;
  white-space: nowrap;
  min-height: 88px;
  width: 100%;
  max-height: 100px;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, -0.275637, 0.961262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
    color: #ffffff!important;
}
@media (max-width: 992px) {
  .cid-tvISOAjH7B .wrap .mask {
    /*background: none;*/
    min-height: auto;
  }
    .cid-tvISOAjH7B .wrap .mask .display-6{
        font-size: 250px;
        
    }
}
.cid-tvISOAjH7B .wrap .mbr-section-subtitle {
  line-height: 1;
}
.cid-tvISOAjH7B .wrap .price {
  color: #efda20;
}
@media (min-width: 992px) {
  .cid-tvISOAjH7B .wrap .mbr-section-title.display-1 {
    font-size: 110px;
    line-height: 1;
    color: #ffffff!important;
      
  }
}
@media (max-width: 767px) {
  .cid-tvISOAjH7B .mbr-text {
    text-align: right;
  }
}
.cid-tvISOAjH7B .wrap .mask .wrap-text h1{
  color: #ffffff!important;
}
.cid-tvISOAjH7B .wrap .mask .wrap-text .price {
  color: #fff000;
}

.cid-tvISOB3sjh {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #212428;
  overflow: hidden;
}
.cid-tvISOB3sjh .mbr-section-head {
  width: 100%;
}
.cid-tvISOB3sjh .border-item {
  width: 100%;
  height: 10px;
  background-color: #e27019;
  margin-left: 0;
  padding-left: 0;
  border: none!important;
  border-block-width: 0!important;
}
.cid-txsdAHpQfZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txsdAHpQfZ .mbr-section-title {
  margin-bottom: 40px;
  text-align: center;
  color: #e27019;
}
.cid-txsdAHpQfZ .mbr-text {
  opacity: .7;
  margin-bottom: 0;
  color: #919dab;
}
.cid-txsdAHpQfZ .block__product {
  margin: 30px 0;
}
.cid-txsdAHpQfZ .image {
  transition: all .25s;
}
.cid-txsdAHpQfZ .image:hover {
  opacity: .8;
}
.cid-txsdAHpQfZ .image img {
  border-radius: 10px;
  width: 270px;
  height: 210px;
}
.cid-txsdAHpQfZ .block__content {
  margin-left: 40px;
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-txsdAHpQfZ .block__content {
    margin-top: 30px;
    margin-left: 0;
  }
}
.cid-txsdAHpQfZ .title__block {
  font-weight: 700;
  transition: all .25s;
  margin-bottom: 0;
  color: #e27019;
}
.cid-txsdAHpQfZ .title__block:hover {
  color: #005f8f;
}
.cid-txsdAHpQfZ .price__block {
  margin-bottom: 15px;
  color: #919dab;
  letter-spacing: 2px;
}
.cid-txsdAHpQfZ .mbr-section-btn {
  width: 105%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .cid-txsdAHpQfZ .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-txsdAHpQfZ .mbr-section-btn .btn {
  height: 40px;
  padding: 0 15px;
  font-weight: 500;
  margin-right: 0;
}
.cid-txsdAHpQfZ .mbr-section-btn .btn:hover {
  background-color: transparent !important;
  border-color: #005f8f !important;
  color: #005f8f !important;
}
.cid-txsdAHpQfZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-txsdAHpQfZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvISOFBS2z {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #212428;
  overflow: hidden;
}
.cid-tvISOFBS2z .mbr-section-head {
  width: 100%;
}
.cid-tvISOFBS2z .border-item {
  width: 100%;
  height: 10px;
  background-color: #e27019;
  margin-left: 0;
  padding-left: 0;
  border: none!important;
  border-block-width: 0!important;
}
.cid-tvISOHLocg {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #005f8f;
}
.cid-tvISOHLocg .mbr-section-title {
  color: #ffffff;
}
.cid-tvISOHLocg .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tvISOHLocg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tvISOHLocg .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tvISOHLocg .mbr-section-text {
  color: #ffffff;
}
.cid-tvISOHLocg .carousel-item {
  justify-content: center;
}
.cid-tvISOHLocg .carousel-item.active,
.cid-tvISOHLocg .carousel-item-next,
.cid-tvISOHLocg .carousel-item-prev {
  display: flex;
}
.cid-tvISOHLocg .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
  width: 20%;
}
.cid-tvISOHLocg .carousel-controls a span {
  position: absolute;
  top: 45%;
  font-size: 30px;
  padding: 15px;
  border-radius: 50%;
  color: #ffffff;
  background: transparent;
  opacity: .9;
}
.cid-tvISOHLocg .carousel-controls a:hover span {
  opacity: 1;
}
.cid-tvISOHLocg .user_image {
  width: 150px;
  height: 150px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  margin: 1rem auto 1rem auto;
  display: flex;
  z-index: 1;
  position: relative;
}
.cid-tvISOHLocg .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tvISOHLocg .mbr-iconfont {
  font-size: 3rem;
  opacity: 1;
  color: #e27019;
  margin-top: 33px;
  margin-bottom: 13px;
}
.cid-tvISOHLocg .user_text {
  position: relative;
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .cid-tvISOHLocg .user_text p {
    padding: 1rem 0rem;
  }
}
.cid-tvISOHLocg .user_text .mbr-text {
  font-style: italic;
  margin-bottom: 26px;
}
.cid-tvISOHLocg .user_text .mbr-text.display-7 {
  line-height: 1.2;
}
.cid-tvISOHLocg .user_name {
  font-weight: 700;
}
.cid-tvISOHLocg .user_name::before {
  height: 2px;
  width: 370px;
  position: absolute;
  display: inline-block;
  content: '';
  background-color: rgba(97, 114, 138, 0.2);
  margin: -18px auto;
  left: 0;
  right: 0;
}
@media (max-width: 230px) {
  .cid-tvISOHLocg .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tvISOHLocg .user::before {
  content: '';
  position: absolute;
  background-color: #3d4550;
  height: 90%;
  z-index: 0;
  display: block;
  width: 500px;
  left: 0;
  right: 0;
  top: 21%;
  bottom: 0;
  margin: auto;
}
.cid-tvISOGHipc {
  padding-top: 30px;
  padding-bottom: 0rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-tvISOGHipc .mbr-section-head {
  width: 100%;
}
.cid-tvISOGHipc .border-item {
  width: 100%;
  height: 10px;
  background-color: #e27019;
  margin-left: 0;
  padding-left: 0;
  border: none!important;
  border-block-width: 0!important;
}
.cid-tvW65vq3NE {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #212428;
  overflow: hidden;
}
.cid-tvW65vq3NE .mbr-section-head {
  width: 100%;
}
.cid-tvW65vq3NE .border-item {
  width: 100%;
  height: 10px;
  background-color: #e27019;
  margin-left: 0;
  padding-left: 0;
  border: none!important;
  border-block-width: 0!important;
}
.cid-tvW8hxKim0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tvW8hxKim0 .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-tvW8hxKim0 .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-tvW8hxKim0 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tvW8hxKim0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tvW8hxKim0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tvW8hxKim0 .map-placeholder {
  display: none;
}
.cid-tvW8hxKim0 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tvW8hxKim0 .card {
  padding: 3rem 8rem;
}
.cid-tvW8hxKim0 .card .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tvW8hxKim0 .card .mbr-text {
  color: #06182d;
}
.cid-tvW8hxKim0 .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-tvW8hxKim0 .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tvW8hxKim0 .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-tvW8hxKim0 .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-tvW8hxKim0 .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-tvW8hxKim0 .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-tvW8hxKim0 .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-tvW8hxKim0 .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-tvW8hxKim0 .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tvW8hxKim0 .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-tvW8hxKim0 .card .social-list .soc-item a .socicon {
  font-size: 1.3rem;
  background: #e27019;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tvW8hxKim0 .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-tvW8hxKim0 .card .form-group {
  padding-right: 0;
}
.cid-tvW8hxKim0 .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tvW8hxKim0 .card .btn-primary {
  border: 1px solid #005f8f !important;
}
.cid-tvW8hxKim0 .card .btn-primary:hover {
  border: 1px solid #005f8f !important;
}
@media (max-width: 1200px) {
  .cid-tvW8hxKim0 .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-tvW8hxKim0 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tvW8hxKim0 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-tvW8hxKim0 * {
    text-align: center !important;
  }
  .cid-tvW8hxKim0 .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-tvW8hxKim0 .form-group {
    max-width: 180px;
  }
  .cid-tvW8hxKim0 .card {
    padding: 2rem 1rem;
  }
}
.cid-tvW8hxKim0 .card .group-title {
  color: #005f8f;
}
.cid-tvW6jopiki {
  padding-top: 30px;
  padding-bottom: 0rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-tvW6jopiki .mbr-section-head {
  width: 100%;
}
.cid-tvW6jopiki .border-item {
  width: 100%;
  height: 10px;
  background-color: #e27019;
  margin-left: 0;
  padding-left: 0;
  border: none!important;
  border-block-width: 0!important;
}
.cid-txscMJJ23u {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/team5.jpg");
}
.cid-txscMJJ23u .img-wrap {
  position: relative;
}
.cid-txscMJJ23u .img-wrap img {
  width: 100%;
}
.cid-txscMJJ23u .img-wrap .icon-label {
  padding: 19px;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  background-color: #e27019;
  z-index: 100;
  position: absolute;
}
.cid-txscMJJ23u .img-wrap .icon-label .mbr-iconfont {
  color: #ffffff;
  font-size: 27px;
  line-height: 1;
}
@media (max-width: 768px) {
  .cid-txscMJJ23u .img-wrap .icon-label {
    left: 0;
    top: auto;
    right: auto;
    bottom: 0;
  }
}
.cid-txscMJJ23u .mbr-section-title {
  color: #ffffff;
}
.cid-txscMJJ23u .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-txscMJJ23u .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txscMJJ23u .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-txscMJJ23u .mbr-section-text {
  color: #ffffff;
}
.cid-txscMJJ23u .form-control,
.cid-txscMJJ23u .form-check-label {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}
.cid-txscMJJ23u .form-control {
  box-shadow: none;
  padding: 0.7em 1.07em 0em 0.8em;
  background-color: #f4f6f9;
  border: 0px solid #e27019;
  border-bottom: 1px solid #e27019;
  color: #b8b8b8;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-txscMJJ23u .form-control:focus,
.cid-txscMJJ23u .form-control:hover {
  border: 0px solid #e27019;
  border-bottom: 1px solid #e27019;
  background-color: #ffffff;
}
.cid-txscMJJ23u .form-control.textarea {
  padding-top: 40px;
}
.cid-txscMJJ23u .form-group {
  margin-bottom: 1.5rem;
}
.cid-txscMJJ23u input::-webkit-input-placeholder,
.cid-txscMJJ23u textarea::-webkit-input-placeholder {
  color: #b8b8b8;
}
.cid-txscMJJ23u input:-moz-placeholder,
.cid-txscMJJ23u textarea:-moz-placeholder {
  color: #b8b8b8;
}
.cid-txscMJJ23u .jq-selectbox li,
.cid-txscMJJ23u .jq-selectbox li {
  background-color: #f4f6f9;
  color: #000000;
}
.cid-txscMJJ23u .jq-selectbox li:hover,
.cid-txscMJJ23u .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-txscMJJ23u .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f4f6f9;
}
.cid-txscMJJ23u .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-txscMJJ23u .text-blocks .mbr-text {
  color: #ffffff;
}
.cid-txscMJJ23u a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-txscMJJ23u .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-txscMJJ23u .input-group-btn {
  display: block;
  text-align: left;
}
.cid-txscMJJ23u .input-group-btn .btn-sm {
  padding: 7px 39px;
}
.cid-txscMJJ23u textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-txscMJJ23u h2 {
    padding-top: 2rem;
  }
  .cid-txscMJJ23u .input-group-btn {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .cid-txscMJJ23u .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-txscMJJ23u .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-txscMJJ23u .gdpr-block {
  padding: 20px;
  text-align: left;
}
.cid-txscMJJ23u .gdpr-block span {
  line-height: 1;
}
.cid-txscMJJ23u .gdpr-block label span.textGDPR input[name="gdpr"] {
  top: 6px;
}
.cid-txscMJJ23u H5 {
  color: #e27019;
}
.cid-txscMJJ23u LABEL {
  color: #ffffff;
}
.cid-tvISOQgGGy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #005f8f;
}
.cid-tvISOQgGGy .mbr-overlay {
  background-color: #06182d;
  opacity: 0.7;
}
.cid-tvISOQgGGy .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  justify-content: flex-start;
}
.cid-tvISOQgGGy .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-tvISOQgGGy .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-tvISOQgGGy li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-tvISOQgGGy .align-wrap {
  display: flex;
  flex-direction: column;
}
.cid-tvISOQgGGy .align-wrap .item-wrap {
  display: flex;
  justify-content: flex-start;
}
.cid-tvISOQgGGy .align-wrap .item-wrap .card-img {
  margin-right: 15px;
}
.cid-tvISOQgGGy .align-wrap .item-wrap .card-img .mbr-iconfont {
  color: #ff4e3c !important;
  font-size: 0.9rem;
}
.cid-tvISOQgGGy .align-wrap .item-wrap .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tvISOQgGGy .align-wrap .item-wrap .icons-wrap .icon-title {
  margin: 0;
  padding-bottom: 0px;
  color: #ffffff;
  font-weight: 300;
}
.cid-tvISOQgGGy .align-wrap .item-wrap .icons-wrap:hover .icon-title {
  color: #ff4e3c;
}
.cid-tvISOQgGGy .align-wrap .item-wrap span,
.cid-tvISOQgGGy .align-wrap .item-wrap p {
  transition: all 0.3s;
}
.cid-tvISOQgGGy .opening-hours .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
  text-align: left;
}
.cid-tvISOQgGGy .opening-hours .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-tvISOQgGGy .opening-hours .box-list li:first-child {
  padding-top: 0;
}
.cid-tvISOQgGGy .opening-hours .box-list li:last-child {
  border-bottom: none;
}
.cid-tvISOQgGGy .opening-hours .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #ffffff;
}
.cid-tvISOQgGGy .opening-hours .box-list.display-4 {
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .cid-tvISOQgGGy .col-lg-3 {
    max-width: 20%;
  }
}
@media (max-width: 992px) {
  .cid-tvISOQgGGy .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tvISOQgGGy .socicon-wrap {
    margin: auto;
  }
}
.cid-tvISORjr7O {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #384657;
}
.cid-tvISORjr7O .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tvISORjr7O .copyright {
    margin-bottom: 1rem;
  }
}
.cid-tvISORjr7O .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-tvISORjr7O .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #384657;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-tvISORjr7O .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-tvISORjr7O .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-tvISORjr7O .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-tvISORjr7O .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-tvISORjr7O .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-tvISORjr7O .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-tvISORjr7O .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-tvh7ufNLwg .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-tvh7ufNLwg .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #e27019;
}
.cid-tvh7ufNLwg .navbar-fixed-top {
  padding-top: 0;
}
.cid-tvh7ufNLwg .navbar-collapse {
  flex-basis: auto;
}
.cid-tvh7ufNLwg .dropdown-item {
  padding: 0;
}
.cid-tvh7ufNLwg .dropdown-menu {
  border: 0px solid lightgray;
  background: #005f8f !important;
}
.cid-tvh7ufNLwg .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tvh7ufNLwg .menu-content-top {
    width: 100%;
  }
  .cid-tvh7ufNLwg .menu-content-top .menu-logo {
    display: none;
  }
  .cid-tvh7ufNLwg .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-tvh7ufNLwg .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-tvh7ufNLwg .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: flex-end;
}
.cid-tvh7ufNLwg .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-tvh7ufNLwg .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-tvh7ufNLwg .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all 0.3s;
  background: #005f8f;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-tvh7ufNLwg .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tvh7ufNLwg .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #005f8f;
}
.cid-tvh7ufNLwg .navbar-dropdown.bg-color.transparent.opened {
  background: #e27019;
}
.cid-tvh7ufNLwg a {
  font-style: normal;
}
.cid-tvh7ufNLwg .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-tvh7ufNLwg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tvh7ufNLwg .nav-item a {
  padding: 20px 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tvh7ufNLwg .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tvh7ufNLwg .content-text {
  margin-bottom: 0;
}
.cid-tvh7ufNLwg .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tvh7ufNLwg .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005f8f;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tvh7ufNLwg .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tvh7ufNLwg .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tvh7ufNLwg .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tvh7ufNLwg .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tvh7ufNLwg .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tvh7ufNLwg .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tvh7ufNLwg .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tvh7ufNLwg .nav-dropdown .link {
  font-weight: 400;
}
.cid-tvh7ufNLwg .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tvh7ufNLwg .content-right-side {
  text-align: center;
}
.cid-tvh7ufNLwg .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tvh7ufNLwg .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tvh7ufNLwg .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-tvh7ufNLwg .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-tvh7ufNLwg .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tvh7ufNLwg .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tvh7ufNLwg .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tvh7ufNLwg .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-tvh7ufNLwg .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-tvh7ufNLwg .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-tvh7ufNLwg .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tvh7ufNLwg .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tvh7ufNLwg .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-tvh7ufNLwg .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-tvh7ufNLwg .navbar {
    display: block;
    padding: 0;
  }
  .cid-tvh7ufNLwg .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-tvh7ufNLwg .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7rem - 4.5rem);
  }
  .cid-tvh7ufNLwg .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-tvh7ufNLwg .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tvh7ufNLwg .navbar-toggler {
    display: none;
  }
  .cid-tvh7ufNLwg .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-tvh7ufNLwg .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tvh7ufNLwg .btn {
  display: inline-flex;
  align-items: center;
}
.cid-tvh7ufNLwg .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-tvh7ufNLwg .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tvh7ufNLwg .menu-logo {
  margin-right: auto;
}
.cid-tvh7ufNLwg .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tvh7ufNLwg .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tvh7ufNLwg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tvh7ufNLwg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tvh7ufNLwg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-tvh7ufNLwg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tvh7ufNLwg .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tvh7ufNLwg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tvh7ufNLwg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-tvh7ufNLwg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tvh7ufNLwg .dropdown .dropdown-menu {
  background: #e27019;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tvh7ufNLwg .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tvh7ufNLwg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tvh7ufNLwg .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tvh7ufNLwg .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tvh7ufNLwg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tvh7ufNLwg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tvh7ufNLwg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tvh7ufNLwg .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tvh7ufNLwg .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tvh7ufNLwg .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tvh7ufNLwg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-tvh7ufNLwg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tvh7ufNLwg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tvh7ufNLwg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tvh7ufNLwg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  align-self: auto;
}
.cid-tvh7ufNLwg button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-tvh7ufNLwg button.navbar-toggler:focus {
  outline: none;
}
.cid-tvh7ufNLwg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tvh7ufNLwg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tvh7ufNLwg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvh7ufNLwg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvh7ufNLwg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tvh7ufNLwg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvh7ufNLwg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tvh7ufNLwg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tvh7ufNLwg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvh7ufNLwg .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-tvh7ufNLwg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tvh7ufNLwg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tvh7ufNLwg .collapsed .btn {
  display: flex;
}
.cid-tvh7ufNLwg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tvh7ufNLwg .collapsed .navbar-collapse.collapsing,
.cid-tvh7ufNLwg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tvh7ufNLwg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tvh7ufNLwg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tvh7ufNLwg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tvh7ufNLwg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tvh7ufNLwg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tvh7ufNLwg .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-tvh7ufNLwg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tvh7ufNLwg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tvh7ufNLwg .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tvh7ufNLwg .collapsed button.navbar-toggler {
  display: block;
}
.cid-tvh7ufNLwg .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tvh7ufNLwg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-tvh7ufNLwg .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tvh7ufNLwg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tvh7ufNLwg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tvh7ufNLwg .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tvh7ufNLwg .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-tvh7ufNLwg .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tvh7ufNLwg .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tvh7ufNLwg .navbar-collapse.collapsing,
  .cid-tvh7ufNLwg .navbar-collapse.show {
    display: block !important;
  }
  .cid-tvh7ufNLwg .navbar-collapse.collapsing .navbar-nav,
  .cid-tvh7ufNLwg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tvh7ufNLwg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tvh7ufNLwg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tvh7ufNLwg .navbar-collapse.collapsing .navbar-buttons,
  .cid-tvh7ufNLwg .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-tvh7ufNLwg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tvh7ufNLwg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tvh7ufNLwg .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-tvh7ufNLwg .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-tvh7ufNLwg .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-tvh7ufNLwg img {
    height: 3.8rem !important;
  }
  .cid-tvh7ufNLwg .btn {
    display: flex;
  }
  .cid-tvh7ufNLwg button.navbar-toggler {
    display: block;
  }
  .cid-tvh7ufNLwg .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tvh7ufNLwg .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-tvh7ufNLwg .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tvh7ufNLwg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tvh7ufNLwg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tvh7ufNLwg .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tvh7ufNLwg .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tvh7ufNLwg .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tvh7ufNLwg .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-tvh7ufNLwg .nav-link:focus {
  outline: none;
}
.cid-tvh7ufNLwg .navbar-toggler {
  position: relative;
}
.cid-tvh7ufNLwg .dropdown-item.active,
.cid-tvh7ufNLwg .dropdown-item:active {
  background: #005f8f;
  color: initial;
}
.cid-tvh7ufNLwg .widget-title,
.cid-tvh7ufNLwg .widget-icon {
  text-align: center;
  color: #005f8f;
}
.cid-tvh7ufNLwg .widget-text {
  text-align: center;
}
.cid-tvh7ufNLwg .btn-success {
  color: #005f8f !important;
}
.cid-tvh7ufNLwg .navbar-buttons > .btn-success:hover {
  color: white!mportant;
}
.cid-tvh7ufNLwg .fontmini {
  font-size: .7rem!important;
}
.cid-tvWeOPP3i1 {
  background-image: url("../../../assets/images/mbr-1618x1080.jpg");
}
.cid-tvWeOPP3i1 .link-align {
  width: 100%;
}
.cid-tvWeOPP3i1 .link-wrap {
  display: inline-block;
}
.cid-tvWeOPP3i1 .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-tvWeOPP3i1 .wrap {
  transform: matrix3d(0.99863, -0.052336, 0, 0, 0.052336, 0.99863, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
.cid-tvWeOPP3i1 .wrap .mask {
  background: #e27019;
  background: linear-gradient(#e27019 0%, #ff5e3a 69%, #ff4e3c 100%);
  display: flex;
  z-index: 8;
  visibility: inherit;
  transition: none 0s ease 0s;
  text-align: inherit;
  line-height: 1.05;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 17px;
  white-space: nowrap;
  min-height: 88px;
  width: 100%;
  max-height: 100px;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, -0.275637, 0.961262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
@media (max-width: 992px) {
  .cid-tvWeOPP3i1 .wrap .mask {
    background: none;
    min-height: auto;
  }
}
.cid-tvWeOPP3i1 .wrap .mbr-section-subtitle {
  line-height: 1;
}
.cid-tvWeOPP3i1 .wrap .price {
  color: #efda20;
}
@media (min-width: 992px) {
  .cid-tvWeOPP3i1 .wrap .mbr-section-title.display-1 {
    font-size: 100px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .cid-tvWeOPP3i1 .mbr-text {
    text-align: right;
  }
}
.cid-tvWeOPP3i1 .wrap .mask .wrap-text .price {
  color: #fff000;
}
.cid-tvWeRLCXMS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tvWeRLCXMS img {
  width: 100%;
  border-radius: 50px;
  margin-bottom: 20px;
  max-height: ;
}
.cid-tvWeRLCXMS .card {
  margin-bottom: 130px !important;
}
.cid-tvWeRLCXMS .card .img-wrapper {
  overflow: hidden;
}
.cid-tvWeRLCXMS .card:hover {
  cursor: pointer;
}
.cid-tvWeRLCXMS .card:hover img {
  transform: scale(1.05);
}
.cid-tvWeRLCXMS .card:hover .img-wrapper {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
@media (max-width: 1200px) {
  .cid-tvWeRLCXMS .card {
    margin-bottom: 50px !important;
  }
}
.cid-tvWeRLCXMS .card .card-wrapper {
  text-align: left;
}
.cid-tvWeRLCXMS .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #e27019;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 14px;
  margin-right: 14px;
}
.cid-tvWeRLCXMS .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #06182d;
}
.cid-tvWeRLCXMS .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.2;
}
.cid-tvWeRLCXMS .card .card-wrapper .card-box .card-text {
  color: #666666;
}
@media (min-width: 1400px) {
  .cid-tvWeRLCXMS .card.left-box {
    right: 105px !important;
  }
  .cid-tvWeRLCXMS .card.right-box {
    left: 97px !important;
  }
}
.cid-tvWeRLCXMS .mbr-section-title {
  color: #06182d;
}
.cid-tvWeRLCXMS .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  background: linear-gradient(#e27019 0%, #e27019 69%, #e27019 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tvWeRLCXMS .mbr-section-subtitle {
  color: #06182d;
}
.cid-tvWeRLCXMS .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tvWeRLCXMS .mbr-section-text {
  color: #999999;
}
.cid-tvWfniyY6a {
  padding-top: 30px;
  padding-bottom: 0rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-tvWfniyY6a .mbr-section-head {
  width: 100%;
}
.cid-tvWfniyY6a .border-item {
  width: 100%;
  height: 10px;
  background-color: #e27019;
  margin-left: 0;
  padding-left: 0;
  border: none!important;
  border-block-width: 0!important;
}
.cid-tvWf7SDppH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/fond-site-web-2000x1395.jpg");
}
.cid-tvWf7SDppH .img-wrap img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-tvWf7SDppH .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-tvWf7SDppH .card .wrapper {
  overflow: hidden;
}
.cid-tvWf7SDppH .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-tvWf7SDppH .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tvWf7SDppH .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-tvWf7SDppH .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tvWf7SDppH .card .wrapper .mbr-text {
  color: #666666;
  font-weight: 300;
}
.cid-tvWf7SDppH .card .wrapper .sign-wrap {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.cid-tvWf7SDppH .card .wrapper .sign-wrap::before {
  right: 65.8%;
  height: 2px;
  transform: translateY(-50%);
  width: 250px;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #dfe3e8;
}
.cid-tvWf7SDppH .card .wrapper .sign-wrap::after {
  left: 65.9%;
  height: 2px;
  transform: translateY(-50%);
  width: 250px;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #dfe3e8;
}
.cid-tvWf7SDppH .card .wrapper .sign-wrap img {
  width: 140px;
}
.cid-tvWfuUr8Vi {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/team5.jpg");
}
.cid-tvWfuUr8Vi .mbr-section-title {
  color: #06182d;
}
.cid-tvWfuUr8Vi .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  background: linear-gradient(#e27019 0%, #e27019 69%, #e27019 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tvWfuUr8Vi .mbr-section-subtitle {
  color: #06182d;
  text-align: left;
}
.cid-tvWfuUr8Vi .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tvWfuUr8Vi .mbr-section-text {
  color: #999999;
}
.cid-tvWfuUr8Vi .nav-tabs .nav-item.open .nav-link:focus,
.cid-tvWfuUr8Vi .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tvWfuUr8Vi .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #f4f6f9;
}
.cid-tvWfuUr8Vi .nav-tabs .nav-item {
  margin-right: 4px;
  margin-bottom: 4px;
}
.cid-tvWfuUr8Vi .first {
  margin-left: 0px;
}
.cid-tvWfuUr8Vi .nav-tabs .nav-link {
  color: #06182d;
  font-style: normal;
  font-weight: 300;
  transition: all 0.5s;
  border: none;
  text-align: center;
  border-radius: 0 !important;
  background-color: #f4f6f9;
  padding: 1rem 2.2rem;
}
.cid-tvWfuUr8Vi .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #e27019;
}
.cid-tvWfuUr8Vi .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #e27019;
}
.cid-tvWfuUr8Vi P {
  color: #e27019;
}
@media (max-width: 768px) {
  .cid-tvWfuUr8Vi .first {
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .cid-tvWfuUr8Vi .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-tvWfuUr8Vi .mbr-text,
  .cid-tvWfuUr8Vi .nav-link {
    text-align: center;
  }
}
.cid-tvWfuUr8Vi .mbr-section-title,
.cid-tvWfuUr8Vi .col {
  text-align: left;
}
.cid-tvWfuUr8Vi .mbr-text {
  text-align: left;
  color: #2b2b2b;
}
.cid-tvWfuUr8Vi a.btn-outline-warning {
  color: #e27019 !important;
  border-color: #e27019 !important;
}
.cid-tvWfuUr8Vi a.btn-outline-warning:hover {
  cursor: pointer;
  color: #FFFFFF !important;
  background-color: #e27019 !important;
  border-color: #e27019 !important;
}
.cid-tvWfuUr8Vi a.btn-outline-warning.active {
  font-weight: 500;
  color: #e27019;
  font-style: normal;
  background-color: #FFFFFF;
  border-color: #e27019 !important;
}
.cid-tvWfqW39k0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tvWfqW39k0 .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-tvWfqW39k0 .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-tvWfqW39k0 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tvWfqW39k0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tvWfqW39k0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tvWfqW39k0 .map-placeholder {
  display: none;
}
.cid-tvWfqW39k0 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tvWfqW39k0 .card {
  padding: 3rem 8rem;
}
.cid-tvWfqW39k0 .card .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tvWfqW39k0 .card .mbr-text {
  color: #06182d;
}
.cid-tvWfqW39k0 .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-tvWfqW39k0 .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tvWfqW39k0 .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-tvWfqW39k0 .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-tvWfqW39k0 .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-tvWfqW39k0 .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-tvWfqW39k0 .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-tvWfqW39k0 .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-tvWfqW39k0 .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tvWfqW39k0 .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-tvWfqW39k0 .card .social-list .soc-item a .socicon {
  font-size: 1.3rem;
  background: #e27019;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tvWfqW39k0 .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-tvWfqW39k0 .card .form-group {
  padding-right: 0;
}
.cid-tvWfqW39k0 .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tvWfqW39k0 .card .btn-primary {
  border: 1px solid #005f8f !important;
}
.cid-tvWfqW39k0 .card .btn-primary:hover {
  border: 1px solid #005f8f !important;
}
@media (max-width: 1200px) {
  .cid-tvWfqW39k0 .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-tvWfqW39k0 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tvWfqW39k0 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-tvWfqW39k0 * {
    text-align: center !important;
  }
  .cid-tvWfqW39k0 .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-tvWfqW39k0 .form-group {
    max-width: 180px;
  }
  .cid-tvWfqW39k0 .card {
    padding: 2rem 1rem;
  }
}
.cid-tvWfqW39k0 .card .group-title {
  color: #005f8f;
}
.cid-tvWflKm479 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #212428;
  overflow: hidden;
}
.cid-tvWflKm479 .mbr-section-head {
  width: 100%;
}
.cid-tvWflKm479 .border-item {
  width: 100%;
  height: 10px;
  background-color: #e27019;
  margin-left: 0;
  padding-left: 0;
  border: none!important;
  border-block-width: 0!important;
}
.cid-txssJuIXIO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/team5.jpg");
}
.cid-txssJuIXIO .img-wrap {
  position: relative;
}
.cid-txssJuIXIO .img-wrap img {
  width: 100%;
}
.cid-txssJuIXIO .img-wrap .icon-label {
  padding: 19px;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  background-color: #e27019;
  z-index: 100;
  position: absolute;
}
.cid-txssJuIXIO .img-wrap .icon-label .mbr-iconfont {
  color: #ffffff;
  font-size: 27px;
  line-height: 1;
}
@media (max-width: 768px) {
  .cid-txssJuIXIO .img-wrap .icon-label {
    left: 0;
    top: auto;
    right: auto;
    bottom: 0;
  }
}
.cid-txssJuIXIO .mbr-section-title {
  color: #ffffff;
}
.cid-txssJuIXIO .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-txssJuIXIO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txssJuIXIO .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-txssJuIXIO .mbr-section-text {
  color: #ffffff;
}
.cid-txssJuIXIO .form-control,
.cid-txssJuIXIO .form-check-label {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}
.cid-txssJuIXIO .form-control {
  box-shadow: none;
  padding: 0.7em 1.07em 0em 0.8em;
  background-color: #f4f6f9;
  border: 0px solid #e27019;
  border-bottom: 1px solid #e27019;
  color: #b8b8b8;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-txssJuIXIO .form-control:focus,
.cid-txssJuIXIO .form-control:hover {
  border: 0px solid #e27019;
  border-bottom: 1px solid #e27019;
  background-color: #ffffff;
}
.cid-txssJuIXIO .form-control.textarea {
  padding-top: 40px;
}
.cid-txssJuIXIO .form-group {
  margin-bottom: 1.5rem;
}
.cid-txssJuIXIO input::-webkit-input-placeholder,
.cid-txssJuIXIO textarea::-webkit-input-placeholder {
  color: #b8b8b8;
}
.cid-txssJuIXIO input:-moz-placeholder,
.cid-txssJuIXIO textarea:-moz-placeholder {
  color: #b8b8b8;
}
.cid-txssJuIXIO .jq-selectbox li,
.cid-txssJuIXIO .jq-selectbox li {
  background-color: #f4f6f9;
  color: #000000;
}
.cid-txssJuIXIO .jq-selectbox li:hover,
.cid-txssJuIXIO .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-txssJuIXIO .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f4f6f9;
}
.cid-txssJuIXIO .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-txssJuIXIO .text-blocks .mbr-text {
  color: #ffffff;
}
.cid-txssJuIXIO a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-txssJuIXIO .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-txssJuIXIO .input-group-btn {
  display: block;
  text-align: left;
}
.cid-txssJuIXIO .input-group-btn .btn-sm {
  padding: 7px 39px;
}
.cid-txssJuIXIO textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-txssJuIXIO h2 {
    padding-top: 2rem;
  }
  .cid-txssJuIXIO .input-group-btn {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .cid-txssJuIXIO .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-txssJuIXIO .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-txssJuIXIO .gdpr-block {
  padding: 20px;
  text-align: left;
}
.cid-txssJuIXIO .gdpr-block span {
  line-height: 1;
}
.cid-txssJuIXIO .gdpr-block label span.textGDPR input[name="gdpr"] {
  top: 6px;
}
.cid-txssJuIXIO H5 {
  color: #e27019;
}
.cid-txssJuIXIO LABEL {
  color: #ffffff;
}
.cid-rZq2XwXV7L {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #005f8f;
}
.cid-rZq2XwXV7L .mbr-overlay {
  background-color: #06182d;
  opacity: 0.7;
}
.cid-rZq2XwXV7L .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  justify-content: flex-start;
}
.cid-rZq2XwXV7L .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-rZq2XwXV7L .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-rZq2XwXV7L li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-rZq2XwXV7L .align-wrap {
  display: flex;
  flex-direction: column;
}
.cid-rZq2XwXV7L .align-wrap .item-wrap {
  display: flex;
  justify-content: flex-start;
}
.cid-rZq2XwXV7L .align-wrap .item-wrap .card-img {
  margin-right: 15px;
}
.cid-rZq2XwXV7L .align-wrap .item-wrap .card-img .mbr-iconfont {
  color: #ff4e3c !important;
  font-size: 0.9rem;
}
.cid-rZq2XwXV7L .align-wrap .item-wrap .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-rZq2XwXV7L .align-wrap .item-wrap .icons-wrap .icon-title {
  margin: 0;
  padding-bottom: 0px;
  color: #ffffff;
  font-weight: 300;
}
.cid-rZq2XwXV7L .align-wrap .item-wrap .icons-wrap:hover .icon-title {
  color: #ff4e3c;
}
.cid-rZq2XwXV7L .align-wrap .item-wrap span,
.cid-rZq2XwXV7L .align-wrap .item-wrap p {
  transition: all 0.3s;
}
.cid-rZq2XwXV7L .opening-hours .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
  text-align: left;
}
.cid-rZq2XwXV7L .opening-hours .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-rZq2XwXV7L .opening-hours .box-list li:first-child {
  padding-top: 0;
}
.cid-rZq2XwXV7L .opening-hours .box-list li:last-child {
  border-bottom: none;
}
.cid-rZq2XwXV7L .opening-hours .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #ffffff;
}
.cid-rZq2XwXV7L .opening-hours .box-list.display-4 {
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .cid-rZq2XwXV7L .col-lg-3 {
    max-width: 20%;
  }
}
@media (max-width: 992px) {
  .cid-rZq2XwXV7L .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rZq2XwXV7L .socicon-wrap {
    margin: auto;
  }
}
.cid-rZq2XSdQ54 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #384657;
}
.cid-rZq2XSdQ54 .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rZq2XSdQ54 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rZq2XSdQ54 .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #384657;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-rZq2XSdQ54 .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-rZq2XSdQ54 .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-txlM5JvP8d .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-txlM5JvP8d .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #e27019;
}
.cid-txlM5JvP8d .navbar-fixed-top {
  padding-top: 0;
}
.cid-txlM5JvP8d .navbar-collapse {
  flex-basis: auto;
}
.cid-txlM5JvP8d .dropdown-item {
  padding: 0;
}
.cid-txlM5JvP8d .dropdown-menu {
  border: 0px solid lightgray;
  background: #005f8f !important;
}
.cid-txlM5JvP8d .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-txlM5JvP8d .menu-content-top {
    width: 100%;
  }
  .cid-txlM5JvP8d .menu-content-top .menu-logo {
    display: none;
  }
  .cid-txlM5JvP8d .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-txlM5JvP8d .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-txlM5JvP8d .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: flex-end;
}
.cid-txlM5JvP8d .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-txlM5JvP8d .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-txlM5JvP8d .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all 0.3s;
  background: #005f8f;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-txlM5JvP8d .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-txlM5JvP8d .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #005f8f;
}
.cid-txlM5JvP8d .navbar-dropdown.bg-color.transparent.opened {
  background: #e27019;
}
.cid-txlM5JvP8d a {
  font-style: normal;
}
.cid-txlM5JvP8d .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-txlM5JvP8d .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-txlM5JvP8d .nav-item a {
  padding: 20px 0 !important;
  margin: 0 0.5rem !important;
}
.cid-txlM5JvP8d .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txlM5JvP8d .content-text {
  margin-bottom: 0;
}
.cid-txlM5JvP8d .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-txlM5JvP8d .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005f8f;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-txlM5JvP8d .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-txlM5JvP8d .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-txlM5JvP8d .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-txlM5JvP8d .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-txlM5JvP8d .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-txlM5JvP8d .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-txlM5JvP8d .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txlM5JvP8d .nav-dropdown .link {
  font-weight: 400;
}
.cid-txlM5JvP8d .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-txlM5JvP8d .content-right-side {
  text-align: center;
}
.cid-txlM5JvP8d .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-txlM5JvP8d .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-txlM5JvP8d .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-txlM5JvP8d .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-txlM5JvP8d .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-txlM5JvP8d .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-txlM5JvP8d .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-txlM5JvP8d .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-txlM5JvP8d .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-txlM5JvP8d .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-txlM5JvP8d .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-txlM5JvP8d .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-txlM5JvP8d .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-txlM5JvP8d .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-txlM5JvP8d .navbar {
    display: block;
    padding: 0;
  }
  .cid-txlM5JvP8d .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-txlM5JvP8d .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7rem - 4.5rem);
  }
  .cid-txlM5JvP8d .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-txlM5JvP8d .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-txlM5JvP8d .navbar-toggler {
    display: none;
  }
  .cid-txlM5JvP8d .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-txlM5JvP8d .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-txlM5JvP8d .btn {
  display: inline-flex;
  align-items: center;
}
.cid-txlM5JvP8d .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-txlM5JvP8d .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-txlM5JvP8d .menu-logo {
  margin-right: auto;
}
.cid-txlM5JvP8d .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-txlM5JvP8d .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-txlM5JvP8d .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-txlM5JvP8d .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-txlM5JvP8d .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-txlM5JvP8d .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-txlM5JvP8d .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-txlM5JvP8d .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-txlM5JvP8d .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-txlM5JvP8d .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-txlM5JvP8d .dropdown .dropdown-menu {
  background: #e27019;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-txlM5JvP8d .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-txlM5JvP8d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txlM5JvP8d .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-txlM5JvP8d .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-txlM5JvP8d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-txlM5JvP8d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txlM5JvP8d .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-txlM5JvP8d .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txlM5JvP8d .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-txlM5JvP8d .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-txlM5JvP8d .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-txlM5JvP8d .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-txlM5JvP8d .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-txlM5JvP8d .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-txlM5JvP8d button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  align-self: auto;
}
.cid-txlM5JvP8d button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-txlM5JvP8d button.navbar-toggler:focus {
  outline: none;
}
.cid-txlM5JvP8d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-txlM5JvP8d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txlM5JvP8d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txlM5JvP8d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txlM5JvP8d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txlM5JvP8d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txlM5JvP8d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txlM5JvP8d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txlM5JvP8d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txlM5JvP8d .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-txlM5JvP8d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txlM5JvP8d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txlM5JvP8d .collapsed .btn {
  display: flex;
}
.cid-txlM5JvP8d .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-txlM5JvP8d .collapsed .navbar-collapse.collapsing,
.cid-txlM5JvP8d .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-txlM5JvP8d .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-txlM5JvP8d .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-txlM5JvP8d .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-txlM5JvP8d .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-txlM5JvP8d .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-txlM5JvP8d .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-txlM5JvP8d .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-txlM5JvP8d .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-txlM5JvP8d .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-txlM5JvP8d .collapsed button.navbar-toggler {
  display: block;
}
.cid-txlM5JvP8d .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-txlM5JvP8d .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-txlM5JvP8d .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-txlM5JvP8d .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-txlM5JvP8d .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-txlM5JvP8d .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-txlM5JvP8d .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-txlM5JvP8d .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txlM5JvP8d .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-txlM5JvP8d .navbar-collapse.collapsing,
  .cid-txlM5JvP8d .navbar-collapse.show {
    display: block !important;
  }
  .cid-txlM5JvP8d .navbar-collapse.collapsing .navbar-nav,
  .cid-txlM5JvP8d .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-txlM5JvP8d .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-txlM5JvP8d .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-txlM5JvP8d .navbar-collapse.collapsing .navbar-buttons,
  .cid-txlM5JvP8d .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-txlM5JvP8d .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-txlM5JvP8d .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-txlM5JvP8d .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-txlM5JvP8d .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-txlM5JvP8d .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-txlM5JvP8d img {
    height: 3.8rem !important;
  }
  .cid-txlM5JvP8d .btn {
    display: flex;
  }
  .cid-txlM5JvP8d button.navbar-toggler {
    display: block;
  }
  .cid-txlM5JvP8d .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-txlM5JvP8d .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-txlM5JvP8d .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-txlM5JvP8d .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-txlM5JvP8d .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-txlM5JvP8d .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-txlM5JvP8d .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-txlM5JvP8d .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-txlM5JvP8d .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-txlM5JvP8d .nav-link:focus {
  outline: none;
}
.cid-txlM5JvP8d .navbar-toggler {
  position: relative;
}
.cid-txlM5JvP8d .dropdown-item.active,
.cid-txlM5JvP8d .dropdown-item:active {
  background: #005f8f;
  color: initial;
}
.cid-txlM5JvP8d .widget-title,
.cid-txlM5JvP8d .widget-icon {
  text-align: center;
  color: #005f8f;
}
.cid-txlM5JvP8d .widget-text {
  text-align: center;
}
.cid-txlM5JvP8d .btn-success {
  color: #005f8f !important;
}
.cid-txlM5JvP8d .navbar-buttons > .btn-success:hover {
  color: white!mportant;
}
.cid-txlM5JvP8d .fontmini {
  font-size: .7rem!important;
}
.cid-txlM5LAa9i {
  padding-top: 120px;
  padding-bottom: 0rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-txlM5LAa9i .mbr-section-head {
  width: 100%;
}
.cid-txlM5LAa9i .border-item {
  width: 100%;
  height: 10px;
  background-color: #e27019;
  margin-left: 0;
  padding-left: 0;
  border: none!important;
  border-block-width: 0!important;
}
.cid-txlM5NUH5p {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #212428;
  overflow: hidden;
}
.cid-txlM5NUH5p .mbr-section-head {
  width: 100%;
}
.cid-txlM5NUH5p .border-item {
  width: 100%;
  height: 10px;
  background-color: #e27019;
  margin-left: 0;
  padding-left: 0;
  border: none!important;
  border-block-width: 0!important;
}
.cid-txsqYULILr {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/fond-demenagement-entete-2000x799.jpg");
}
.cid-txsqYULILr .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-txsqYULILr .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-txsqYULILr .card .wrapper .mbr-section-title span:first-child {
  color: #e27019;
}
.cid-txsqYULILr .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-txsqYULILr .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txsqYULILr .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-txsqYULILr .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-txsqYULILr .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #ffffff;
}
.cid-txsqYULILr .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-txsqYULILr .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-txsqYULILr .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #e27019;
  display: inline-block;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-txsqYULILr .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 12px 35px;
  line-height: 1.0625;
}
.cid-txsqYULILr .card .wrapper .mbr-section-title,
.cid-txsqYULILr .mbr-section-btn,
.cid-txsqYULILr .mbr-list .list {
  color: #ffffff;
}
.cid-txsqYULILr .card .mbr-section-title {
  text-align: center;
}
.cid-txsqYULILr .card .wrapper .mbr-section-subtitle,
.cid-txsqYULILr .mbr-section-btn,
.cid-txsqYULILr .mbr-list .list {
  text-align: center;
}
.cid-txsrygolWu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-txsrygolWu .img-wrap {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-position: 50% 50%;
  z-index: 2;
  background-image: url("../../../assets/images/adobestock-257904144-preview-519x346.jpeg");
}
.cid-txsrygolWu .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-txsrygolWu .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-txsrygolWu .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-txsrygolWu .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-txsrygolWu .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-txsrygolWu .card .wrapper .mbr-text {
  color: #666666;
  font-weight: 300;
}
.cid-txsrygolWu .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-txsrygolWu .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-txsrygolWu .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-txsrygolWu .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #005f8f;
  display: inline-block;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-txsrygolWu .card .wrapper .link-wrap {
  width: 100%;
}
.cid-txsrygolWu .card .wrapper .link-wrap .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  text-align: left;
}
.cid-txsrygolWu .card .wrapper .link-wrap .link:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-txsrygolWu .card .wrapper .link-wrap .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-txsrygolWu .card .wrapper .link-wrap .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-txsrygolWu .card .wrapper .link-wrap .link,
.cid-txsrygolWu .wrapper {
  color: #e27019;
}
.cid-txsrygolWu .card .wrapper .mbr-section-subtitle {
  text-align: center;
}
.cid-txsrygolWu .card .wrapper .mbr-section-title {
  text-align: center;
}
.cid-txsrygolWu H4 {
  text-align: center;
}
.cid-txlM5PsVqb {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #005f8f;
}
.cid-txlM5PsVqb .mbr-section-title {
  color: #ffffff;
}
.cid-txlM5PsVqb .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-txlM5PsVqb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txlM5PsVqb .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-txlM5PsVqb .mbr-section-text {
  color: #ffffff;
}
.cid-txlM5PsVqb .carousel-item {
  justify-content: center;
}
.cid-txlM5PsVqb .carousel-item.active,
.cid-txlM5PsVqb .carousel-item-next,
.cid-txlM5PsVqb .carousel-item-prev {
  display: flex;
}
.cid-txlM5PsVqb .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
  width: 20%;
}
.cid-txlM5PsVqb .carousel-controls a span {
  position: absolute;
  top: 45%;
  font-size: 30px;
  padding: 15px;
  border-radius: 50%;
  color: #ffffff;
  background: transparent;
  opacity: .9;
}
.cid-txlM5PsVqb .carousel-controls a:hover span {
  opacity: 1;
}
.cid-txlM5PsVqb .user_image {
  width: 150px;
  height: 150px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  margin: 1rem auto 1rem auto;
  display: flex;
  z-index: 1;
  position: relative;
}
.cid-txlM5PsVqb .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-txlM5PsVqb .mbr-iconfont {
  font-size: 3rem;
  opacity: 1;
  color: #e27019;
  margin-top: 33px;
  margin-bottom: 13px;
}
.cid-txlM5PsVqb .user_text {
  position: relative;
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .cid-txlM5PsVqb .user_text p {
    padding: 1rem 0rem;
  }
}
.cid-txlM5PsVqb .user_text .mbr-text {
  font-style: italic;
  margin-bottom: 26px;
}
.cid-txlM5PsVqb .user_text .mbr-text.display-7 {
  line-height: 1.2;
}
.cid-txlM5PsVqb .user_name {
  font-weight: 700;
}
.cid-txlM5PsVqb .user_name::before {
  height: 2px;
  width: 370px;
  position: absolute;
  display: inline-block;
  content: '';
  background-color: rgba(97, 114, 138, 0.2);
  margin: -18px auto;
  left: 0;
  right: 0;
}
@media (max-width: 230px) {
  .cid-txlM5PsVqb .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-txlM5PsVqb .user::before {
  content: '';
  position: absolute;
  background-color: #3d4550;
  height: 90%;
  z-index: 0;
  display: block;
  width: 500px;
  left: 0;
  right: 0;
  top: 21%;
  bottom: 0;
  margin: auto;
}
.cid-txlM5SYAjY {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #212428;
  overflow: hidden;
}
.cid-txlM5SYAjY .mbr-section-head {
  width: 100%;
}
.cid-txlM5SYAjY .border-item {
  width: 100%;
  height: 10px;
  background-color: #e27019;
  margin-left: 0;
  padding-left: 0;
  border: none!important;
  border-block-width: 0!important;
}
.cid-txlM5UxcpV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-txlM5UxcpV .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-txlM5UxcpV .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-txlM5UxcpV .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-txlM5UxcpV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-txlM5UxcpV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txlM5UxcpV .map-placeholder {
  display: none;
}
.cid-txlM5UxcpV .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-txlM5UxcpV .card {
  padding: 3rem 8rem;
}
.cid-txlM5UxcpV .card .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-txlM5UxcpV .card .mbr-text {
  color: #06182d;
}
.cid-txlM5UxcpV .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-txlM5UxcpV .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-txlM5UxcpV .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-txlM5UxcpV .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-txlM5UxcpV .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-txlM5UxcpV .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-txlM5UxcpV .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-txlM5UxcpV .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-txlM5UxcpV .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-txlM5UxcpV .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-txlM5UxcpV .card .social-list .soc-item a .socicon {
  font-size: 1.3rem;
  background: #e27019;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txlM5UxcpV .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-txlM5UxcpV .card .form-group {
  padding-right: 0;
}
.cid-txlM5UxcpV .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-txlM5UxcpV .card .btn-primary {
  border: 1px solid #005f8f !important;
}
.cid-txlM5UxcpV .card .btn-primary:hover {
  border: 1px solid #005f8f !important;
}
@media (max-width: 1200px) {
  .cid-txlM5UxcpV .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-txlM5UxcpV .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-txlM5UxcpV h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-txlM5UxcpV * {
    text-align: center !important;
  }
  .cid-txlM5UxcpV .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-txlM5UxcpV .form-group {
    max-width: 180px;
  }
  .cid-txlM5UxcpV .card {
    padding: 2rem 1rem;
  }
}
.cid-txlM5UxcpV .card .group-title {
  color: #005f8f;
}
.cid-txlM5WlPah {
  padding-top: 30px;
  padding-bottom: 0rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-txlM5WlPah .mbr-section-head {
  width: 100%;
}
.cid-txlM5WlPah .border-item {
  width: 100%;
  height: 10px;
  background-color: #e27019;
  margin-left: 0;
  padding-left: 0;
  border: none!important;
  border-block-width: 0!important;
}
.cid-txsqJwHlGN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/team5.jpg");
}
.cid-txsqJwHlGN .img-wrap {
  position: relative;
}
.cid-txsqJwHlGN .img-wrap img {
  width: 100%;
}
.cid-txsqJwHlGN .img-wrap .icon-label {
  padding: 19px;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  background-color: #e27019;
  z-index: 100;
  position: absolute;
}
.cid-txsqJwHlGN .img-wrap .icon-label .mbr-iconfont {
  color: #ffffff;
  font-size: 27px;
  line-height: 1;
}
@media (max-width: 768px) {
  .cid-txsqJwHlGN .img-wrap .icon-label {
    left: 0;
    top: auto;
    right: auto;
    bottom: 0;
  }
}
.cid-txsqJwHlGN .mbr-section-title {
  color: #ffffff;
}
.cid-txsqJwHlGN .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-txsqJwHlGN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txsqJwHlGN .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-txsqJwHlGN .mbr-section-text {
  color: #ffffff;
}
.cid-txsqJwHlGN .form-control,
.cid-txsqJwHlGN .form-check-label {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}
.cid-txsqJwHlGN .form-control {
  box-shadow: none;
  padding: 0.7em 1.07em 0em 0.8em;
  background-color: #f4f6f9;
  border: 0px solid #e27019;
  border-bottom: 1px solid #e27019;
  color: #b8b8b8;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-txsqJwHlGN .form-control:focus,
.cid-txsqJwHlGN .form-control:hover {
  border: 0px solid #e27019;
  border-bottom: 1px solid #e27019;
  background-color: #ffffff;
}
.cid-txsqJwHlGN .form-control.textarea {
  padding-top: 40px;
}
.cid-txsqJwHlGN .form-group {
  margin-bottom: 1.5rem;
}
.cid-txsqJwHlGN input::-webkit-input-placeholder,
.cid-txsqJwHlGN textarea::-webkit-input-placeholder {
  color: #b8b8b8;
}
.cid-txsqJwHlGN input:-moz-placeholder,
.cid-txsqJwHlGN textarea:-moz-placeholder {
  color: #b8b8b8;
}
.cid-txsqJwHlGN .jq-selectbox li,
.cid-txsqJwHlGN .jq-selectbox li {
  background-color: #f4f6f9;
  color: #000000;
}
.cid-txsqJwHlGN .jq-selectbox li:hover,
.cid-txsqJwHlGN .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-txsqJwHlGN .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f4f6f9;
}
.cid-txsqJwHlGN .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-txsqJwHlGN .text-blocks .mbr-text {
  color: #ffffff;
}
.cid-txsqJwHlGN a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-txsqJwHlGN .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-txsqJwHlGN .input-group-btn {
  display: block;
  text-align: left;
}
.cid-txsqJwHlGN .input-group-btn .btn-sm {
  padding: 7px 39px;
}
.cid-txsqJwHlGN textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-txsqJwHlGN h2 {
    padding-top: 2rem;
  }
  .cid-txsqJwHlGN .input-group-btn {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .cid-txsqJwHlGN .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-txsqJwHlGN .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-txsqJwHlGN .gdpr-block {
  padding: 20px;
  text-align: left;
}
.cid-txsqJwHlGN .gdpr-block span {
  line-height: 1;
}
.cid-txsqJwHlGN .gdpr-block label span.textGDPR input[name="gdpr"] {
  top: 6px;
}
.cid-txsqJwHlGN H5 {
  color: #e27019;
}
.cid-txsqJwHlGN LABEL {
  color: #ffffff;
}
.cid-txlM5X7Ujd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #005f8f;
}
.cid-txlM5X7Ujd .mbr-overlay {
  background-color: #06182d;
  opacity: 0.7;
}
.cid-txlM5X7Ujd .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  justify-content: flex-start;
}
.cid-txlM5X7Ujd .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-txlM5X7Ujd .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-txlM5X7Ujd li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-txlM5X7Ujd .align-wrap {
  display: flex;
  flex-direction: column;
}
.cid-txlM5X7Ujd .align-wrap .item-wrap {
  display: flex;
  justify-content: flex-start;
}
.cid-txlM5X7Ujd .align-wrap .item-wrap .card-img {
  margin-right: 15px;
}
.cid-txlM5X7Ujd .align-wrap .item-wrap .card-img .mbr-iconfont {
  color: #ff4e3c !important;
  font-size: 0.9rem;
}
.cid-txlM5X7Ujd .align-wrap .item-wrap .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-txlM5X7Ujd .align-wrap .item-wrap .icons-wrap .icon-title {
  margin: 0;
  padding-bottom: 0px;
  color: #ffffff;
  font-weight: 300;
}
.cid-txlM5X7Ujd .align-wrap .item-wrap .icons-wrap:hover .icon-title {
  color: #ff4e3c;
}
.cid-txlM5X7Ujd .align-wrap .item-wrap span,
.cid-txlM5X7Ujd .align-wrap .item-wrap p {
  transition: all 0.3s;
}
.cid-txlM5X7Ujd .opening-hours .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
  text-align: left;
}
.cid-txlM5X7Ujd .opening-hours .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-txlM5X7Ujd .opening-hours .box-list li:first-child {
  padding-top: 0;
}
.cid-txlM5X7Ujd .opening-hours .box-list li:last-child {
  border-bottom: none;
}
.cid-txlM5X7Ujd .opening-hours .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #ffffff;
}
.cid-txlM5X7Ujd .opening-hours .box-list.display-4 {
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .cid-txlM5X7Ujd .col-lg-3 {
    max-width: 20%;
  }
}
@media (max-width: 992px) {
  .cid-txlM5X7Ujd .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-txlM5X7Ujd .socicon-wrap {
    margin: auto;
  }
}
.cid-txlM5YGuCI {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #384657;
}
.cid-txlM5YGuCI .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-txlM5YGuCI .copyright {
    margin-bottom: 1rem;
  }
}
.cid-txlM5YGuCI .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-txlM5YGuCI .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #384657;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-txlM5YGuCI .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-txlM5YGuCI .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-txlM5YGuCI .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-txlM5YGuCI .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-txlM5YGuCI .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-txlM5YGuCI .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-txlM5YGuCI .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-txlY7xQPfo .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-txlY7xQPfo .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #e27019;
}
.cid-txlY7xQPfo .navbar-fixed-top {
  padding-top: 0;
}
.cid-txlY7xQPfo .navbar-collapse {
  flex-basis: auto;
}
.cid-txlY7xQPfo .dropdown-item {
  padding: 0;
}
.cid-txlY7xQPfo .dropdown-menu {
  border: 0px solid lightgray;
  background: #005f8f !important;
}
.cid-txlY7xQPfo .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-txlY7xQPfo .menu-content-top {
    width: 100%;
  }
  .cid-txlY7xQPfo .menu-content-top .menu-logo {
    display: none;
  }
  .cid-txlY7xQPfo .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-txlY7xQPfo .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-txlY7xQPfo .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: flex-end;
}
.cid-txlY7xQPfo .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-txlY7xQPfo .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-txlY7xQPfo .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all 0.3s;
  background: #005f8f;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-txlY7xQPfo .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-txlY7xQPfo .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #005f8f;
}
.cid-txlY7xQPfo .navbar-dropdown.bg-color.transparent.opened {
  background: #e27019;
}
.cid-txlY7xQPfo a {
  font-style: normal;
}
.cid-txlY7xQPfo .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-txlY7xQPfo .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-txlY7xQPfo .nav-item a {
  padding: 20px 0 !important;
  margin: 0 0.5rem !important;
}
.cid-txlY7xQPfo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txlY7xQPfo .content-text {
  margin-bottom: 0;
}
.cid-txlY7xQPfo .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-txlY7xQPfo .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005f8f;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-txlY7xQPfo .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-txlY7xQPfo .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-txlY7xQPfo .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-txlY7xQPfo .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-txlY7xQPfo .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-txlY7xQPfo .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-txlY7xQPfo .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txlY7xQPfo .nav-dropdown .link {
  font-weight: 400;
}
.cid-txlY7xQPfo .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-txlY7xQPfo .content-right-side {
  text-align: center;
}
.cid-txlY7xQPfo .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-txlY7xQPfo .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-txlY7xQPfo .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-txlY7xQPfo .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-txlY7xQPfo .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-txlY7xQPfo .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-txlY7xQPfo .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-txlY7xQPfo .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-txlY7xQPfo .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-txlY7xQPfo .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-txlY7xQPfo .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-txlY7xQPfo .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-txlY7xQPfo .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-txlY7xQPfo .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-txlY7xQPfo .navbar {
    display: block;
    padding: 0;
  }
  .cid-txlY7xQPfo .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-txlY7xQPfo .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7rem - 4.5rem);
  }
  .cid-txlY7xQPfo .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-txlY7xQPfo .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-txlY7xQPfo .navbar-toggler {
    display: none;
  }
  .cid-txlY7xQPfo .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-txlY7xQPfo .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-txlY7xQPfo .btn {
  display: inline-flex;
  align-items: center;
}
.cid-txlY7xQPfo .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-txlY7xQPfo .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-txlY7xQPfo .menu-logo {
  margin-right: auto;
}
.cid-txlY7xQPfo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-txlY7xQPfo .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-txlY7xQPfo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-txlY7xQPfo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-txlY7xQPfo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-txlY7xQPfo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-txlY7xQPfo .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-txlY7xQPfo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-txlY7xQPfo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-txlY7xQPfo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-txlY7xQPfo .dropdown .dropdown-menu {
  background: #e27019;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-txlY7xQPfo .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-txlY7xQPfo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txlY7xQPfo .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-txlY7xQPfo .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-txlY7xQPfo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-txlY7xQPfo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txlY7xQPfo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-txlY7xQPfo .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txlY7xQPfo .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-txlY7xQPfo .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-txlY7xQPfo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-txlY7xQPfo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-txlY7xQPfo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-txlY7xQPfo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-txlY7xQPfo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  align-self: auto;
}
.cid-txlY7xQPfo button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-txlY7xQPfo button.navbar-toggler:focus {
  outline: none;
}
.cid-txlY7xQPfo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-txlY7xQPfo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txlY7xQPfo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txlY7xQPfo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txlY7xQPfo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txlY7xQPfo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txlY7xQPfo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txlY7xQPfo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txlY7xQPfo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txlY7xQPfo .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-txlY7xQPfo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txlY7xQPfo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txlY7xQPfo .collapsed .btn {
  display: flex;
}
.cid-txlY7xQPfo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-txlY7xQPfo .collapsed .navbar-collapse.collapsing,
.cid-txlY7xQPfo .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-txlY7xQPfo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-txlY7xQPfo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-txlY7xQPfo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-txlY7xQPfo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-txlY7xQPfo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-txlY7xQPfo .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-txlY7xQPfo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-txlY7xQPfo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-txlY7xQPfo .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-txlY7xQPfo .collapsed button.navbar-toggler {
  display: block;
}
.cid-txlY7xQPfo .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-txlY7xQPfo .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-txlY7xQPfo .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-txlY7xQPfo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-txlY7xQPfo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-txlY7xQPfo .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-txlY7xQPfo .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-txlY7xQPfo .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txlY7xQPfo .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-txlY7xQPfo .navbar-collapse.collapsing,
  .cid-txlY7xQPfo .navbar-collapse.show {
    display: block !important;
  }
  .cid-txlY7xQPfo .navbar-collapse.collapsing .navbar-nav,
  .cid-txlY7xQPfo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-txlY7xQPfo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-txlY7xQPfo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-txlY7xQPfo .navbar-collapse.collapsing .navbar-buttons,
  .cid-txlY7xQPfo .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-txlY7xQPfo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-txlY7xQPfo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-txlY7xQPfo .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-txlY7xQPfo .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-txlY7xQPfo .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-txlY7xQPfo img {
    height: 3.8rem !important;
  }
  .cid-txlY7xQPfo .btn {
    display: flex;
  }
  .cid-txlY7xQPfo button.navbar-toggler {
    display: block;
  }
  .cid-txlY7xQPfo .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-txlY7xQPfo .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-txlY7xQPfo .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-txlY7xQPfo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-txlY7xQPfo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-txlY7xQPfo .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-txlY7xQPfo .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-txlY7xQPfo .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-txlY7xQPfo .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-txlY7xQPfo .nav-link:focus {
  outline: none;
}
.cid-txlY7xQPfo .navbar-toggler {
  position: relative;
}
.cid-txlY7xQPfo .dropdown-item.active,
.cid-txlY7xQPfo .dropdown-item:active {
  background: #005f8f;
  color: initial;
}
.cid-txlY7xQPfo .widget-title,
.cid-txlY7xQPfo .widget-icon {
  text-align: center;
  color: #005f8f;
}
.cid-txlY7xQPfo .widget-text {
  text-align: center;
}
.cid-txlY7xQPfo .btn-success {
  color: #005f8f !important;
}
.cid-txlY7xQPfo .navbar-buttons > .btn-success:hover {
  color: white!mportant;
}
.cid-txlY7xQPfo .fontmini {
  font-size: .7rem!important;
}
.cid-txlY7zMc00 {
  padding-top: 120px;
  padding-bottom: 0rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-txlY7zMc00 .mbr-section-head {
  width: 100%;
}
.cid-txlY7zMc00 .border-item {
  width: 100%;
  height: 10px;
  background-color: #e27019;
  margin-left: 0;
  padding-left: 0;
  border: none!important;
  border-block-width: 0!important;
}
.cid-txrYhdh4yL {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/adobestock-335850037-preview-1000x667.jpg");
}
.cid-txrYhdh4yL .link-align {
  width: 100%;
}
.cid-txrYhdh4yL .link-wrap {
  display: inline-block;
}
.cid-txrYhdh4yL .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-txrYhdh4yL .wrap {
  transform: matrix3d(0.99863, -0.052336, 0, 0, 0.052336, 0.99863, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
.cid-txrYhdh4yL .wrap .mask {
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: flex;
  z-index: 8;
  visibility: inherit;
  transition: none 0s ease 0s;
  text-align: inherit;
  line-height: 1.05;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 17px;
  white-space: nowrap;
  min-height: 88px;
  width: 100%;
  max-height: 100px;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, -0.275637, 0.961262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
@media (max-width: 992px) {
  .cid-txrYhdh4yL .wrap .mask {
    background: none;
    min-height: auto;
  }
}
.cid-txrYhdh4yL .wrap .mbr-section-subtitle {
  line-height: 1;
}
.cid-txrYhdh4yL .wrap .price {
  color: #efda20;
}
@media (min-width: 992px) {
  .cid-txrYhdh4yL .wrap .mbr-section-title.display-1 {
    font-size: 100px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .cid-txrYhdh4yL .mbr-text {
    text-align: right;
  }
}
.cid-txlY7AEB98 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #212428;
  overflow: hidden;
}
.cid-txlY7AEB98 .mbr-section-head {
  width: 100%;
}
.cid-txlY7AEB98 .border-item {
  width: 100%;
  height: 10px;
  background-color: #e27019;
  margin-left: 0;
  padding-left: 0;
  border: none!important;
  border-block-width: 0!important;
}
.cid-txlY7DK8W4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-txlY7DK8W4 .img-wrap {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-position: 50% 50%;
  z-index: 2;
  background-image: url("../../../assets/images/adobestock-257904144-preview-519x346.jpeg");
}
.cid-txlY7DK8W4 .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-txlY7DK8W4 .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-txlY7DK8W4 .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-txlY7DK8W4 .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-txlY7DK8W4 .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-txlY7DK8W4 .card .wrapper .mbr-text {
  color: #666666;
  font-weight: 300;
}
.cid-txlY7DK8W4 .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-txlY7DK8W4 .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-txlY7DK8W4 .card .wrapper .mbr-list .list li, .cid-txlY7DK8W4 > li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-txlY7DK8W4 .card .wrapper .mbr-list .list li:before, .cid-txlY7DK8W4 > li:before  {
  font-weight: 900;
  color: #005f8f;
  display: inline-block;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-txlY7DK8W4 .card .wrapper .link-wrap {
  width: 100%;
}
.cid-txlY7DK8W4 .card .wrapper .link-wrap .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  text-align: left;
}
.cid-txlY7DK8W4 .card .wrapper .link-wrap .link:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-txlY7DK8W4 .card .wrapper .link-wrap .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-txlY7DK8W4 .card .wrapper .link-wrap .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-txlY7DK8W4 .card .wrapper .link-wrap .link,
.cid-txlY7DK8W4 .wrapper {
  color: #e27019;
}
.cid-txlY7DK8W4 .card .mbr-section-title {
  color: #e27019;
  text-align: center;
}
.cid-txlY7DK8W4 .card .wrapper .mbr-section-subtitle {
  color: #fde1cc;
  text-align: center;
}
.cid-txlY7B20dD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fdf2ea;
}
.cid-txlY7B20dD .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-txlY7B20dD .card:hover .card-wrapper .img-wrapper .mbr-section-btn {
  opacity: 1;
  transform: translateY(-50px);
  transform: translateY(85px);
}
.cid-txlY7B20dD .card .card-wrapper .img-wrapper {
  overflow: hidden;
  trasnition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-txlY7B20dD .card .card-wrapper .img-wrapper img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-txlY7B20dD .card .card-wrapper .img-wrapper .mbr-section-btn {
  position: absolute;
  bottom: 150px;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  transform: translateY(100px);
  width: 100%;
}
.cid-txlY7B20dD .card .card-wrapper .img-wrapper .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  letter-spacing: 0;
}
.cid-txlY7B20dD .card .card-wrapper .card-box .card-title {
  color: #06182d;
  font-weight: 700;
  margin-bottom: 0;
}
.cid-txlY7B20dD .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.2;
}
.cid-txlY7B20dD .card .card-wrapper .card-box .mbr-section-subtitle {
  color: #666666;
  letter-spacing: 0;
}
.cid-txlY7B20dD .card .card-wrapper .card-box .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-txlY7B20dD .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper {
  background: #e27019;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #e27019;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-txlY7B20dD .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #e27019;
}
.cid-txlY7B20dD .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-txlY7B20dD .card .card-wrapper .card-box .text-wrap .icons-wrap::before {
  height: 2px;
  width: 25%;
  top: 50%;
  right: 70%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e27019;
}
@media (max-width: 992px) {
  .cid-txlY7B20dD .card .card-wrapper .card-box .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-txlY7B20dD .card .card-wrapper .card-box .text-wrap .icons-wrap::after {
  height: 2px;
  width: 25%;
  top: 50%;
  left: 70%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e27019;
}
@media (max-width: 992px) {
  .cid-txlY7B20dD .card .card-wrapper .card-box .text-wrap .icons-wrap::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-txlY7B20dD .card .text-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-txlY7B20dD .card .card-wrapper .card-box .card-title {
  color: #e27019;
}
.cid-txlY7B20dD H4 {
  color: #e27019;
}
.cid-txm3Gv6zqb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/fond-demenagement-entete-2000x799.jpg");
}
.cid-txm3Gv6zqb .mbr-section-title {
  color: #ffffff;
}
.cid-txm3Gv6zqb .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-txm3Gv6zqb .mbr-section-subtitle {
  color: #ffffff;
  line-height: 1;
  font-weight: 300;
}
.cid-txm3Gv6zqb .card {
  max-width: 300px;
  margin-bottom: 20px;
}
.cid-txm3Gv6zqb .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border: 1px solid rgba(97, 114, 138, 0.2);
}
.cid-txm3Gv6zqb .card .card-wrapper .card-img {
  width: auto;
}
.cid-txm3Gv6zqb .card .card-wrapper .card-img img {
  width: 100%;
  max-height: 450px;
}
.cid-txm3Gv6zqb .card .card-wrapper .card-box {
  padding: 44px 30px 41px;
}
.cid-txm3Gv6zqb .card .card-wrapper .card-box .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
@media (max-width: 768px) {
  .cid-txm3Gv6zqb .card .card-wrapper .card-box .sticky-tag {
    display: none;
  }
}
.cid-txm3Gv6zqb .card .card-wrapper .card-box .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #e27019;
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-txm3Gv6zqb .card .card-wrapper .card-box .sticky-tag .mbr-text::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #db3321 transparent transparent;
  transform: skew(22deg) !important;
}
.cid-txm3Gv6zqb .card .card-wrapper .card-box .card-title {
  color: #06182d;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
  font-weight: 500;
}
.cid-txm3Gv6zqb .card .card-wrapper .card-box .mbr-text {
  line-height: 1.6;
  text-align: center;
  color: #666666;
}
.cid-txm3Gv6zqb .card .card-wrapper .card-box .ico-line {
  width: 100%;
  color: #767676;
  justify-content: space-between;
}
.cid-txm3Gv6zqb .card .card-wrapper .card-box .ico-line .mbr-iconfont {
  display: inline-block;
  color: #ff4e3c;
}
.cid-txm3Gv6zqb .card .card-wrapper .card-box .ico-line .rev {
  display: inline-block;
  color: #0a1c44;
}
.cid-txm3Gv6zqb .card .card-wrapper .card-box .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-txm3Gv6zqb .card .card-wrapper .card-box .card-title {
  color: #e27019;
}
.cid-txmcm3PkHl {
  padding-top: 30px;
  padding-bottom: 0rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-txmcm3PkHl .mbr-section-head {
  width: 100%;
}
.cid-txmcm3PkHl .border-item {
  width: 100%;
  height: 10px;
  background-color: #e27019;
  margin-left: 0;
  padding-left: 0;
  border: none!important;
  border-block-width: 0!important;
}
.cid-txlY7CiGGn {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #005f8f;
}
.cid-txlY7CiGGn .mbr-section-title .cid-txlY7CiGGn .mbr-section-title > a {
  color: #ffffff!important;
}
.cid-txlY7CiGGn .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-txlY7CiGGn .mbr-section-subtitle, .cid-txlY7CiGGn .mbr-section-subtitle > a {
  color: #ffffff!important;
}
.cid-txlY7CiGGn .mbr-section-subtitle.display-7, .cid-txlY7CiGGn .mbr-section-subtitle.display-7 a {
  letter-spacing: 0;
color: #ffffff!important;
}
.cid-txlY7CiGGn .mbr-section-text, .cid-txlY7CiGGn .mbr-section-text > a {
  color: #ffffff;
}
.cid-txlY7CiGGn .carousel-item {
  justify-content: center;
}
.cid-txlY7CiGGn .carousel-item.active,
.cid-txlY7CiGGn .carousel-item-next,
.cid-txlY7CiGGn .carousel-item-prev {
  display: flex;
}
.cid-txlY7CiGGn .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
  width: 20%;
}
.cid-txlY7CiGGn .carousel-controls a span {
  position: absolute;
  top: 45%;
  font-size: 30px;
  padding: 15px;
  border-radius: 50%;
  color: #ffffff;
  background: transparent;
  opacity: .9;
}
.cid-txlY7CiGGn .carousel-controls a:hover span {
  opacity: 1;
}
.cid-txlY7CiGGn .user_image {
  width: 150px;
  height: 150px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  margin: 1rem auto 1rem auto;
  display: flex;
  z-index: 1;
  position: relative;
}
.cid-txlY7CiGGn .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-txlY7CiGGn .mbr-iconfont {
  font-size: 3rem;
  opacity: 1;
  color: #e27019;
  margin-top: 33px;
  margin-bottom: 13px;
}
.cid-txlY7CiGGn .user_text {
  position: relative;
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .cid-txlY7CiGGn .user_text p {
    padding: 1rem 0rem;
  }
}
.cid-txlY7CiGGn .user_text .mbr-text {
  font-style: italic;
  margin-bottom: 26px;
}
.cid-txlY7CiGGn .user_text .mbr-text.display-7 {
  line-height: 1.2;
}
.cid-txlY7CiGGn .user_name {
  font-weight: 700;
}
.cid-txlY7CiGGn .user_name::before {
  height: 2px;
  width: 370px;
  position: absolute;
  display: inline-block;
  content: '';
  background-color: rgba(97, 114, 138, 0.2);
  margin: -18px auto;
  left: 0;
  right: 0;
}
@media (max-width: 230px) {
  .cid-txlY7CiGGn .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-txlY7CiGGn .user::before {
  content: '';
  position: absolute;
  background-color: #3d4550;
  height: 90%;
  z-index: 0;
  display: block;
  width: 500px;
  left: 0;
  right: 0;
  top: 21%;
  bottom: 0;
  margin: auto;
}
.cid-txlY7Fu2Dn {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #212428;
  overflow: hidden;
}
.cid-txlY7Fu2Dn .mbr-section-head {
  width: 100%;
}
.cid-txlY7Fu2Dn .border-item {
  width: 100%;
  height: 10px;
  background-color: #e27019;
  margin-left: 0;
  padding-left: 0;
  border: none!important;
  border-block-width: 0!important;
}
.cid-txweDHLsKb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f6f9;
}
.cid-txweDHLsKb .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  background: linear-gradient(#e27019 0%, #e27019 69%, #e27019 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-txweDHLsKb .mbr-section-subtitle {
  color: #06182d;
  line-height: 1;
  font-weight: 300;
}
.cid-txweDHLsKb .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border: 1px solid rgba(97, 114, 138, 0.2);
}
.cid-txweDHLsKb .card .card-wrapper .card-img {
  width: auto;
}
.cid-txweDHLsKb .card .card-wrapper .card-img img {
  width: 100%;
  max-height: 450px;
}
.cid-txweDHLsKb .card .card-wrapper .card-box {
  padding: 44px 30px 41px;
}
.cid-txweDHLsKb .card .card-wrapper .card-box .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
.cid-txweDHLsKb .card .card-wrapper .card-box .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #e27019;
  background: linear-gradient(#e27019 0%, #e27019 69%, #e27019 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-txweDHLsKb .card .card-wrapper .card-box .sticky-tag .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #db3321 transparent transparent;
  transform: skew(22deg) !important;
}
.cid-txweDHLsKb .card .card-wrapper .card-box .card-title {
  color: #06182d;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
  font-weight: 500;
}
.cid-txweDHLsKb .card .card-wrapper .card-box .mbr-text {
  line-height: 1.6;
  text-align: center;
  color: #666666;
}
.cid-txweDHLsKb .card .card-wrapper .card-box .ico-line {
  width: 100%;
  color: #767676;
  justify-content: space-between;
}
.cid-txweDHLsKb .card .card-wrapper .card-box .ico-line .mbr-iconfont {
  display: inline-block;
  color: #ff4e3c;
}
.cid-txweDHLsKb .card .card-wrapper .card-box .ico-line .rev {
  display: inline-block;
  color: #0a1c44;
}
.cid-txweDHLsKb .card .card-wrapper .card-box .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-txweIyeHbE {
  padding-top: 30px;
  padding-bottom: 0rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-txweIyeHbE .mbr-section-head {
  width: 100%;
}
.cid-txweIyeHbE .border-item {
  width: 100%;
  height: 10px;
  background-color: #e27019;
  margin-left: 0;
  padding-left: 0;
  border: none!important;
  border-block-width: 0!important;
}
.cid-txlY7HfGo3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-txlY7HfGo3 .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-txlY7HfGo3 .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-txlY7HfGo3 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-txlY7HfGo3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-txlY7HfGo3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txlY7HfGo3 .map-placeholder {
  display: none;
}
.cid-txlY7HfGo3 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-txlY7HfGo3 .card {
  padding: 3rem 8rem;
}
.cid-txlY7HfGo3 .card .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-txlY7HfGo3 .card .mbr-text {
  color: #06182d;
}
.cid-txlY7HfGo3 .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-txlY7HfGo3 .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-txlY7HfGo3 .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-txlY7HfGo3 .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-txlY7HfGo3 .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-txlY7HfGo3 .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-txlY7HfGo3 .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-txlY7HfGo3 .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-txlY7HfGo3 .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-txlY7HfGo3 .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-txlY7HfGo3 .card .social-list .soc-item a .socicon {
  font-size: 1.3rem;
  background: #e27019;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txlY7HfGo3 .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-txlY7HfGo3 .card .form-group {
  padding-right: 0;
}
.cid-txlY7HfGo3 .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-txlY7HfGo3 .card .btn-primary {
  border: 1px solid #005f8f !important;
}
.cid-txlY7HfGo3 .card .btn-primary:hover {
  border: 1px solid #005f8f !important;
}
@media (max-width: 1200px) {
  .cid-txlY7HfGo3 .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-txlY7HfGo3 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-txlY7HfGo3 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-txlY7HfGo3 * {
    text-align: center !important;
  }
  .cid-txlY7HfGo3 .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-txlY7HfGo3 .form-group {
    max-width: 180px;
  }
  .cid-txlY7HfGo3 .card {
    padding: 2rem 1rem;
  }
}
.cid-txlY7HfGo3 .card .group-title {
  color: #005f8f;
}
.cid-txlY7I3Iam {
  padding-top: 30px;
  padding-bottom: 0rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-txlY7I3Iam .mbr-section-head {
  width: 100%;
}
.cid-txlY7I3Iam .border-item {
  width: 100%;
  height: 10px;
  background-color: #e27019;
  margin-left: 0;
  padding-left: 0;
  border: none!important;
  border-block-width: 0!important;
}
.cid-txrZmmc0cH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #005f8f;
}
.cid-txrZmmc0cH .img-wrap {
  position: relative;
}
.cid-txrZmmc0cH .img-wrap img {
  width: 100%;
}
.cid-txrZmmc0cH .img-wrap .icon-label {
  padding: 19px;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  background-color: #e27019;
  z-index: 100;
  position: absolute;
}
.cid-txrZmmc0cH .img-wrap .icon-label .mbr-iconfont {
  color: #ffffff;
  font-size: 27px;
  line-height: 1;
}
@media (max-width: 768px) {
  .cid-txrZmmc0cH .img-wrap .icon-label {
    left: 0;
    top: auto;
    right: auto;
    bottom: 0;
  }
}
.cid-txrZmmc0cH .mbr-section-title {
  color: #ffffff;
}
.cid-txrZmmc0cH .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-txrZmmc0cH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txrZmmc0cH .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-txrZmmc0cH .mbr-section-text {
  color: #ffffff;
}
.cid-txrZmmc0cH .form-control,
.cid-txrZmmc0cH .form-check-label {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}
.cid-txrZmmc0cH .form-control {
  box-shadow: none;
  padding: 0.7em 1.07em 0em 0.8em;
  background-color: #f4f6f9;
  border: 0px solid #e27019;
  border-bottom: 1px solid #e27019;
  color: #b8b8b8;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-txrZmmc0cH .form-control:focus,
.cid-txrZmmc0cH .form-control:hover {
  border: 0px solid #e27019;
  border-bottom: 1px solid #e27019;
  background-color: #ffffff;
}
.cid-txrZmmc0cH .form-control.textarea {
  padding-top: 40px;
}
.cid-txrZmmc0cH .form-group {
  margin-bottom: 1.5rem;
}
.cid-txrZmmc0cH input::-webkit-input-placeholder,
.cid-txrZmmc0cH textarea::-webkit-input-placeholder {
  color: #b8b8b8;
}
.cid-txrZmmc0cH input:-moz-placeholder,
.cid-txrZmmc0cH textarea:-moz-placeholder {
  color: #b8b8b8;
}
.cid-txrZmmc0cH .jq-selectbox li,
.cid-txrZmmc0cH .jq-selectbox li {
  background-color: #f4f6f9;
  color: #000000;
}
.cid-txrZmmc0cH .jq-selectbox li:hover,
.cid-txrZmmc0cH .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-txrZmmc0cH .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f4f6f9;
}
.cid-txrZmmc0cH .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-txrZmmc0cH .text-blocks .mbr-text {
  color: #ffffff;
}
.cid-txrZmmc0cH a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-txrZmmc0cH .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-txrZmmc0cH .input-group-btn {
  display: block;
  text-align: left;
}
.cid-txrZmmc0cH .input-group-btn .btn-sm {
  padding: 7px 39px;
}
.cid-txrZmmc0cH textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-txrZmmc0cH h2 {
    padding-top: 2rem;
  }
  .cid-txrZmmc0cH .input-group-btn {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .cid-txrZmmc0cH .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-txrZmmc0cH .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-txrZmmc0cH .gdpr-block {
  padding: 20px;
  text-align: left;
}
.cid-txrZmmc0cH .gdpr-block span {
  line-height: 1;
}
.cid-txrZmmc0cH .gdpr-block label span.textGDPR input[name="gdpr"] {
  top: 6px;
}
.cid-txrZmmc0cH H5 {
  color: #e9e9e9;
}
.cid-txrZmmc0cH LABEL {
  color: #ffffff;
}
.cid-txlY7InPN4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #005f8f;
}
.cid-txlY7InPN4 .mbr-overlay {
  background-color: #06182d;
  opacity: 0.7;
}
.cid-txlY7InPN4 .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  justify-content: flex-start;
}
.cid-txlY7InPN4 .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-txlY7InPN4 .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-txlY7InPN4 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-txlY7InPN4 .align-wrap {
  display: flex;
  flex-direction: column;
}
.cid-txlY7InPN4 .align-wrap .item-wrap {
  display: flex;
  justify-content: flex-start;
}
.cid-txlY7InPN4 .align-wrap .item-wrap .card-img {
  margin-right: 15px;
}
.cid-txlY7InPN4 .align-wrap .item-wrap .card-img .mbr-iconfont {
  color: #ff4e3c !important;
  font-size: 0.9rem;
}
.cid-txlY7InPN4 .align-wrap .item-wrap .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-txlY7InPN4 .align-wrap .item-wrap .icons-wrap .icon-title {
  margin: 0;
  padding-bottom: 0px;
  color: #ffffff;
  font-weight: 300;
}
.cid-txlY7InPN4 .align-wrap .item-wrap .icons-wrap:hover .icon-title {
  color: #e27019;
}
.cid-txlY7InPN4 .align-wrap .item-wrap span,
.cid-txlY7InPN4 .align-wrap .item-wrap p {
  transition: all 0.3s;
}
.cid-txlY7InPN4 .opening-hours .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
  text-align: left;
}
.cid-txlY7InPN4 .opening-hours .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-txlY7InPN4 .opening-hours .box-list li:first-child {
  padding-top: 0;
}
.cid-txlY7InPN4 .opening-hours .box-list li:last-child {
  border-bottom: none;
}
.cid-txlY7InPN4 .opening-hours .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #ffffff;
}
.cid-txlY7InPN4 .opening-hours .box-list.display-4 {
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .cid-txlY7InPN4 .col-lg-3 {
    max-width: 20%;
  }
}
@media (max-width: 992px) {
  .cid-txlY7InPN4 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-txlY7InPN4 .socicon-wrap {
    margin: auto;
  }
}
.cid-txlY7Jkm93 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #384657;
}
.cid-txlY7Jkm93 .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-txlY7Jkm93 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-txlY7Jkm93 .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-txlY7Jkm93 .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #384657;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-txlY7Jkm93 .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-txlY7Jkm93 .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-txlY7Jkm93 .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-txlY7Jkm93 .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-txlY7Jkm93 .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-txlY7Jkm93 .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-txlY7Jkm93 .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-txrVFcbwqa .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-txrVFcbwqa .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #e27019;
}
.cid-txrVFcbwqa .navbar-fixed-top {
  padding-top: 0;
}
.cid-txrVFcbwqa .navbar-collapse {
  flex-basis: auto;
}
.cid-txrVFcbwqa .dropdown-item {
  padding: 0;
}
.cid-txrVFcbwqa .dropdown-menu {
  border: 0px solid lightgray;
  background: #005f8f !important;
}
.cid-txrVFcbwqa .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-txrVFcbwqa .menu-content-top {
    width: 100%;
  }
  .cid-txrVFcbwqa .menu-content-top .menu-logo {
    display: none;
  }
  .cid-txrVFcbwqa .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-txrVFcbwqa .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-txrVFcbwqa .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: flex-end;
}
.cid-txrVFcbwqa .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-txrVFcbwqa .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-txrVFcbwqa .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all 0.3s;
  background: #005f8f;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-txrVFcbwqa .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-txrVFcbwqa .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #005f8f;
}
.cid-txrVFcbwqa .navbar-dropdown.bg-color.transparent.opened {
  background: #e27019;
}
.cid-txrVFcbwqa a {
  font-style: normal;
}
.cid-txrVFcbwqa .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-txrVFcbwqa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-txrVFcbwqa .nav-item a {
  padding: 20px 0 !important;
  margin: 0 0.5rem !important;
}
.cid-txrVFcbwqa .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txrVFcbwqa .content-text {
  margin-bottom: 0;
}
.cid-txrVFcbwqa .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-txrVFcbwqa .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005f8f;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-txrVFcbwqa .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-txrVFcbwqa .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-txrVFcbwqa .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-txrVFcbwqa .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-txrVFcbwqa .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-txrVFcbwqa .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-txrVFcbwqa .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txrVFcbwqa .nav-dropdown .link {
  font-weight: 400;
}
.cid-txrVFcbwqa .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-txrVFcbwqa .content-right-side {
  text-align: center;
}
.cid-txrVFcbwqa .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-txrVFcbwqa .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-txrVFcbwqa .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-txrVFcbwqa .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-txrVFcbwqa .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-txrVFcbwqa .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-txrVFcbwqa .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-txrVFcbwqa .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-txrVFcbwqa .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-txrVFcbwqa .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-txrVFcbwqa .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-txrVFcbwqa .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-txrVFcbwqa .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-txrVFcbwqa .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-txrVFcbwqa .navbar {
    display: block;
    padding: 0;
  }
  .cid-txrVFcbwqa .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-txrVFcbwqa .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7rem - 4.5rem);
  }
  .cid-txrVFcbwqa .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-txrVFcbwqa .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-txrVFcbwqa .navbar-toggler {
    display: none;
  }
  .cid-txrVFcbwqa .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-txrVFcbwqa .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-txrVFcbwqa .btn {
  display: inline-flex;
  align-items: center;
}
.cid-txrVFcbwqa .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-txrVFcbwqa .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-txrVFcbwqa .menu-logo {
  margin-right: auto;
}
.cid-txrVFcbwqa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-txrVFcbwqa .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-txrVFcbwqa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-txrVFcbwqa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-txrVFcbwqa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-txrVFcbwqa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-txrVFcbwqa .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-txrVFcbwqa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-txrVFcbwqa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-txrVFcbwqa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-txrVFcbwqa .dropdown .dropdown-menu {
  background: #e27019;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-txrVFcbwqa .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-txrVFcbwqa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txrVFcbwqa .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-txrVFcbwqa .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-txrVFcbwqa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-txrVFcbwqa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txrVFcbwqa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-txrVFcbwqa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txrVFcbwqa .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-txrVFcbwqa .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-txrVFcbwqa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-txrVFcbwqa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-txrVFcbwqa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-txrVFcbwqa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-txrVFcbwqa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  align-self: auto;
}
.cid-txrVFcbwqa button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-txrVFcbwqa button.navbar-toggler:focus {
  outline: none;
}
.cid-txrVFcbwqa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-txrVFcbwqa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txrVFcbwqa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txrVFcbwqa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txrVFcbwqa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txrVFcbwqa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txrVFcbwqa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txrVFcbwqa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txrVFcbwqa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txrVFcbwqa .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-txrVFcbwqa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txrVFcbwqa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txrVFcbwqa .collapsed .btn {
  display: flex;
}
.cid-txrVFcbwqa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-txrVFcbwqa .collapsed .navbar-collapse.collapsing,
.cid-txrVFcbwqa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-txrVFcbwqa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-txrVFcbwqa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-txrVFcbwqa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-txrVFcbwqa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-txrVFcbwqa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-txrVFcbwqa .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-txrVFcbwqa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-txrVFcbwqa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-txrVFcbwqa .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-txrVFcbwqa .collapsed button.navbar-toggler {
  display: block;
}
.cid-txrVFcbwqa .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-txrVFcbwqa .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-txrVFcbwqa .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-txrVFcbwqa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-txrVFcbwqa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-txrVFcbwqa .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-txrVFcbwqa .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-txrVFcbwqa .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txrVFcbwqa .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-txrVFcbwqa .navbar-collapse.collapsing,
  .cid-txrVFcbwqa .navbar-collapse.show {
    display: block !important;
  }
  .cid-txrVFcbwqa .navbar-collapse.collapsing .navbar-nav,
  .cid-txrVFcbwqa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-txrVFcbwqa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-txrVFcbwqa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-txrVFcbwqa .navbar-collapse.collapsing .navbar-buttons,
  .cid-txrVFcbwqa .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-txrVFcbwqa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-txrVFcbwqa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-txrVFcbwqa .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-txrVFcbwqa .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-txrVFcbwqa .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-txrVFcbwqa img {
    height: 3.8rem !important;
  }
  .cid-txrVFcbwqa .btn {
    display: flex;
  }
  .cid-txrVFcbwqa button.navbar-toggler {
    display: block;
  }
  .cid-txrVFcbwqa .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-txrVFcbwqa .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-txrVFcbwqa .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-txrVFcbwqa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-txrVFcbwqa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-txrVFcbwqa .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-txrVFcbwqa .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-txrVFcbwqa .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-txrVFcbwqa .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-txrVFcbwqa .nav-link:focus {
  outline: none;
}
.cid-txrVFcbwqa .navbar-toggler {
  position: relative;
}
.cid-txrVFcbwqa .dropdown-item.active,
.cid-txrVFcbwqa .dropdown-item:active {
  background: #005f8f;
  color: initial;
}
.cid-txrVFcbwqa .widget-title,
.cid-txrVFcbwqa .widget-icon {
  text-align: center;
  color: #005f8f;
}
.cid-txrVFcbwqa .widget-text {
  text-align: center;
}
.cid-txrVFcbwqa .btn-success {
  color: #005f8f !important;
}
.cid-txrVFcbwqa .navbar-buttons > .btn-success:hover {
  color: white!mportant;
}
.cid-txrVFcbwqa .fontmini {
  font-size: .7rem!important;
}
.cid-txrVFeVOu6 {
  padding-top: 120px;
  padding-bottom: 0rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-txrVFeVOu6 .mbr-section-head {
  width: 100%;
}
.cid-txrVFeVOu6 .border-item {
  width: 100%;
  height: 10px;
  background-color: #e27019;
  margin-left: 0;
  padding-left: 0;
  border: none!important;
  border-block-width: 0!important;
}
.cid-txrVFfA4Hv {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/fond-demenagement-entete-2000x799.jpg");
}
.cid-txrVFfA4Hv .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-txrVFfA4Hv .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-txrVFfA4Hv .card .wrapper .mbr-section-title span:first-child {
  color: #e27019;
}
.cid-txrVFfA4Hv .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-txrVFfA4Hv .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txrVFfA4Hv .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-txrVFfA4Hv .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-txrVFfA4Hv .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #ffffff;
}
.cid-txrVFfA4Hv .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-txrVFfA4Hv .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-txrVFfA4Hv .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #e27019;
  display: inline-block;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-txrVFfA4Hv .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 12px 35px;
  line-height: 1.0625;
}
.cid-txrVFfA4Hv .card .wrapper .mbr-section-title,
.cid-txrVFfA4Hv .mbr-section-btn,
.cid-txrVFfA4Hv .mbr-list .list {
  color: #ffffff;
}
.cid-txrVFfA4Hv .card .mbr-section-title {
  text-align: center;
}
.cid-txrVFfA4Hv .card .wrapper .mbr-section-subtitle,
.cid-txrVFfA4Hv .mbr-section-btn,
.cid-txrVFfA4Hv .mbr-list .list {
  text-align: center;
}
.cid-txrVFgCfzg {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #212428;
  overflow: hidden;
}
.cid-txrVFgCfzg .mbr-section-head {
  width: 100%;
}
.cid-txrVFgCfzg .border-item {
  width: 100%;
  height: 10px;
  background-color: #e27019;
  margin-left: 0;
  padding-left: 0;
  border: none!important;
  border-block-width: 0!important;
}
.cid-txrVFiy26Z {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txrVFiy26Z .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-txrVFiy26Z .card:hover .card-wrapper .img-wrapper .mbr-section-btn {
  opacity: 1;
  transform: translateY(-50px);
  transform: translateY(85px);
}
.cid-txrVFiy26Z .card .card-wrapper .img-wrapper {
  overflow: hidden;
  trasnition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-txrVFiy26Z .card .card-wrapper .img-wrapper img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-txrVFiy26Z .card .card-wrapper .img-wrapper .mbr-section-btn {
  position: absolute;
  bottom: 150px;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  transform: translateY(100px);
  width: 100%;
}
.cid-txrVFiy26Z .card .card-wrapper .img-wrapper .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  letter-spacing: 0;
}
.cid-txrVFiy26Z .card .card-wrapper .card-box .card-title {
  color: #06182d;
  font-weight: 700;
  margin-bottom: 0;
}
.cid-txrVFiy26Z .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.2;
}
.cid-txrVFiy26Z .card .card-wrapper .card-box .mbr-section-subtitle {
  color: #666666;
  letter-spacing: 0;
}
.cid-txrVFiy26Z .card .card-wrapper .card-box .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-txrVFiy26Z .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper {
  background: #e27019;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #e27019;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-txrVFiy26Z .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #e27019;
}
.cid-txrVFiy26Z .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-txrVFiy26Z .card .card-wrapper .card-box .text-wrap .icons-wrap::before {
  height: 2px;
  width: 25%;
  top: 50%;
  right: 70%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e27019;
}
@media (max-width: 992px) {
  .cid-txrVFiy26Z .card .card-wrapper .card-box .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-txrVFiy26Z .card .card-wrapper .card-box .text-wrap .icons-wrap::after {
  height: 2px;
  width: 25%;
  top: 50%;
  left: 70%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e27019;
}
@media (max-width: 992px) {
  .cid-txrVFiy26Z .card .card-wrapper .card-box .text-wrap .icons-wrap::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-txrVFiy26Z .card .text-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-txrVFiy26Z .card .card-wrapper .card-box .card-title {
  color: #e27019;
}
.cid-txrVFiy26Z H4 {
  color: #e27019;
}
.cid-txrVFkQMLS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/fond-demenagement-entete-2000x799.jpg");
}
.cid-txrVFkQMLS .mbr-section-title {
  color: #ffffff;
}
.cid-txrVFkQMLS .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-txrVFkQMLS .mbr-section-subtitle {
  color: #ffffff;
  line-height: 1;
  font-weight: 300;
}
.cid-txrVFkQMLS .card {
  max-width: ;
  margin-bottom: 20px;
}
.cid-txrVFkQMLS .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border: 1px solid rgba(97, 114, 138, 0.2);
}
.cid-txrVFkQMLS .card .card-wrapper .card-img {
  width: auto;
}
.cid-txrVFkQMLS .card .card-wrapper .card-img img {
  width: 100%;
  max-height: 450px;
}
.cid-txrVFkQMLS .card .card-wrapper .card-box {
  padding: 44px 30px 41px;
}
.cid-txrVFkQMLS .card .card-wrapper .card-box .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
@media (max-width: 768px) {
  .cid-txrVFkQMLS .card .card-wrapper .card-box .sticky-tag {
    display: none;
  }
}
.cid-txrVFkQMLS .card .card-wrapper .card-box .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #e27019;
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-txrVFkQMLS .card .card-wrapper .card-box .sticky-tag .mbr-text::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #db3321 transparent transparent;
  transform: skew(22deg) !important;
}
.cid-txrVFkQMLS .card .card-wrapper .card-box .card-title {
  color: #06182d;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
  font-weight: 500;
}
.cid-txrVFkQMLS .card .card-wrapper .card-box .mbr-text {
  line-height: 1.6;
  text-align: center;
  color: #666666;
}
.cid-txrVFkQMLS .card .card-wrapper .card-box .ico-line {
  width: 100%;
  color: #767676;
  justify-content: space-between;
}
.cid-txrVFkQMLS .card .card-wrapper .card-box .ico-line .mbr-iconfont {
  display: inline-block;
  color: #ff4e3c;
}
.cid-txrVFkQMLS .card .card-wrapper .card-box .ico-line .rev {
  display: inline-block;
  color: #0a1c44;
}
.cid-txrVFkQMLS .card .card-wrapper .card-box .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-txrVFkQMLS .card .card-wrapper .card-box .card-title {
  color: #e27019;
}
.cid-txs2rLLqIE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-txs2rLLqIE .img-wrap {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-position: 50% 50%;
  z-index: 2;
  background-image: url("../../../assets/images/adobestock-257904144-preview-519x346.jpeg");
}
.cid-txs2rLLqIE .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-txs2rLLqIE .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-txs2rLLqIE .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-txs2rLLqIE .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-txs2rLLqIE .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-txs2rLLqIE .card .wrapper .mbr-text {
  color: #666666;
  font-weight: 300;
}
.cid-txs2rLLqIE .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-txs2rLLqIE .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-txs2rLLqIE .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-txs2rLLqIE .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #005f8f;
  display: inline-block;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-txs2rLLqIE .card .wrapper .link-wrap {
  width: 100%;
}
.cid-txs2rLLqIE .card .wrapper .link-wrap .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  text-align: left;
}
.cid-txs2rLLqIE .card .wrapper .link-wrap .link:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-txs2rLLqIE .card .wrapper .link-wrap .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-txs2rLLqIE .card .wrapper .link-wrap .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-txs2rLLqIE .card .wrapper .link-wrap .link,
.cid-txs2rLLqIE .wrapper {
  color: #e27019;
}
.cid-txs2rLLqIE .card .wrapper .mbr-section-subtitle {
  text-align: center;
}
.cid-txs2rLLqIE .card .wrapper .mbr-section-title {
  text-align: center;
}
.cid-txs2rLLqIE H4 {
  text-align: center;
}
.cid-txrVFnGWWq {
  padding-top: 30px;
  padding-bottom: 0rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-txrVFnGWWq .mbr-section-head {
  width: 100%;
}
.cid-txrVFnGWWq .border-item {
  width: 100%;
  height: 10px;
  background-color: #e27019;
  margin-left: 0;
  padding-left: 0;
  border: none!important;
  border-block-width: 0!important;
}
.cid-txrVFopCsL {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #005f8f;
}
.cid-txrVFopCsL .mbr-section-title {
  color: #ffffff;
}
.cid-txrVFopCsL .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-txrVFopCsL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txrVFopCsL .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-txrVFopCsL .mbr-section-text {
  color: #ffffff;
}
.cid-txrVFopCsL .carousel-item {
  justify-content: center;
}
.cid-txrVFopCsL .carousel-item.active,
.cid-txrVFopCsL .carousel-item-next,
.cid-txrVFopCsL .carousel-item-prev {
  display: flex;
}
.cid-txrVFopCsL .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
  width: 20%;
}
.cid-txrVFopCsL .carousel-controls a span {
  position: absolute;
  top: 45%;
  font-size: 30px;
  padding: 15px;
  border-radius: 50%;
  color: #ffffff;
  background: transparent;
  opacity: .9;
}
.cid-txrVFopCsL .carousel-controls a:hover span {
  opacity: 1;
}
.cid-txrVFopCsL .user_image {
  width: 150px;
  height: 150px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  margin: 1rem auto 1rem auto;
  display: flex;
  z-index: 1;
  position: relative;
}
.cid-txrVFopCsL .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-txrVFopCsL .mbr-iconfont {
  font-size: 3rem;
  opacity: 1;
  color: #e27019;
  margin-top: 33px;
  margin-bottom: 13px;
}
.cid-txrVFopCsL .user_text {
  position: relative;
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .cid-txrVFopCsL .user_text p {
    padding: 1rem 0rem;
  }
}
.cid-txrVFopCsL .user_text .mbr-text {
  font-style: italic;
  margin-bottom: 26px;
}
.cid-txrVFopCsL .user_text .mbr-text.display-7 {
  line-height: 1.2;
}
.cid-txrVFopCsL .user_name {
  font-weight: 700;
}
.cid-txrVFopCsL .user_name::before {
  height: 2px;
  width: 370px;
  position: absolute;
  display: inline-block;
  content: '';
  background-color: rgba(97, 114, 138, 0.2);
  margin: -18px auto;
  left: 0;
  right: 0;
}
@media (max-width: 230px) {
  .cid-txrVFopCsL .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-txrVFopCsL .user::before {
  content: '';
  position: absolute;
  background-color: #3d4550;
  height: 90%;
  z-index: 0;
  display: block;
  width: 500px;
  left: 0;
  right: 0;
  top: 21%;
  bottom: 0;
  margin: auto;
}
.cid-txrVFpV05S {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #212428;
  overflow: hidden;
}
.cid-txrVFpV05S .mbr-section-head {
  width: 100%;
}
.cid-txrVFpV05S .border-item {
  width: 100%;
  height: 10px;
  background-color: #e27019;
  margin-left: 0;
  padding-left: 0;
  border: none!important;
  border-block-width: 0!important;
}
.cid-txrVFtAGMH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-txrVFtAGMH .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-txrVFtAGMH .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-txrVFtAGMH .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-txrVFtAGMH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-txrVFtAGMH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txrVFtAGMH .map-placeholder {
  display: none;
}
.cid-txrVFtAGMH .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-txrVFtAGMH .card {
  padding: 3rem 8rem;
}
.cid-txrVFtAGMH .card .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-txrVFtAGMH .card .mbr-text {
  color: #06182d;
}
.cid-txrVFtAGMH .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-txrVFtAGMH .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-txrVFtAGMH .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-txrVFtAGMH .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-txrVFtAGMH .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-txrVFtAGMH .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-txrVFtAGMH .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-txrVFtAGMH .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-txrVFtAGMH .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-txrVFtAGMH .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-txrVFtAGMH .card .social-list .soc-item a .socicon {
  font-size: 1.3rem;
  background: #e27019;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txrVFtAGMH .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-txrVFtAGMH .card .form-group {
  padding-right: 0;
}
.cid-txrVFtAGMH .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-txrVFtAGMH .card .btn-primary {
  border: 1px solid #005f8f !important;
}
.cid-txrVFtAGMH .card .btn-primary:hover {
  border: 1px solid #005f8f !important;
}
@media (max-width: 1200px) {
  .cid-txrVFtAGMH .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-txrVFtAGMH .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-txrVFtAGMH h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-txrVFtAGMH * {
    text-align: center !important;
  }
  .cid-txrVFtAGMH .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-txrVFtAGMH .form-group {
    max-width: 180px;
  }
  .cid-txrVFtAGMH .card {
    padding: 2rem 1rem;
  }
}
.cid-txrVFtAGMH .card .group-title {
  color: #005f8f;
}
.cid-txrVFv56fI {
  padding-top: 30px;
  padding-bottom: 0rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-txrVFv56fI .mbr-section-head {
  width: 100%;
}
.cid-txrVFv56fI .border-item {
  width: 100%;
  height: 10px;
  background-color: #e27019;
  margin-left: 0;
  padding-left: 0;
  border: none!important;
  border-block-width: 0!important;
}
.cid-txstdpcnVB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/team5.jpg");
}
.cid-txstdpcnVB .img-wrap {
  position: relative;
}
.cid-txstdpcnVB .img-wrap img {
  width: 100%;
}
.cid-txstdpcnVB .img-wrap .icon-label {
  padding: 19px;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  background-color: #e27019;
  z-index: 100;
  position: absolute;
}
.cid-txstdpcnVB .img-wrap .icon-label .mbr-iconfont {
  color: #ffffff;
  font-size: 27px;
  line-height: 1;
}
@media (max-width: 768px) {
  .cid-txstdpcnVB .img-wrap .icon-label {
    left: 0;
    top: auto;
    right: auto;
    bottom: 0;
  }
}
.cid-txstdpcnVB .mbr-section-title {
  color: #ffffff;
}
.cid-txstdpcnVB .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-txstdpcnVB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txstdpcnVB .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-txstdpcnVB .mbr-section-text {
  color: #ffffff;
}
.cid-txstdpcnVB .form-control,
.cid-txstdpcnVB .form-check-label {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}
.cid-txstdpcnVB .form-control {
  box-shadow: none;
  padding: 0.7em 1.07em 0em 0.8em;
  background-color: #f4f6f9;
  border: 0px solid #e27019;
  border-bottom: 1px solid #e27019;
  color: #b8b8b8;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-txstdpcnVB .form-control:focus,
.cid-txstdpcnVB .form-control:hover {
  border: 0px solid #e27019;
  border-bottom: 1px solid #e27019;
  background-color: #ffffff;
}
.cid-txstdpcnVB .form-control.textarea {
  padding-top: 40px;
}
.cid-txstdpcnVB .form-group {
  margin-bottom: 1.5rem;
}
.cid-txstdpcnVB input::-webkit-input-placeholder,
.cid-txstdpcnVB textarea::-webkit-input-placeholder {
  color: #b8b8b8;
}
.cid-txstdpcnVB input:-moz-placeholder,
.cid-txstdpcnVB textarea:-moz-placeholder {
  color: #b8b8b8;
}
.cid-txstdpcnVB .jq-selectbox li,
.cid-txstdpcnVB .jq-selectbox li {
  background-color: #f4f6f9;
  color: #000000;
}
.cid-txstdpcnVB .jq-selectbox li:hover,
.cid-txstdpcnVB .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-txstdpcnVB .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f4f6f9;
}
.cid-txstdpcnVB .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-txstdpcnVB .text-blocks .mbr-text {
  color: #ffffff;
}
.cid-txstdpcnVB a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-txstdpcnVB .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-txstdpcnVB .input-group-btn {
  display: block;
  text-align: left;
}
.cid-txstdpcnVB .input-group-btn .btn-sm {
  padding: 7px 39px;
}
.cid-txstdpcnVB textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-txstdpcnVB h2 {
    padding-top: 2rem;
  }
  .cid-txstdpcnVB .input-group-btn {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .cid-txstdpcnVB .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-txstdpcnVB .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-txstdpcnVB .gdpr-block {
  padding: 20px;
  text-align: left;
}
.cid-txstdpcnVB .gdpr-block span {
  line-height: 1;
}
.cid-txstdpcnVB .gdpr-block label span.textGDPR input[name="gdpr"] {
  top: 6px;
}
.cid-txstdpcnVB H5 {
  color: #e27019;
}
.cid-txstdpcnVB LABEL {
  color: #ffffff;
}
.cid-txrVFvNnEX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #005f8f;
}
.cid-txrVFvNnEX .mbr-overlay {
  background-color: #06182d;
  opacity: 0.7;
}
.cid-txrVFvNnEX .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  justify-content: flex-start;
}
.cid-txrVFvNnEX .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-txrVFvNnEX .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-txrVFvNnEX li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-txrVFvNnEX .align-wrap {
  display: flex;
  flex-direction: column;
}
.cid-txrVFvNnEX .align-wrap .item-wrap {
  display: flex;
  justify-content: flex-start;
}
.cid-txrVFvNnEX .align-wrap .item-wrap .card-img {
  margin-right: 15px;
}
.cid-txrVFvNnEX .align-wrap .item-wrap .card-img .mbr-iconfont {
  color: #ff4e3c !important;
  font-size: 0.9rem;
}
.cid-txrVFvNnEX .align-wrap .item-wrap .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-txrVFvNnEX .align-wrap .item-wrap .icons-wrap .icon-title {
  margin: 0;
  padding-bottom: 0px;
  color: #ffffff;
  font-weight: 300;
}
.cid-txrVFvNnEX .align-wrap .item-wrap .icons-wrap:hover .icon-title {
  color: #ff4e3c;
}
.cid-txrVFvNnEX .align-wrap .item-wrap span,
.cid-txrVFvNnEX .align-wrap .item-wrap p {
  transition: all 0.3s;
}
.cid-txrVFvNnEX .opening-hours .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
  text-align: left;
}
.cid-txrVFvNnEX .opening-hours .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-txrVFvNnEX .opening-hours .box-list li:first-child {
  padding-top: 0;
}
.cid-txrVFvNnEX .opening-hours .box-list li:last-child {
  border-bottom: none;
}
.cid-txrVFvNnEX .opening-hours .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #ffffff;
}
.cid-txrVFvNnEX .opening-hours .box-list.display-4 {
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .cid-txrVFvNnEX .col-lg-3 {
    max-width: 20%;
  }
}
@media (max-width: 992px) {
  .cid-txrVFvNnEX .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-txrVFvNnEX .socicon-wrap {
    margin: auto;
  }
}
.cid-txrVFxtEyV {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #384657;
}
.cid-txrVFxtEyV .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-txrVFxtEyV .copyright {
    margin-bottom: 1rem;
  }
}
.cid-txrVFxtEyV .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-txrVFxtEyV .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #384657;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-txrVFxtEyV .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-txrVFxtEyV .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-txrVFxtEyV .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-txrVFxtEyV .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-txrVFxtEyV .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-txrVFxtEyV .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-txrVFxtEyV .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-txrZIaWyHi .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-txrZIaWyHi .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #e27019;
}
.cid-txrZIaWyHi .navbar-fixed-top {
  padding-top: 0;
}
.cid-txrZIaWyHi .navbar-collapse {
  flex-basis: auto;
}
.cid-txrZIaWyHi .dropdown-item {
  padding: 0;
}
.cid-txrZIaWyHi .dropdown-menu {
  border: 0px solid lightgray;
  background: #005f8f !important;
}
.cid-txrZIaWyHi .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-txrZIaWyHi .menu-content-top {
    width: 100%;
  }
  .cid-txrZIaWyHi .menu-content-top .menu-logo {
    display: none;
  }
  .cid-txrZIaWyHi .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-txrZIaWyHi .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-txrZIaWyHi .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: flex-end;
}
.cid-txrZIaWyHi .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-txrZIaWyHi .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-txrZIaWyHi .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all 0.3s;
  background: #005f8f;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-txrZIaWyHi .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-txrZIaWyHi .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #005f8f;
}
.cid-txrZIaWyHi .navbar-dropdown.bg-color.transparent.opened {
  background: #e27019;
}
.cid-txrZIaWyHi a {
  font-style: normal;
}
.cid-txrZIaWyHi .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-txrZIaWyHi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-txrZIaWyHi .nav-item a {
  padding: 20px 0 !important;
  margin: 0 0.5rem !important;
}
.cid-txrZIaWyHi .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txrZIaWyHi .content-text {
  margin-bottom: 0;
}
.cid-txrZIaWyHi .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-txrZIaWyHi .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005f8f;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-txrZIaWyHi .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-txrZIaWyHi .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-txrZIaWyHi .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-txrZIaWyHi .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-txrZIaWyHi .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-txrZIaWyHi .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-txrZIaWyHi .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txrZIaWyHi .nav-dropdown .link {
  font-weight: 400;
}
.cid-txrZIaWyHi .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-txrZIaWyHi .content-right-side {
  text-align: center;
}
.cid-txrZIaWyHi .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-txrZIaWyHi .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-txrZIaWyHi .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-txrZIaWyHi .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-txrZIaWyHi .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-txrZIaWyHi .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-txrZIaWyHi .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-txrZIaWyHi .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-txrZIaWyHi .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-txrZIaWyHi .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-txrZIaWyHi .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-txrZIaWyHi .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-txrZIaWyHi .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-txrZIaWyHi .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-txrZIaWyHi .navbar {
    display: block;
    padding: 0;
  }
  .cid-txrZIaWyHi .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-txrZIaWyHi .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7rem - 4.5rem);
  }
  .cid-txrZIaWyHi .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-txrZIaWyHi .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-txrZIaWyHi .navbar-toggler {
    display: none;
  }
  .cid-txrZIaWyHi .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-txrZIaWyHi .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-txrZIaWyHi .btn {
  display: inline-flex;
  align-items: center;
}
.cid-txrZIaWyHi .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-txrZIaWyHi .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-txrZIaWyHi .menu-logo {
  margin-right: auto;
}
.cid-txrZIaWyHi .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-txrZIaWyHi .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-txrZIaWyHi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-txrZIaWyHi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-txrZIaWyHi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-txrZIaWyHi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-txrZIaWyHi .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-txrZIaWyHi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-txrZIaWyHi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-txrZIaWyHi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-txrZIaWyHi .dropdown .dropdown-menu {
  background: #e27019;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-txrZIaWyHi .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-txrZIaWyHi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txrZIaWyHi .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-txrZIaWyHi .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-txrZIaWyHi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-txrZIaWyHi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txrZIaWyHi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-txrZIaWyHi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txrZIaWyHi .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-txrZIaWyHi .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-txrZIaWyHi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-txrZIaWyHi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-txrZIaWyHi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-txrZIaWyHi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-txrZIaWyHi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  align-self: auto;
}
.cid-txrZIaWyHi button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-txrZIaWyHi button.navbar-toggler:focus {
  outline: none;
}
.cid-txrZIaWyHi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-txrZIaWyHi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txrZIaWyHi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txrZIaWyHi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txrZIaWyHi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txrZIaWyHi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txrZIaWyHi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txrZIaWyHi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txrZIaWyHi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txrZIaWyHi .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-txrZIaWyHi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txrZIaWyHi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txrZIaWyHi .collapsed .btn {
  display: flex;
}
.cid-txrZIaWyHi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-txrZIaWyHi .collapsed .navbar-collapse.collapsing,
.cid-txrZIaWyHi .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-txrZIaWyHi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-txrZIaWyHi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-txrZIaWyHi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-txrZIaWyHi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-txrZIaWyHi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-txrZIaWyHi .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-txrZIaWyHi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-txrZIaWyHi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-txrZIaWyHi .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-txrZIaWyHi .collapsed button.navbar-toggler {
  display: block;
}
.cid-txrZIaWyHi .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-txrZIaWyHi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-txrZIaWyHi .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-txrZIaWyHi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-txrZIaWyHi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-txrZIaWyHi .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-txrZIaWyHi .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-txrZIaWyHi .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txrZIaWyHi .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-txrZIaWyHi .navbar-collapse.collapsing,
  .cid-txrZIaWyHi .navbar-collapse.show {
    display: block !important;
  }
  .cid-txrZIaWyHi .navbar-collapse.collapsing .navbar-nav,
  .cid-txrZIaWyHi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-txrZIaWyHi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-txrZIaWyHi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-txrZIaWyHi .navbar-collapse.collapsing .navbar-buttons,
  .cid-txrZIaWyHi .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-txrZIaWyHi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-txrZIaWyHi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-txrZIaWyHi .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-txrZIaWyHi .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-txrZIaWyHi .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-txrZIaWyHi img {
    height: 3.8rem !important;
  }
  .cid-txrZIaWyHi .btn {
    display: flex;
  }
  .cid-txrZIaWyHi button.navbar-toggler {
    display: block;
  }
  .cid-txrZIaWyHi .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-txrZIaWyHi .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-txrZIaWyHi .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-txrZIaWyHi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-txrZIaWyHi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-txrZIaWyHi .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-txrZIaWyHi .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-txrZIaWyHi .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-txrZIaWyHi .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-txrZIaWyHi .nav-link:focus {
  outline: none;
}
.cid-txrZIaWyHi .navbar-toggler {
  position: relative;
}
.cid-txrZIaWyHi .dropdown-item.active,
.cid-txrZIaWyHi .dropdown-item:active {
  background: #005f8f;
  color: initial;
}
.cid-txrZIaWyHi .widget-title,
.cid-txrZIaWyHi .widget-icon {
  text-align: center;
  color: #005f8f;
}
.cid-txrZIaWyHi .widget-text {
  text-align: center;
}
.cid-txrZIaWyHi .btn-success {
  color: #005f8f !important;
}
.cid-txrZIaWyHi .navbar-buttons > .btn-success:hover {
  color: white!mportant;
}
.cid-txrZIaWyHi .fontmini {
  font-size: .7rem!important;
}
.cid-txrZId5qxK {
  padding-top: 120px;
  padding-bottom: 0rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-txrZId5qxK .mbr-section-head {
  width: 100%;
}
.cid-txrZId5qxK .border-item {
  width: 100%;
  height: 10px;
  background-color: #e27019;
  margin-left: 0;
  padding-left: 0;
  border: none!important;
  border-block-width: 0!important;
}
.cid-txrZIdE5Aq {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/adobestock-335850037-preview-1000x667.jpg");
}
.cid-txrZIdE5Aq .link-align {
  width: 100%;
}
.cid-txrZIdE5Aq .link-wrap {
  display: inline-block;
}
.cid-txrZIdE5Aq .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-txrZIdE5Aq .wrap {
  transform: matrix3d(0.99863, -0.052336, 0, 0, 0.052336, 0.99863, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
.cid-txrZIdE5Aq .wrap .mask {
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: flex;
  z-index: 8;
  visibility: inherit;
  transition: none 0s ease 0s;
  text-align: inherit;
  line-height: 1.05;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 17px;
  white-space: nowrap;
  min-height: 88px;
  width: 100%;
  max-height: 100px;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, -0.275637, 0.961262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
@media (max-width: 992px) {
  .cid-txrZIdE5Aq .wrap .mask {
    background: none;
    min-height: auto;
  }
}
.cid-txrZIdE5Aq .wrap .mbr-section-subtitle {
  line-height: 1;
}
.cid-txrZIdE5Aq .wrap .price {
  color: #efda20;
}
@media (min-width: 992px) {
  .cid-txrZIdE5Aq .wrap .mbr-section-title.display-1 {
    font-size: 100px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .cid-txrZIdE5Aq .mbr-text {
    text-align: right;
  }
}
.cid-txrZIejzp1 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #212428;
  overflow: hidden;
}
.cid-txrZIejzp1 .mbr-section-head {
  width: 100%;
}
.cid-txrZIejzp1 .border-item {
  width: 100%;
  height: 10px;
  background-color: #e27019;
  margin-left: 0;
  padding-left: 0;
  border: none!important;
  border-block-width: 0!important;
}
.cid-txrZIeNr5Z {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-txrZIeNr5Z .img-wrap {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-position: 50% 50%;
  z-index: 2;
  background-image: url("../../../assets/images/adobestock-257904144-preview-519x346.jpeg");
}
.cid-txrZIeNr5Z .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-txrZIeNr5Z .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-txrZIeNr5Z .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-txrZIeNr5Z .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-txrZIeNr5Z .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-txrZIeNr5Z .card .wrapper .mbr-text {
  color: #666666;
  font-weight: 300;
}
.cid-txrZIeNr5Z .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-txrZIeNr5Z .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-txrZIeNr5Z .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-txrZIeNr5Z .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #005f8f;
  display: inline-block;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-txrZIeNr5Z .card .wrapper .link-wrap {
  width: 100%;
}
.cid-txrZIeNr5Z .card .wrapper .link-wrap .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  text-align: left;
}
.cid-txrZIeNr5Z .card .wrapper .link-wrap .link:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-txrZIeNr5Z .card .wrapper .link-wrap .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-txrZIeNr5Z .card .wrapper .link-wrap .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-txrZIeNr5Z .card .wrapper .link-wrap .link,
.cid-txrZIeNr5Z .wrapper {
  color: #e27019;
}
.cid-txrZIeNr5Z .card .mbr-section-title {
  color: #e27019;
  text-align: center;
}
.cid-txrZIeNr5Z .card .wrapper .mbr-section-subtitle {
  color: #e27019;
  text-align: center;
}
.cid-txrZIfI9ID {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fdf2ea;
}
.cid-txrZIfI9ID .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-txrZIfI9ID .card:hover .card-wrapper .img-wrapper .mbr-section-btn {
  opacity: 1;
  transform: translateY(-50px);
  transform: translateY(85px);
}
.cid-txrZIfI9ID .card .card-wrapper .img-wrapper {
  overflow: hidden;
  trasnition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-txrZIfI9ID .card .card-wrapper .img-wrapper img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-txrZIfI9ID .card .card-wrapper .img-wrapper .mbr-section-btn {
  position: absolute;
  bottom: 150px;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  transform: translateY(100px);
  width: 100%;
}
.cid-txrZIfI9ID .card .card-wrapper .img-wrapper .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  letter-spacing: 0;
}
.cid-txrZIfI9ID .card .card-wrapper .card-box .card-title {
  color: #06182d;
  font-weight: 700;
  margin-bottom: 0;
}
.cid-txrZIfI9ID .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.2;
}
.cid-txrZIfI9ID .card .card-wrapper .card-box .mbr-section-subtitle {
  color: #666666;
  letter-spacing: 0;
}
.cid-txrZIfI9ID .card .card-wrapper .card-box .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-txrZIfI9ID .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper {
  background: #e27019;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #e27019;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-txrZIfI9ID .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #e27019;
}
.cid-txrZIfI9ID .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-txrZIfI9ID .card .card-wrapper .card-box .text-wrap .icons-wrap::before {
  height: 2px;
  width: 25%;
  top: 50%;
  right: 70%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e27019;
}
@media (max-width: 992px) {
  .cid-txrZIfI9ID .card .card-wrapper .card-box .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-txrZIfI9ID .card .card-wrapper .card-box .text-wrap .icons-wrap::after {
  height: 2px;
  width: 25%;
  top: 50%;
  left: 70%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e27019;
}
@media (max-width: 992px) {
  .cid-txrZIfI9ID .card .card-wrapper .card-box .text-wrap .icons-wrap::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-txrZIfI9ID .card .text-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-txrZIfI9ID .card .card-wrapper .card-box .card-title {
  color: #e27019;
}
.cid-txrZIfI9ID H4 {
  color: #e27019;
}
.cid-txrZIhqA0r {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/fond-demenagement-entete-2000x799.jpg");
}
.cid-txrZIhqA0r .mbr-section-title {
  color: #ffffff;
}
.cid-txrZIhqA0r .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-txrZIhqA0r .mbr-section-subtitle {
  color: #ffffff;
  line-height: 1;
  font-weight: 300;
}
.cid-txrZIhqA0r .card {
  max-width: 300px;
  margin-bottom: 20px;
}
.cid-txrZIhqA0r .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border: 1px solid rgba(97, 114, 138, 0.2);
}
.cid-txrZIhqA0r .card .card-wrapper .card-img {
  width: auto;
}
.cid-txrZIhqA0r .card .card-wrapper .card-img img {
  width: 100%;
  max-height: 450px;
}
.cid-txrZIhqA0r .card .card-wrapper .card-box {
  padding: 44px 30px 41px;
}
.cid-txrZIhqA0r .card .card-wrapper .card-box .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
@media (max-width: 768px) {
  .cid-txrZIhqA0r .card .card-wrapper .card-box .sticky-tag {
    display: none;
  }
}
.cid-txrZIhqA0r .card .card-wrapper .card-box .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #e27019;
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-txrZIhqA0r .card .card-wrapper .card-box .sticky-tag .mbr-text::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #db3321 transparent transparent;
  transform: skew(22deg) !important;
}
.cid-txrZIhqA0r .card .card-wrapper .card-box .card-title {
  color: #06182d;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
  font-weight: 500;
}
.cid-txrZIhqA0r .card .card-wrapper .card-box .mbr-text {
  line-height: 1.6;
  text-align: center;
  color: #666666;
}
.cid-txrZIhqA0r .card .card-wrapper .card-box .ico-line {
  width: 100%;
  color: #767676;
  justify-content: space-between;
}
.cid-txrZIhqA0r .card .card-wrapper .card-box .ico-line .mbr-iconfont {
  display: inline-block;
  color: #ff4e3c;
}
.cid-txrZIhqA0r .card .card-wrapper .card-box .ico-line .rev {
  display: inline-block;
  color: #0a1c44;
}
.cid-txrZIhqA0r .card .card-wrapper .card-box .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-txrZIhqA0r .card .card-wrapper .card-box .card-title {
  color: #e27019;
}
.cid-txrZIjmBVB {
  padding-top: 30px;
  padding-bottom: 0rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-txrZIjmBVB .mbr-section-head {
  width: 100%;
}
.cid-txrZIjmBVB .border-item {
  width: 100%;
  height: 10px;
  background-color: #e27019;
  margin-left: 0;
  padding-left: 0;
  border: none!important;
  border-block-width: 0!important;
}
.cid-txrZIjUqFy {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #005f8f;
}
.cid-txrZIjUqFy .mbr-section-title {
  color: #ffffff;
}
.cid-txrZIjUqFy .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-txrZIjUqFy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txrZIjUqFy .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-txrZIjUqFy .mbr-section-text {
  color: #ffffff;
}
.cid-txrZIjUqFy .carousel-item {
  justify-content: center;
}
.cid-txrZIjUqFy .carousel-item.active,
.cid-txrZIjUqFy .carousel-item-next,
.cid-txrZIjUqFy .carousel-item-prev {
  display: flex;
}
.cid-txrZIjUqFy .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
  width: 20%;
}
.cid-txrZIjUqFy .carousel-controls a span {
  position: absolute;
  top: 45%;
  font-size: 30px;
  padding: 15px;
  border-radius: 50%;
  color: #ffffff;
  background: transparent;
  opacity: .9;
}
.cid-txrZIjUqFy .carousel-controls a:hover span {
  opacity: 1;
}
.cid-txrZIjUqFy .user_image {
  width: 150px;
  height: 150px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  margin: 1rem auto 1rem auto;
  display: flex;
  z-index: 1;
  position: relative;
}
.cid-txrZIjUqFy .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-txrZIjUqFy .mbr-iconfont {
  font-size: 3rem;
  opacity: 1;
  color: #e27019;
  margin-top: 33px;
  margin-bottom: 13px;
}
.cid-txrZIjUqFy .user_text {
  position: relative;
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .cid-txrZIjUqFy .user_text p {
    padding: 1rem 0rem;
  }
}
.cid-txrZIjUqFy .user_text .mbr-text {
  font-style: italic;
  margin-bottom: 26px;
}
.cid-txrZIjUqFy .user_text .mbr-text.display-7 {
  line-height: 1.2;
}
.cid-txrZIjUqFy .user_name {
  font-weight: 700;
}
.cid-txrZIjUqFy .user_name::before {
  height: 2px;
  width: 370px;
  position: absolute;
  display: inline-block;
  content: '';
  background-color: rgba(97, 114, 138, 0.2);
  margin: -18px auto;
  left: 0;
  right: 0;
}
@media (max-width: 230px) {
  .cid-txrZIjUqFy .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-txrZIjUqFy .user::before {
  content: '';
  position: absolute;
  background-color: #3d4550;
  height: 90%;
  z-index: 0;
  display: block;
  width: 500px;
  left: 0;
  right: 0;
  top: 21%;
  bottom: 0;
  margin: auto;
}
.cid-txrZIlqlTw {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #212428;
  overflow: hidden;
}
.cid-txrZIlqlTw .mbr-section-head {
  width: 100%;
}
.cid-txrZIlqlTw .border-item {
  width: 100%;
  height: 10px;
  background-color: #e27019;
  margin-left: 0;
  padding-left: 0;
  border: none!important;
  border-block-width: 0!important;
}
.cid-txrZIm0vTr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-txrZIm0vTr .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-txrZIm0vTr .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-txrZIm0vTr .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-txrZIm0vTr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-txrZIm0vTr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txrZIm0vTr .map-placeholder {
  display: none;
}
.cid-txrZIm0vTr .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-txrZIm0vTr .card {
  padding: 3rem 8rem;
}
.cid-txrZIm0vTr .card .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-txrZIm0vTr .card .mbr-text {
  color: #06182d;
}
.cid-txrZIm0vTr .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-txrZIm0vTr .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-txrZIm0vTr .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-txrZIm0vTr .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-txrZIm0vTr .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-txrZIm0vTr .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-txrZIm0vTr .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-txrZIm0vTr .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-txrZIm0vTr .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-txrZIm0vTr .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-txrZIm0vTr .card .social-list .soc-item a .socicon {
  font-size: 1.3rem;
  background: #e27019;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txrZIm0vTr .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-txrZIm0vTr .card .form-group {
  padding-right: 0;
}
.cid-txrZIm0vTr .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-txrZIm0vTr .card .btn-primary {
  border: 1px solid #005f8f !important;
}
.cid-txrZIm0vTr .card .btn-primary:hover {
  border: 1px solid #005f8f !important;
}
@media (max-width: 1200px) {
  .cid-txrZIm0vTr .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-txrZIm0vTr .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-txrZIm0vTr h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-txrZIm0vTr * {
    text-align: center !important;
  }
  .cid-txrZIm0vTr .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-txrZIm0vTr .form-group {
    max-width: 180px;
  }
  .cid-txrZIm0vTr .card {
    padding: 2rem 1rem;
  }
}
.cid-txrZIm0vTr .card .group-title {
  color: #005f8f;
}
.cid-txrZInmQu6 {
  padding-top: 30px;
  padding-bottom: 0rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-txrZInmQu6 .mbr-section-head {
  width: 100%;
}
.cid-txrZInmQu6 .border-item {
  width: 100%;
  height: 10px;
  background-color: #e27019;
  margin-left: 0;
  padding-left: 0;
  border: none!important;
  border-block-width: 0!important;
}
.cid-txst7x32k1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/team5.jpg");
}
.cid-txst7x32k1 .img-wrap {
  position: relative;
}
.cid-txst7x32k1 .img-wrap img {
  width: 100%;
}
.cid-txst7x32k1 .img-wrap .icon-label {
  padding: 19px;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  background-color: #e27019;
  z-index: 100;
  position: absolute;
}
.cid-txst7x32k1 .img-wrap .icon-label .mbr-iconfont {
  color: #ffffff;
  font-size: 27px;
  line-height: 1;
}
@media (max-width: 768px) {
  .cid-txst7x32k1 .img-wrap .icon-label {
    left: 0;
    top: auto;
    right: auto;
    bottom: 0;
  }
}
.cid-txst7x32k1 .mbr-section-title {
  color: #ffffff;
}
.cid-txst7x32k1 .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-txst7x32k1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txst7x32k1 .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-txst7x32k1 .mbr-section-text {
  color: #ffffff;
}
.cid-txst7x32k1 .form-control,
.cid-txst7x32k1 .form-check-label {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}
.cid-txst7x32k1 .form-control {
  box-shadow: none;
  padding: 0.7em 1.07em 0em 0.8em;
  background-color: #f4f6f9;
  border: 0px solid #e27019;
  border-bottom: 1px solid #e27019;
  color: #b8b8b8;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-txst7x32k1 .form-control:focus,
.cid-txst7x32k1 .form-control:hover {
  border: 0px solid #e27019;
  border-bottom: 1px solid #e27019;
  background-color: #ffffff;
}
.cid-txst7x32k1 .form-control.textarea {
  padding-top: 40px;
}
.cid-txst7x32k1 .form-group {
  margin-bottom: 1.5rem;
}
.cid-txst7x32k1 input::-webkit-input-placeholder,
.cid-txst7x32k1 textarea::-webkit-input-placeholder {
  color: #b8b8b8;
}
.cid-txst7x32k1 input:-moz-placeholder,
.cid-txst7x32k1 textarea:-moz-placeholder {
  color: #b8b8b8;
}
.cid-txst7x32k1 .jq-selectbox li,
.cid-txst7x32k1 .jq-selectbox li {
  background-color: #f4f6f9;
  color: #000000;
}
.cid-txst7x32k1 .jq-selectbox li:hover,
.cid-txst7x32k1 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-txst7x32k1 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f4f6f9;
}
.cid-txst7x32k1 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-txst7x32k1 .text-blocks .mbr-text {
  color: #ffffff;
}
.cid-txst7x32k1 a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-txst7x32k1 .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-txst7x32k1 .input-group-btn {
  display: block;
  text-align: left;
}
.cid-txst7x32k1 .input-group-btn .btn-sm {
  padding: 7px 39px;
}
.cid-txst7x32k1 textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-txst7x32k1 h2 {
    padding-top: 2rem;
  }
  .cid-txst7x32k1 .input-group-btn {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .cid-txst7x32k1 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-txst7x32k1 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-txst7x32k1 .gdpr-block {
  padding: 20px;
  text-align: left;
}
.cid-txst7x32k1 .gdpr-block span {
  line-height: 1;
}
.cid-txst7x32k1 .gdpr-block label span.textGDPR input[name="gdpr"] {
  top: 6px;
}
.cid-txst7x32k1 H5 {
  color: #e27019;
}
.cid-txst7x32k1 LABEL {
  color: #ffffff;
}
.cid-txrZIpSY9L {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #005f8f;
}
.cid-txrZIpSY9L .mbr-overlay {
  background-color: #06182d;
  opacity: 0.7;
}
.cid-txrZIpSY9L .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  justify-content: flex-start;
}
.cid-txrZIpSY9L .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-txrZIpSY9L .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-txrZIpSY9L li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-txrZIpSY9L .align-wrap {
  display: flex;
  flex-direction: column;
}
.cid-txrZIpSY9L .align-wrap .item-wrap {
  display: flex;
  justify-content: flex-start;
}
.cid-txrZIpSY9L .align-wrap .item-wrap .card-img {
  margin-right: 15px;
}
.cid-txrZIpSY9L .align-wrap .item-wrap .card-img .mbr-iconfont {
  color: #ff4e3c !important;
  font-size: 0.9rem;
}
.cid-txrZIpSY9L .align-wrap .item-wrap .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-txrZIpSY9L .align-wrap .item-wrap .icons-wrap .icon-title {
  margin: 0;
  padding-bottom: 0px;
  color: #ffffff;
  font-weight: 300;
}
.cid-txrZIpSY9L .align-wrap .item-wrap .icons-wrap:hover .icon-title {
  color: #e27019;
}
.cid-txrZIpSY9L .align-wrap .item-wrap span,
.cid-txrZIpSY9L .align-wrap .item-wrap p {
  transition: all 0.3s;
}
.cid-txrZIpSY9L .opening-hours .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
  text-align: left;
}
.cid-txrZIpSY9L .opening-hours .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-txrZIpSY9L .opening-hours .box-list li:first-child {
  padding-top: 0;
}
.cid-txrZIpSY9L .opening-hours .box-list li:last-child {
  border-bottom: none;
}
.cid-txrZIpSY9L .opening-hours .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #ffffff;
}
.cid-txrZIpSY9L .opening-hours .box-list.display-4 {
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .cid-txrZIpSY9L .col-lg-3 {
    max-width: 20%;
  }
}
@media (max-width: 992px) {
  .cid-txrZIpSY9L .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-txrZIpSY9L .socicon-wrap {
    margin: auto;
  }
}
.cid-txrZIrp7DI {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #384657;
}
.cid-txrZIrp7DI .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-txrZIrp7DI .copyright {
    margin-bottom: 1rem;
  }
}
.cid-txrZIrp7DI .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-txrZIrp7DI .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #384657;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-txrZIrp7DI .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-txrZIrp7DI .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-txrZIrp7DI .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-txrZIrp7DI .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-txrZIrp7DI .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-txrZIrp7DI .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-txrZIrp7DI .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-txsrFtDZ6a .navbar {
  padding: 0.5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-txsrFtDZ6a .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #e27019;
}
.cid-txsrFtDZ6a .navbar-fixed-top {
  padding-top: 0;
}
.cid-txsrFtDZ6a .navbar-collapse {
  flex-basis: auto;
}
.cid-txsrFtDZ6a .dropdown-item {
  padding: 0;
}
.cid-txsrFtDZ6a .dropdown-menu {
  border: 0px solid lightgray;
  background: #005f8f !important;
}
.cid-txsrFtDZ6a .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-txsrFtDZ6a .menu-content-top {
    width: 100%;
  }
  .cid-txsrFtDZ6a .menu-content-top .menu-logo {
    display: none;
  }
  .cid-txsrFtDZ6a .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-txsrFtDZ6a .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-txsrFtDZ6a .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: flex-end;
}
.cid-txsrFtDZ6a .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-txsrFtDZ6a .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-txsrFtDZ6a .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all 0.3s;
  background: #005f8f;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-txsrFtDZ6a .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-txsrFtDZ6a .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #005f8f;
}
.cid-txsrFtDZ6a .navbar-dropdown.bg-color.transparent.opened {
  background: #e27019;
}
.cid-txsrFtDZ6a a {
  font-style: normal;
}
.cid-txsrFtDZ6a .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-txsrFtDZ6a .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-txsrFtDZ6a .nav-item a {
  padding: 20px 0 !important;
  margin: 0 0.5rem !important;
}
.cid-txsrFtDZ6a .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txsrFtDZ6a .content-text {
  margin-bottom: 0;
}
.cid-txsrFtDZ6a .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-txsrFtDZ6a .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005f8f;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-txsrFtDZ6a .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-txsrFtDZ6a .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-txsrFtDZ6a .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-txsrFtDZ6a .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-txsrFtDZ6a .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-txsrFtDZ6a .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-txsrFtDZ6a .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txsrFtDZ6a .nav-dropdown .link {
  font-weight: 400;
}
.cid-txsrFtDZ6a .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-txsrFtDZ6a .content-right-side {
  text-align: center;
}
.cid-txsrFtDZ6a .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-txsrFtDZ6a .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-txsrFtDZ6a .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-txsrFtDZ6a .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-txsrFtDZ6a .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-txsrFtDZ6a .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-txsrFtDZ6a .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-txsrFtDZ6a .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-txsrFtDZ6a .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-txsrFtDZ6a .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-txsrFtDZ6a .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-txsrFtDZ6a .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-txsrFtDZ6a .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-txsrFtDZ6a .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-txsrFtDZ6a .navbar {
    display: block;
    padding: 0;
  }
  .cid-txsrFtDZ6a .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-txsrFtDZ6a .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7rem - 4.5rem);
  }
  .cid-txsrFtDZ6a .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-txsrFtDZ6a .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-txsrFtDZ6a .navbar-toggler {
    display: none;
  }
  .cid-txsrFtDZ6a .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-txsrFtDZ6a .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-txsrFtDZ6a .btn {
  display: inline-flex;
  align-items: center;
}
.cid-txsrFtDZ6a .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-txsrFtDZ6a .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-txsrFtDZ6a .menu-logo {
  margin-right: auto;
}
.cid-txsrFtDZ6a .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-txsrFtDZ6a .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-txsrFtDZ6a .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-txsrFtDZ6a .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-txsrFtDZ6a .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-txsrFtDZ6a .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-txsrFtDZ6a .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-txsrFtDZ6a .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-txsrFtDZ6a .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-txsrFtDZ6a .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-txsrFtDZ6a .dropdown .dropdown-menu {
  background: #e27019;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-txsrFtDZ6a .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-txsrFtDZ6a .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txsrFtDZ6a .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-txsrFtDZ6a .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-txsrFtDZ6a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-txsrFtDZ6a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txsrFtDZ6a .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-txsrFtDZ6a .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txsrFtDZ6a .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-txsrFtDZ6a .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-txsrFtDZ6a .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-txsrFtDZ6a .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-txsrFtDZ6a .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-txsrFtDZ6a .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-txsrFtDZ6a button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  align-self: auto;
}
.cid-txsrFtDZ6a button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-txsrFtDZ6a button.navbar-toggler:focus {
  outline: none;
}
.cid-txsrFtDZ6a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-txsrFtDZ6a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txsrFtDZ6a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txsrFtDZ6a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txsrFtDZ6a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txsrFtDZ6a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txsrFtDZ6a nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txsrFtDZ6a nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txsrFtDZ6a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txsrFtDZ6a .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-txsrFtDZ6a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txsrFtDZ6a .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txsrFtDZ6a .collapsed .btn {
  display: flex;
}
.cid-txsrFtDZ6a .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-txsrFtDZ6a .collapsed .navbar-collapse.collapsing,
.cid-txsrFtDZ6a .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-txsrFtDZ6a .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-txsrFtDZ6a .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-txsrFtDZ6a .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-txsrFtDZ6a .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-txsrFtDZ6a .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-txsrFtDZ6a .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-txsrFtDZ6a .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-txsrFtDZ6a .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-txsrFtDZ6a .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-txsrFtDZ6a .collapsed button.navbar-toggler {
  display: block;
}
.cid-txsrFtDZ6a .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-txsrFtDZ6a .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-txsrFtDZ6a .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-txsrFtDZ6a .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-txsrFtDZ6a .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-txsrFtDZ6a .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-txsrFtDZ6a .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-txsrFtDZ6a .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txsrFtDZ6a .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-txsrFtDZ6a .navbar-collapse.collapsing,
  .cid-txsrFtDZ6a .navbar-collapse.show {
    display: block !important;
  }
  .cid-txsrFtDZ6a .navbar-collapse.collapsing .navbar-nav,
  .cid-txsrFtDZ6a .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-txsrFtDZ6a .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-txsrFtDZ6a .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-txsrFtDZ6a .navbar-collapse.collapsing .navbar-buttons,
  .cid-txsrFtDZ6a .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-txsrFtDZ6a .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-txsrFtDZ6a .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-txsrFtDZ6a .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-txsrFtDZ6a .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-txsrFtDZ6a .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-txsrFtDZ6a img {
    height: 3.8rem !important;
  }
  .cid-txsrFtDZ6a .btn {
    display: flex;
  }
  .cid-txsrFtDZ6a button.navbar-toggler {
    display: block;
  }
  .cid-txsrFtDZ6a .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-txsrFtDZ6a .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-txsrFtDZ6a .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-txsrFtDZ6a .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-txsrFtDZ6a .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-txsrFtDZ6a .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-txsrFtDZ6a .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-txsrFtDZ6a .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-txsrFtDZ6a .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-txsrFtDZ6a .nav-link:focus {
  outline: none;
}
.cid-txsrFtDZ6a .navbar-toggler {
  position: relative;
}
.cid-txsrFtDZ6a .dropdown-item.active,
.cid-txsrFtDZ6a .dropdown-item:active {
  background: #005f8f;
  color: initial;
}
.cid-txsrFtDZ6a .widget-title,
.cid-txsrFtDZ6a .widget-icon {
  text-align: center;
  color: #005f8f;
}
.cid-txsrFtDZ6a .widget-text {
  text-align: center;
}
.cid-txsrFtDZ6a .btn-success {
  color: #005f8f !important;
}
.cid-txsrFtDZ6a .navbar-buttons > .btn-success:hover {
  color: white!mportant;
}
.cid-txsrFtDZ6a .fontmini {
  font-size: .7rem!important;
}
.cid-txsrFwxoAh {
  padding-top: 120px;
  padding-bottom: 0rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-txsrFwxoAh .mbr-section-head {
  width: 100%;
}
.cid-txsrFwxoAh .border-item {
  width: 100%;
  height: 10px;
  background-color: #e27019;
  margin-left: 0;
  padding-left: 0;
  border: none!important;
  border-block-width: 0!important;
}
.cid-txsrFxCw91 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #212428;
  overflow: hidden;
}
.cid-txsrFxCw91 .mbr-section-head {
  width: 100%;
}
.cid-txsrFxCw91 .border-item {
  width: 100%;
  height: 10px;
  background-color: #e27019;
  margin-left: 0;
  padding-left: 0;
  border: none!important;
  border-block-width: 0!important;
}
.cid-txsrFyGZyG {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/fond-demenagement-entete-2000x799.jpg");
}
.cid-txsrFyGZyG .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-txsrFyGZyG .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-txsrFyGZyG .card .wrapper .mbr-section-title span:first-child {
  color: #e27019;
}
.cid-txsrFyGZyG .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-txsrFyGZyG .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txsrFyGZyG .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-txsrFyGZyG .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-txsrFyGZyG .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #ffffff;
}
.cid-txsrFyGZyG .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-txsrFyGZyG .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-txsrFyGZyG .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #e27019;
  display: inline-block;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-txsrFyGZyG .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 12px 35px;
  line-height: 1.0625;
}
.cid-txsrFyGZyG .card .wrapper .mbr-section-title,
.cid-txsrFyGZyG .mbr-section-btn,
.cid-txsrFyGZyG .mbr-list .list {
  color: #ffffff;
}
.cid-txsrFyGZyG .card .mbr-section-title {
  text-align: center;
}
.cid-txsrFyGZyG .card .wrapper .mbr-section-subtitle,
.cid-txsrFyGZyG .mbr-section-btn,
.cid-txsrFyGZyG .mbr-list .list {
  text-align: center;
}
.cid-txsrFyGZyG .card .wrapper .mbr-text,
.cid-txsrFyGZyG .mbr-section-btn,
.cid-txsrFyGZyG .mbr-list .list {
  text-align: center;
}
.cid-txwlB8U7WT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #005f8f;
}
.cid-txwlB8U7WT .img-wrap {
  position: relative;
}
.cid-txwlB8U7WT .img-wrap img {
  width: 100%;
}
.cid-txwlB8U7WT .img-wrap .icon-label {
  padding: 19px;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  background-color: #e27019;
  z-index: 100;
  position: absolute;
}
.cid-txwlB8U7WT .img-wrap .icon-label .mbr-iconfont {
  color: #ffffff;
  font-size: 27px;
  line-height: 1;
}
@media (max-width: 768px) {
  .cid-txwlB8U7WT .img-wrap .icon-label {
    left: 0;
    top: auto;
    right: auto;
    bottom: 0;
  }
}
.cid-txwlB8U7WT .mbr-section-title {
  color: #ffffff;
}
.cid-txwlB8U7WT .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-txwlB8U7WT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txwlB8U7WT .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-txwlB8U7WT .mbr-section-text {
  color: #ffffff;
}
.cid-txwlB8U7WT .form-control,
.cid-txwlB8U7WT .form-check-label {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}
.cid-txwlB8U7WT .form-control {
  box-shadow: none;
  padding: 0.7em 1.07em 0em 0.8em;
  background-color: #f4f6f9;
  border: 0px solid #e27019;
  border-bottom: 1px solid #e27019;
  color: #b8b8b8;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-txwlB8U7WT .form-control:focus,
.cid-txwlB8U7WT .form-control:hover {
  border: 0px solid #e27019;
  border-bottom: 1px solid #e27019;
  background-color: #ffffff;
}
.cid-txwlB8U7WT .form-control.textarea {
  padding-top: 40px;
}
.cid-txwlB8U7WT .form-group {
  margin-bottom: 1.5rem;
}
.cid-txwlB8U7WT input::-webkit-input-placeholder,
.cid-txwlB8U7WT textarea::-webkit-input-placeholder {
  color: #b8b8b8;
}
.cid-txwlB8U7WT input:-moz-placeholder,
.cid-txwlB8U7WT textarea:-moz-placeholder {
  color: #b8b8b8;
}
.cid-txwlB8U7WT .jq-selectbox li,
.cid-txwlB8U7WT .jq-selectbox li {
  background-color: #f4f6f9;
  color: #000000;
}
.cid-txwlB8U7WT .jq-selectbox li:hover,
.cid-txwlB8U7WT .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-txwlB8U7WT .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f4f6f9;
}
.cid-txwlB8U7WT .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-txwlB8U7WT .text-blocks .mbr-text {
  color: #ffffff;
}
.cid-txwlB8U7WT a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-txwlB8U7WT .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-txwlB8U7WT .input-group-btn {
  display: block;
  text-align: left;
}
.cid-txwlB8U7WT .input-group-btn .btn-sm {
  padding: 7px 39px;
}
.cid-txwlB8U7WT textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-txwlB8U7WT h2 {
    padding-top: 2rem;
  }
  .cid-txwlB8U7WT .input-group-btn {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .cid-txwlB8U7WT .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-txwlB8U7WT .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-txwlB8U7WT .gdpr-block {
  padding: 20px;
  text-align: left;
}
.cid-txwlB8U7WT .gdpr-block span {
  line-height: 1;
}
.cid-txwlB8U7WT .gdpr-block label span.textGDPR input[name="gdpr"] {
  top: 6px;
}
.cid-txwlB8U7WT H5 {
  color: #e9e9e9;
}
.cid-txwlB8U7WT LABEL {
  color: #ffffff;
}
.cid-txsrFBQo1D {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #005f8f;
}
.cid-txsrFBQo1D .mbr-section-title {
  color: #ffffff;
}
.cid-txsrFBQo1D .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-txsrFBQo1D .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txsrFBQo1D .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-txsrFBQo1D .mbr-section-text {
  color: #ffffff;
}
.cid-txsrFBQo1D .carousel-item {
  justify-content: center;
}
.cid-txsrFBQo1D .carousel-item.active,
.cid-txsrFBQo1D .carousel-item-next,
.cid-txsrFBQo1D .carousel-item-prev {
  display: flex;
}
.cid-txsrFBQo1D .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
  width: 20%;
}
.cid-txsrFBQo1D .carousel-controls a span {
  position: absolute;
  top: 45%;
  font-size: 30px;
  padding: 15px;
  border-radius: 50%;
  color: #ffffff;
  background: transparent;
  opacity: .9;
}
.cid-txsrFBQo1D .carousel-controls a:hover span {
  opacity: 1;
}
.cid-txsrFBQo1D .user_image {
  width: 150px;
  height: 150px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  margin: 1rem auto 1rem auto;
  display: flex;
  z-index: 1;
  position: relative;
}
.cid-txsrFBQo1D .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-txsrFBQo1D .mbr-iconfont {
  font-size: 3rem;
  opacity: 1;
  color: #e27019;
  margin-top: 33px;
  margin-bottom: 13px;
}
.cid-txsrFBQo1D .user_text {
  position: relative;
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .cid-txsrFBQo1D .user_text p {
    padding: 1rem 0rem;
  }
}
.cid-txsrFBQo1D .user_text .mbr-text {
  font-style: italic;
  margin-bottom: 26px;
}
.cid-txsrFBQo1D .user_text .mbr-text.display-7 {
  line-height: 1.2;
}
.cid-txsrFBQo1D .user_name {
  font-weight: 700;
}
.cid-txsrFBQo1D .user_name::before {
  height: 2px;
  width: 370px;
  position: absolute;
  display: inline-block;
  content: '';
  background-color: rgba(97, 114, 138, 0.2);
  margin: -18px auto;
  left: 0;
  right: 0;
}
@media (max-width: 230px) {
  .cid-txsrFBQo1D .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-txsrFBQo1D .user::before {
  content: '';
  position: absolute;
  background-color: #3d4550;
  height: 90%;
  z-index: 0;
  display: block;
  width: 500px;
  left: 0;
  right: 0;
  top: 21%;
  bottom: 0;
  margin: auto;
}
.cid-txsrFDYOzj {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #212428;
  overflow: hidden;
}
.cid-txsrFDYOzj .mbr-section-head {
  width: 100%;
}
.cid-txsrFDYOzj .border-item {
  width: 100%;
  height: 10px;
  background-color: #e27019;
  margin-left: 0;
  padding-left: 0;
  border: none!important;
  border-block-width: 0!important;
}
.cid-txsrFF7DYL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-txsrFF7DYL .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-txsrFF7DYL .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-txsrFF7DYL .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-txsrFF7DYL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-txsrFF7DYL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-txsrFF7DYL .map-placeholder {
  display: none;
}
.cid-txsrFF7DYL .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-txsrFF7DYL .card {
  padding: 3rem 8rem;
}
.cid-txsrFF7DYL .card .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-txsrFF7DYL .card .mbr-text {
  color: #06182d;
}
.cid-txsrFF7DYL .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-txsrFF7DYL .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-txsrFF7DYL .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-txsrFF7DYL .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-txsrFF7DYL .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-txsrFF7DYL .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-txsrFF7DYL .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-txsrFF7DYL .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-txsrFF7DYL .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-txsrFF7DYL .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-txsrFF7DYL .card .social-list .soc-item a .socicon {
  font-size: 1.3rem;
  background: #e27019;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txsrFF7DYL .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-txsrFF7DYL .card .form-group {
  padding-right: 0;
}
.cid-txsrFF7DYL .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-txsrFF7DYL .card .btn-primary {
  border: 1px solid #005f8f !important;
}
.cid-txsrFF7DYL .card .btn-primary:hover {
  border: 1px solid #005f8f !important;
}
@media (max-width: 1200px) {
  .cid-txsrFF7DYL .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-txsrFF7DYL .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-txsrFF7DYL h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-txsrFF7DYL * {
    text-align: center !important;
  }
  .cid-txsrFF7DYL .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-txsrFF7DYL .form-group {
    max-width: 180px;
  }
  .cid-txsrFF7DYL .card {
    padding: 2rem 1rem;
  }
}
.cid-txsrFF7DYL .card .group-title {
  color: #005f8f;
}
.cid-txsrFH43EH {
  padding-top: 30px;
  padding-bottom: 0rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-txsrFH43EH .mbr-section-head {
  width: 100%;
}
.cid-txsrFH43EH .border-item {
  width: 100%;
  height: 10px;
  background-color: #e27019;
  margin-left: 0;
  padding-left: 0;
  border: none!important;
  border-block-width: 0!important;
}
.cid-txsrFKAkSH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #005f8f;
}
.cid-txsrFKAkSH .mbr-overlay {
  background-color: #06182d;
  opacity: 0.7;
}
.cid-txsrFKAkSH .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  justify-content: flex-start;
}
.cid-txsrFKAkSH .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.1rem;
}
.cid-txsrFKAkSH .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-txsrFKAkSH li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-txsrFKAkSH .align-wrap {
  display: flex;
  flex-direction: column;
}
.cid-txsrFKAkSH .align-wrap .item-wrap {
  display: flex;
  justify-content: flex-start;
}
.cid-txsrFKAkSH .align-wrap .item-wrap .card-img {
  margin-right: 15px;
}
.cid-txsrFKAkSH .align-wrap .item-wrap .card-img .mbr-iconfont {
  color: #ff4e3c !important;
  font-size: 0.9rem;
}
.cid-txsrFKAkSH .align-wrap .item-wrap .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-txsrFKAkSH .align-wrap .item-wrap .icons-wrap .icon-title {
  margin: 0;
  padding-bottom: 0px;
  color: #ffffff;
  font-weight: 300;
}
.cid-txsrFKAkSH .align-wrap .item-wrap .icons-wrap:hover .icon-title {
  color: #ff4e3c;
}
.cid-txsrFKAkSH .align-wrap .item-wrap span,
.cid-txsrFKAkSH .align-wrap .item-wrap p {
  transition: all 0.3s;
}
.cid-txsrFKAkSH .opening-hours .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
  text-align: left;
}
.cid-txsrFKAkSH .opening-hours .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-txsrFKAkSH .opening-hours .box-list li:first-child {
  padding-top: 0;
}
.cid-txsrFKAkSH .opening-hours .box-list li:last-child {
  border-bottom: none;
}
.cid-txsrFKAkSH .opening-hours .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #ffffff;
}
.cid-txsrFKAkSH .opening-hours .box-list.display-4 {
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .cid-txsrFKAkSH .col-lg-3 {
    max-width: 20%;
  }
}
@media (max-width: 992px) {
  .cid-txsrFKAkSH .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-txsrFKAkSH .socicon-wrap {
    margin: auto;
  }
}
.cid-txsrFMwsNu {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #384657;
}
.cid-txsrFMwsNu .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-txsrFMwsNu .copyright {
    margin-bottom: 1rem;
  }
}
.cid-txsrFMwsNu .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-txsrFMwsNu .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #384657;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-txsrFMwsNu .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-txsrFMwsNu .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-txsrFMwsNu .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-txsrFMwsNu .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-txsrFMwsNu .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-txsrFMwsNu .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-txsrFMwsNu .text-wrap .icons-wrap::after {
    display: none;
  }
}


.cid-u8iX8VnymP {
  padding-top: 75px;
  padding-bottom: 75px;
    background-color: #ffffff;}

.icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: @circleColor none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.mbr-iconfont {
  color: @iconsColor;
  align-items: center;
  &:before {
    /*font-size: 14px;*/
    display: flex;
    justify-content: center;
  }
}
.social-list {
  width: auto;
}
.icon-transition:hover {
  .mbr-iconfont {
    color: #e27019;
  }
}
.social-media {
  padding: 0;
  text-align: center;
  ul {
    margin: 0;
    padding: 0;
    li {
      padding: 2px;
      display: inline-block;
    }
  }
}
.social-media {
  color: #e27019;
}


.cid-uBm2Rp6QZm {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f3f3f3;
}

.cid-uBm2Rp6QZm img {
    width: 80px;
    border-radius: 100%;
    object-fit: cover;
    height: 80px;
}

@media (min-width: 1200px) {
    .cid-uBm2Rp6QZm .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1500px) {
    .cid-uBm2Rp6QZm .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .cid-uBm2Rp6QZm .col-lg-4 {
        flex: 0 0 33%;
        max-width: 33%;
    }
}

@media (min-width: 767px) {
    .cid-uBm2Rp6QZm .container-fluid {
        padding: 0 2rem;
    }
}

.cid-uBm2Rp6QZm .bg-wrapper {
    background: #ffffff;
    padding: 2rem;
}

.cid-uBm2Rp6QZm .img-wrapper {
    min-width: 100px;
}

.cid-uBm2Rp6QZm .star-wrap {
    display: flex;
    margin-bottom: 1rem;
}

.cid-uBm2Rp6QZm .mbr-iconfont {
    font-size: 1.2rem;
    margin-right: 0.3rem;
}

.cid-uBm2Rp6QZm .card-wrapper {
    display: flex;
    align-items: center;
}

.cid-uBm2Rp6QZm .card .img-wrapper {
    overflow: hidden;
}

.cid-uBm2Rp6QZm .mbr-section-date {
    color: #999999;
}

.cid-uBm2Rp6QZm .mbr-section-text {
    color: #555555;
}

@media (max-width: 767px) {
    .cid-uBm2Rp6QZm .bg-wrapper {
        padding: 1rem;
    }

    .cid-uBm2Rp6QZm .mbr-section-title {
        text-align: left;
    }
}

.cid-uBm2Rp6QZm .mbr-card-title {
    color: #005f8f;
}

.cid-uBm2Rp6QZm .mbr-fallback-image.disabled {
    display: none;
}

.cid-uBm2Rp6QZm .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.message_retour_defaut p {
    background-color:white;
    padding: 10px;
}
 