@font-face {
    font-family: 'web_serveroffregular';
    src: url('Web_Serveroff-webfont.eot');
    src: url('Web_Serveroff-webfont.eot?#iefix') format('embedded-opentype'),
         url('Web_Serveroff-webfont.woff2') format('woff2'),
         url('Web_Serveroff-webfont.woff') format('woff'),
         url('Web_Serveroff-webfont.ttf') format('truetype'),
         url('Web_Serveroff-webfont.svg#web_serveroffregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
  font-family: 'web_serveroffregular';
  font-weight: 200;
}
.display-1 {
  font-family: 'web_serveroffregular';
  font-size: 3.9rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-2 {
  font-family: 'web_serveroffregular';
  font-size: 3.3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'web_serveroffregular';
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'web_serveroffregular';
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'web_serveroffregular';
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-8 {
  font-family: 'web_serveroffregular';
  font-size: 2rem;
  line-height: 1.5;
}

/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.7rem;
    font-size: calc( 2.6rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.6rem;
    font-size: calc( 1.9rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.4rem;
    font-size: calc( 1.25rem + (1.4 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.4 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.4rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.4rem;
    font-size: calc( 1rem + (1.4 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.4 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
    .display-8 {
    font-size: 1.4rem;
    font-size: calc( 1.4rem + (1.4 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.4 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #336699 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff6600 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #336699 !important;
  border-color: #336699 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1d3b58 !important;
  border-color: #1d3b58 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1d3b58 !important;
  border-color: #1d3b58 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff6600 !important;
  border-color: #ff6600 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #a84300 !important;
  border-color: #a84300 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a84300 !important;
  border-color: #a84300 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #336699;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1d3b58 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #336699 !important;
  border-color: #336699 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6600;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a84300 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6600 !important;
  border-color: #ff6600 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #336699 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff6600 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #19334d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #993d00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #336699;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff6600;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #336699;
  border-color: #336699;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #336699;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #79a6d2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffe0cc;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'web_serveroffregular';
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #336699 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'web_serveroffregular';
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #336699;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #336699;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #336699;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #336699;
  border-bottom-color: #336699;
}
.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: #336699 !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: #ff6666 !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='%23336699' %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-sCmZFXmka8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCmZFXmka8 nav.navbar {
  position: fixed;
}
.cid-sCmZFXmka8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCmZFXmka8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sCmZFXmka8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sCmZFXmka8 .dropdown-item:hover,
.cid-sCmZFXmka8 .dropdown-item:focus {
  background: #336699 !important;
  color: white !important;
}
.cid-sCmZFXmka8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sCmZFXmka8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sCmZFXmka8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sCmZFXmka8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCmZFXmka8 .nav-link {
  position: relative;
}
.cid-sCmZFXmka8 .container {
  display: flex;
  margin: auto;
}
.cid-sCmZFXmka8 .iconfont-wrapper {
  color: #003366 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCmZFXmka8 .dropdown-menu,
.cid-sCmZFXmka8 .navbar.opened {
  background: #ffffff !important;
}
.cid-sCmZFXmka8 .nav-item:focus,
.cid-sCmZFXmka8 .nav-link:focus {
  outline: none;
}
.cid-sCmZFXmka8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCmZFXmka8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCmZFXmka8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCmZFXmka8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCmZFXmka8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCmZFXmka8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCmZFXmka8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sCmZFXmka8 .navbar.opened {
  transition: all 0.3s;
}
.cid-sCmZFXmka8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCmZFXmka8 .navbar .navbar-logo img {
  width: auto;
}
.cid-sCmZFXmka8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCmZFXmka8 .navbar.collapsed {
  justify-content: center;
}
.cid-sCmZFXmka8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCmZFXmka8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCmZFXmka8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-sCmZFXmka8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCmZFXmka8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCmZFXmka8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCmZFXmka8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCmZFXmka8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCmZFXmka8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCmZFXmka8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCmZFXmka8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCmZFXmka8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCmZFXmka8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCmZFXmka8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCmZFXmka8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCmZFXmka8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCmZFXmka8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCmZFXmka8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCmZFXmka8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCmZFXmka8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCmZFXmka8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCmZFXmka8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCmZFXmka8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCmZFXmka8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCmZFXmka8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCmZFXmka8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCmZFXmka8 .dropdown-item.active,
.cid-sCmZFXmka8 .dropdown-item:active {
  background-color: transparent;
}
.cid-sCmZFXmka8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCmZFXmka8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCmZFXmka8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCmZFXmka8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sCmZFXmka8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCmZFXmka8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCmZFXmka8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sCmZFXmka8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCmZFXmka8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sCmZFXmka8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sCmZFXmka8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCmZFXmka8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCmZFXmka8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCmZFXmka8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCmZFXmka8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCmZFXmka8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCmZFXmka8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCmZFXmka8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCmZFXmka8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCmZFXmka8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCmZFXmka8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCmZFXmka8 .navbar {
    height: 70px;
  }
  .cid-sCmZFXmka8 .navbar.opened {
    height: auto;
  }
  .cid-sCmZFXmka8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sD2297BtW9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/1-bg-2021-22.jpg");
}
.cid-sD2297BtW9 .showAlerts {
  display: block !important;
}
.cid-sD2297BtW9 .rowflexrev {
  display: -webkit-flex;
}
.cid-sD2297BtW9 .ws-form-alerts {
  margin-top: 1rem;
}
.cid-sD2297BtW9 .title {
  margin-bottom: 2rem;
}
.cid-sD2297BtW9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sD2297BtW9 textarea.form-control {
  min-height: 188px;
}
.cid-sD2297BtW9 LABEL {
  color: #232323;
}
.cid-sD2297BtW9 .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sD2297BtW9 .mbr-section-labels {
  color: #ffffff;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-sD2297BtW9 .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sD2297BtW9 .mbr-section-gdpr {
  text-align: left;
  color: #ffffff;
  margin-bottom: 0px;
}
.cid-sD2297BtW9 .alert {
  margin-bottom: 0;
}
.cid-sD2297BtW9 .alert-success {
  background-color: #70c770;
}
.cid-sD2297BtW9 .alert-danger {
  background-color: #ff4a52;
}
.cid-sD2297BtW9 .btn {
  display: inline-flex;
}
.cid-sD2297BtW9 .hidden {
  display: none;
}
.cid-sD2297BtW9 .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-sD2297BtW9 .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-sD2297BtW9 H2 {
  color: #ffffff;
}
.cid-sD2297BtW9 H1 {
  color: #ffffff;
}
.cid-sD2H3iJlVx {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sD2NYIIkXS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sD2NYIIkXS .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sD2NYIIkXS .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sD2NYIIkXS .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sD2NYIIkXS .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sD2NYIIkXS .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sD2NYIIkXS .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sD2NYIIkXS .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sD2NYIIkXS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sD2NYIIkXS .card-title {
  text-align: left;
}
.cid-sD2NYIIkXS .mbr-text,
.cid-sD2NYIIkXS .mbr-section-btn {
  text-align: left;
}
.cid-sCSaXq3cMl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sCSaXq3cMl .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sCSaXq3cMl .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sCSaXq3cMl .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sCSaXq3cMl .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sCSaXq3cMl .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sCSaXq3cMl .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sCSaXq3cMl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sD2NZJmulm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sD2NZJmulm .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sD2NZJmulm .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sD2NZJmulm .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sD2NZJmulm .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sD2NZJmulm .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sD2NZJmulm .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sD2NZJmulm .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sD2NZJmulm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sD2NZJmulm .card-title {
  text-align: left;
}
.cid-sD2NZJmulm .mbr-text,
.cid-sD2NZJmulm .mbr-section-btn {
  text-align: left;
}

.cid-engine {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-engine .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-engine .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-engine .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-engine .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-engine .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-engine .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-engine .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sD2O0zUbYs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sD2O0zUbYs .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sD2O0zUbYs .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sD2O0zUbYs .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sD2O0zUbYs .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sD2O0zUbYs .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sD2O0zUbYs .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sD2O0zUbYs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sD2O1ibqjh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sD2O1ibqjh .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sD2O1ibqjh .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sD2O1ibqjh .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sD2O1ibqjh .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sD2O1ibqjh .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sD2O1ibqjh .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sD2O1ibqjh .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sD2O1ibqjh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sD2O1ibqjh .card-title {
  text-align: left;
}
.cid-sD2O1ibqjh .mbr-text,
.cid-sD2O1ibqjh .mbr-section-btn {
  text-align: left;
}
.cid-sD2Y0kMmZC {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sD2YBv5E5q {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x1281.jpg");
}
.cid-sD2YBv5E5q .row {
  flex-direction: row-reverse;
}
.cid-sD2YBv5E5q .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sD2YBv5E5q .image-wrapper {
    padding: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sD2YBv5E5q .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sD2YBv5E5q .mbr-section-title {
  text-align: left;
}
.cid-sD2YBv5E5q .mbr-text,
.cid-sD2YBv5E5q .mbr-section-btn {
  text-align: left;
}
.cid-sDkeq3m53c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sDkeq3m53c .bg-facebook {
  background: #3b5998;
  color: #ffffff;
}
.cid-sDkeq3m53c .bg-facebook:hover {
  background: #2d4373;
}
.cid-sDkeq3m53c .bg-twitter {
  background: #2787f5;
  color: #ffffff;
}
.cid-sDkeq3m53c .bg-twitter:hover {
  background: #0a6ddf;
}
.cid-sDkeq3m53c .bg-pinterest {
  background: #ee8208;
  color: #ffffff;
}
.cid-sDkeq3m53c .bg-pinterest:hover {
  background: #bd6706;
}
.cid-sDkeq3m53c .bg-instagram {
  background: #36acf2;
  color: #ffffff;
}
.cid-sDkeq3m53c .bg-instagram:hover {
  background: #1d8dd0;
}
.cid-sDkeq3m53c .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-sDkeq3m53c [class^="socicon-"]:before,
.cid-sDkeq3m53c [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sDkeq3m53c .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sDkeq3m53c .mbr-section-title,
.cid-sDkeq3m53c .social-list {
  color: #ffffff;
}
.cid-sDkmdRevM1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/french-1900x1900.jpg");
}
.cid-sD2IdnF3wC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-sD2IdnF3wC .showAlerts {
  display: block !important;
}
.cid-sD2IdnF3wC .rowflexrev {
  display: -webkit-flex;
}
.cid-sD2IdnF3wC .ws-form-alerts {
  margin-top: 1rem;
}
.cid-sD2IdnF3wC .title {
  margin-bottom: 2rem;
}
.cid-sD2IdnF3wC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sD2IdnF3wC textarea.form-control {
  min-height: 188px;
}
.cid-sD2IdnF3wC LABEL {
  color: #232323;
}
.cid-sD2IdnF3wC .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sD2IdnF3wC .mbr-section-labels {
  color: #000000;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-sD2IdnF3wC .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sD2IdnF3wC .mbr-section-gdpr {
  text-align: left;
  color: #353535;
  margin-bottom: 0px;
}
.cid-sD2IdnF3wC .alert {
  margin-bottom: 0;
}
.cid-sD2IdnF3wC .alert-success {
  background-color: #70c770;
}
.cid-sD2IdnF3wC .alert-danger {
  background-color: #ff4a52;
}
.cid-sD2IdnF3wC .btn {
  display: inline-flex;
}
.cid-sD2IdnF3wC .hidden {
  display: none;
}
.cid-sD2IdnF3wC .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-sD2IdnF3wC .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-sD2IdnF3wC H2 {
  color: #000000;
}
.cid-sD2IdnF3wC H1 {
  color: #ffffff;
}
.cid-sDkWUsq4qE {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1-1920x1357.jpg");
}
.cid-sDkWUsq4qE .mbr-overlay {
  background: #246d48;
  opacity: 0.5;
}
.cid-sDkWUsq4qE img,
.cid-sDkWUsq4qE .item-img {
  width: 100%;
}
.cid-sDkWUsq4qE .item:focus,
.cid-sDkWUsq4qE span:focus {
  outline: none;
}
.cid-sDkWUsq4qE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sDkWUsq4qE .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sDkWUsq4qE .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDkWUsq4qE .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sDkWUsq4qE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sDkWUsq4qE .mbr-section-title {
  color: #ffffff;
}
.cid-sDkWUsq4qE .mbr-text,
.cid-sDkWUsq4qE .mbr-section-btn {
  text-align: center;
}
.cid-sDkWUsq4qE .item-title {
  text-align: center;
}
.cid-sDkWUsq4qE .item-subtitle {
  text-align: left;
}
.cid-sDkWUsq4qE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sDkorztAal {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sDkorztAal .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sDkorztAal .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sDkorztAal .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sDkorztAal .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sDkorztAal .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #336699;
}
.cid-sDkorztAal .mbr-section-title {
  color: #000000;
}
.cid-sDkTSNUfUd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sDkTSNUfUd .google-map {
  height: 30rem;
  position: relative;
}
.cid-sDkTSNUfUd .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sDkTSNUfUd .google-map [data-state-details] {
  color: #6b6763;
  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-sDkTSNUfUd .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sDkTSNUfUd .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sDl0AbpHrc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #003366;
}
.cid-sDl0AbpHrc .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sDl0AbpHrc .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sDl0AbpHrc .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sDl0AbpHrc .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDl0AbpHrc .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDl0AbpHrc .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDl0AbpHrc .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sDl0AbpHrc .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDl0AbpHrc .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDl0AbpHrc .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sDl0AbpHrc .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDl0AbpHrc .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDl0AbpHrc .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDl0AbpHrc .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDl0AbpHrc .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sDBnwcygW4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sDBnwcygW4 nav.navbar {
  position: fixed;
}
.cid-sDBnwcygW4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sDBnwcygW4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sDBnwcygW4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sDBnwcygW4 .dropdown-item:hover,
.cid-sDBnwcygW4 .dropdown-item:focus {
  background: #336699 !important;
  color: white !important;
}
.cid-sDBnwcygW4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sDBnwcygW4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sDBnwcygW4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sDBnwcygW4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sDBnwcygW4 .nav-link {
  position: relative;
}
.cid-sDBnwcygW4 .container {
  display: flex;
  margin: auto;
}
.cid-sDBnwcygW4 .iconfont-wrapper {
  color: #003366 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sDBnwcygW4 .dropdown-menu,
.cid-sDBnwcygW4 .navbar.opened {
  background: #ffffff !important;
}
.cid-sDBnwcygW4 .nav-item:focus,
.cid-sDBnwcygW4 .nav-link:focus {
  outline: none;
}
.cid-sDBnwcygW4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sDBnwcygW4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDBnwcygW4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sDBnwcygW4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sDBnwcygW4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDBnwcygW4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDBnwcygW4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sDBnwcygW4 .navbar.opened {
  transition: all 0.3s;
}
.cid-sDBnwcygW4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sDBnwcygW4 .navbar .navbar-logo img {
  width: auto;
}
.cid-sDBnwcygW4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sDBnwcygW4 .navbar.collapsed {
  justify-content: center;
}
.cid-sDBnwcygW4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sDBnwcygW4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sDBnwcygW4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-sDBnwcygW4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sDBnwcygW4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sDBnwcygW4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sDBnwcygW4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sDBnwcygW4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sDBnwcygW4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sDBnwcygW4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sDBnwcygW4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sDBnwcygW4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sDBnwcygW4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sDBnwcygW4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sDBnwcygW4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sDBnwcygW4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sDBnwcygW4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sDBnwcygW4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sDBnwcygW4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sDBnwcygW4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sDBnwcygW4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sDBnwcygW4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sDBnwcygW4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sDBnwcygW4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sDBnwcygW4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sDBnwcygW4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sDBnwcygW4 .dropdown-item.active,
.cid-sDBnwcygW4 .dropdown-item:active {
  background-color: transparent;
}
.cid-sDBnwcygW4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sDBnwcygW4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sDBnwcygW4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sDBnwcygW4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sDBnwcygW4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sDBnwcygW4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDBnwcygW4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sDBnwcygW4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sDBnwcygW4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sDBnwcygW4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sDBnwcygW4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDBnwcygW4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDBnwcygW4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDBnwcygW4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDBnwcygW4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDBnwcygW4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDBnwcygW4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDBnwcygW4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDBnwcygW4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sDBnwcygW4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sDBnwcygW4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sDBnwcygW4 .navbar {
    height: 70px;
  }
  .cid-sDBnwcygW4 .navbar.opened {
    height: auto;
  }
  .cid-sDBnwcygW4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sDBsWOxpqS {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sDBsWOxpqS .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sDBsWOxpqS .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sDBsWOxpqS .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #336699;
}
.cid-sDBsWOxpqS .panel-body,
.cid-sDBsWOxpqS .card-header {
  padding: 1rem 0;
}
.cid-sDBsWOxpqS .panel-title-edit {
  color: #000000;
}
.cid-sDBsWOxpqS .table {
  width: 100%;
  border: none;
  margin-bottom: 20px;
}
.cid-sDBsWOxpqS .table thead th {
  font-weight: bold;
  text-align: left;
  border: none;
  padding: 10px 15px;
  background: #d8d8d8;
}
.cid-sDBsWOxpqS .table thead tr th:first-child {
  border-radius: 8px 0 0 8px;
}
.cid-sDBsWOxpqS .table thead tr th:last-child {
  border-radius: 0 8px 8px 0;
}
.cid-sDBsWOxpqS .table tbody td {
  text-align: left;
  border: none;
  padding: 10px 15px;
  vertical-align: top;
}
.cid-sDBsWOxpqS .table tbody tr:nth-child(even) {
  background: #f3f3f3;
}
.cid-sDBsWOxpqS .table tbody tr td:first-child {
  border-radius: 8px 0 0 8px;
}
.cid-sDBsWOxpqS .table tbody tr td:last-child {
  border-radius: 0 8px 8px 0;
}
.cid-sDBt3JfNtU {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sDBt3JfNtU .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sDBt3JfNtU .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sDBt3JfNtU .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #336699;
}
.cid-sDBt3JfNtU .panel-body,
.cid-sDBt3JfNtU .card-header {
  padding: 1rem 0;
}
.cid-sDBt3JfNtU .panel-title-edit {
  color: #000000;
}
.cid-sDBt3JfNtU .table {
  width: 100%;
  border: none;
  margin-bottom: 20px;
}
.cid-sDBt3JfNtU .table thead th {
  font-weight: bold;
  text-align: left;
  border: none;
  padding: 10px 15px;
  background: #d8d8d8;
}
.cid-sDBt3JfNtU .table thead tr th:first-child {
  border-radius: 8px 0 0 8px;
}
.cid-sDBt3JfNtU .table thead tr th:last-child {
  border-radius: 0 8px 8px 0;
}
.cid-sDBt3JfNtU .table tbody td {
  text-align: left;
  border: none;
  padding: 10px 15px;
  vertical-align: top;
}
.cid-sDBt3JfNtU .table tbody tr:nth-child(even) {
  background: #f3f3f3;
}
.cid-sDBt3JfNtU .table tbody tr td:first-child {
  border-radius: 8px 0 0 8px;
}
.cid-sDBt3JfNtU .table tbody tr td:last-child {
  border-radius: 0 8px 8px 0;
}
.cid-sDBnwsdA2s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #003366;
}
.cid-sDBnwsdA2s .bg-facebook {
  background: #3b5998;
  color: #ffffff;
}
.cid-sDBnwsdA2s .bg-facebook:hover {
  background: #2d4373;
}
.cid-sDBnwsdA2s .bg-twitter {
  background: #2787f5;
  color: #ffffff;
}
.cid-sDBnwsdA2s .bg-twitter:hover {
  background: #0a6ddf;
}
.cid-sDBnwsdA2s .bg-pinterest {
  background: #ee8208;
  color: #ffffff;
}
.cid-sDBnwsdA2s .bg-pinterest:hover {
  background: #bd6706;
}
.cid-sDBnwsdA2s .bg-instagram {
  background: #36acf2;
  color: #ffffff;
}
.cid-sDBnwsdA2s .bg-instagram:hover {
  background: #1d8dd0;
}
.cid-sDBnwsdA2s .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-sDBnwsdA2s [class^="socicon-"]:before,
.cid-sDBnwsdA2s [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sDBnwsdA2s .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sDBnwsdA2s .mbr-section-title,
.cid-sDBnwsdA2s .social-list {
  color: #ffffff;
}
.cid-sDBnwteM2k {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-sDBnwteM2k .showAlerts {
  display: block !important;
}
.cid-sDBnwteM2k .rowflexrev {
  display: -webkit-flex;
}
.cid-sDBnwteM2k .ws-form-alerts {
  margin-top: 1rem;
}
.cid-sDBnwteM2k .title {
  margin-bottom: 2rem;
}
.cid-sDBnwteM2k .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sDBnwteM2k textarea.form-control {
  min-height: 188px;
}
.cid-sDBnwteM2k LABEL {
  color: #232323;
}
.cid-sDBnwteM2k .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sDBnwteM2k .mbr-section-labels {
  color: #000000;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-sDBnwteM2k .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sDBnwteM2k .mbr-section-gdpr {
  text-align: left;
  color: #353535;
  margin-bottom: 0px;
}
.cid-sDBnwteM2k .alert {
  margin-bottom: 0;
}
.cid-sDBnwteM2k .alert-success {
  background-color: #70c770;
}
.cid-sDBnwteM2k .alert-danger {
  background-color: #ff4a52;
}
.cid-sDBnwteM2k .btn {
  display: inline-flex;
}
.cid-sDBnwteM2k .hidden {
  display: none;
}
.cid-sDBnwteM2k .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-sDBnwteM2k .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-sDBnwteM2k H2 {
  color: #000000;
}
.cid-sDBnwteM2k H1 {
  color: #ffffff;
}
.cid-sDBnwBYKgT {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sDBnwBYKgT .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sDBnwBYKgT .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sDBnwBYKgT .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sDBnwBYKgT .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sDBnwBYKgT .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #336699;
}
.cid-sDBnwCBlgH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sDBnwCBlgH .google-map {
  height: 30rem;
  position: relative;
}
.cid-sDBnwCBlgH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sDBnwCBlgH .google-map [data-state-details] {
  color: #6b6763;
  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-sDBnwCBlgH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sDBnwCBlgH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sDBnwDInUZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #003366;
}
.cid-sDBnwDInUZ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sDBnwDInUZ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sDBnwDInUZ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sDBnwDInUZ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDBnwDInUZ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDBnwDInUZ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDBnwDInUZ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sDBnwDInUZ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDBnwDInUZ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDBnwDInUZ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sDBnwDInUZ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDBnwDInUZ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDBnwDInUZ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDBnwDInUZ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDBnwDInUZ .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sDBwjxmyIB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sDBwjxmyIB nav.navbar {
  position: fixed;
}
.cid-sDBwjxmyIB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sDBwjxmyIB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sDBwjxmyIB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sDBwjxmyIB .dropdown-item:hover,
.cid-sDBwjxmyIB .dropdown-item:focus {
  background: #336699 !important;
  color: white !important;
}
.cid-sDBwjxmyIB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sDBwjxmyIB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sDBwjxmyIB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sDBwjxmyIB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sDBwjxmyIB .nav-link {
  position: relative;
}
.cid-sDBwjxmyIB .container {
  display: flex;
  margin: auto;
}
.cid-sDBwjxmyIB .iconfont-wrapper {
  color: #003366 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sDBwjxmyIB .dropdown-menu,
.cid-sDBwjxmyIB .navbar.opened {
  background: #ffffff !important;
}
.cid-sDBwjxmyIB .nav-item:focus,
.cid-sDBwjxmyIB .nav-link:focus {
  outline: none;
}
.cid-sDBwjxmyIB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sDBwjxmyIB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDBwjxmyIB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sDBwjxmyIB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sDBwjxmyIB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDBwjxmyIB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDBwjxmyIB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sDBwjxmyIB .navbar.opened {
  transition: all 0.3s;
}
.cid-sDBwjxmyIB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sDBwjxmyIB .navbar .navbar-logo img {
  width: auto;
}
.cid-sDBwjxmyIB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sDBwjxmyIB .navbar.collapsed {
  justify-content: center;
}
.cid-sDBwjxmyIB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sDBwjxmyIB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sDBwjxmyIB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-sDBwjxmyIB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sDBwjxmyIB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sDBwjxmyIB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sDBwjxmyIB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sDBwjxmyIB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sDBwjxmyIB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sDBwjxmyIB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sDBwjxmyIB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sDBwjxmyIB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sDBwjxmyIB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sDBwjxmyIB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sDBwjxmyIB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sDBwjxmyIB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sDBwjxmyIB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sDBwjxmyIB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sDBwjxmyIB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sDBwjxmyIB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sDBwjxmyIB .navbar.navbar-short {
  min-height: 60px;
}
.cid-sDBwjxmyIB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sDBwjxmyIB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sDBwjxmyIB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sDBwjxmyIB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sDBwjxmyIB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sDBwjxmyIB .dropdown-item.active,
.cid-sDBwjxmyIB .dropdown-item:active {
  background-color: transparent;
}
.cid-sDBwjxmyIB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sDBwjxmyIB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sDBwjxmyIB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sDBwjxmyIB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sDBwjxmyIB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sDBwjxmyIB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDBwjxmyIB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sDBwjxmyIB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sDBwjxmyIB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sDBwjxmyIB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sDBwjxmyIB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDBwjxmyIB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDBwjxmyIB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDBwjxmyIB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDBwjxmyIB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDBwjxmyIB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDBwjxmyIB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDBwjxmyIB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDBwjxmyIB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sDBwjxmyIB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sDBwjxmyIB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sDBwjxmyIB .navbar {
    height: 70px;
  }
  .cid-sDBwjxmyIB .navbar.opened {
    height: auto;
  }
  .cid-sDBwjxmyIB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sDBwjxVAJF {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sDBwjxVAJF .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sDBwjxVAJF .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sDBwjxVAJF .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #336699;
}
.cid-sDBwjxVAJF .panel-body,
.cid-sDBwjxVAJF .card-header {
  padding: 1rem 0;
}
.cid-sDBwjxVAJF .panel-title-edit {
  color: #000000;
}
.cid-sDBwjyUQKT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #003366;
}
.cid-sDBwjyUQKT .bg-facebook {
  background: #3b5998;
  color: #ffffff;
}
.cid-sDBwjyUQKT .bg-facebook:hover {
  background: #2d4373;
}
.cid-sDBwjyUQKT .bg-twitter {
  background: #2787f5;
  color: #ffffff;
}
.cid-sDBwjyUQKT .bg-twitter:hover {
  background: #0a6ddf;
}
.cid-sDBwjyUQKT .bg-pinterest {
  background: #ee8208;
  color: #ffffff;
}
.cid-sDBwjyUQKT .bg-pinterest:hover {
  background: #bd6706;
}
.cid-sDBwjyUQKT .bg-instagram {
  background: #36acf2;
  color: #ffffff;
}
.cid-sDBwjyUQKT .bg-instagram:hover {
  background: #1d8dd0;
}
.cid-sDBwjyUQKT .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-sDBwjyUQKT [class^="socicon-"]:before,
.cid-sDBwjyUQKT [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sDBwjyUQKT .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sDBwjyUQKT .mbr-section-title,
.cid-sDBwjyUQKT .social-list {
  color: #ffffff;
}
.cid-sDBwjI77zJ {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sDBwjI77zJ .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sDBwjI77zJ .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sDBwjI77zJ .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sDBwjI77zJ .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sDBwjI77zJ .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #336699;
}
.cid-sDBwjIBj8r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sDBwjIBj8r .google-map {
  height: 30rem;
  position: relative;
}
.cid-sDBwjIBj8r .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sDBwjIBj8r .google-map [data-state-details] {
  color: #6b6763;
  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-sDBwjIBj8r .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sDBwjIBj8r .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sDBwjJyk9V {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #003366;
}
.cid-sDBwjJyk9V .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sDBwjJyk9V .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sDBwjJyk9V .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sDBwjJyk9V .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sDBwjJyk9V .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sDBwjJyk9V .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sDBwjJyk9V .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sDBwjJyk9V .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sDBwjJyk9V .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sDBwjJyk9V .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sDBwjJyk9V .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sDBwjJyk9V .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sDBwjJyk9V .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sDBwjJyk9V .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDBwjJyk9V .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sJyAaoQnzN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/avtozapchasti-2000x1333.jpg");
}
.cid-sJyAaoQnzN .showAlerts {
  display: block !important;
}
.cid-sJyAaoQnzN .rowflexrev {
  display: -webkit-flex;
}
.cid-sJyAaoQnzN .ws-form-alerts {
  margin-top: 1rem;
}
.cid-sJyAaoQnzN .title {
  margin-bottom: 2rem;
}
.cid-sJyAaoQnzN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sJyAaoQnzN textarea.form-control {
  min-height: 188px;
}
.cid-sJyAaoQnzN LABEL {
  color: #232323;
}
.cid-sJyAaoQnzN .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sJyAaoQnzN .mbr-section-labels {
  color: #ffffff;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-sJyAaoQnzN .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sJyAaoQnzN .mbr-section-gdpr {
  text-align: left;
  color: #353535;
  margin-bottom: 0px;
}
.cid-sJyAaoQnzN .alert {
  margin-bottom: 0;
}
.cid-sJyAaoQnzN .alert-success {
  background-color: #70c770;
}
.cid-sJyAaoQnzN .alert-danger {
  background-color: #ff4a52;
}
.cid-sJyAaoQnzN .btn {
  display: inline-flex;
}
.cid-sJyAaoQnzN .hidden {
  display: none;
}
.cid-sJyAaoQnzN .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-sJyAaoQnzN .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-sJyAaoQnzN H2 {
  color: #ffffff;
}
.cid-sJyAaoQnzN H1 {
  color: #ffffff;
}
.cid-sJDb9tOBtG {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sJDb9tOBtG img {
  width: 130px;
  margin: auto;
}
.cid-sJDb9tOBtG .card {
  transition: all 0.3s;
  height: fit-content;

}
@media (min-width: 992px) {
  .cid-sJDb9tOBtG .card {
    max-width: 12.5%;
  }
}
.cid-sUcT6c7Exp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sUcT6c7Exp .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sUcT6c7Exp .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sUcT6c7Exp .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sUcT6c7Exp .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sUcT6c7Exp .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sUcT6c7Exp .content-wrapper {
    padding: 3rem;
  }
  .cid-sUcT6c7Exp .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sUcT6c7Exp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ukE460tkKd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ukE460tkKd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ukE460tkKd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ukE460tkKd .text-wrapper {
    padding: 2rem;
  }
}
.cid-ukFffrEVko {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-ukFffrEVko .mbr-text,
.cid-ukFffrEVko .mbr-section-btn {
  color: #232323;
}
.cid-ukFffrEVko .card-title,
.cid-ukFffrEVko .card-box {
  color: #ffffff;
}
.cid-ukFffrEVko .mbr-text,
.cid-ukFffrEVko .link-wrap {
  color: #ffffff;
}  
/* Добавьте в конец файла mbr-additional.css */

/* Стили для корпоративной страницы */
.cid-sD2297BtW9 .text-center .mbr-iconfont {
    margin-bottom: 1rem;
}

.cid-sD2297BtW9 .text-center .mbr-text {
    color: #ffffff !important;
}

/* Стили для шагов */
.step-number {
    width: 60px;
    height: 60px;
    background: #336699;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto 1rem auto;
}

/* Стили для иконок преимуществ */
.cid-ukFffrEVko .text-center .mbr-iconfont {
    margin-bottom: 1rem;
}

.cid-ukFffrEVko .text-center h5,
.cid-ukFffrEVko .text-center .mbr-text {
    color: #ffffff !important;
}

/* Стили для FAQ */
.cid-sDBsWOxpqS .card {
    border: 1px solid #e9ecef;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.cid-sDBsWOxpqS .card-header {
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.cid-sDBsWOxpqS .panel-title {
    margin: 0;
    cursor: pointer;
}

.cid-sDBsWOxpqS .mbr-iconfont {
    transition: transform 0.3s ease;
}

.cid-sDBsWOxpqS .card-header[aria-expanded="true"] .mbr-iconfont {
    transform: rotate(180deg);
}

/* Стили для форм в корпоративной странице */
#corporate-form {
    background-color: #fafafa;
}

#corporate-form .mbr-section-labels {
    color: #000000;
    font-weight: 500;
}

#corporate-form .form-control {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 0.75rem 1rem;
}

#corporate-form .form-control:focus {
    border-color: #336699;
    box-shadow: 0 0 0 0.2rem rgba(51, 102, 153, 0.25);
}

/* Стили для корпоративной страницы */

/* Hero section improvements */
.cid-sD2297BtW9 .badge {
    letter-spacing: 1px;
    text-transform: uppercase;
}

.counter-item {
    padding: 1rem;
}

.counter-number {
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.counter-label {
    font-size: 0.9rem;
    opacity: 0.9;
}

/* Benefit cards */
.benefit-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
}

.benefit-icon {
    transition: transform 0.3s ease;
}

.benefit-card:hover .benefit-icon {
    transform: scale(1.1);
}

/* Client type cards */
.client-type-card {
    transition: all 0.3s ease;
    border-radius: 8px;
}

.client-type-card:hover {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.highlight-box {
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

/* Form improvements */
#corporate-form .form-control {
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
}

#corporate-form .form-control:focus {
    border-color: #336699;
    box-shadow: 0 0 0 0.2rem rgba(51, 102, 153, 0.25);
}

/* Step numbers improvements */
.step-number {
    transition: all 0.3s ease;
}

.features15 .col-12:hover .step-number {
    background: #ff6600;
    transform: scale(1.1);
}

/* FAQ improvements */
.cid-sDBsWOxpqS .card {
    transition: all 0.3s ease;
}

.cid-sDBsWOxpqS .card:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Button animations */
.btn-warning {
    transition: all 0.3s ease;
}

.btn-warning:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 193, 7, 0.4);
}

.btn-outline-light {
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,0.1);
}

.client-type-card:hover {
    background: #1d3b58 !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Для мобильных устройств */
@media (max-width: 768px) {
  .cid-sD2297BtW9 .mbr-section-title {
    line-height: 1.3 !important;
  }
}

/* Адаптивность для кнопок на мобильных */
@media (max-width: 576px) {
  .cid-sD2297BtW9 .mbr-section-btn .btn {
    display: block;
    width: 90%;
    max-width: 300px;
    margin: 0 auto 1rem auto;
    padding: 0.8rem 1.5rem !important;
    font-size: 1.1rem !important;
  }
  
  .cid-sD2297BtW9 .mbr-section-btn .btn:last-child {
    margin-bottom: 0;
  }
  
  /* Уменьшаем отступы контейнера на мобильных */
  .cid-sD2297BtW9 .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Адаптивность для преимуществ */
@media (max-width: 768px) {
  #benefits-section .card-title {
    font-size: 2rem !important;
  }
  
  #benefits-section .card-text {
    font-size: 1.3rem !important;
  }
  
  #benefits-section .benefit-icon i {
    font-size: 2rem !important;
  }
}

@media (max-width: 576px) {
  #benefits-section .card-title {
    font-size: 1.8rem !important;
  }
  
  #benefits-section .card-text {
    font-size: 1.2rem !important;
  }
}

/* Порядок блоков на мобильных */
@media (max-width: 991px) {
  #features16-q .order-1 {
    order: 1 !important;
  }
  
  #features16-q .order-2 {
    order: 2 !important;
  }
}

/* Увеличиваем шрифт описаний в блоке преимуществ на мобильных */
@media (max-width: 768px) {
  .cid-ukFffrEVko .mbr-text.display-7 {
    font-size: calc(1.25rem + (1.4 - 1.07) * ((100vw - 20rem) / (48 - 20))) !important;
    line-height: 1.6 !important;
  }
  
  /* Увеличиваем межстрочный интервал заголовка на мобильных */
  .cid-ukFffrEVko .display-1 {
    line-height: 1.3 !important;
  }
}

/* Уменьшаем отступы между блоками на мобильных */
@media (max-width: 576px) {
  .cid-ukFffrEVko .mb-4 {
    margin-bottom: 2rem !important;
  }
}

/* Убираем ограничение ширины для блока преимуществ на ПК */
@media (min-width: 992px) {
  .cid-ukFffrEVko .col-lg-10 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

/* Уменьшаем заголовок и увеличиваем отступы */
@media (min-width: 992px) {
  .cid-ukFffrEVko .display-1 {
    font-size: 3.3rem !important;
    margin-bottom: 3rem !important;
  }
}

/* Также для мобильных уменьшаем заголовок */
@media (max-width: 991px) {
  .cid-ukFffrEVko .display-1 {
    font-size: 2.5rem !important;
    margin-bottom: 2.5rem !important;
    line-height: 1.3 !important;
  }
}

/* Правильный порядок шагов на мобильных */
@media (max-width: 768px) {
  #features16-t .order-1 { order: 1 !important; }
  #features16-t .order-2 { order: 2 !important; }
  #features16-t .order-3 { order: 3 !important; }
  #features16-t .order-4 { order: 4 !important; }
  
  /* Увеличиваем шрифт описаний на мобильных */
  #features16-t .mbr-text.display-7 {
    font-size: calc(1.25rem + (1.4 - 1.07) * ((100vw - 20rem) / (48 - 20))) !important;
  }
  
  /* Увеличиваем отступы между шагами */
  #features16-t .mb-4 {
    margin-bottom: 2.5rem !important;
  }
}

/* Увеличиваем шрифт на десктопе */
@media (min-width: 769px) {
  #features16-t .mbr-text.display-7 {
    font-size: 1.5rem !important;
    line-height: 1.6;
  }
}

/* Добавьте в конец CSS файла */
@media (max-width: 991px) {
  #features16-t .row {
    display: flex;
    flex-direction: column;
  }
  
  #features16-t .order-1 { order: 1 !important; }
  #features16-t .order-2 { order: 2 !important; }
  #features16-t .order-3 { order: 3 !important; }
  #features16-t .order-4 { order: 4 !important; }
}

/* Стили для секции "Как мы работаем" на корпоративной странице */
.cid-sD2O1poiqwe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f9fa;
}

.cid-sD2O1poiqwe .content-wrapper {
  background: #ffffff;
}

@media (max-width: 991px) {
  .cid-sD2O1poiqwe .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sD2O1poiqwe .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}

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

@media (min-width: 768px) and (max-width: 991px) {
  .cid-sD2O1poiqwe .content-wrapper {
    padding: 2rem;
  }
}

@media (min-width: 992px) {
  .cid-sD2O1poiqwe .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sD2O1poiqwe .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}

.cid-sD2O1poiqwe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}

.cid-sD2O1poiqwe .card-title {
  text-align: center;
}

.cid-sD2O1poiqwe .mbr-text,
.cid-sD2O1poiqwe .mbr-section-btn {
  text-align: center;
}