body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (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: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 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: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !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: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !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: #ff9966 !important;
  border-color: #ff9966 !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: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !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: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !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: #6592e6 !important;
  border-color: #6592e6 !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: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !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: #ff9966 !important;
  border-color: #ff9966 !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: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !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: #ff5500 !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: #6592e6;
}
.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: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !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='%236592e6' %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-s48MCQYojq {
  background-image: url("../../../assets/images/mbr-1920x1256.jpg");
}
.cid-s48MCQYojq .mbr-section-title {
  text-align: left;
  color: #ffef61;
}
.cid-s48MCQYojq .mbr-text,
.cid-s48MCQYojq .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-s48MCQYojq .mbr-section-title,
  .cid-s48MCQYojq .mbr-section-btn,
  .cid-s48MCQYojq .mbr-text {
    text-align: center;
  }
}
.cid-s48MCQYojq .mbr-section-title P {
  text-align: center;
}
.cid-sE5PEC9tbg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
@media (min-width: 1500px) {
  .cid-sE5PEC9tbg .container {
    max-width: 1400px;
  }
}
.cid-sE5PEC9tbg .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #39a1b0;
  margin-bottom: 2rem;
}
.cid-sE5PEC9tbg .card-wrapper {
  margin-top: 3rem;
}
.cid-sE5PEC9tbg .row {
  justify-content: center;
}
.cid-sE5PEC9tbg .card-title,
.cid-sE5PEC9tbg .iconfont-wrapper {
  color: #000000;
}
.cid-sE5PEC9tbg .mbr-section-title {
  color: #000000;
}
.cid-sE5XbLfNyF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #6592e6;
}
@media (max-width: 991px) {
  .cid-sE5XbLfNyF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sE5XbLfNyF .row {
  flex-direction: row-reverse;
}
.cid-sE5XbLfNyF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sE5XbLfNyF .text-wrapper {
    padding: 2rem;
  }
}
.cid-sE5XbLfNyF .mbr-section-title {
  color: #232323;
}
.cid-sE5XbLfNyF .mbr-text {
  color: #232323;
}
.cid-sE5RA1g7y8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8caff0;
}
.cid-sE5RA1g7y8 .timeline-element {
  position: relative;
}
.cid-sE5RA1g7y8 .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-sE5RA1g7y8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sE5RA1g7y8 .mbr-section-title,
.cid-sE5RA1g7y8 .mbr-section-subtitle,
.cid-sE5RA1g7y8 .timeline-date {
  text-align: center;
}
.cid-sE5RA1g7y8 .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-sE5RA1g7y8 .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-sE5RA1g7y8 .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-sE5RA1g7y8 .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-sE5RA1g7y8 .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-sE5RA1g7y8 .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sE5RA1g7y8 .timeline-date-wrapper,
  .cid-sE5RA1g7y8 .timeline-text-wrapper,
  .cid-sE5RA1g7y8 .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-sE5RA1g7y8 .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-sE5RA1g7y8 .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sE5RA1g7y8 .timeline-date-wrapper,
  .cid-sE5RA1g7y8 .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sE5RA1g7y8 .timeline-date-wrapper,
  .cid-sE5RA1g7y8 .timeline-text-wrapper,
  .cid-sE5RA1g7y8 .image-wrapper {
    padding: 2rem;
  }
}
.cid-sE5RA1g7y8 .mbr-timeline-title {
  color: #000000;
}
.cid-sE5RA1g7y8 .mbr-text {
  color: #000000;
}
.cid-t73Fagabrz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8caff0;
}
.cid-t73Fagabrz .timeline-element {
  position: relative;
}
.cid-t73Fagabrz .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-t73Fagabrz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t73Fagabrz .mbr-section-title,
.cid-t73Fagabrz .mbr-section-subtitle,
.cid-t73Fagabrz .timeline-date {
  text-align: center;
}
.cid-t73Fagabrz .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-t73Fagabrz .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-t73Fagabrz .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-t73Fagabrz .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-t73Fagabrz .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-t73Fagabrz .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-t73Fagabrz .timeline-date-wrapper,
  .cid-t73Fagabrz .timeline-text-wrapper,
  .cid-t73Fagabrz .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-t73Fagabrz .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-t73Fagabrz .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t73Fagabrz .timeline-date-wrapper,
  .cid-t73Fagabrz .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-t73Fagabrz .timeline-date-wrapper,
  .cid-t73Fagabrz .timeline-text-wrapper,
  .cid-t73Fagabrz .image-wrapper {
    padding: 2rem;
  }
}
.cid-t73Fagabrz .mbr-timeline-title {
  color: #000000;
}
.cid-sE5RAq12LB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8caff0;
}
.cid-sE5RAq12LB .timeline-element {
  position: relative;
}
.cid-sE5RAq12LB .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-sE5RAq12LB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sE5RAq12LB .mbr-section-title,
.cid-sE5RAq12LB .mbr-section-subtitle,
.cid-sE5RAq12LB .timeline-date {
  text-align: center;
}
.cid-sE5RAq12LB .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-sE5RAq12LB .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-sE5RAq12LB .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-sE5RAq12LB .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-sE5RAq12LB .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-sE5RAq12LB .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sE5RAq12LB .timeline-date-wrapper,
  .cid-sE5RAq12LB .timeline-text-wrapper,
  .cid-sE5RAq12LB .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-sE5RAq12LB .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-sE5RAq12LB .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sE5RAq12LB .timeline-date-wrapper,
  .cid-sE5RAq12LB .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sE5RAq12LB .timeline-date-wrapper,
  .cid-sE5RAq12LB .timeline-text-wrapper,
  .cid-sE5RAq12LB .image-wrapper {
    padding: 2rem;
  }
}
.cid-sE5RAq12LB .mbr-timeline-title {
  color: #000000;
}
.cid-t73Arz98cA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8caff0;
}
.cid-t73Arz98cA .timeline-element {
  position: relative;
}
.cid-t73Arz98cA .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-t73Arz98cA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t73Arz98cA .mbr-section-title,
.cid-t73Arz98cA .mbr-section-subtitle,
.cid-t73Arz98cA .timeline-date {
  text-align: center;
}
.cid-t73Arz98cA .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-t73Arz98cA .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-t73Arz98cA .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-t73Arz98cA .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-t73Arz98cA .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-t73Arz98cA .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-t73Arz98cA .timeline-date-wrapper,
  .cid-t73Arz98cA .timeline-text-wrapper,
  .cid-t73Arz98cA .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-t73Arz98cA .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-t73Arz98cA .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t73Arz98cA .timeline-date-wrapper,
  .cid-t73Arz98cA .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-t73Arz98cA .timeline-date-wrapper,
  .cid-t73Arz98cA .timeline-text-wrapper,
  .cid-t73Arz98cA .image-wrapper {
    padding: 2rem;
  }
}
.cid-t73Arz98cA .mbr-timeline-title {
  color: #000000;
}
.cid-sE5RAuXgJm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8caff0;
}
.cid-sE5RAuXgJm .timeline-element {
  position: relative;
}
.cid-sE5RAuXgJm .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-sE5RAuXgJm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sE5RAuXgJm .mbr-section-title,
.cid-sE5RAuXgJm .mbr-section-subtitle,
.cid-sE5RAuXgJm .timeline-date {
  text-align: center;
}
.cid-sE5RAuXgJm .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-sE5RAuXgJm .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-sE5RAuXgJm .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-sE5RAuXgJm .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-sE5RAuXgJm .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-sE5RAuXgJm .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sE5RAuXgJm .timeline-date-wrapper,
  .cid-sE5RAuXgJm .timeline-text-wrapper,
  .cid-sE5RAuXgJm .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-sE5RAuXgJm .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-sE5RAuXgJm .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sE5RAuXgJm .timeline-date-wrapper,
  .cid-sE5RAuXgJm .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sE5RAuXgJm .timeline-date-wrapper,
  .cid-sE5RAuXgJm .timeline-text-wrapper,
  .cid-sE5RAuXgJm .image-wrapper {
    padding: 2rem;
  }
}
.cid-sE5RAuXgJm .mbr-timeline-title {
  color: #000000;
}
.cid-t7cvkRw6n3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6592e6;
}
.cid-t7cvkRw6n3 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-t7cvkRw6n3 form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-t7cvkRw6n3 form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-t7cvkRw6n3 form.mbr-form {
    padding: 1rem;
  }
}
.cid-t7cvkRw6n3 form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-t7cvkRw6n3 form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-t7852h6jgd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6592e6;
}
.cid-t7852h6jgd .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-t7852h6jgd .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-t7852h6jgd .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t7852h6jgd .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-t7cwaB8RCD {
  background-color: #8caff0;
}
.cid-t7cwaB8RCD .number-wrap {
  color: #232323;
  text-align: center;
}
.cid-t7cwaB8RCD .number {
  color: #f30404;
}
.cid-t7cwaB8RCD .period {
  display: block;
}
.cid-t7cwaB8RCD .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-t7cwaB8RCD .period {
    font-size: 0.8rem;
  }
}
.cid-t7cwaB8RCD .btn {
  height: 100%;
  margin: 0;
}
.cid-t7cwaB8RCD .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-t7cwaB8RCD H3 {
  color: #ffffff;
}
.cid-t7cwaB8RCD .mbr-section-subtitle {
  color: #000000;
}
.cid-tnekFDbnSP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #6592e6;
}
.cid-tnekFDbnSP .mbr-section-title {
  color: #ffffff;
}
.cid-twTJwmXIlM {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #6592e6;
}
.cid-twTJwmXIlM .mbr-media {
  position: relative;
}
.cid-twTJwmXIlM .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-twTJwmXIlM .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-twTJwmXIlM .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-twTJwmXIlM .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-twTJwmXIlM .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-twTJwmXIlM .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-twTJwmXIlM .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-twTJwmXIlM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-twTJwmXIlM .mbr-section-title {
  color: #ffffff;
}
.cid-tWKK8LLUJk {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #6592e6;
}
.cid-tWKK8LLUJk img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-tWKK8LLUJk .link-wrapper {
  margin-bottom: 1rem;
}
.cid-tWKK8LLUJk .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-tWKK8LLUJk .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #ff6666, #6592e6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tWKK8LLUJk .card-wrapper {
  background: #232323;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tWKK8LLUJk .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tWKK8LLUJk .first:hover:before {
  content: none;
}
.cid-tWKK8LLUJk .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #ff6666, #6592e6);
  content: '';
}
.cid-tWKK8LLUJk .last:hover:after {
  content: none;
}
.cid-tWKK8LLUJk .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #ff6666, #6592e6);
  content: '';
}
.cid-tWKK8LLUJk .mbr-section-text {
  color: #999999;
}
.cid-tWKK8LLUJk .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-tWKK8LLUJk .card .img-wrapper {
  overflow: hidden;
}
.cid-tWKK8LLUJk .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-tWKK8LLUJk .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-tWKK8LLUJk .card:hover .card-wrapper {
  background: linear-gradient(to left, #ff6666, #6592e6);
  color: #ffffff !important;
}
.cid-tWKK8LLUJk .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-ucCAO6f8G8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ucCAO6f8G8 nav.navbar {
  position: fixed;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucCAO6f8G8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucCAO6f8G8 .dropdown-item:hover,
.cid-ucCAO6f8G8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ucCAO6f8G8 .dropdown-item:hover span {
  color: white;
}
.cid-ucCAO6f8G8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucCAO6f8G8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucCAO6f8G8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucCAO6f8G8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucCAO6f8G8 .nav-link {
  position: relative;
}
.cid-ucCAO6f8G8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ucCAO6f8G8 .container {
    flex-wrap: nowrap;
  }
}
.cid-ucCAO6f8G8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucCAO6f8G8 .dropdown-menu,
.cid-ucCAO6f8G8 .navbar.opened {
  background: #ffffff !important;
}
.cid-ucCAO6f8G8 .nav-item:focus,
.cid-ucCAO6f8G8 .nav-link:focus {
  outline: none;
}
.cid-ucCAO6f8G8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucCAO6f8G8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucCAO6f8G8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucCAO6f8G8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucCAO6f8G8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucCAO6f8G8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar.opened {
  transition: all 0.3s;
}
.cid-ucCAO6f8G8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucCAO6f8G8 .navbar .navbar-logo img {
  width: auto;
}
.cid-ucCAO6f8G8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucCAO6f8G8 .navbar.collapsed {
  justify-content: center;
}
.cid-ucCAO6f8G8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucCAO6f8G8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ucCAO6f8G8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucCAO6f8G8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucCAO6f8G8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucCAO6f8G8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucCAO6f8G8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucCAO6f8G8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucCAO6f8G8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucCAO6f8G8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucCAO6f8G8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucCAO6f8G8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucCAO6f8G8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucCAO6f8G8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucCAO6f8G8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ucCAO6f8G8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ucCAO6f8G8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucCAO6f8G8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucCAO6f8G8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucCAO6f8G8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucCAO6f8G8 .dropdown-item.active,
.cid-ucCAO6f8G8 .dropdown-item:active {
  background-color: transparent;
}
.cid-ucCAO6f8G8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucCAO6f8G8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucCAO6f8G8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucCAO6f8G8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucCAO6f8G8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucCAO6f8G8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucCAO6f8G8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucCAO6f8G8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucCAO6f8G8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucCAO6f8G8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucCAO6f8G8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucCAO6f8G8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucCAO6f8G8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucCAO6f8G8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ucCAO6f8G8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar {
    height: 70px;
  }
  .cid-ucCAO6f8G8 .navbar.opened {
    height: auto;
  }
  .cid-ucCAO6f8G8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7S7jY4YaU {
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpeg");
}
.cid-t7S7jY4YaU .mbr-section-title {
  text-align: right;
  color: #ffe161;
}
.cid-t7S7jY4YaU .mbr-text,
.cid-t7S7jY4YaU .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t7S7jY4YaU .mbr-section-title,
  .cid-t7S7jY4YaU .mbr-section-btn,
  .cid-t7S7jY4YaU .mbr-text {
    text-align: center;
  }
}
.cid-t7S7jZ0EUE {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background4.jpg");
}
@media (min-width: 1500px) {
  .cid-t7S7jZ0EUE .container {
    max-width: 1400px;
  }
}
.cid-t7S7jZ0EUE .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-t7S7jZ0EUE .card-wrapper {
  margin-top: 3rem;
}
.cid-t7S7jZ0EUE .row {
  justify-content: center;
}
.cid-t7S7jZZF2W {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
@media (max-width: 991px) {
  .cid-t7S7jZZF2W .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t7S7jZZF2W .row {
  flex-direction: row-reverse;
}
.cid-t7S7jZZF2W img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t7S7jZZF2W .text-wrapper {
    padding: 2rem;
  }
}
.cid-t7S7jZZF2W .mbr-section-title {
  color: #4479d9;
}
.cid-t7S7k0uWpK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-t7S7k0uWpK .timeline-element {
  position: relative;
}
.cid-t7S7k0uWpK .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-t7S7k0uWpK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t7S7k0uWpK .mbr-section-title,
.cid-t7S7k0uWpK .mbr-section-subtitle,
.cid-t7S7k0uWpK .timeline-date {
  text-align: center;
}
.cid-t7S7k0uWpK .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-t7S7k0uWpK .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-t7S7k0uWpK .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-t7S7k0uWpK .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-t7S7k0uWpK .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-t7S7k0uWpK .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-t7S7k0uWpK .timeline-date-wrapper,
  .cid-t7S7k0uWpK .timeline-text-wrapper,
  .cid-t7S7k0uWpK .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-t7S7k0uWpK .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-t7S7k0uWpK .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t7S7k0uWpK .timeline-date-wrapper,
  .cid-t7S7k0uWpK .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-t7S7k0uWpK .timeline-date-wrapper,
  .cid-t7S7k0uWpK .timeline-text-wrapper,
  .cid-t7S7k0uWpK .image-wrapper {
    padding: 2rem;
  }
}
.cid-t7S7k0uWpK .mbr-timeline-title {
  color: #4479d9;
}
.cid-t7S7k1R4ax {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-t7S7k1R4ax .timeline-element {
  position: relative;
}
.cid-t7S7k1R4ax .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-t7S7k1R4ax .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t7S7k1R4ax .mbr-section-title,
.cid-t7S7k1R4ax .mbr-section-subtitle,
.cid-t7S7k1R4ax .timeline-date {
  text-align: center;
}
.cid-t7S7k1R4ax .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-t7S7k1R4ax .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-t7S7k1R4ax .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-t7S7k1R4ax .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-t7S7k1R4ax .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-t7S7k1R4ax .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-t7S7k1R4ax .timeline-date-wrapper,
  .cid-t7S7k1R4ax .timeline-text-wrapper,
  .cid-t7S7k1R4ax .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-t7S7k1R4ax .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-t7S7k1R4ax .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t7S7k1R4ax .timeline-date-wrapper,
  .cid-t7S7k1R4ax .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-t7S7k1R4ax .timeline-date-wrapper,
  .cid-t7S7k1R4ax .timeline-text-wrapper,
  .cid-t7S7k1R4ax .image-wrapper {
    padding: 2rem;
  }
}
.cid-t7S7k1R4ax .mbr-timeline-title {
  color: #4479d9;
}
.cid-t7S7k41aTj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-t7S7k41aTj .timeline-element {
  position: relative;
}
.cid-t7S7k41aTj .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-t7S7k41aTj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t7S7k41aTj .mbr-section-title,
.cid-t7S7k41aTj .mbr-section-subtitle,
.cid-t7S7k41aTj .timeline-date {
  text-align: center;
}
.cid-t7S7k41aTj .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-t7S7k41aTj .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-t7S7k41aTj .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-t7S7k41aTj .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-t7S7k41aTj .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-t7S7k41aTj .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-t7S7k41aTj .timeline-date-wrapper,
  .cid-t7S7k41aTj .timeline-text-wrapper,
  .cid-t7S7k41aTj .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-t7S7k41aTj .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-t7S7k41aTj .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t7S7k41aTj .timeline-date-wrapper,
  .cid-t7S7k41aTj .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-t7S7k41aTj .timeline-date-wrapper,
  .cid-t7S7k41aTj .timeline-text-wrapper,
  .cid-t7S7k41aTj .image-wrapper {
    padding: 2rem;
  }
}
.cid-t7S7k41aTj .mbr-timeline-title {
  color: #4479d9;
}
.cid-t7S7k5y9KZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-t7S7k5y9KZ .timeline-element {
  position: relative;
}
.cid-t7S7k5y9KZ .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-t7S7k5y9KZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t7S7k5y9KZ .mbr-section-title,
.cid-t7S7k5y9KZ .mbr-section-subtitle,
.cid-t7S7k5y9KZ .timeline-date {
  text-align: center;
}
.cid-t7S7k5y9KZ .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-t7S7k5y9KZ .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-t7S7k5y9KZ .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-t7S7k5y9KZ .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-t7S7k5y9KZ .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-t7S7k5y9KZ .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-t7S7k5y9KZ .timeline-date-wrapper,
  .cid-t7S7k5y9KZ .timeline-text-wrapper,
  .cid-t7S7k5y9KZ .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-t7S7k5y9KZ .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-t7S7k5y9KZ .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t7S7k5y9KZ .timeline-date-wrapper,
  .cid-t7S7k5y9KZ .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-t7S7k5y9KZ .timeline-date-wrapper,
  .cid-t7S7k5y9KZ .timeline-text-wrapper,
  .cid-t7S7k5y9KZ .image-wrapper {
    padding: 2rem;
  }
}
.cid-t7S7k5y9KZ .mbr-timeline-title {
  color: #4479d9;
}
.cid-t7S7k78T8T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-t7S7k78T8T .timeline-element {
  position: relative;
}
.cid-t7S7k78T8T .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-t7S7k78T8T .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t7S7k78T8T .mbr-section-title,
.cid-t7S7k78T8T .mbr-section-subtitle,
.cid-t7S7k78T8T .timeline-date {
  text-align: center;
}
.cid-t7S7k78T8T .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-t7S7k78T8T .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-t7S7k78T8T .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-t7S7k78T8T .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-t7S7k78T8T .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-t7S7k78T8T .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-t7S7k78T8T .timeline-date-wrapper,
  .cid-t7S7k78T8T .timeline-text-wrapper,
  .cid-t7S7k78T8T .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-t7S7k78T8T .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-t7S7k78T8T .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t7S7k78T8T .timeline-date-wrapper,
  .cid-t7S7k78T8T .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-t7S7k78T8T .timeline-date-wrapper,
  .cid-t7S7k78T8T .timeline-text-wrapper,
  .cid-t7S7k78T8T .image-wrapper {
    padding: 2rem;
  }
}
.cid-t7S7k78T8T .mbr-timeline-title {
  color: #4479d9;
}
.cid-t7S7k8YZli {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-t7S7k8YZli .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-t7S7k8YZli .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-t7S7k8YZli .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t7S7k8YZli .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-t7S7k9uZfL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-t7S7k9uZfL .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-t7S7k9uZfL form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-t7S7k9uZfL form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-t7S7k9uZfL form.mbr-form {
    padding: 1rem;
  }
}
.cid-t7S7k9uZfL form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-t7S7k9uZfL form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-t7S7k9S675 {
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-t7S7k9S675 .number-wrap {
  color: #232323;
  text-align: center;
}
.cid-t7S7k9S675 .number {
  color: #e43f3f;
}
.cid-t7S7k9S675 .period {
  display: block;
}
.cid-t7S7k9S675 .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-t7S7k9S675 .period {
    font-size: 0.8rem;
  }
}
.cid-t7S7k9S675 .btn {
  height: 100%;
  margin: 0;
}
.cid-t7S7k9S675 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-t7S7k9S675 H3 {
  color: #4479d9;
}
.cid-t7S7k9S675 .mbr-section-subtitle {
  color: #4479d9;
}
.cid-ucCAO6f8G8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ucCAO6f8G8 nav.navbar {
  position: fixed;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucCAO6f8G8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucCAO6f8G8 .dropdown-item:hover,
.cid-ucCAO6f8G8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ucCAO6f8G8 .dropdown-item:hover span {
  color: white;
}
.cid-ucCAO6f8G8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucCAO6f8G8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucCAO6f8G8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucCAO6f8G8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucCAO6f8G8 .nav-link {
  position: relative;
}
.cid-ucCAO6f8G8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ucCAO6f8G8 .container {
    flex-wrap: nowrap;
  }
}
.cid-ucCAO6f8G8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucCAO6f8G8 .dropdown-menu,
.cid-ucCAO6f8G8 .navbar.opened {
  background: #ffffff !important;
}
.cid-ucCAO6f8G8 .nav-item:focus,
.cid-ucCAO6f8G8 .nav-link:focus {
  outline: none;
}
.cid-ucCAO6f8G8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucCAO6f8G8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucCAO6f8G8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucCAO6f8G8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucCAO6f8G8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucCAO6f8G8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar.opened {
  transition: all 0.3s;
}
.cid-ucCAO6f8G8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucCAO6f8G8 .navbar .navbar-logo img {
  width: auto;
}
.cid-ucCAO6f8G8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucCAO6f8G8 .navbar.collapsed {
  justify-content: center;
}
.cid-ucCAO6f8G8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucCAO6f8G8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ucCAO6f8G8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucCAO6f8G8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucCAO6f8G8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucCAO6f8G8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucCAO6f8G8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucCAO6f8G8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucCAO6f8G8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucCAO6f8G8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucCAO6f8G8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucCAO6f8G8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucCAO6f8G8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucCAO6f8G8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucCAO6f8G8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ucCAO6f8G8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ucCAO6f8G8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucCAO6f8G8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucCAO6f8G8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucCAO6f8G8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucCAO6f8G8 .dropdown-item.active,
.cid-ucCAO6f8G8 .dropdown-item:active {
  background-color: transparent;
}
.cid-ucCAO6f8G8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucCAO6f8G8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucCAO6f8G8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucCAO6f8G8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucCAO6f8G8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucCAO6f8G8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucCAO6f8G8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucCAO6f8G8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucCAO6f8G8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucCAO6f8G8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucCAO6f8G8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucCAO6f8G8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucCAO6f8G8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucCAO6f8G8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ucCAO6f8G8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar {
    height: 70px;
  }
  .cid-ucCAO6f8G8 .navbar.opened {
    height: auto;
  }
  .cid-ucCAO6f8G8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tnJysB55Na {
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpeg");
}
.cid-tnJysB55Na .mbr-section-title {
  text-align: right;
  color: #ffe161;
}
.cid-tnJysB55Na .mbr-text,
.cid-tnJysB55Na .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tnJysB55Na .mbr-section-title,
  .cid-tnJysB55Na .mbr-section-btn,
  .cid-tnJysB55Na .mbr-text {
    text-align: center;
  }
}
.cid-tnJysBrh8Z {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background4.jpg");
}
@media (min-width: 1500px) {
  .cid-tnJysBrh8Z .container {
    max-width: 1400px;
  }
}
.cid-tnJysBrh8Z .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-tnJysBrh8Z .card-wrapper {
  margin-top: 3rem;
}
.cid-tnJysBrh8Z .row {
  justify-content: center;
}
.cid-tnJysBZiHs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
@media (max-width: 991px) {
  .cid-tnJysBZiHs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tnJysBZiHs .row {
  flex-direction: row-reverse;
}
.cid-tnJysBZiHs img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tnJysBZiHs .text-wrapper {
    padding: 2rem;
  }
}
.cid-tnJysBZiHs .mbr-section-title {
  color: #4479d9;
}
.cid-tnJysCqtDg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tnJysCqtDg .timeline-element {
  position: relative;
}
.cid-tnJysCqtDg .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tnJysCqtDg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tnJysCqtDg .mbr-section-title,
.cid-tnJysCqtDg .mbr-section-subtitle,
.cid-tnJysCqtDg .timeline-date {
  text-align: center;
}
.cid-tnJysCqtDg .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-tnJysCqtDg .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tnJysCqtDg .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tnJysCqtDg .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tnJysCqtDg .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tnJysCqtDg .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tnJysCqtDg .timeline-date-wrapper,
  .cid-tnJysCqtDg .timeline-text-wrapper,
  .cid-tnJysCqtDg .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tnJysCqtDg .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tnJysCqtDg .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tnJysCqtDg .timeline-date-wrapper,
  .cid-tnJysCqtDg .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tnJysCqtDg .timeline-date-wrapper,
  .cid-tnJysCqtDg .timeline-text-wrapper,
  .cid-tnJysCqtDg .image-wrapper {
    padding: 2rem;
  }
}
.cid-tnJysCqtDg .mbr-timeline-title {
  color: #4479d9;
}
.cid-tnJysDxpC4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tnJysDxpC4 .timeline-element {
  position: relative;
}
.cid-tnJysDxpC4 .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tnJysDxpC4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tnJysDxpC4 .mbr-section-title,
.cid-tnJysDxpC4 .mbr-section-subtitle,
.cid-tnJysDxpC4 .timeline-date {
  text-align: center;
}
.cid-tnJysDxpC4 .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-tnJysDxpC4 .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tnJysDxpC4 .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tnJysDxpC4 .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tnJysDxpC4 .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tnJysDxpC4 .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tnJysDxpC4 .timeline-date-wrapper,
  .cid-tnJysDxpC4 .timeline-text-wrapper,
  .cid-tnJysDxpC4 .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tnJysDxpC4 .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tnJysDxpC4 .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tnJysDxpC4 .timeline-date-wrapper,
  .cid-tnJysDxpC4 .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tnJysDxpC4 .timeline-date-wrapper,
  .cid-tnJysDxpC4 .timeline-text-wrapper,
  .cid-tnJysDxpC4 .image-wrapper {
    padding: 2rem;
  }
}
.cid-tnJysDxpC4 .mbr-timeline-title {
  color: #4479d9;
}
.cid-tnJysEzj7i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tnJysEzj7i .timeline-element {
  position: relative;
}
.cid-tnJysEzj7i .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tnJysEzj7i .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tnJysEzj7i .mbr-section-title,
.cid-tnJysEzj7i .mbr-section-subtitle,
.cid-tnJysEzj7i .timeline-date {
  text-align: center;
}
.cid-tnJysEzj7i .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-tnJysEzj7i .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tnJysEzj7i .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tnJysEzj7i .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tnJysEzj7i .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tnJysEzj7i .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tnJysEzj7i .timeline-date-wrapper,
  .cid-tnJysEzj7i .timeline-text-wrapper,
  .cid-tnJysEzj7i .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tnJysEzj7i .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tnJysEzj7i .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tnJysEzj7i .timeline-date-wrapper,
  .cid-tnJysEzj7i .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tnJysEzj7i .timeline-date-wrapper,
  .cid-tnJysEzj7i .timeline-text-wrapper,
  .cid-tnJysEzj7i .image-wrapper {
    padding: 2rem;
  }
}
.cid-tnJysEzj7i .mbr-timeline-title {
  color: #4479d9;
}
.cid-tnJysFypkK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tnJysFypkK .timeline-element {
  position: relative;
}
.cid-tnJysFypkK .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tnJysFypkK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tnJysFypkK .mbr-section-title,
.cid-tnJysFypkK .mbr-section-subtitle,
.cid-tnJysFypkK .timeline-date {
  text-align: center;
}
.cid-tnJysFypkK .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-tnJysFypkK .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tnJysFypkK .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tnJysFypkK .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tnJysFypkK .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tnJysFypkK .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tnJysFypkK .timeline-date-wrapper,
  .cid-tnJysFypkK .timeline-text-wrapper,
  .cid-tnJysFypkK .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tnJysFypkK .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tnJysFypkK .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tnJysFypkK .timeline-date-wrapper,
  .cid-tnJysFypkK .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tnJysFypkK .timeline-date-wrapper,
  .cid-tnJysFypkK .timeline-text-wrapper,
  .cid-tnJysFypkK .image-wrapper {
    padding: 2rem;
  }
}
.cid-tnJysFypkK .mbr-timeline-title {
  color: #4479d9;
}
.cid-tnJysGBnrv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tnJysGBnrv .timeline-element {
  position: relative;
}
.cid-tnJysGBnrv .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tnJysGBnrv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tnJysGBnrv .mbr-section-title,
.cid-tnJysGBnrv .mbr-section-subtitle,
.cid-tnJysGBnrv .timeline-date {
  text-align: center;
}
.cid-tnJysGBnrv .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-tnJysGBnrv .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tnJysGBnrv .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tnJysGBnrv .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tnJysGBnrv .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tnJysGBnrv .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tnJysGBnrv .timeline-date-wrapper,
  .cid-tnJysGBnrv .timeline-text-wrapper,
  .cid-tnJysGBnrv .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tnJysGBnrv .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tnJysGBnrv .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tnJysGBnrv .timeline-date-wrapper,
  .cid-tnJysGBnrv .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tnJysGBnrv .timeline-date-wrapper,
  .cid-tnJysGBnrv .timeline-text-wrapper,
  .cid-tnJysGBnrv .image-wrapper {
    padding: 2rem;
  }
}
.cid-tnJysGBnrv .mbr-timeline-title {
  color: #4479d9;
}
.cid-tnJysI2R4U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tnJysI2R4U .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tnJysI2R4U .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-tnJysI2R4U .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tnJysI2R4U .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tnJysIvLFg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tnJysIvLFg .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tnJysIvLFg form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-tnJysIvLFg form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-tnJysIvLFg form.mbr-form {
    padding: 1rem;
  }
}
.cid-tnJysIvLFg form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tnJysIvLFg form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tnJysIYHtx {
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-tnJysIYHtx .number-wrap {
  color: #232323;
  text-align: center;
}
.cid-tnJysIYHtx .number {
  color: #e43f3f;
}
.cid-tnJysIYHtx .period {
  display: block;
}
.cid-tnJysIYHtx .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-tnJysIYHtx .period {
    font-size: 0.8rem;
  }
}
.cid-tnJysIYHtx .btn {
  height: 100%;
  margin: 0;
}
.cid-tnJysIYHtx .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tnJysIYHtx H3 {
  color: #4479d9;
}
.cid-tnJysIYHtx .mbr-section-subtitle {
  color: #4479d9;
}
.cid-tnJysJsvBk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-tnJysJsvBk .mbr-section-title {
  color: #ffffff;
}
.cid-ucCAO6f8G8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ucCAO6f8G8 nav.navbar {
  position: fixed;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucCAO6f8G8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucCAO6f8G8 .dropdown-item:hover,
.cid-ucCAO6f8G8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ucCAO6f8G8 .dropdown-item:hover span {
  color: white;
}
.cid-ucCAO6f8G8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucCAO6f8G8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucCAO6f8G8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucCAO6f8G8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucCAO6f8G8 .nav-link {
  position: relative;
}
.cid-ucCAO6f8G8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ucCAO6f8G8 .container {
    flex-wrap: nowrap;
  }
}
.cid-ucCAO6f8G8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucCAO6f8G8 .dropdown-menu,
.cid-ucCAO6f8G8 .navbar.opened {
  background: #ffffff !important;
}
.cid-ucCAO6f8G8 .nav-item:focus,
.cid-ucCAO6f8G8 .nav-link:focus {
  outline: none;
}
.cid-ucCAO6f8G8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucCAO6f8G8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucCAO6f8G8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucCAO6f8G8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucCAO6f8G8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucCAO6f8G8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar.opened {
  transition: all 0.3s;
}
.cid-ucCAO6f8G8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucCAO6f8G8 .navbar .navbar-logo img {
  width: auto;
}
.cid-ucCAO6f8G8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucCAO6f8G8 .navbar.collapsed {
  justify-content: center;
}
.cid-ucCAO6f8G8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucCAO6f8G8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ucCAO6f8G8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucCAO6f8G8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucCAO6f8G8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucCAO6f8G8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucCAO6f8G8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucCAO6f8G8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucCAO6f8G8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucCAO6f8G8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucCAO6f8G8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucCAO6f8G8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucCAO6f8G8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucCAO6f8G8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucCAO6f8G8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ucCAO6f8G8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ucCAO6f8G8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucCAO6f8G8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucCAO6f8G8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucCAO6f8G8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucCAO6f8G8 .dropdown-item.active,
.cid-ucCAO6f8G8 .dropdown-item:active {
  background-color: transparent;
}
.cid-ucCAO6f8G8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucCAO6f8G8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucCAO6f8G8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucCAO6f8G8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucCAO6f8G8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucCAO6f8G8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucCAO6f8G8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucCAO6f8G8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucCAO6f8G8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucCAO6f8G8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucCAO6f8G8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucCAO6f8G8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucCAO6f8G8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucCAO6f8G8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ucCAO6f8G8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar {
    height: 70px;
  }
  .cid-ucCAO6f8G8 .navbar.opened {
    height: auto;
  }
  .cid-ucCAO6f8G8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDP35pmHW5 {
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpeg");
}
.cid-tDP35pmHW5 .mbr-section-title {
  text-align: right;
  color: #ffe161;
}
.cid-tDP35pmHW5 .mbr-text,
.cid-tDP35pmHW5 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDP35pmHW5 .mbr-section-title,
  .cid-tDP35pmHW5 .mbr-section-btn,
  .cid-tDP35pmHW5 .mbr-text {
    text-align: center;
  }
}
.cid-tDP35qebRg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background4.jpg");
}
@media (min-width: 1500px) {
  .cid-tDP35qebRg .container {
    max-width: 1400px;
  }
}
.cid-tDP35qebRg .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-tDP35qebRg .card-wrapper {
  margin-top: 3rem;
}
.cid-tDP35qebRg .row {
  justify-content: center;
}
.cid-tDP35r4lMy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
@media (max-width: 991px) {
  .cid-tDP35r4lMy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDP35r4lMy .row {
  flex-direction: row-reverse;
}
.cid-tDP35r4lMy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tDP35r4lMy .text-wrapper {
    padding: 2rem;
  }
}
.cid-tDP35r4lMy .mbr-section-title {
  color: #4479d9;
}
.cid-tDP35rBYo8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tDP35rBYo8 .timeline-element {
  position: relative;
}
.cid-tDP35rBYo8 .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDP35rBYo8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tDP35rBYo8 .mbr-section-title,
.cid-tDP35rBYo8 .mbr-section-subtitle,
.cid-tDP35rBYo8 .timeline-date {
  text-align: center;
}
.cid-tDP35rBYo8 .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-tDP35rBYo8 .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tDP35rBYo8 .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tDP35rBYo8 .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tDP35rBYo8 .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tDP35rBYo8 .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tDP35rBYo8 .timeline-date-wrapper,
  .cid-tDP35rBYo8 .timeline-text-wrapper,
  .cid-tDP35rBYo8 .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tDP35rBYo8 .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tDP35rBYo8 .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tDP35rBYo8 .timeline-date-wrapper,
  .cid-tDP35rBYo8 .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDP35rBYo8 .timeline-date-wrapper,
  .cid-tDP35rBYo8 .timeline-text-wrapper,
  .cid-tDP35rBYo8 .image-wrapper {
    padding: 2rem;
  }
}
.cid-tDP35rBYo8 .mbr-timeline-title {
  color: #4479d9;
}
.cid-tDP35sCSrp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tDP35sCSrp .timeline-element {
  position: relative;
}
.cid-tDP35sCSrp .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDP35sCSrp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tDP35sCSrp .mbr-section-title,
.cid-tDP35sCSrp .mbr-section-subtitle,
.cid-tDP35sCSrp .timeline-date {
  text-align: center;
}
.cid-tDP35sCSrp .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-tDP35sCSrp .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tDP35sCSrp .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tDP35sCSrp .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tDP35sCSrp .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tDP35sCSrp .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tDP35sCSrp .timeline-date-wrapper,
  .cid-tDP35sCSrp .timeline-text-wrapper,
  .cid-tDP35sCSrp .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tDP35sCSrp .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tDP35sCSrp .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tDP35sCSrp .timeline-date-wrapper,
  .cid-tDP35sCSrp .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDP35sCSrp .timeline-date-wrapper,
  .cid-tDP35sCSrp .timeline-text-wrapper,
  .cid-tDP35sCSrp .image-wrapper {
    padding: 2rem;
  }
}
.cid-tDP35sCSrp .mbr-timeline-title {
  color: #4479d9;
}
.cid-tDP35tBr7w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tDP35tBr7w .timeline-element {
  position: relative;
}
.cid-tDP35tBr7w .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDP35tBr7w .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tDP35tBr7w .mbr-section-title,
.cid-tDP35tBr7w .mbr-section-subtitle,
.cid-tDP35tBr7w .timeline-date {
  text-align: center;
}
.cid-tDP35tBr7w .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-tDP35tBr7w .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tDP35tBr7w .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tDP35tBr7w .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tDP35tBr7w .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tDP35tBr7w .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tDP35tBr7w .timeline-date-wrapper,
  .cid-tDP35tBr7w .timeline-text-wrapper,
  .cid-tDP35tBr7w .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tDP35tBr7w .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tDP35tBr7w .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tDP35tBr7w .timeline-date-wrapper,
  .cid-tDP35tBr7w .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDP35tBr7w .timeline-date-wrapper,
  .cid-tDP35tBr7w .timeline-text-wrapper,
  .cid-tDP35tBr7w .image-wrapper {
    padding: 2rem;
  }
}
.cid-tDP35tBr7w .mbr-timeline-title {
  color: #4479d9;
}
.cid-tDP35uxyyQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tDP35uxyyQ .timeline-element {
  position: relative;
}
.cid-tDP35uxyyQ .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDP35uxyyQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tDP35uxyyQ .mbr-section-title,
.cid-tDP35uxyyQ .mbr-section-subtitle,
.cid-tDP35uxyyQ .timeline-date {
  text-align: center;
}
.cid-tDP35uxyyQ .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-tDP35uxyyQ .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tDP35uxyyQ .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tDP35uxyyQ .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tDP35uxyyQ .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tDP35uxyyQ .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tDP35uxyyQ .timeline-date-wrapper,
  .cid-tDP35uxyyQ .timeline-text-wrapper,
  .cid-tDP35uxyyQ .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tDP35uxyyQ .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tDP35uxyyQ .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tDP35uxyyQ .timeline-date-wrapper,
  .cid-tDP35uxyyQ .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDP35uxyyQ .timeline-date-wrapper,
  .cid-tDP35uxyyQ .timeline-text-wrapper,
  .cid-tDP35uxyyQ .image-wrapper {
    padding: 2rem;
  }
}
.cid-tDP35uxyyQ .mbr-timeline-title {
  color: #4479d9;
}
.cid-tDP35vEKbd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tDP35vEKbd .timeline-element {
  position: relative;
}
.cid-tDP35vEKbd .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDP35vEKbd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tDP35vEKbd .mbr-section-title,
.cid-tDP35vEKbd .mbr-section-subtitle,
.cid-tDP35vEKbd .timeline-date {
  text-align: center;
}
.cid-tDP35vEKbd .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-tDP35vEKbd .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tDP35vEKbd .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tDP35vEKbd .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tDP35vEKbd .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tDP35vEKbd .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tDP35vEKbd .timeline-date-wrapper,
  .cid-tDP35vEKbd .timeline-text-wrapper,
  .cid-tDP35vEKbd .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tDP35vEKbd .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tDP35vEKbd .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tDP35vEKbd .timeline-date-wrapper,
  .cid-tDP35vEKbd .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDP35vEKbd .timeline-date-wrapper,
  .cid-tDP35vEKbd .timeline-text-wrapper,
  .cid-tDP35vEKbd .image-wrapper {
    padding: 2rem;
  }
}
.cid-tDP35vEKbd .mbr-timeline-title {
  color: #4479d9;
}
.cid-tDP35x9eN0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tDP35x9eN0 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tDP35x9eN0 .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-tDP35x9eN0 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tDP35x9eN0 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tDP35xIBRT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tDP35xIBRT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tDP35xIBRT form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-tDP35xIBRT form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-tDP35xIBRT form.mbr-form {
    padding: 1rem;
  }
}
.cid-tDP35xIBRT form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tDP35xIBRT form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tDP35ygqSP {
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-tDP35ygqSP .number-wrap {
  color: #232323;
  text-align: center;
}
.cid-tDP35ygqSP .number {
  color: #e43f3f;
}
.cid-tDP35ygqSP .period {
  display: block;
}
.cid-tDP35ygqSP .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-tDP35ygqSP .period {
    font-size: 0.8rem;
  }
}
.cid-tDP35ygqSP .btn {
  height: 100%;
  margin: 0;
}
.cid-tDP35ygqSP .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tDP35ygqSP H3 {
  color: #4479d9;
}
.cid-tDP35ygqSP .mbr-section-subtitle {
  color: #4479d9;
}
.cid-tDP35yTwzE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-tDP35yTwzE .mbr-section-title {
  color: #ffffff;
}
.cid-tDP35zkR44 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #6592e6;
}
.cid-tDP35zkR44 .mbr-media {
  position: relative;
}
.cid-tDP35zkR44 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tDP35zkR44 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tDP35zkR44 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tDP35zkR44 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tDP35zkR44 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tDP35zkR44 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tDP35zkR44 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tDP35zkR44 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tDP35zkR44 .mbr-section-title {
  color: #ffffff;
}
.cid-ucCAO6f8G8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ucCAO6f8G8 nav.navbar {
  position: fixed;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucCAO6f8G8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucCAO6f8G8 .dropdown-item:hover,
.cid-ucCAO6f8G8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ucCAO6f8G8 .dropdown-item:hover span {
  color: white;
}
.cid-ucCAO6f8G8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucCAO6f8G8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucCAO6f8G8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucCAO6f8G8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucCAO6f8G8 .nav-link {
  position: relative;
}
.cid-ucCAO6f8G8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ucCAO6f8G8 .container {
    flex-wrap: nowrap;
  }
}
.cid-ucCAO6f8G8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucCAO6f8G8 .dropdown-menu,
.cid-ucCAO6f8G8 .navbar.opened {
  background: #ffffff !important;
}
.cid-ucCAO6f8G8 .nav-item:focus,
.cid-ucCAO6f8G8 .nav-link:focus {
  outline: none;
}
.cid-ucCAO6f8G8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucCAO6f8G8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucCAO6f8G8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucCAO6f8G8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucCAO6f8G8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucCAO6f8G8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar.opened {
  transition: all 0.3s;
}
.cid-ucCAO6f8G8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucCAO6f8G8 .navbar .navbar-logo img {
  width: auto;
}
.cid-ucCAO6f8G8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucCAO6f8G8 .navbar.collapsed {
  justify-content: center;
}
.cid-ucCAO6f8G8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucCAO6f8G8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ucCAO6f8G8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucCAO6f8G8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucCAO6f8G8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucCAO6f8G8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucCAO6f8G8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucCAO6f8G8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucCAO6f8G8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucCAO6f8G8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucCAO6f8G8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucCAO6f8G8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucCAO6f8G8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucCAO6f8G8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucCAO6f8G8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ucCAO6f8G8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ucCAO6f8G8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucCAO6f8G8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucCAO6f8G8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucCAO6f8G8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucCAO6f8G8 .dropdown-item.active,
.cid-ucCAO6f8G8 .dropdown-item:active {
  background-color: transparent;
}
.cid-ucCAO6f8G8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucCAO6f8G8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucCAO6f8G8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucCAO6f8G8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucCAO6f8G8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucCAO6f8G8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucCAO6f8G8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucCAO6f8G8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucCAO6f8G8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucCAO6f8G8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucCAO6f8G8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucCAO6f8G8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucCAO6f8G8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucCAO6f8G8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ucCAO6f8G8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar {
    height: 70px;
  }
  .cid-ucCAO6f8G8 .navbar.opened {
    height: auto;
  }
  .cid-ucCAO6f8G8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDP5xDA6IK {
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpeg");
}
.cid-tDP5xDA6IK .mbr-section-title {
  text-align: right;
  color: #ffe161;
}
.cid-tDP5xDA6IK .mbr-text,
.cid-tDP5xDA6IK .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDP5xDA6IK .mbr-section-title,
  .cid-tDP5xDA6IK .mbr-section-btn,
  .cid-tDP5xDA6IK .mbr-text {
    text-align: center;
  }
}
.cid-tDP5xE4CA0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background4.jpg");
}
@media (min-width: 1500px) {
  .cid-tDP5xE4CA0 .container {
    max-width: 1400px;
  }
}
.cid-tDP5xE4CA0 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-tDP5xE4CA0 .card-wrapper {
  margin-top: 3rem;
}
.cid-tDP5xE4CA0 .row {
  justify-content: center;
}
.cid-tDP5xEM9En {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
@media (max-width: 991px) {
  .cid-tDP5xEM9En .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDP5xEM9En .row {
  flex-direction: row-reverse;
}
.cid-tDP5xEM9En img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tDP5xEM9En .text-wrapper {
    padding: 2rem;
  }
}
.cid-tDP5xEM9En .mbr-section-title {
  color: #4479d9;
}
.cid-tDP5xFcJZd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tDP5xFcJZd .timeline-element {
  position: relative;
}
.cid-tDP5xFcJZd .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDP5xFcJZd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tDP5xFcJZd .mbr-section-title,
.cid-tDP5xFcJZd .mbr-section-subtitle,
.cid-tDP5xFcJZd .timeline-date {
  text-align: center;
}
.cid-tDP5xFcJZd .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-tDP5xFcJZd .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tDP5xFcJZd .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tDP5xFcJZd .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tDP5xFcJZd .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tDP5xFcJZd .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tDP5xFcJZd .timeline-date-wrapper,
  .cid-tDP5xFcJZd .timeline-text-wrapper,
  .cid-tDP5xFcJZd .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tDP5xFcJZd .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tDP5xFcJZd .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tDP5xFcJZd .timeline-date-wrapper,
  .cid-tDP5xFcJZd .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDP5xFcJZd .timeline-date-wrapper,
  .cid-tDP5xFcJZd .timeline-text-wrapper,
  .cid-tDP5xFcJZd .image-wrapper {
    padding: 2rem;
  }
}
.cid-tDP5xFcJZd .mbr-timeline-title {
  color: #4479d9;
}
.cid-tDP5xG7i8z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tDP5xG7i8z .timeline-element {
  position: relative;
}
.cid-tDP5xG7i8z .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDP5xG7i8z .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tDP5xG7i8z .mbr-section-title,
.cid-tDP5xG7i8z .mbr-section-subtitle,
.cid-tDP5xG7i8z .timeline-date {
  text-align: center;
}
.cid-tDP5xG7i8z .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-tDP5xG7i8z .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tDP5xG7i8z .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tDP5xG7i8z .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tDP5xG7i8z .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tDP5xG7i8z .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tDP5xG7i8z .timeline-date-wrapper,
  .cid-tDP5xG7i8z .timeline-text-wrapper,
  .cid-tDP5xG7i8z .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tDP5xG7i8z .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tDP5xG7i8z .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tDP5xG7i8z .timeline-date-wrapper,
  .cid-tDP5xG7i8z .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDP5xG7i8z .timeline-date-wrapper,
  .cid-tDP5xG7i8z .timeline-text-wrapper,
  .cid-tDP5xG7i8z .image-wrapper {
    padding: 2rem;
  }
}
.cid-tDP5xG7i8z .mbr-timeline-title {
  color: #4479d9;
}
.cid-tDP5xH1gXE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tDP5xH1gXE .timeline-element {
  position: relative;
}
.cid-tDP5xH1gXE .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDP5xH1gXE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tDP5xH1gXE .mbr-section-title,
.cid-tDP5xH1gXE .mbr-section-subtitle,
.cid-tDP5xH1gXE .timeline-date {
  text-align: center;
}
.cid-tDP5xH1gXE .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-tDP5xH1gXE .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tDP5xH1gXE .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tDP5xH1gXE .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tDP5xH1gXE .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tDP5xH1gXE .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tDP5xH1gXE .timeline-date-wrapper,
  .cid-tDP5xH1gXE .timeline-text-wrapper,
  .cid-tDP5xH1gXE .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tDP5xH1gXE .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tDP5xH1gXE .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tDP5xH1gXE .timeline-date-wrapper,
  .cid-tDP5xH1gXE .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDP5xH1gXE .timeline-date-wrapper,
  .cid-tDP5xH1gXE .timeline-text-wrapper,
  .cid-tDP5xH1gXE .image-wrapper {
    padding: 2rem;
  }
}
.cid-tDP5xH1gXE .mbr-timeline-title {
  color: #4479d9;
}
.cid-tDP5xHXubS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tDP5xHXubS .timeline-element {
  position: relative;
}
.cid-tDP5xHXubS .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDP5xHXubS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tDP5xHXubS .mbr-section-title,
.cid-tDP5xHXubS .mbr-section-subtitle,
.cid-tDP5xHXubS .timeline-date {
  text-align: center;
}
.cid-tDP5xHXubS .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-tDP5xHXubS .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tDP5xHXubS .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tDP5xHXubS .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tDP5xHXubS .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tDP5xHXubS .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tDP5xHXubS .timeline-date-wrapper,
  .cid-tDP5xHXubS .timeline-text-wrapper,
  .cid-tDP5xHXubS .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tDP5xHXubS .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tDP5xHXubS .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tDP5xHXubS .timeline-date-wrapper,
  .cid-tDP5xHXubS .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDP5xHXubS .timeline-date-wrapper,
  .cid-tDP5xHXubS .timeline-text-wrapper,
  .cid-tDP5xHXubS .image-wrapper {
    padding: 2rem;
  }
}
.cid-tDP5xHXubS .mbr-timeline-title {
  color: #4479d9;
}
.cid-tDP5xJzreh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tDP5xJzreh .timeline-element {
  position: relative;
}
.cid-tDP5xJzreh .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDP5xJzreh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tDP5xJzreh .mbr-section-title,
.cid-tDP5xJzreh .mbr-section-subtitle,
.cid-tDP5xJzreh .timeline-date {
  text-align: center;
}
.cid-tDP5xJzreh .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-tDP5xJzreh .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tDP5xJzreh .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tDP5xJzreh .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tDP5xJzreh .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tDP5xJzreh .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tDP5xJzreh .timeline-date-wrapper,
  .cid-tDP5xJzreh .timeline-text-wrapper,
  .cid-tDP5xJzreh .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tDP5xJzreh .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tDP5xJzreh .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tDP5xJzreh .timeline-date-wrapper,
  .cid-tDP5xJzreh .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDP5xJzreh .timeline-date-wrapper,
  .cid-tDP5xJzreh .timeline-text-wrapper,
  .cid-tDP5xJzreh .image-wrapper {
    padding: 2rem;
  }
}
.cid-tDP5xJzreh .mbr-timeline-title {
  color: #4479d9;
}
.cid-tDP5xLSKkH {
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-tDP5xLSKkH .number-wrap {
  color: #232323;
  text-align: center;
}
.cid-tDP5xLSKkH .number {
  color: #e43f3f;
}
.cid-tDP5xLSKkH .period {
  display: block;
}
.cid-tDP5xLSKkH .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-tDP5xLSKkH .period {
    font-size: 0.8rem;
  }
}
.cid-tDP5xLSKkH .btn {
  height: 100%;
  margin: 0;
}
.cid-tDP5xLSKkH .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tDP5xLSKkH H3 {
  color: #4479d9;
}
.cid-tDP5xLSKkH .mbr-section-subtitle {
  color: #4479d9;
}
.cid-tDP5xMnPor {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-tDP5xMnPor .mbr-section-title {
  color: #ffffff;
}
.cid-tDP5xMPkL9 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #6592e6;
}
.cid-tDP5xMPkL9 .mbr-media {
  position: relative;
}
.cid-tDP5xMPkL9 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tDP5xMPkL9 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tDP5xMPkL9 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tDP5xMPkL9 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tDP5xMPkL9 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tDP5xMPkL9 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tDP5xMPkL9 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tDP5xMPkL9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tDP5xMPkL9 .mbr-section-title {
  color: #ffffff;
}
.cid-ucCAO6f8G8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ucCAO6f8G8 nav.navbar {
  position: fixed;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucCAO6f8G8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucCAO6f8G8 .dropdown-item:hover,
.cid-ucCAO6f8G8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ucCAO6f8G8 .dropdown-item:hover span {
  color: white;
}
.cid-ucCAO6f8G8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucCAO6f8G8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucCAO6f8G8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucCAO6f8G8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucCAO6f8G8 .nav-link {
  position: relative;
}
.cid-ucCAO6f8G8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ucCAO6f8G8 .container {
    flex-wrap: nowrap;
  }
}
.cid-ucCAO6f8G8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucCAO6f8G8 .dropdown-menu,
.cid-ucCAO6f8G8 .navbar.opened {
  background: #ffffff !important;
}
.cid-ucCAO6f8G8 .nav-item:focus,
.cid-ucCAO6f8G8 .nav-link:focus {
  outline: none;
}
.cid-ucCAO6f8G8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucCAO6f8G8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucCAO6f8G8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucCAO6f8G8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucCAO6f8G8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucCAO6f8G8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar.opened {
  transition: all 0.3s;
}
.cid-ucCAO6f8G8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucCAO6f8G8 .navbar .navbar-logo img {
  width: auto;
}
.cid-ucCAO6f8G8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucCAO6f8G8 .navbar.collapsed {
  justify-content: center;
}
.cid-ucCAO6f8G8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucCAO6f8G8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ucCAO6f8G8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucCAO6f8G8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucCAO6f8G8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucCAO6f8G8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucCAO6f8G8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucCAO6f8G8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucCAO6f8G8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucCAO6f8G8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucCAO6f8G8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucCAO6f8G8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucCAO6f8G8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucCAO6f8G8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucCAO6f8G8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ucCAO6f8G8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ucCAO6f8G8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucCAO6f8G8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucCAO6f8G8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucCAO6f8G8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucCAO6f8G8 .dropdown-item.active,
.cid-ucCAO6f8G8 .dropdown-item:active {
  background-color: transparent;
}
.cid-ucCAO6f8G8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucCAO6f8G8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucCAO6f8G8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucCAO6f8G8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucCAO6f8G8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucCAO6f8G8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucCAO6f8G8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucCAO6f8G8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucCAO6f8G8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucCAO6f8G8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucCAO6f8G8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucCAO6f8G8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucCAO6f8G8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucCAO6f8G8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ucCAO6f8G8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar {
    height: 70px;
  }
  .cid-ucCAO6f8G8 .navbar.opened {
    height: auto;
  }
  .cid-ucCAO6f8G8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDRzx9Phra {
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpeg");
}
.cid-tDRzx9Phra .mbr-section-title {
  text-align: right;
  color: #ffe161;
}
.cid-tDRzx9Phra .mbr-text,
.cid-tDRzx9Phra .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDRzx9Phra .mbr-section-title,
  .cid-tDRzx9Phra .mbr-section-btn,
  .cid-tDRzx9Phra .mbr-text {
    text-align: center;
  }
}
.cid-tDRzxaeQMX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background4.jpg");
}
@media (min-width: 1500px) {
  .cid-tDRzxaeQMX .container {
    max-width: 1400px;
  }
}
.cid-tDRzxaeQMX .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-tDRzxaeQMX .card-wrapper {
  margin-top: 3rem;
}
.cid-tDRzxaeQMX .row {
  justify-content: center;
}
.cid-tDRzxaP6d1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
@media (max-width: 991px) {
  .cid-tDRzxaP6d1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDRzxaP6d1 .row {
  flex-direction: row-reverse;
}
.cid-tDRzxaP6d1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tDRzxaP6d1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tDRzxaP6d1 .mbr-section-title {
  color: #4479d9;
}
.cid-tDRzxbpCw3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tDRzxbpCw3 .timeline-element {
  position: relative;
}
.cid-tDRzxbpCw3 .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRzxbpCw3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tDRzxbpCw3 .mbr-section-title,
.cid-tDRzxbpCw3 .mbr-section-subtitle,
.cid-tDRzxbpCw3 .timeline-date {
  text-align: center;
}
.cid-tDRzxbpCw3 .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-tDRzxbpCw3 .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tDRzxbpCw3 .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tDRzxbpCw3 .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tDRzxbpCw3 .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tDRzxbpCw3 .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tDRzxbpCw3 .timeline-date-wrapper,
  .cid-tDRzxbpCw3 .timeline-text-wrapper,
  .cid-tDRzxbpCw3 .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tDRzxbpCw3 .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tDRzxbpCw3 .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tDRzxbpCw3 .timeline-date-wrapper,
  .cid-tDRzxbpCw3 .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDRzxbpCw3 .timeline-date-wrapper,
  .cid-tDRzxbpCw3 .timeline-text-wrapper,
  .cid-tDRzxbpCw3 .image-wrapper {
    padding: 2rem;
  }
}
.cid-tDRzxbpCw3 .mbr-timeline-title {
  color: #4479d9;
}
.cid-tDRzxcXIW3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tDRzxcXIW3 .timeline-element {
  position: relative;
}
.cid-tDRzxcXIW3 .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRzxcXIW3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tDRzxcXIW3 .mbr-section-title,
.cid-tDRzxcXIW3 .mbr-section-subtitle,
.cid-tDRzxcXIW3 .timeline-date {
  text-align: center;
}
.cid-tDRzxcXIW3 .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-tDRzxcXIW3 .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tDRzxcXIW3 .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tDRzxcXIW3 .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tDRzxcXIW3 .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tDRzxcXIW3 .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tDRzxcXIW3 .timeline-date-wrapper,
  .cid-tDRzxcXIW3 .timeline-text-wrapper,
  .cid-tDRzxcXIW3 .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tDRzxcXIW3 .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tDRzxcXIW3 .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tDRzxcXIW3 .timeline-date-wrapper,
  .cid-tDRzxcXIW3 .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDRzxcXIW3 .timeline-date-wrapper,
  .cid-tDRzxcXIW3 .timeline-text-wrapper,
  .cid-tDRzxcXIW3 .image-wrapper {
    padding: 2rem;
  }
}
.cid-tDRzxcXIW3 .mbr-timeline-title {
  color: #4479d9;
}
.cid-tDRzxe50PS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tDRzxe50PS .timeline-element {
  position: relative;
}
.cid-tDRzxe50PS .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRzxe50PS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tDRzxe50PS .mbr-section-title,
.cid-tDRzxe50PS .mbr-section-subtitle,
.cid-tDRzxe50PS .timeline-date {
  text-align: center;
}
.cid-tDRzxe50PS .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-tDRzxe50PS .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tDRzxe50PS .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tDRzxe50PS .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tDRzxe50PS .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tDRzxe50PS .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tDRzxe50PS .timeline-date-wrapper,
  .cid-tDRzxe50PS .timeline-text-wrapper,
  .cid-tDRzxe50PS .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tDRzxe50PS .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tDRzxe50PS .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tDRzxe50PS .timeline-date-wrapper,
  .cid-tDRzxe50PS .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDRzxe50PS .timeline-date-wrapper,
  .cid-tDRzxe50PS .timeline-text-wrapper,
  .cid-tDRzxe50PS .image-wrapper {
    padding: 2rem;
  }
}
.cid-tDRzxe50PS .mbr-timeline-title {
  color: #4479d9;
}
.cid-tDRzxfmndK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tDRzxfmndK .timeline-element {
  position: relative;
}
.cid-tDRzxfmndK .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRzxfmndK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tDRzxfmndK .mbr-section-title,
.cid-tDRzxfmndK .mbr-section-subtitle,
.cid-tDRzxfmndK .timeline-date {
  text-align: center;
}
.cid-tDRzxfmndK .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-tDRzxfmndK .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tDRzxfmndK .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tDRzxfmndK .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tDRzxfmndK .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tDRzxfmndK .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tDRzxfmndK .timeline-date-wrapper,
  .cid-tDRzxfmndK .timeline-text-wrapper,
  .cid-tDRzxfmndK .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tDRzxfmndK .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tDRzxfmndK .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tDRzxfmndK .timeline-date-wrapper,
  .cid-tDRzxfmndK .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDRzxfmndK .timeline-date-wrapper,
  .cid-tDRzxfmndK .timeline-text-wrapper,
  .cid-tDRzxfmndK .image-wrapper {
    padding: 2rem;
  }
}
.cid-tDRzxfmndK .mbr-timeline-title {
  color: #4479d9;
}
.cid-tDRzxgNhAp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tDRzxgNhAp .timeline-element {
  position: relative;
}
.cid-tDRzxgNhAp .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRzxgNhAp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tDRzxgNhAp .mbr-section-title,
.cid-tDRzxgNhAp .mbr-section-subtitle,
.cid-tDRzxgNhAp .timeline-date {
  text-align: center;
}
.cid-tDRzxgNhAp .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-tDRzxgNhAp .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tDRzxgNhAp .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tDRzxgNhAp .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tDRzxgNhAp .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tDRzxgNhAp .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tDRzxgNhAp .timeline-date-wrapper,
  .cid-tDRzxgNhAp .timeline-text-wrapper,
  .cid-tDRzxgNhAp .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tDRzxgNhAp .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tDRzxgNhAp .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tDRzxgNhAp .timeline-date-wrapper,
  .cid-tDRzxgNhAp .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDRzxgNhAp .timeline-date-wrapper,
  .cid-tDRzxgNhAp .timeline-text-wrapper,
  .cid-tDRzxgNhAp .image-wrapper {
    padding: 2rem;
  }
}
.cid-tDRzxgNhAp .mbr-timeline-title {
  color: #4479d9;
}
.cid-tDRzxiziqo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tDRzxiziqo .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tDRzxiziqo .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-tDRzxiziqo .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tDRzxiziqo .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tDRzxjKFvk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tDRzxjKFvk .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tDRzxjKFvk form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-tDRzxjKFvk form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-tDRzxjKFvk form.mbr-form {
    padding: 1rem;
  }
}
.cid-tDRzxjKFvk form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tDRzxjKFvk form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tDRzxkvtd4 {
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-tDRzxkvtd4 .number-wrap {
  color: #232323;
  text-align: center;
}
.cid-tDRzxkvtd4 .number {
  color: #e43f3f;
}
.cid-tDRzxkvtd4 .period {
  display: block;
}
.cid-tDRzxkvtd4 .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-tDRzxkvtd4 .period {
    font-size: 0.8rem;
  }
}
.cid-tDRzxkvtd4 .btn {
  height: 100%;
  margin: 0;
}
.cid-tDRzxkvtd4 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tDRzxkvtd4 H3 {
  color: #4479d9;
}
.cid-tDRzxkvtd4 .mbr-section-subtitle {
  color: #4479d9;
}
.cid-tDRzxlk7Jj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-tDRzxlk7Jj .mbr-section-title {
  color: #ffffff;
}
.cid-tDRzxm26wg {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #6592e6;
}
.cid-tDRzxm26wg .mbr-media {
  position: relative;
}
.cid-tDRzxm26wg .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tDRzxm26wg .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tDRzxm26wg .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tDRzxm26wg .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tDRzxm26wg .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tDRzxm26wg .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tDRzxm26wg .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tDRzxm26wg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tDRzxm26wg .mbr-section-title {
  color: #ffffff;
}
.cid-ucCAO6f8G8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ucCAO6f8G8 nav.navbar {
  position: fixed;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucCAO6f8G8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucCAO6f8G8 .dropdown-item:hover,
.cid-ucCAO6f8G8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ucCAO6f8G8 .dropdown-item:hover span {
  color: white;
}
.cid-ucCAO6f8G8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucCAO6f8G8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucCAO6f8G8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucCAO6f8G8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucCAO6f8G8 .nav-link {
  position: relative;
}
.cid-ucCAO6f8G8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ucCAO6f8G8 .container {
    flex-wrap: nowrap;
  }
}
.cid-ucCAO6f8G8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucCAO6f8G8 .dropdown-menu,
.cid-ucCAO6f8G8 .navbar.opened {
  background: #ffffff !important;
}
.cid-ucCAO6f8G8 .nav-item:focus,
.cid-ucCAO6f8G8 .nav-link:focus {
  outline: none;
}
.cid-ucCAO6f8G8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucCAO6f8G8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucCAO6f8G8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucCAO6f8G8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucCAO6f8G8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucCAO6f8G8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar.opened {
  transition: all 0.3s;
}
.cid-ucCAO6f8G8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucCAO6f8G8 .navbar .navbar-logo img {
  width: auto;
}
.cid-ucCAO6f8G8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucCAO6f8G8 .navbar.collapsed {
  justify-content: center;
}
.cid-ucCAO6f8G8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucCAO6f8G8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ucCAO6f8G8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucCAO6f8G8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucCAO6f8G8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucCAO6f8G8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucCAO6f8G8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucCAO6f8G8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucCAO6f8G8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucCAO6f8G8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucCAO6f8G8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucCAO6f8G8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucCAO6f8G8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucCAO6f8G8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucCAO6f8G8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ucCAO6f8G8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ucCAO6f8G8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucCAO6f8G8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucCAO6f8G8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucCAO6f8G8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucCAO6f8G8 .dropdown-item.active,
.cid-ucCAO6f8G8 .dropdown-item:active {
  background-color: transparent;
}
.cid-ucCAO6f8G8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucCAO6f8G8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucCAO6f8G8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucCAO6f8G8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucCAO6f8G8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucCAO6f8G8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucCAO6f8G8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucCAO6f8G8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucCAO6f8G8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucCAO6f8G8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucCAO6f8G8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucCAO6f8G8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucCAO6f8G8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucCAO6f8G8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ucCAO6f8G8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar {
    height: 70px;
  }
  .cid-ucCAO6f8G8 .navbar.opened {
    height: auto;
  }
  .cid-ucCAO6f8G8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDRPXrFbv7 {
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpeg");
}
.cid-tDRPXrFbv7 .mbr-section-title {
  text-align: right;
  color: #ffe161;
}
.cid-tDRPXrFbv7 .mbr-text,
.cid-tDRPXrFbv7 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDRPXrFbv7 .mbr-section-title,
  .cid-tDRPXrFbv7 .mbr-section-btn,
  .cid-tDRPXrFbv7 .mbr-text {
    text-align: center;
  }
}
.cid-tDRPXsv77r {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background4.jpg");
}
@media (min-width: 1500px) {
  .cid-tDRPXsv77r .container {
    max-width: 1400px;
  }
}
.cid-tDRPXsv77r .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-tDRPXsv77r .card-wrapper {
  margin-top: 3rem;
}
.cid-tDRPXsv77r .row {
  justify-content: center;
}
.cid-tDRPXttmpb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
@media (max-width: 991px) {
  .cid-tDRPXttmpb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDRPXttmpb .row {
  flex-direction: row-reverse;
}
.cid-tDRPXttmpb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tDRPXttmpb .text-wrapper {
    padding: 2rem;
  }
}
.cid-tDRPXttmpb .mbr-section-title {
  color: #4479d9;
}
.cid-tDRPXu5JEG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tDRPXu5JEG .timeline-element {
  position: relative;
}
.cid-tDRPXu5JEG .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRPXu5JEG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tDRPXu5JEG .mbr-section-title,
.cid-tDRPXu5JEG .mbr-section-subtitle,
.cid-tDRPXu5JEG .timeline-date {
  text-align: center;
}
.cid-tDRPXu5JEG .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-tDRPXu5JEG .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tDRPXu5JEG .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tDRPXu5JEG .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tDRPXu5JEG .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tDRPXu5JEG .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tDRPXu5JEG .timeline-date-wrapper,
  .cid-tDRPXu5JEG .timeline-text-wrapper,
  .cid-tDRPXu5JEG .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tDRPXu5JEG .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tDRPXu5JEG .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tDRPXu5JEG .timeline-date-wrapper,
  .cid-tDRPXu5JEG .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDRPXu5JEG .timeline-date-wrapper,
  .cid-tDRPXu5JEG .timeline-text-wrapper,
  .cid-tDRPXu5JEG .image-wrapper {
    padding: 2rem;
  }
}
.cid-tDRPXu5JEG .mbr-timeline-title {
  color: #4479d9;
}
.cid-tDRPXvi7gC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tDRPXvi7gC .timeline-element {
  position: relative;
}
.cid-tDRPXvi7gC .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRPXvi7gC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tDRPXvi7gC .mbr-section-title,
.cid-tDRPXvi7gC .mbr-section-subtitle,
.cid-tDRPXvi7gC .timeline-date {
  text-align: center;
}
.cid-tDRPXvi7gC .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-tDRPXvi7gC .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tDRPXvi7gC .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tDRPXvi7gC .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tDRPXvi7gC .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tDRPXvi7gC .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tDRPXvi7gC .timeline-date-wrapper,
  .cid-tDRPXvi7gC .timeline-text-wrapper,
  .cid-tDRPXvi7gC .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tDRPXvi7gC .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tDRPXvi7gC .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tDRPXvi7gC .timeline-date-wrapper,
  .cid-tDRPXvi7gC .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDRPXvi7gC .timeline-date-wrapper,
  .cid-tDRPXvi7gC .timeline-text-wrapper,
  .cid-tDRPXvi7gC .image-wrapper {
    padding: 2rem;
  }
}
.cid-tDRPXvi7gC .mbr-timeline-title {
  color: #4479d9;
}
.cid-tDRPXwsRQd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tDRPXwsRQd .timeline-element {
  position: relative;
}
.cid-tDRPXwsRQd .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRPXwsRQd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tDRPXwsRQd .mbr-section-title,
.cid-tDRPXwsRQd .mbr-section-subtitle,
.cid-tDRPXwsRQd .timeline-date {
  text-align: center;
}
.cid-tDRPXwsRQd .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-tDRPXwsRQd .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tDRPXwsRQd .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tDRPXwsRQd .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tDRPXwsRQd .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tDRPXwsRQd .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tDRPXwsRQd .timeline-date-wrapper,
  .cid-tDRPXwsRQd .timeline-text-wrapper,
  .cid-tDRPXwsRQd .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tDRPXwsRQd .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tDRPXwsRQd .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tDRPXwsRQd .timeline-date-wrapper,
  .cid-tDRPXwsRQd .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDRPXwsRQd .timeline-date-wrapper,
  .cid-tDRPXwsRQd .timeline-text-wrapper,
  .cid-tDRPXwsRQd .image-wrapper {
    padding: 2rem;
  }
}
.cid-tDRPXwsRQd .mbr-timeline-title {
  color: #4479d9;
}
.cid-tDRPXxu8jt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tDRPXxu8jt .timeline-element {
  position: relative;
}
.cid-tDRPXxu8jt .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRPXxu8jt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tDRPXxu8jt .mbr-section-title,
.cid-tDRPXxu8jt .mbr-section-subtitle,
.cid-tDRPXxu8jt .timeline-date {
  text-align: center;
}
.cid-tDRPXxu8jt .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-tDRPXxu8jt .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tDRPXxu8jt .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tDRPXxu8jt .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tDRPXxu8jt .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tDRPXxu8jt .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tDRPXxu8jt .timeline-date-wrapper,
  .cid-tDRPXxu8jt .timeline-text-wrapper,
  .cid-tDRPXxu8jt .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tDRPXxu8jt .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tDRPXxu8jt .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tDRPXxu8jt .timeline-date-wrapper,
  .cid-tDRPXxu8jt .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDRPXxu8jt .timeline-date-wrapper,
  .cid-tDRPXxu8jt .timeline-text-wrapper,
  .cid-tDRPXxu8jt .image-wrapper {
    padding: 2rem;
  }
}
.cid-tDRPXxu8jt .mbr-timeline-title {
  color: #4479d9;
}
.cid-tDRPXyrp58 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tDRPXyrp58 .timeline-element {
  position: relative;
}
.cid-tDRPXyrp58 .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDRPXyrp58 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tDRPXyrp58 .mbr-section-title,
.cid-tDRPXyrp58 .mbr-section-subtitle,
.cid-tDRPXyrp58 .timeline-date {
  text-align: center;
}
.cid-tDRPXyrp58 .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-tDRPXyrp58 .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tDRPXyrp58 .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tDRPXyrp58 .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tDRPXyrp58 .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tDRPXyrp58 .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tDRPXyrp58 .timeline-date-wrapper,
  .cid-tDRPXyrp58 .timeline-text-wrapper,
  .cid-tDRPXyrp58 .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tDRPXyrp58 .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tDRPXyrp58 .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tDRPXyrp58 .timeline-date-wrapper,
  .cid-tDRPXyrp58 .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDRPXyrp58 .timeline-date-wrapper,
  .cid-tDRPXyrp58 .timeline-text-wrapper,
  .cid-tDRPXyrp58 .image-wrapper {
    padding: 2rem;
  }
}
.cid-tDRPXyrp58 .mbr-timeline-title {
  color: #4479d9;
}
.cid-tDRPXzqott {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tDRPXzqott .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tDRPXzqott .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-tDRPXzqott .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tDRPXzqott .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tDRPXzZMiF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tDRPXzZMiF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tDRPXzZMiF form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-tDRPXzZMiF form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-tDRPXzZMiF form.mbr-form {
    padding: 1rem;
  }
}
.cid-tDRPXzZMiF form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tDRPXzZMiF form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tDRPXAvldS {
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-tDRPXAvldS .number-wrap {
  color: #232323;
  text-align: center;
}
.cid-tDRPXAvldS .number {
  color: #e43f3f;
}
.cid-tDRPXAvldS .period {
  display: block;
}
.cid-tDRPXAvldS .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-tDRPXAvldS .period {
    font-size: 0.8rem;
  }
}
.cid-tDRPXAvldS .btn {
  height: 100%;
  margin: 0;
}
.cid-tDRPXAvldS .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tDRPXAvldS H3 {
  color: #4479d9;
}
.cid-tDRPXAvldS .mbr-section-subtitle {
  color: #4479d9;
}
.cid-tDRPXB53Tm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-tDRPXB53Tm .mbr-section-title {
  color: #ffffff;
}
.cid-tDRPXBBYl4 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #6592e6;
}
.cid-tDRPXBBYl4 .mbr-media {
  position: relative;
}
.cid-tDRPXBBYl4 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tDRPXBBYl4 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tDRPXBBYl4 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tDRPXBBYl4 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tDRPXBBYl4 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tDRPXBBYl4 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tDRPXBBYl4 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tDRPXBBYl4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tDRPXBBYl4 .mbr-section-title {
  color: #ffffff;
}
.cid-ucCAO6f8G8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ucCAO6f8G8 nav.navbar {
  position: fixed;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucCAO6f8G8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucCAO6f8G8 .dropdown-item:hover,
.cid-ucCAO6f8G8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ucCAO6f8G8 .dropdown-item:hover span {
  color: white;
}
.cid-ucCAO6f8G8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucCAO6f8G8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucCAO6f8G8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucCAO6f8G8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucCAO6f8G8 .nav-link {
  position: relative;
}
.cid-ucCAO6f8G8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ucCAO6f8G8 .container {
    flex-wrap: nowrap;
  }
}
.cid-ucCAO6f8G8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucCAO6f8G8 .dropdown-menu,
.cid-ucCAO6f8G8 .navbar.opened {
  background: #ffffff !important;
}
.cid-ucCAO6f8G8 .nav-item:focus,
.cid-ucCAO6f8G8 .nav-link:focus {
  outline: none;
}
.cid-ucCAO6f8G8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucCAO6f8G8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucCAO6f8G8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucCAO6f8G8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucCAO6f8G8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucCAO6f8G8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar.opened {
  transition: all 0.3s;
}
.cid-ucCAO6f8G8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucCAO6f8G8 .navbar .navbar-logo img {
  width: auto;
}
.cid-ucCAO6f8G8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucCAO6f8G8 .navbar.collapsed {
  justify-content: center;
}
.cid-ucCAO6f8G8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucCAO6f8G8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ucCAO6f8G8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucCAO6f8G8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucCAO6f8G8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucCAO6f8G8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucCAO6f8G8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucCAO6f8G8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucCAO6f8G8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucCAO6f8G8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucCAO6f8G8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucCAO6f8G8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucCAO6f8G8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucCAO6f8G8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucCAO6f8G8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ucCAO6f8G8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ucCAO6f8G8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucCAO6f8G8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucCAO6f8G8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucCAO6f8G8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucCAO6f8G8 .dropdown-item.active,
.cid-ucCAO6f8G8 .dropdown-item:active {
  background-color: transparent;
}
.cid-ucCAO6f8G8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucCAO6f8G8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucCAO6f8G8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucCAO6f8G8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucCAO6f8G8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucCAO6f8G8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucCAO6f8G8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucCAO6f8G8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucCAO6f8G8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucCAO6f8G8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucCAO6f8G8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucCAO6f8G8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucCAO6f8G8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucCAO6f8G8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ucCAO6f8G8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar {
    height: 70px;
  }
  .cid-ucCAO6f8G8 .navbar.opened {
    height: auto;
  }
  .cid-ucCAO6f8G8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDUgqz8SJA {
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpeg");
}
.cid-tDUgqz8SJA .mbr-section-title {
  text-align: right;
  color: #ffe161;
}
.cid-tDUgqz8SJA .mbr-text,
.cid-tDUgqz8SJA .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDUgqz8SJA .mbr-section-title,
  .cid-tDUgqz8SJA .mbr-section-btn,
  .cid-tDUgqz8SJA .mbr-text {
    text-align: center;
  }
}
.cid-tDUgqzBNWL {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background4.jpg");
}
@media (min-width: 1500px) {
  .cid-tDUgqzBNWL .container {
    max-width: 1400px;
  }
}
.cid-tDUgqzBNWL .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-tDUgqzBNWL .card-wrapper {
  margin-top: 3rem;
}
.cid-tDUgqzBNWL .row {
  justify-content: center;
}
.cid-tDUgqA6Tb9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
@media (max-width: 991px) {
  .cid-tDUgqA6Tb9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDUgqA6Tb9 .row {
  flex-direction: row-reverse;
}
.cid-tDUgqA6Tb9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tDUgqA6Tb9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tDUgqA6Tb9 .mbr-section-title {
  color: #4479d9;
}
.cid-tDUgqAspnH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tDUgqAspnH .timeline-element {
  position: relative;
}
.cid-tDUgqAspnH .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDUgqAspnH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tDUgqAspnH .mbr-section-title,
.cid-tDUgqAspnH .mbr-section-subtitle,
.cid-tDUgqAspnH .timeline-date {
  text-align: center;
}
.cid-tDUgqAspnH .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-tDUgqAspnH .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tDUgqAspnH .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tDUgqAspnH .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tDUgqAspnH .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tDUgqAspnH .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tDUgqAspnH .timeline-date-wrapper,
  .cid-tDUgqAspnH .timeline-text-wrapper,
  .cid-tDUgqAspnH .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tDUgqAspnH .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tDUgqAspnH .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tDUgqAspnH .timeline-date-wrapper,
  .cid-tDUgqAspnH .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDUgqAspnH .timeline-date-wrapper,
  .cid-tDUgqAspnH .timeline-text-wrapper,
  .cid-tDUgqAspnH .image-wrapper {
    padding: 2rem;
  }
}
.cid-tDUgqAspnH .mbr-timeline-title {
  color: #4479d9;
}
.cid-tDUgqBllIK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tDUgqBllIK .timeline-element {
  position: relative;
}
.cid-tDUgqBllIK .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDUgqBllIK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tDUgqBllIK .mbr-section-title,
.cid-tDUgqBllIK .mbr-section-subtitle,
.cid-tDUgqBllIK .timeline-date {
  text-align: center;
}
.cid-tDUgqBllIK .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-tDUgqBllIK .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tDUgqBllIK .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tDUgqBllIK .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tDUgqBllIK .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tDUgqBllIK .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tDUgqBllIK .timeline-date-wrapper,
  .cid-tDUgqBllIK .timeline-text-wrapper,
  .cid-tDUgqBllIK .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tDUgqBllIK .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tDUgqBllIK .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tDUgqBllIK .timeline-date-wrapper,
  .cid-tDUgqBllIK .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDUgqBllIK .timeline-date-wrapper,
  .cid-tDUgqBllIK .timeline-text-wrapper,
  .cid-tDUgqBllIK .image-wrapper {
    padding: 2rem;
  }
}
.cid-tDUgqBllIK .mbr-timeline-title {
  color: #4479d9;
}
.cid-tDUgqCfT2P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tDUgqCfT2P .timeline-element {
  position: relative;
}
.cid-tDUgqCfT2P .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDUgqCfT2P .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tDUgqCfT2P .mbr-section-title,
.cid-tDUgqCfT2P .mbr-section-subtitle,
.cid-tDUgqCfT2P .timeline-date {
  text-align: center;
}
.cid-tDUgqCfT2P .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-tDUgqCfT2P .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tDUgqCfT2P .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tDUgqCfT2P .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tDUgqCfT2P .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tDUgqCfT2P .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tDUgqCfT2P .timeline-date-wrapper,
  .cid-tDUgqCfT2P .timeline-text-wrapper,
  .cid-tDUgqCfT2P .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tDUgqCfT2P .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tDUgqCfT2P .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tDUgqCfT2P .timeline-date-wrapper,
  .cid-tDUgqCfT2P .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDUgqCfT2P .timeline-date-wrapper,
  .cid-tDUgqCfT2P .timeline-text-wrapper,
  .cid-tDUgqCfT2P .image-wrapper {
    padding: 2rem;
  }
}
.cid-tDUgqCfT2P .mbr-timeline-title {
  color: #4479d9;
}
.cid-tDUgqD8ZHV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tDUgqD8ZHV .timeline-element {
  position: relative;
}
.cid-tDUgqD8ZHV .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDUgqD8ZHV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tDUgqD8ZHV .mbr-section-title,
.cid-tDUgqD8ZHV .mbr-section-subtitle,
.cid-tDUgqD8ZHV .timeline-date {
  text-align: center;
}
.cid-tDUgqD8ZHV .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-tDUgqD8ZHV .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tDUgqD8ZHV .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tDUgqD8ZHV .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tDUgqD8ZHV .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tDUgqD8ZHV .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tDUgqD8ZHV .timeline-date-wrapper,
  .cid-tDUgqD8ZHV .timeline-text-wrapper,
  .cid-tDUgqD8ZHV .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tDUgqD8ZHV .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tDUgqD8ZHV .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tDUgqD8ZHV .timeline-date-wrapper,
  .cid-tDUgqD8ZHV .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDUgqD8ZHV .timeline-date-wrapper,
  .cid-tDUgqD8ZHV .timeline-text-wrapper,
  .cid-tDUgqD8ZHV .image-wrapper {
    padding: 2rem;
  }
}
.cid-tDUgqD8ZHV .mbr-timeline-title {
  color: #4479d9;
}
.cid-tDUgqE3m3Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tDUgqE3m3Z .timeline-element {
  position: relative;
}
.cid-tDUgqE3m3Z .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDUgqE3m3Z .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tDUgqE3m3Z .mbr-section-title,
.cid-tDUgqE3m3Z .mbr-section-subtitle,
.cid-tDUgqE3m3Z .timeline-date {
  text-align: center;
}
.cid-tDUgqE3m3Z .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-tDUgqE3m3Z .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tDUgqE3m3Z .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tDUgqE3m3Z .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tDUgqE3m3Z .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tDUgqE3m3Z .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tDUgqE3m3Z .timeline-date-wrapper,
  .cid-tDUgqE3m3Z .timeline-text-wrapper,
  .cid-tDUgqE3m3Z .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tDUgqE3m3Z .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tDUgqE3m3Z .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tDUgqE3m3Z .timeline-date-wrapper,
  .cid-tDUgqE3m3Z .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDUgqE3m3Z .timeline-date-wrapper,
  .cid-tDUgqE3m3Z .timeline-text-wrapper,
  .cid-tDUgqE3m3Z .image-wrapper {
    padding: 2rem;
  }
}
.cid-tDUgqE3m3Z .mbr-timeline-title {
  color: #4479d9;
}
.cid-tDUgqETi58 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tDUgqETi58 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tDUgqETi58 .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-tDUgqETi58 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tDUgqETi58 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tDUgqFpXtv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tDUgqFpXtv .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tDUgqFpXtv form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-tDUgqFpXtv form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-tDUgqFpXtv form.mbr-form {
    padding: 1rem;
  }
}
.cid-tDUgqFpXtv form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tDUgqFpXtv form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tDUgqFQi0w {
  background-color: #8caff0;
}
.cid-tDUgqFQi0w .number-wrap {
  color: #232323;
  text-align: center;
}
.cid-tDUgqFQi0w .number {
  color: #e43f3f;
}
.cid-tDUgqFQi0w .period {
  display: block;
}
.cid-tDUgqFQi0w .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-tDUgqFQi0w .period {
    font-size: 0.8rem;
  }
}
.cid-tDUgqFQi0w .btn {
  height: 100%;
  margin: 0;
}
.cid-tDUgqFQi0w .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tDUgqFQi0w H3 {
  color: #4479d9;
}
.cid-tDUgqFQi0w .mbr-section-subtitle {
  color: #4479d9;
}
.cid-tDUgqGjy3O {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-tDUgqGjy3O .mbr-section-title {
  color: #ffffff;
}
.cid-ucCAO6f8G8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ucCAO6f8G8 nav.navbar {
  position: fixed;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucCAO6f8G8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucCAO6f8G8 .dropdown-item:hover,
.cid-ucCAO6f8G8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ucCAO6f8G8 .dropdown-item:hover span {
  color: white;
}
.cid-ucCAO6f8G8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucCAO6f8G8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucCAO6f8G8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucCAO6f8G8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucCAO6f8G8 .nav-link {
  position: relative;
}
.cid-ucCAO6f8G8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ucCAO6f8G8 .container {
    flex-wrap: nowrap;
  }
}
.cid-ucCAO6f8G8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucCAO6f8G8 .dropdown-menu,
.cid-ucCAO6f8G8 .navbar.opened {
  background: #ffffff !important;
}
.cid-ucCAO6f8G8 .nav-item:focus,
.cid-ucCAO6f8G8 .nav-link:focus {
  outline: none;
}
.cid-ucCAO6f8G8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucCAO6f8G8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucCAO6f8G8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucCAO6f8G8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucCAO6f8G8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucCAO6f8G8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar.opened {
  transition: all 0.3s;
}
.cid-ucCAO6f8G8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucCAO6f8G8 .navbar .navbar-logo img {
  width: auto;
}
.cid-ucCAO6f8G8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucCAO6f8G8 .navbar.collapsed {
  justify-content: center;
}
.cid-ucCAO6f8G8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucCAO6f8G8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ucCAO6f8G8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucCAO6f8G8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucCAO6f8G8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucCAO6f8G8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucCAO6f8G8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucCAO6f8G8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucCAO6f8G8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucCAO6f8G8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucCAO6f8G8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucCAO6f8G8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucCAO6f8G8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucCAO6f8G8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucCAO6f8G8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ucCAO6f8G8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ucCAO6f8G8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucCAO6f8G8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucCAO6f8G8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucCAO6f8G8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucCAO6f8G8 .dropdown-item.active,
.cid-ucCAO6f8G8 .dropdown-item:active {
  background-color: transparent;
}
.cid-ucCAO6f8G8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucCAO6f8G8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucCAO6f8G8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucCAO6f8G8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucCAO6f8G8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucCAO6f8G8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucCAO6f8G8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucCAO6f8G8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucCAO6f8G8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucCAO6f8G8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucCAO6f8G8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucCAO6f8G8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucCAO6f8G8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucCAO6f8G8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ucCAO6f8G8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar {
    height: 70px;
  }
  .cid-ucCAO6f8G8 .navbar.opened {
    height: auto;
  }
  .cid-ucCAO6f8G8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDUiBWp2wf {
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpeg");
}
.cid-tDUiBWp2wf .mbr-section-title {
  text-align: right;
  color: #ffe161;
}
.cid-tDUiBWp2wf .mbr-text,
.cid-tDUiBWp2wf .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tDUiBWp2wf .mbr-section-title,
  .cid-tDUiBWp2wf .mbr-section-btn,
  .cid-tDUiBWp2wf .mbr-text {
    text-align: center;
  }
}
.cid-tDUiBXhb5y {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background4.jpg");
}
@media (min-width: 1500px) {
  .cid-tDUiBXhb5y .container {
    max-width: 1400px;
  }
}
.cid-tDUiBXhb5y .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-tDUiBXhb5y .card-wrapper {
  margin-top: 3rem;
}
.cid-tDUiBXhb5y .row {
  justify-content: center;
}
.cid-tDUiBY1SuS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
@media (max-width: 991px) {
  .cid-tDUiBY1SuS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDUiBY1SuS .row {
  flex-direction: row-reverse;
}
.cid-tDUiBY1SuS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tDUiBY1SuS .text-wrapper {
    padding: 2rem;
  }
}
.cid-tDUiBY1SuS .mbr-section-title {
  color: #4479d9;
}
.cid-tDUiBYyuKC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tDUiBYyuKC .timeline-element {
  position: relative;
}
.cid-tDUiBYyuKC .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDUiBYyuKC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tDUiBYyuKC .mbr-section-title,
.cid-tDUiBYyuKC .mbr-section-subtitle,
.cid-tDUiBYyuKC .timeline-date {
  text-align: center;
}
.cid-tDUiBYyuKC .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-tDUiBYyuKC .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tDUiBYyuKC .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tDUiBYyuKC .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tDUiBYyuKC .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tDUiBYyuKC .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tDUiBYyuKC .timeline-date-wrapper,
  .cid-tDUiBYyuKC .timeline-text-wrapper,
  .cid-tDUiBYyuKC .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tDUiBYyuKC .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tDUiBYyuKC .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tDUiBYyuKC .timeline-date-wrapper,
  .cid-tDUiBYyuKC .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDUiBYyuKC .timeline-date-wrapper,
  .cid-tDUiBYyuKC .timeline-text-wrapper,
  .cid-tDUiBYyuKC .image-wrapper {
    padding: 2rem;
  }
}
.cid-tDUiBYyuKC .mbr-timeline-title {
  color: #4479d9;
}
.cid-tDUiBZQlqO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tDUiBZQlqO .timeline-element {
  position: relative;
}
.cid-tDUiBZQlqO .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDUiBZQlqO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tDUiBZQlqO .mbr-section-title,
.cid-tDUiBZQlqO .mbr-section-subtitle,
.cid-tDUiBZQlqO .timeline-date {
  text-align: center;
}
.cid-tDUiBZQlqO .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-tDUiBZQlqO .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tDUiBZQlqO .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tDUiBZQlqO .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tDUiBZQlqO .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tDUiBZQlqO .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tDUiBZQlqO .timeline-date-wrapper,
  .cid-tDUiBZQlqO .timeline-text-wrapper,
  .cid-tDUiBZQlqO .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tDUiBZQlqO .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tDUiBZQlqO .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tDUiBZQlqO .timeline-date-wrapper,
  .cid-tDUiBZQlqO .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDUiBZQlqO .timeline-date-wrapper,
  .cid-tDUiBZQlqO .timeline-text-wrapper,
  .cid-tDUiBZQlqO .image-wrapper {
    padding: 2rem;
  }
}
.cid-tDUiBZQlqO .mbr-timeline-title {
  color: #4479d9;
}
.cid-tDUiC14S6d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tDUiC14S6d .timeline-element {
  position: relative;
}
.cid-tDUiC14S6d .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDUiC14S6d .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tDUiC14S6d .mbr-section-title,
.cid-tDUiC14S6d .mbr-section-subtitle,
.cid-tDUiC14S6d .timeline-date {
  text-align: center;
}
.cid-tDUiC14S6d .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-tDUiC14S6d .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tDUiC14S6d .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tDUiC14S6d .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tDUiC14S6d .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tDUiC14S6d .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tDUiC14S6d .timeline-date-wrapper,
  .cid-tDUiC14S6d .timeline-text-wrapper,
  .cid-tDUiC14S6d .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tDUiC14S6d .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tDUiC14S6d .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tDUiC14S6d .timeline-date-wrapper,
  .cid-tDUiC14S6d .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDUiC14S6d .timeline-date-wrapper,
  .cid-tDUiC14S6d .timeline-text-wrapper,
  .cid-tDUiC14S6d .image-wrapper {
    padding: 2rem;
  }
}
.cid-tDUiC14S6d .mbr-timeline-title {
  color: #4479d9;
}
.cid-tDUiC2Dg2v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tDUiC2Dg2v .timeline-element {
  position: relative;
}
.cid-tDUiC2Dg2v .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDUiC2Dg2v .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tDUiC2Dg2v .mbr-section-title,
.cid-tDUiC2Dg2v .mbr-section-subtitle,
.cid-tDUiC2Dg2v .timeline-date {
  text-align: center;
}
.cid-tDUiC2Dg2v .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-tDUiC2Dg2v .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tDUiC2Dg2v .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tDUiC2Dg2v .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tDUiC2Dg2v .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tDUiC2Dg2v .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tDUiC2Dg2v .timeline-date-wrapper,
  .cid-tDUiC2Dg2v .timeline-text-wrapper,
  .cid-tDUiC2Dg2v .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tDUiC2Dg2v .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tDUiC2Dg2v .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tDUiC2Dg2v .timeline-date-wrapper,
  .cid-tDUiC2Dg2v .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDUiC2Dg2v .timeline-date-wrapper,
  .cid-tDUiC2Dg2v .timeline-text-wrapper,
  .cid-tDUiC2Dg2v .image-wrapper {
    padding: 2rem;
  }
}
.cid-tDUiC2Dg2v .mbr-timeline-title {
  color: #4479d9;
}
.cid-tDUiC3sHmj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tDUiC3sHmj .timeline-element {
  position: relative;
}
.cid-tDUiC3sHmj .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDUiC3sHmj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tDUiC3sHmj .mbr-section-title,
.cid-tDUiC3sHmj .mbr-section-subtitle,
.cid-tDUiC3sHmj .timeline-date {
  text-align: center;
}
.cid-tDUiC3sHmj .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-tDUiC3sHmj .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tDUiC3sHmj .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tDUiC3sHmj .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tDUiC3sHmj .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tDUiC3sHmj .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tDUiC3sHmj .timeline-date-wrapper,
  .cid-tDUiC3sHmj .timeline-text-wrapper,
  .cid-tDUiC3sHmj .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tDUiC3sHmj .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tDUiC3sHmj .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tDUiC3sHmj .timeline-date-wrapper,
  .cid-tDUiC3sHmj .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDUiC3sHmj .timeline-date-wrapper,
  .cid-tDUiC3sHmj .timeline-text-wrapper,
  .cid-tDUiC3sHmj .image-wrapper {
    padding: 2rem;
  }
}
.cid-tDUiC3sHmj .mbr-timeline-title {
  color: #4479d9;
}
.cid-tDUiC4gLpv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tDUiC4gLpv .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tDUiC4gLpv .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-tDUiC4gLpv .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tDUiC4gLpv .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tDUiC4NDNs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tDUiC4NDNs .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tDUiC4NDNs form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-tDUiC4NDNs form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-tDUiC4NDNs form.mbr-form {
    padding: 1rem;
  }
}
.cid-tDUiC4NDNs form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tDUiC4NDNs form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tDUiC5dR7n {
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-tDUiC5dR7n .number-wrap {
  color: #232323;
  text-align: center;
}
.cid-tDUiC5dR7n .number {
  color: #e43f3f;
}
.cid-tDUiC5dR7n .period {
  display: block;
}
.cid-tDUiC5dR7n .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-tDUiC5dR7n .period {
    font-size: 0.8rem;
  }
}
.cid-tDUiC5dR7n .btn {
  height: 100%;
  margin: 0;
}
.cid-tDUiC5dR7n .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tDUiC5dR7n H3 {
  color: #4479d9;
}
.cid-tDUiC5dR7n .mbr-section-subtitle {
  color: #4479d9;
}
.cid-tDUiC5JbJp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-tDUiC5JbJp .mbr-section-title {
  color: #ffffff;
}
.cid-ucCAO6f8G8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ucCAO6f8G8 nav.navbar {
  position: fixed;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucCAO6f8G8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucCAO6f8G8 .dropdown-item:hover,
.cid-ucCAO6f8G8 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ucCAO6f8G8 .dropdown-item:hover span {
  color: white;
}
.cid-ucCAO6f8G8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucCAO6f8G8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucCAO6f8G8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucCAO6f8G8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucCAO6f8G8 .nav-link {
  position: relative;
}
.cid-ucCAO6f8G8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ucCAO6f8G8 .container {
    flex-wrap: nowrap;
  }
}
.cid-ucCAO6f8G8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucCAO6f8G8 .dropdown-menu,
.cid-ucCAO6f8G8 .navbar.opened {
  background: #ffffff !important;
}
.cid-ucCAO6f8G8 .nav-item:focus,
.cid-ucCAO6f8G8 .nav-link:focus {
  outline: none;
}
.cid-ucCAO6f8G8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucCAO6f8G8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucCAO6f8G8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucCAO6f8G8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucCAO6f8G8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucCAO6f8G8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar.opened {
  transition: all 0.3s;
}
.cid-ucCAO6f8G8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucCAO6f8G8 .navbar .navbar-logo img {
  width: auto;
}
.cid-ucCAO6f8G8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucCAO6f8G8 .navbar.collapsed {
  justify-content: center;
}
.cid-ucCAO6f8G8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucCAO6f8G8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ucCAO6f8G8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucCAO6f8G8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucCAO6f8G8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucCAO6f8G8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucCAO6f8G8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucCAO6f8G8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucCAO6f8G8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucCAO6f8G8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucCAO6f8G8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucCAO6f8G8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucCAO6f8G8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucCAO6f8G8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucCAO6f8G8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ucCAO6f8G8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ucCAO6f8G8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucCAO6f8G8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucCAO6f8G8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucCAO6f8G8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucCAO6f8G8 .dropdown-item.active,
.cid-ucCAO6f8G8 .dropdown-item:active {
  background-color: transparent;
}
.cid-ucCAO6f8G8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucCAO6f8G8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucCAO6f8G8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucCAO6f8G8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucCAO6f8G8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucCAO6f8G8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucCAO6f8G8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucCAO6f8G8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucCAO6f8G8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucCAO6f8G8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucCAO6f8G8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucCAO6f8G8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucCAO6f8G8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucCAO6f8G8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucCAO6f8G8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ucCAO6f8G8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucCAO6f8G8 .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-ucCAO6f8G8 .navbar {
    height: 70px;
  }
  .cid-ucCAO6f8G8 .navbar.opened {
    height: auto;
  }
  .cid-ucCAO6f8G8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJ6qq5QHqe {
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpeg");
}
.cid-tJ6qq5QHqe .mbr-section-title {
  text-align: right;
  color: #ffe161;
}
.cid-tJ6qq5QHqe .mbr-text,
.cid-tJ6qq5QHqe .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tJ6qq5QHqe .mbr-section-title,
  .cid-tJ6qq5QHqe .mbr-section-btn,
  .cid-tJ6qq5QHqe .mbr-text {
    text-align: center;
  }
}
.cid-tJ6qq6mQAH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background4.jpg");
}
@media (min-width: 1500px) {
  .cid-tJ6qq6mQAH .container {
    max-width: 1400px;
  }
}
.cid-tJ6qq6mQAH .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-tJ6qq6mQAH .card-wrapper {
  margin-top: 3rem;
}
.cid-tJ6qq6mQAH .row {
  justify-content: center;
}
.cid-tJ6qq71Lkl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
@media (max-width: 991px) {
  .cid-tJ6qq71Lkl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tJ6qq71Lkl .row {
  flex-direction: row-reverse;
}
.cid-tJ6qq71Lkl img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJ6qq71Lkl .text-wrapper {
    padding: 2rem;
  }
}
.cid-tJ6qq71Lkl .mbr-section-title {
  color: #4479d9;
}
.cid-tJ6qq7sgbo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tJ6qq7sgbo .timeline-element {
  position: relative;
}
.cid-tJ6qq7sgbo .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tJ6qq7sgbo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tJ6qq7sgbo .mbr-section-title,
.cid-tJ6qq7sgbo .mbr-section-subtitle,
.cid-tJ6qq7sgbo .timeline-date {
  text-align: center;
}
.cid-tJ6qq7sgbo .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-tJ6qq7sgbo .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tJ6qq7sgbo .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tJ6qq7sgbo .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tJ6qq7sgbo .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tJ6qq7sgbo .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tJ6qq7sgbo .timeline-date-wrapper,
  .cid-tJ6qq7sgbo .timeline-text-wrapper,
  .cid-tJ6qq7sgbo .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tJ6qq7sgbo .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tJ6qq7sgbo .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tJ6qq7sgbo .timeline-date-wrapper,
  .cid-tJ6qq7sgbo .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tJ6qq7sgbo .timeline-date-wrapper,
  .cid-tJ6qq7sgbo .timeline-text-wrapper,
  .cid-tJ6qq7sgbo .image-wrapper {
    padding: 2rem;
  }
}
.cid-tJ6qq7sgbo .mbr-timeline-title {
  color: #4479d9;
}
.cid-tJ6qq8iShM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tJ6qq8iShM .timeline-element {
  position: relative;
}
.cid-tJ6qq8iShM .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tJ6qq8iShM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tJ6qq8iShM .mbr-section-title,
.cid-tJ6qq8iShM .mbr-section-subtitle,
.cid-tJ6qq8iShM .timeline-date {
  text-align: center;
}
.cid-tJ6qq8iShM .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-tJ6qq8iShM .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tJ6qq8iShM .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tJ6qq8iShM .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tJ6qq8iShM .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tJ6qq8iShM .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tJ6qq8iShM .timeline-date-wrapper,
  .cid-tJ6qq8iShM .timeline-text-wrapper,
  .cid-tJ6qq8iShM .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tJ6qq8iShM .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tJ6qq8iShM .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tJ6qq8iShM .timeline-date-wrapper,
  .cid-tJ6qq8iShM .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tJ6qq8iShM .timeline-date-wrapper,
  .cid-tJ6qq8iShM .timeline-text-wrapper,
  .cid-tJ6qq8iShM .image-wrapper {
    padding: 2rem;
  }
}
.cid-tJ6qq8iShM .mbr-timeline-title {
  color: #4479d9;
}
.cid-tJ6qq9bQGP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tJ6qq9bQGP .timeline-element {
  position: relative;
}
.cid-tJ6qq9bQGP .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tJ6qq9bQGP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tJ6qq9bQGP .mbr-section-title,
.cid-tJ6qq9bQGP .mbr-section-subtitle,
.cid-tJ6qq9bQGP .timeline-date {
  text-align: center;
}
.cid-tJ6qq9bQGP .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-tJ6qq9bQGP .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tJ6qq9bQGP .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tJ6qq9bQGP .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tJ6qq9bQGP .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tJ6qq9bQGP .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tJ6qq9bQGP .timeline-date-wrapper,
  .cid-tJ6qq9bQGP .timeline-text-wrapper,
  .cid-tJ6qq9bQGP .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tJ6qq9bQGP .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tJ6qq9bQGP .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tJ6qq9bQGP .timeline-date-wrapper,
  .cid-tJ6qq9bQGP .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tJ6qq9bQGP .timeline-date-wrapper,
  .cid-tJ6qq9bQGP .timeline-text-wrapper,
  .cid-tJ6qq9bQGP .image-wrapper {
    padding: 2rem;
  }
}
.cid-tJ6qq9bQGP .mbr-timeline-title {
  color: #4479d9;
}
.cid-tJ6qqa9SB9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tJ6qqa9SB9 .timeline-element {
  position: relative;
}
.cid-tJ6qqa9SB9 .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tJ6qqa9SB9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tJ6qqa9SB9 .mbr-section-title,
.cid-tJ6qqa9SB9 .mbr-section-subtitle,
.cid-tJ6qqa9SB9 .timeline-date {
  text-align: center;
}
.cid-tJ6qqa9SB9 .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-tJ6qqa9SB9 .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tJ6qqa9SB9 .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tJ6qqa9SB9 .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tJ6qqa9SB9 .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tJ6qqa9SB9 .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tJ6qqa9SB9 .timeline-date-wrapper,
  .cid-tJ6qqa9SB9 .timeline-text-wrapper,
  .cid-tJ6qqa9SB9 .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tJ6qqa9SB9 .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tJ6qqa9SB9 .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tJ6qqa9SB9 .timeline-date-wrapper,
  .cid-tJ6qqa9SB9 .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tJ6qqa9SB9 .timeline-date-wrapper,
  .cid-tJ6qqa9SB9 .timeline-text-wrapper,
  .cid-tJ6qqa9SB9 .image-wrapper {
    padding: 2rem;
  }
}
.cid-tJ6qqa9SB9 .mbr-timeline-title {
  color: #4479d9;
}
.cid-tJ6qqb4216 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tJ6qqb4216 .timeline-element {
  position: relative;
}
.cid-tJ6qqb4216 .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tJ6qqb4216 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tJ6qqb4216 .mbr-section-title,
.cid-tJ6qqb4216 .mbr-section-subtitle,
.cid-tJ6qqb4216 .timeline-date {
  text-align: center;
}
.cid-tJ6qqb4216 .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-tJ6qqb4216 .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tJ6qqb4216 .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tJ6qqb4216 .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tJ6qqb4216 .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tJ6qqb4216 .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tJ6qqb4216 .timeline-date-wrapper,
  .cid-tJ6qqb4216 .timeline-text-wrapper,
  .cid-tJ6qqb4216 .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tJ6qqb4216 .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tJ6qqb4216 .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tJ6qqb4216 .timeline-date-wrapper,
  .cid-tJ6qqb4216 .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tJ6qqb4216 .timeline-date-wrapper,
  .cid-tJ6qqb4216 .timeline-text-wrapper,
  .cid-tJ6qqb4216 .image-wrapper {
    padding: 2rem;
  }
}
.cid-tJ6qqb4216 .mbr-timeline-title {
  color: #4479d9;
}
.cid-tJ6qqbTMAo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tJ6qqbTMAo .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tJ6qqbTMAo .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-tJ6qqbTMAo .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJ6qqbTMAo .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tJ6qqcsmjo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tJ6qqcsmjo .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tJ6qqcsmjo form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-tJ6qqcsmjo form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-tJ6qqcsmjo form.mbr-form {
    padding: 1rem;
  }
}
.cid-tJ6qqcsmjo form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tJ6qqcsmjo form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tJ6qqcUGFJ {
  background-color: #8caff0;
}
.cid-tJ6qqcUGFJ .number-wrap {
  color: #232323;
  text-align: center;
}
.cid-tJ6qqcUGFJ .number {
  color: #e43f3f;
}
.cid-tJ6qqcUGFJ .period {
  display: block;
}
.cid-tJ6qqcUGFJ .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-tJ6qqcUGFJ .period {
    font-size: 0.8rem;
  }
}
.cid-tJ6qqcUGFJ .btn {
  height: 100%;
  margin: 0;
}
.cid-tJ6qqcUGFJ .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tJ6qqcUGFJ H3 {
  color: #4479d9;
}
.cid-tJ6qqcUGFJ .mbr-section-subtitle {
  color: #4479d9;
}
.cid-tJ6qqdonlv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-tJ6qqdonlv .mbr-section-title {
  color: #ffffff;
}
