.btn {
  border-width: 2px;
}
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: #4622d7 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #403f83 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4622d7 !important;
  border-color: #4622d7 !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: #2e168c !important;
  border-color: #2e168c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2e168c !important;
  border-color: #2e168c !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: #403f83 !important;
  border-color: #403f83 !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: #232348 !important;
  border-color: #232348 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #232348 !important;
  border-color: #232348 !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: #4622d7;
  color: #4622d7;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2e168c !important;
  background-color: transparent!important;
  border-color: #2e168c !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4622d7 !important;
  border-color: #4622d7 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  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: #ff0f0f !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: #47b5ed;
  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: #148cca !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: #40b0bf;
  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: #2a747e !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: #ffe161;
  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: #ffd10a !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: #403f83;
  color: #403f83;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #232348 !important;
  background-color: transparent!important;
  border-color: #232348 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #403f83 !important;
  border-color: #403f83 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #4622d7 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #403f83 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #29147f !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: #1e1e3e !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #4622d7;
}
.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: #403f83;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4622d7;
  border-color: #4622d7;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4622d7;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d6cef7;
}
.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: #8180c2;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.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: #4622d7 !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: #4622d7;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4622d7;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4622d7;
}
.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: #4622d7;
  border-bottom-color: #4622d7;
}
.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: #4622d7 !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='%234622d7' %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-tyJ8neT3hr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tyJ8neT3hr .nav-item:focus,
.cid-tyJ8neT3hr .nav-link:focus {
  outline: none;
}
.cid-tyJ8neT3hr .text-white:hover,
.cid-tyJ8neT3hr .text-white:active,
.cid-tyJ8neT3hr .text-white:focus {
  color: white!important;
}
.cid-tyJ8neT3hr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tyJ8neT3hr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-tyJ8neT3hr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyJ8neT3hr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyJ8neT3hr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyJ8neT3hr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyJ8neT3hr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyJ8neT3hr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyJ8neT3hr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyJ8neT3hr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyJ8neT3hr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyJ8neT3hr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyJ8neT3hr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyJ8neT3hr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyJ8neT3hr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyJ8neT3hr .section {
  position: relative;
  overflow: visible!important;
}
.cid-tyJ8neT3hr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-item:hover {
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-menu {
  background-color: white!important;
}
.cid-tyJ8neT3hr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tyJ8neT3hr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tyJ8neT3hr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .collapsed {
  flex-direction: row!important;
}
.cid-tyJ8neT3hr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyJ8neT3hr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyJ8neT3hr .navbar-caption {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyJ8neT3hr .dropdown-item.active,
.cid-tyJ8neT3hr .dropdown-item:active {
  background-color: transparent;
}
.cid-tyJ8neT3hr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyJ8neT3hr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyJ8neT3hr .navbar-buttons {
  text-align: center;
}
.cid-tyJ8neT3hr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyJ8neT3hr .nav-link {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyJ8neT3hr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyJ8neT3hr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyJ8neT3hr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyJ8neT3hr .navbar {
    height: 77px;
  }
  .cid-tyJ8neT3hr .navbar.opened {
    height: auto;
  }
  .cid-tyJ8neT3hr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s48MCQYojq {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-6-1920x1280.jpg");
}
.cid-s48MCQYojq .mbr-section-title {
  text-align: center;
}
.cid-s48MCQYojq .mbr-text,
.cid-s48MCQYojq .mbr-section-btn {
  color: #232323;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s48MCQYojq .mbr-section-title,
  .cid-s48MCQYojq .mbr-section-btn,
  .cid-s48MCQYojq .mbr-text {
    text-align: center;
  }
}
.cid-s48upRUlSD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #14daf0;
}
@media (max-width: 991px) {
  .cid-s48upRUlSD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-s48upRUlSD .row {
  flex-direction: row-reverse;
}
.cid-s48upRUlSD img {
  width: 100%;
}
.cid-sEnspuQgVM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-sEnspuQgVM .mbr-section-title,
.cid-sEnspuQgVM .mbr-section-subtitle {
  text-align: center;
}
.cid-sEnspuQgVM .cost {
  word-break: normal;
}
.cid-sEnspuQgVM .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #ffb5b5;
}
.cid-sEnspuQgVM .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-sEnspuQgVM .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sEnspuQgVM .card-wrapper {
    padding: 1rem;
  }
}
.cid-sEnspuQgVM P {
  text-align: left;
  color: #000000;
}
.cid-sKnIo9GPot {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1271.jpg");
}
@media (max-width: 991px) {
  .cid-sKnIo9GPot .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKnIo9GPot img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sKnIo9GPot .text-wrapper {
    padding: 2rem;
  }
}
.cid-sVNtfgLXOs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x760.jpg");
}
@media (max-width: 991px) {
  .cid-sVNtfgLXOs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sVNtfgLXOs img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sVNtfgLXOs .text-wrapper {
    padding: 2rem;
  }
}
.cid-sVGWJYG4Td {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ff8a8a;
}
.cid-sVGWJYG4Td .image-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-sVGWJYG4Td .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-sVGWJYG4Td .col-lg-6 {
  padding: 0 2rem;
}
.cid-sVGWJYG4Td .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-sVGWJYG4Td .card-wrapper {
  border-radius: 2rem;
  padding: 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (max-width: 767px) {
  .cid-sVGWJYG4Td .card-wrapper {
    padding: 1rem 1rem;
    margin-bottom: 2rem;
  }
}
.cid-sVGWJYG4Td .mbr-text {
  color: #6c758f;
}
.cid-sVGWJYG4Td .name {
  color: #36187d;
}
.cid-sVGWJYG4Td .position {
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-sVGWJYG4Td .d-flex {
    justify-content: center;
  }
}
.cid-sVGWJYG4Td .mbr-section-title {
  color: #36187d;
}
.cid-tfAWeOuxiK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ff8a8a;
}
.cid-tfAWeOuxiK .image-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-tfAWeOuxiK .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tfAWeOuxiK .col-lg-6 {
  padding: 0 2rem;
}
.cid-tfAWeOuxiK .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-tfAWeOuxiK .card-wrapper {
  border-radius: 2rem;
  padding: 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (max-width: 767px) {
  .cid-tfAWeOuxiK .card-wrapper {
    padding: 1rem 1rem;
    margin-bottom: 2rem;
  }
}
.cid-tfAWeOuxiK .mbr-text {
  color: #6c758f;
}
.cid-tfAWeOuxiK .name {
  color: #36187d;
}
.cid-tfAWeOuxiK .position {
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-tfAWeOuxiK .d-flex {
    justify-content: center;
  }
}
.cid-tfAWeOuxiK .mbr-section-title {
  color: #36187d;
}
.cid-t7AOJiua4o {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffb5b5;
}
.cid-sVHy5hOPHH {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-sVHy5hOPHH svg {
  position: absolute;
  top: 0;
}
.cid-sVHy5hOPHH .svg-1 {
  fill: #ffb5b5;
}
.cid-sVHy5hOPHH .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-sVHy5hOPHH {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-sVHy5hOPHH .mbr-text {
  color: #fafafa;
}
.cid-sVHy5hOPHH a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tyJ8neT3hr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tyJ8neT3hr .nav-item:focus,
.cid-tyJ8neT3hr .nav-link:focus {
  outline: none;
}
.cid-tyJ8neT3hr .text-white:hover,
.cid-tyJ8neT3hr .text-white:active,
.cid-tyJ8neT3hr .text-white:focus {
  color: white!important;
}
.cid-tyJ8neT3hr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tyJ8neT3hr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-tyJ8neT3hr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyJ8neT3hr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyJ8neT3hr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyJ8neT3hr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyJ8neT3hr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyJ8neT3hr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyJ8neT3hr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyJ8neT3hr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyJ8neT3hr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyJ8neT3hr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyJ8neT3hr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyJ8neT3hr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyJ8neT3hr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyJ8neT3hr .section {
  position: relative;
  overflow: visible!important;
}
.cid-tyJ8neT3hr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-item:hover {
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-menu {
  background-color: white!important;
}
.cid-tyJ8neT3hr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tyJ8neT3hr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tyJ8neT3hr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .collapsed {
  flex-direction: row!important;
}
.cid-tyJ8neT3hr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyJ8neT3hr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyJ8neT3hr .navbar-caption {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyJ8neT3hr .dropdown-item.active,
.cid-tyJ8neT3hr .dropdown-item:active {
  background-color: transparent;
}
.cid-tyJ8neT3hr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyJ8neT3hr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyJ8neT3hr .navbar-buttons {
  text-align: center;
}
.cid-tyJ8neT3hr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyJ8neT3hr .nav-link {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyJ8neT3hr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyJ8neT3hr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyJ8neT3hr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyJ8neT3hr .navbar {
    height: 77px;
  }
  .cid-tyJ8neT3hr .navbar.opened {
    height: auto;
  }
  .cid-tyJ8neT3hr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tfcQaJgpBd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-4-1920x1080.jpg");
}
.cid-tfcQaJgpBd .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tfcQaJgpBd .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tfcQaJgpBd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tfcQaJgpBd .mbr-text,
.cid-tfcQaJgpBd .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tfcQaJgpBd .mbr-section-title {
  text-align: left;
}
.cid-tPNt4ivTke {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tPNt4ivTke .wrapper {
  padding: 70px 45px 70px 45px;
  background-color: #a8d657;
}
@media (max-width: 768px) {
  .cid-tPNt4ivTke .wrapper {
    padding: 20px;
  }
}
.cid-tPNt4ivTke .mbr-section-title {
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tPNt4ivTke .container {
    padding: 60px;
  }
}
.cid-tPNt4ivTke .mbr-section-btn {
  width: 100%;
  display: inline-block;
}
.cid-tPNt4ivTke .btn {
  display: block;
}
.cid-tPNt4ivTke .mbr-text {
  margin: 0;
  text-align: left;
}
.cid-tPNt4ivTke .ico-section {
  flex: 0 0 100%;
}
@media (max-width: 768px) {
  .cid-tPNt4ivTke .ico-section {
    flex-wrap: wrap;
  }
}
.cid-tPNt4ivTke .img {
  margin: 0 20px;
  flex: 0 0 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tPNt4ivTke .img img {
  object-fit: contain;
}
.cid-tPNt4ivTke .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPNt4ivTke .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfcSYKH2aE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e6c63b;
}
.cid-tfcSYKH2aE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfcSYKH2aE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfcSYKH2aE .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tfcSYKH2aE .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tfcSYKH2aE .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tfcSYKH2aE .card-wrapper {
    padding: 4rem;
  }
}
.cid-tfcSYKH2aE .mbr-text,
.cid-tfcSYKH2aE .mbr-section-btn {
  color: #ffffff;
}
.cid-tfcSYKH2aE .card-title,
.cid-tfcSYKH2aE .card-box {
  text-align: left;
}
.cid-tfcR6JZbOm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e6c63b;
}
.cid-tfcR6JZbOm .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tfcR6JZbOm .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tfcR6JZbOm .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tfcR6JZbOm .mbr-text UL {
  text-align: left;
}
.cid-sExEzC1COS {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #e6c63b;
}
.cid-sExEzC1COS .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-sExEzC1COS .item .icon-wrap {
  text-align: center;
}
.cid-sExEzC1COS .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-sExEzC1COS .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #4479d9;
}
.cid-sExEzC1COS .item.first:before {
  display: none;
}
.cid-sExEzC1COS .item.five:before {
  display: none;
}
.cid-sExEzC1COS .icon-box {
  background: #4479d9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-sExEzC1COS .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-sExEzC1COS .mbr-iconfont {
  color: #4622d7 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-sExEzC1COS .item:before {
    display: none;
  }
  .cid-sExEzC1COS .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sExEzC1COS .text-box .mbr-text {
  text-align: center;
}
.cid-sExEzD2PvB {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #e6c63b;
}
.cid-sExEzD2PvB .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4622d7;
  margin-bottom: 2rem;
}
.cid-sExEzD2PvB .card-wrapper {
  padding: 3rem;
  background: #353535;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-sExEzD2PvB .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sExEzD2PvB .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-sExEzD2PvB .mbr-section-title {
  color: #ffffff;
}
.cid-sExEzD2PvB .card-title {
  color: #ffffff;
}
.cid-sExEzD2PvB .mbr-text {
  color: #ffffff;
}
.cid-t7AOiREduz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffb5b5;
}
.cid-sVHy5hOPHH {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-sVHy5hOPHH svg {
  position: absolute;
  top: 0;
}
.cid-sVHy5hOPHH .svg-1 {
  fill: #ffb5b5;
}
.cid-sVHy5hOPHH .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-sVHy5hOPHH {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-sVHy5hOPHH .mbr-text {
  color: #fafafa;
}
.cid-sVHy5hOPHH a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tyJ8neT3hr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tyJ8neT3hr .nav-item:focus,
.cid-tyJ8neT3hr .nav-link:focus {
  outline: none;
}
.cid-tyJ8neT3hr .text-white:hover,
.cid-tyJ8neT3hr .text-white:active,
.cid-tyJ8neT3hr .text-white:focus {
  color: white!important;
}
.cid-tyJ8neT3hr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tyJ8neT3hr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-tyJ8neT3hr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyJ8neT3hr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyJ8neT3hr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyJ8neT3hr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyJ8neT3hr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyJ8neT3hr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyJ8neT3hr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyJ8neT3hr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyJ8neT3hr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyJ8neT3hr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyJ8neT3hr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyJ8neT3hr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyJ8neT3hr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyJ8neT3hr .section {
  position: relative;
  overflow: visible!important;
}
.cid-tyJ8neT3hr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-item:hover {
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-menu {
  background-color: white!important;
}
.cid-tyJ8neT3hr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tyJ8neT3hr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tyJ8neT3hr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .collapsed {
  flex-direction: row!important;
}
.cid-tyJ8neT3hr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyJ8neT3hr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyJ8neT3hr .navbar-caption {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyJ8neT3hr .dropdown-item.active,
.cid-tyJ8neT3hr .dropdown-item:active {
  background-color: transparent;
}
.cid-tyJ8neT3hr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyJ8neT3hr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyJ8neT3hr .navbar-buttons {
  text-align: center;
}
.cid-tyJ8neT3hr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyJ8neT3hr .nav-link {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyJ8neT3hr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyJ8neT3hr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyJ8neT3hr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyJ8neT3hr .navbar {
    height: 77px;
  }
  .cid-tyJ8neT3hr .navbar.opened {
    height: auto;
  }
  .cid-tyJ8neT3hr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgDsjrtgJQ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: linear-gradient(135deg, #e43f3f 10%, #4479d9 100%) !important;
}
.cid-tgDsjrtgJQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgDsjrtgJQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sECS3XyIZq {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x855.jpg");
}
.cid-sECS3XyIZq .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sECS3XyIZq .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sECS3XyIZq .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sECS3XyIZq .card {
    margin-bottom: 2rem;
  }
  .cid-sECS3XyIZq .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sECS3XyIZq .card-title,
.cid-sECS3XyIZq .card-box {
  text-align: center;
}
.cid-sECS3XyIZq .mbr-text,
.cid-sECS3XyIZq .mbr-section-btn {
  text-align: center;
}
.cid-tg8Jkf0qiH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffb5b5;
}
.cid-sVHy5hOPHH {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-sVHy5hOPHH svg {
  position: absolute;
  top: 0;
}
.cid-sVHy5hOPHH .svg-1 {
  fill: #ffb5b5;
}
.cid-sVHy5hOPHH .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-sVHy5hOPHH {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-sVHy5hOPHH .mbr-text {
  color: #fafafa;
}
.cid-sVHy5hOPHH a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tyJ8neT3hr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tyJ8neT3hr .nav-item:focus,
.cid-tyJ8neT3hr .nav-link:focus {
  outline: none;
}
.cid-tyJ8neT3hr .text-white:hover,
.cid-tyJ8neT3hr .text-white:active,
.cid-tyJ8neT3hr .text-white:focus {
  color: white!important;
}
.cid-tyJ8neT3hr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tyJ8neT3hr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-tyJ8neT3hr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyJ8neT3hr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyJ8neT3hr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyJ8neT3hr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyJ8neT3hr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyJ8neT3hr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyJ8neT3hr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyJ8neT3hr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyJ8neT3hr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyJ8neT3hr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyJ8neT3hr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyJ8neT3hr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyJ8neT3hr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyJ8neT3hr .section {
  position: relative;
  overflow: visible!important;
}
.cid-tyJ8neT3hr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-item:hover {
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-menu {
  background-color: white!important;
}
.cid-tyJ8neT3hr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tyJ8neT3hr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tyJ8neT3hr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .collapsed {
  flex-direction: row!important;
}
.cid-tyJ8neT3hr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyJ8neT3hr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyJ8neT3hr .navbar-caption {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyJ8neT3hr .dropdown-item.active,
.cid-tyJ8neT3hr .dropdown-item:active {
  background-color: transparent;
}
.cid-tyJ8neT3hr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyJ8neT3hr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyJ8neT3hr .navbar-buttons {
  text-align: center;
}
.cid-tyJ8neT3hr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyJ8neT3hr .nav-link {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyJ8neT3hr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyJ8neT3hr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyJ8neT3hr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyJ8neT3hr .navbar {
    height: 77px;
  }
  .cid-tyJ8neT3hr .navbar.opened {
    height: auto;
  }
  .cid-tyJ8neT3hr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgDsuBMKmm {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: linear-gradient(135deg, #e43f3f 10%, #4479d9 100%) !important;
}
.cid-tgDsuBMKmm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgDsuBMKmm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sIcrzVE3IM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffb5b5;
}
.cid-sIcrzVE3IM .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sU07vzq89v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sU07vzq89v blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-sED3NlRwr2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-sED3NlRwr2 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sED3NlRwr2 .card-wrapper {
  background-color: #ffb5b5;
  border-radius: 4px;
}
.cid-sED3NlRwr2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sED3NlRwr2 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sED3NlRwr2 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-sED3NlRwr2 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sED3NlRwr2 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sED3NlRwr2 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sED3NlRwr2 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sED3NlRwr2 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sED3NlRwr2 .mbr-text,
.cid-sED3NlRwr2 .social-row {
  text-align: left;
}
.cid-sRpv7KWlcb {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-sRpv7KWlcb .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #4622d7;
  margin-left: 1rem;
}
.cid-sRpv7KWlcb .panel-group {
  border: none;
}
.cid-sRpv7KWlcb .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sRpv7KWlcb .panel-body,
.cid-sRpv7KWlcb .card-header {
  padding: 1rem 0;
}
.cid-sRpv7KWlcb .panel-title-edit {
  color: #000000;
}
.cid-sRpv7KWlcb .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sRpv8lNSeG {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-sRpv8lNSeG .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #4622d7;
  margin-left: 1rem;
}
.cid-sRpv8lNSeG .panel-group {
  border: none;
}
.cid-sRpv8lNSeG .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sRpv8lNSeG .panel-body,
.cid-sRpv8lNSeG .card-header {
  padding: 1rem 0;
}
.cid-sRpv8lNSeG .panel-title-edit {
  color: #000000;
}
.cid-sRpv8lNSeG .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tg8JsAu4vN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffb5b5;
}
.cid-sVHy5hOPHH {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-sVHy5hOPHH svg {
  position: absolute;
  top: 0;
}
.cid-sVHy5hOPHH .svg-1 {
  fill: #ffb5b5;
}
.cid-sVHy5hOPHH .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-sVHy5hOPHH {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-sVHy5hOPHH .mbr-text {
  color: #fafafa;
}
.cid-sVHy5hOPHH a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tyJ8neT3hr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tyJ8neT3hr .nav-item:focus,
.cid-tyJ8neT3hr .nav-link:focus {
  outline: none;
}
.cid-tyJ8neT3hr .text-white:hover,
.cid-tyJ8neT3hr .text-white:active,
.cid-tyJ8neT3hr .text-white:focus {
  color: white!important;
}
.cid-tyJ8neT3hr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tyJ8neT3hr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-tyJ8neT3hr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyJ8neT3hr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyJ8neT3hr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyJ8neT3hr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyJ8neT3hr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyJ8neT3hr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyJ8neT3hr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyJ8neT3hr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyJ8neT3hr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyJ8neT3hr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyJ8neT3hr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyJ8neT3hr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyJ8neT3hr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyJ8neT3hr .section {
  position: relative;
  overflow: visible!important;
}
.cid-tyJ8neT3hr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-item:hover {
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-menu {
  background-color: white!important;
}
.cid-tyJ8neT3hr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tyJ8neT3hr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tyJ8neT3hr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .collapsed {
  flex-direction: row!important;
}
.cid-tyJ8neT3hr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyJ8neT3hr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyJ8neT3hr .navbar-caption {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyJ8neT3hr .dropdown-item.active,
.cid-tyJ8neT3hr .dropdown-item:active {
  background-color: transparent;
}
.cid-tyJ8neT3hr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyJ8neT3hr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyJ8neT3hr .navbar-buttons {
  text-align: center;
}
.cid-tyJ8neT3hr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyJ8neT3hr .nav-link {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyJ8neT3hr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyJ8neT3hr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyJ8neT3hr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyJ8neT3hr .navbar {
    height: 77px;
  }
  .cid-tyJ8neT3hr .navbar.opened {
    height: auto;
  }
  .cid-tyJ8neT3hr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgYMBaRhsw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: linear-gradient(135deg, #e43f3f 10%, #4479d9 100%) !important;
}
.cid-tgYMBaRhsw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgYMBaRhsw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgYMBaRhsw .mbr-text,
.cid-tgYMBaRhsw .mbr-section-btn {
  text-align: left;
}
.cid-sIcshTjziv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffb18a;
}
.cid-sIcshTjziv .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sED9NscQhn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-sED9NscQhn .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sED9NscQhn .card-wrapper {
  background-color: #e6c63b;
  border-radius: 4px;
}
.cid-sED9NscQhn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sED9NscQhn .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sED9NscQhn .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-sED9NscQhn .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sED9NscQhn .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sED9NscQhn .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sED9NscQhn .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sED9NscQhn .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sED9NscQhn .mbr-text,
.cid-sED9NscQhn .social-row {
  text-align: left;
}
.cid-tgYLUCY3jQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffb5b5;
}
.cid-sVHy5hOPHH {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-sVHy5hOPHH svg {
  position: absolute;
  top: 0;
}
.cid-sVHy5hOPHH .svg-1 {
  fill: #ffb5b5;
}
.cid-sVHy5hOPHH .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-sVHy5hOPHH {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-sVHy5hOPHH .mbr-text {
  color: #fafafa;
}
.cid-sVHy5hOPHH a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tyJ8neT3hr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tyJ8neT3hr .nav-item:focus,
.cid-tyJ8neT3hr .nav-link:focus {
  outline: none;
}
.cid-tyJ8neT3hr .text-white:hover,
.cid-tyJ8neT3hr .text-white:active,
.cid-tyJ8neT3hr .text-white:focus {
  color: white!important;
}
.cid-tyJ8neT3hr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tyJ8neT3hr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-tyJ8neT3hr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyJ8neT3hr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyJ8neT3hr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyJ8neT3hr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyJ8neT3hr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyJ8neT3hr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyJ8neT3hr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyJ8neT3hr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyJ8neT3hr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyJ8neT3hr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyJ8neT3hr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyJ8neT3hr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyJ8neT3hr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyJ8neT3hr .section {
  position: relative;
  overflow: visible!important;
}
.cid-tyJ8neT3hr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-item:hover {
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-menu {
  background-color: white!important;
}
.cid-tyJ8neT3hr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tyJ8neT3hr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tyJ8neT3hr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .collapsed {
  flex-direction: row!important;
}
.cid-tyJ8neT3hr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyJ8neT3hr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyJ8neT3hr .navbar-caption {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyJ8neT3hr .dropdown-item.active,
.cid-tyJ8neT3hr .dropdown-item:active {
  background-color: transparent;
}
.cid-tyJ8neT3hr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyJ8neT3hr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyJ8neT3hr .navbar-buttons {
  text-align: center;
}
.cid-tyJ8neT3hr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyJ8neT3hr .nav-link {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyJ8neT3hr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyJ8neT3hr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyJ8neT3hr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyJ8neT3hr .navbar {
    height: 77px;
  }
  .cid-tyJ8neT3hr .navbar.opened {
    height: auto;
  }
  .cid-tyJ8neT3hr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgDLX6j4Qo {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-8-1920x1280.jpg");
}
.cid-tgDLX6j4Qo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgDLX6j4Qo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgDLX6j4Qo .mbr-section-title {
  color: #ffffff;
}
.cid-tgDLX6j4Qo .mbr-text,
.cid-tgDLX6j4Qo .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tgJnJWOCCz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: linear-gradient(135deg, #e43f3f 10%, #4479d9 100%) !important;
}
.cid-tgJnJWOCCz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgJnJWOCCz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgJnJWOCCz .mbr-text,
.cid-tgJnJWOCCz .mbr-section-btn {
  text-align: left;
}
.cid-sEDja4FQ5s {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.jpg");
}
@media (max-width: 991px) {
  .cid-sEDja4FQ5s .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sEDja4FQ5s .row {
  flex-direction: row-reverse;
}
.cid-sEDja4FQ5s img {
  width: 100%;
}
.cid-sEDlNaBs7f {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-sEDlNaBs7f .card-wrapper {
  background-color: #98dee8;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #98dee8;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-sEDlNaBs7f .mbr-section-title,
.cid-sEDlNaBs7f .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sEDlNaBs7f .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sEDlNaBs7f .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sEDn0WSv9y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
@media (max-width: 991px) {
  .cid-sEDn0WSv9y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sEDn0WSv9y .row {
  flex-direction: row-reverse;
}
.cid-sEDn0WSv9y img {
  width: 100%;
}
.cid-sVGlu3RGg5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-sVGlu3RGg5 .card-wrapper {
  background-color: #98dee8;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #98dee8;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-sVGlu3RGg5 .mbr-section-title,
.cid-sVGlu3RGg5 .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sVGlu3RGg5 .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sVGlu3RGg5 .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tgDMXtAxys {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-tgDMXtAxys .card-wrapper {
  background-color: #98dee8;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #98dee8;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-tgDMXtAxys .mbr-section-title,
.cid-tgDMXtAxys .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tgDMXtAxys .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tgDMXtAxys .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tgDPZKcwWZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-tgDPZKcwWZ .card-wrapper {
  background-color: #98dee8;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #98dee8;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-tgDPZKcwWZ .mbr-section-title,
.cid-tgDPZKcwWZ .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tgDPZKcwWZ .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tgDPZKcwWZ .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tgDU1Gpdxr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffb5b5;
}
.cid-sVHy5hOPHH {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-sVHy5hOPHH svg {
  position: absolute;
  top: 0;
}
.cid-sVHy5hOPHH .svg-1 {
  fill: #ffb5b5;
}
.cid-sVHy5hOPHH .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-sVHy5hOPHH {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-sVHy5hOPHH .mbr-text {
  color: #fafafa;
}
.cid-sVHy5hOPHH a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tyJ8neT3hr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tyJ8neT3hr .nav-item:focus,
.cid-tyJ8neT3hr .nav-link:focus {
  outline: none;
}
.cid-tyJ8neT3hr .text-white:hover,
.cid-tyJ8neT3hr .text-white:active,
.cid-tyJ8neT3hr .text-white:focus {
  color: white!important;
}
.cid-tyJ8neT3hr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tyJ8neT3hr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-tyJ8neT3hr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyJ8neT3hr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyJ8neT3hr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyJ8neT3hr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyJ8neT3hr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyJ8neT3hr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyJ8neT3hr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyJ8neT3hr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyJ8neT3hr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyJ8neT3hr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyJ8neT3hr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyJ8neT3hr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyJ8neT3hr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyJ8neT3hr .section {
  position: relative;
  overflow: visible!important;
}
.cid-tyJ8neT3hr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-item:hover {
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-menu {
  background-color: white!important;
}
.cid-tyJ8neT3hr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tyJ8neT3hr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tyJ8neT3hr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .collapsed {
  flex-direction: row!important;
}
.cid-tyJ8neT3hr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyJ8neT3hr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyJ8neT3hr .navbar-caption {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyJ8neT3hr .dropdown-item.active,
.cid-tyJ8neT3hr .dropdown-item:active {
  background-color: transparent;
}
.cid-tyJ8neT3hr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyJ8neT3hr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyJ8neT3hr .navbar-buttons {
  text-align: center;
}
.cid-tyJ8neT3hr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyJ8neT3hr .nav-link {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyJ8neT3hr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyJ8neT3hr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyJ8neT3hr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyJ8neT3hr .navbar {
    height: 77px;
  }
  .cid-tyJ8neT3hr .navbar.opened {
    height: auto;
  }
  .cid-tyJ8neT3hr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgDsO7Be7F {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: linear-gradient(135deg, #e43f3f 10%, #4479d9 100%) !important;
}
.cid-tgDsO7Be7F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgDsO7Be7F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sEDoskXuxG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x855.jpg");
}
.cid-sEDoskXuxG .mbr-section-title {
  text-align: center;
}
.cid-sEDoskXuxG .mbr-text,
.cid-sEDoskXuxG .mbr-section-btn {
  color: #232323;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sEDoskXuxG .mbr-section-title,
  .cid-sEDoskXuxG .mbr-section-btn,
  .cid-sEDoskXuxG .mbr-text {
    text-align: center;
  }
}
.cid-tgq5Todr9l {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-tgq5Todr9l .nav-tabs .nav-item.open .nav-link:focus,
.cid-tgq5Todr9l .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tgq5Todr9l .nav-tabs {
  border: none;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tgq5Todr9l .nav-item {
    margin: 0;
  }
}
.cid-tgq5Todr9l .nav-tabs .nav-link {
  transition: all 0.5s;
  border-radius: 6px !important;
  width: max-content;
  border: none;
}
.cid-tgq5Todr9l .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-tgq5Todr9l .nav-link,
.cid-tgq5Todr9l .nav-link.active {
  padding: 0.8rem 2rem;
  background-color: transparent;
  font-weight: bold;
  text-align: center;
}
.cid-tgq5Todr9l .nav-tabs .nav-link.active {
  background: #403f83;
  color: #ffffff;
}
.cid-tgq5Todr9l H4 {
  text-align: center;
}
.cid-tgq5Todr9l H3 {
  text-align: center;
  color: #4479d9;
}
.cid-tgq5Todr9l P {
  color: #bbbbbb;
}
.cid-tgq5Todr9l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgq5Todr9l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sRVBUC85up {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #6592e6;
}
.cid-sRVBUC85up .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sRVBUC85up .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
  background-color: transparent;
}
.cid-sRVBUC85up .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sRVBUC85up .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sRVBUC85up .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-sRVBUC85up .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sRVBUC85up .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sRVBUC85up .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sRVBUC85up .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sRVBUC85up .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sRVBUC85up .mbr-text,
.cid-sRVBUC85up .social-row {
  color: #232323;
}
.cid-sRVBUC85up .card-subtitle {
  color: #ffb18a;
}
.cid-tgqggf5AGP {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tgqggf5AGP .mbr-overlay {
  background: #fafafa;
  opacity: 0.4;
}
.cid-tgqggf5AGP img,
.cid-tgqggf5AGP .item-img {
  width: 100%;
}
.cid-tgqggf5AGP .item:focus,
.cid-tgqggf5AGP span:focus {
  outline: none;
}
.cid-tgqggf5AGP .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tgqggf5AGP .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tgqggf5AGP .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tgqggf5AGP .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tgqggf5AGP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tgqggf5AGP .mbr-section-title {
  color: #232323;
}
.cid-tgqggf5AGP .mbr-text,
.cid-tgqggf5AGP .mbr-section-btn {
  text-align: center;
}
.cid-tgqggf5AGP .item-title {
  text-align: center;
}
.cid-tgqggf5AGP .item-subtitle {
  text-align: left;
}
.cid-sEDtcZauAV {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-sEDtcZauAV .mbr-overlay {
  background: #fafafa;
  opacity: 0.4;
}
.cid-sEDtcZauAV img,
.cid-sEDtcZauAV .item-img {
  width: 100%;
}
.cid-sEDtcZauAV .item:focus,
.cid-sEDtcZauAV span:focus {
  outline: none;
}
.cid-sEDtcZauAV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sEDtcZauAV .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sEDtcZauAV .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sEDtcZauAV .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sEDtcZauAV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sEDtcZauAV .mbr-section-title {
  color: #232323;
}
.cid-sRVzptGtSY {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #6592e6;
}
.cid-sRVzptGtSY .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sRVzptGtSY .card-wrapper {
  background-color: #ffb5b5;
  border-radius: 4px;
  background-color: transparent;
}
.cid-sRVzptGtSY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sRVzptGtSY .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sRVzptGtSY .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-sRVzptGtSY .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sRVzptGtSY .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sRVzptGtSY .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sRVzptGtSY .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sRVzptGtSY .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tgq1XMlIa5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffb5b5;
}
.cid-sVHy5hOPHH {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-sVHy5hOPHH svg {
  position: absolute;
  top: 0;
}
.cid-sVHy5hOPHH .svg-1 {
  fill: #ffb5b5;
}
.cid-sVHy5hOPHH .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-sVHy5hOPHH {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-sVHy5hOPHH .mbr-text {
  color: #fafafa;
}
.cid-sVHy5hOPHH a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tyJ8neT3hr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tyJ8neT3hr .nav-item:focus,
.cid-tyJ8neT3hr .nav-link:focus {
  outline: none;
}
.cid-tyJ8neT3hr .text-white:hover,
.cid-tyJ8neT3hr .text-white:active,
.cid-tyJ8neT3hr .text-white:focus {
  color: white!important;
}
.cid-tyJ8neT3hr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tyJ8neT3hr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-tyJ8neT3hr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyJ8neT3hr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyJ8neT3hr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyJ8neT3hr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyJ8neT3hr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyJ8neT3hr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyJ8neT3hr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyJ8neT3hr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyJ8neT3hr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyJ8neT3hr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyJ8neT3hr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyJ8neT3hr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyJ8neT3hr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyJ8neT3hr .section {
  position: relative;
  overflow: visible!important;
}
.cid-tyJ8neT3hr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-item:hover {
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-menu {
  background-color: white!important;
}
.cid-tyJ8neT3hr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tyJ8neT3hr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tyJ8neT3hr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .collapsed {
  flex-direction: row!important;
}
.cid-tyJ8neT3hr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyJ8neT3hr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyJ8neT3hr .navbar-caption {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyJ8neT3hr .dropdown-item.active,
.cid-tyJ8neT3hr .dropdown-item:active {
  background-color: transparent;
}
.cid-tyJ8neT3hr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyJ8neT3hr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyJ8neT3hr .navbar-buttons {
  text-align: center;
}
.cid-tyJ8neT3hr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyJ8neT3hr .nav-link {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyJ8neT3hr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyJ8neT3hr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyJ8neT3hr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyJ8neT3hr .navbar {
    height: 77px;
  }
  .cid-tyJ8neT3hr .navbar.opened {
    height: auto;
  }
  .cid-tyJ8neT3hr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sEDwuMlx5k {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-sEDwuMlx5k .mbr-section-title {
  text-align: center;
}
.cid-sEDwuMlx5k .mbr-text,
.cid-sEDwuMlx5k .mbr-section-btn {
  color: #232323;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sEDwuMlx5k .mbr-section-title,
  .cid-sEDwuMlx5k .mbr-section-btn,
  .cid-sEDwuMlx5k .mbr-text {
    text-align: center;
  }
}
.cid-sEDwuNcQTC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #14daf0;
}
@media (max-width: 991px) {
  .cid-sEDwuNcQTC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sEDwuNcQTC .row {
  flex-direction: row-reverse;
}
.cid-sEDwuNcQTC img {
  width: 100%;
}
.cid-sEDwuNNmZh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-sEDwuNNmZh .mbr-section-title,
.cid-sEDwuNNmZh .mbr-section-subtitle {
  text-align: center;
}
.cid-sEDwuNNmZh .cost {
  word-break: normal;
}
.cid-sEDwuNNmZh .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-sEDwuNNmZh .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-sEDwuNNmZh .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sEDwuNNmZh .card-wrapper {
    padding: 1rem;
  }
}
.cid-sEDwuNNmZh P {
  text-align: left;
  color: #000000;
}
.cid-sEDDthNA0i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3.jpg");
}
@media (max-width: 991px) {
  .cid-sEDDthNA0i .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sEDDthNA0i .row {
  flex-direction: row-reverse;
}
.cid-sEDDthNA0i img {
  width: 100%;
}
.cid-sEDPnwJoyJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffb18a;
}
.cid-sEDHcYK0zB {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-sEDHcYK0zB .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sEDHcYK0zB .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-sEDHcYK0zB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sEDHcYK0zB .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sEDHcYK0zB .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-sEDHcYK0zB .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sEDHcYK0zB .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sEDHcYK0zB .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sEDHcYK0zB .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sEDHcYK0zB .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sEDITgFeeN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-sEDITgFeeN .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sEDITgFeeN .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-sEDITgFeeN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sEDITgFeeN .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sEDITgFeeN .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-sEDITgFeeN .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sEDITgFeeN .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sEDITgFeeN .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sEDITgFeeN .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sEDITgFeeN .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sEDKcVhL3n {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-sEDKcVhL3n .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sEDKcVhL3n .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-sEDKcVhL3n .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sEDKcVhL3n .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sEDKcVhL3n .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-sEDKcVhL3n .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sEDKcVhL3n .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sEDKcVhL3n .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sEDKcVhL3n .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sEDKcVhL3n .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sVRBa6dLi1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffb18a;
}
.cid-sVRBf5rnW0 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-sVRBf5rnW0 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sVRBf5rnW0 .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-sVRBf5rnW0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sVRBf5rnW0 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sVRBf5rnW0 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-sVRBf5rnW0 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sVRBf5rnW0 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sVRBf5rnW0 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sVRBf5rnW0 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sVRBf5rnW0 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sEDQOkggAf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffb18a;
}
.cid-sEDRHOfxru {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-sEDRHOfxru .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sEDRHOfxru .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-sEDRHOfxru .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sEDRHOfxru .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sEDRHOfxru .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-sEDRHOfxru .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sEDRHOfxru .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sEDRHOfxru .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sEDRHOfxru .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sEDRHOfxru .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sVpwUbG198 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffb18a;
}
.cid-sVpwXlqzPy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-sVpwXlqzPy .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sVpwXlqzPy .card-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-sVpwXlqzPy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sVpwXlqzPy .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sVpwXlqzPy .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-sVpwXlqzPy .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sVpwXlqzPy .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sVpwXlqzPy .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sVpwXlqzPy .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sVpwXlqzPy .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sVpwXlqzPy .card-title {
  text-align: center;
}
.cid-tgZy40XMpw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffb5b5;
}
.cid-sVHy5hOPHH {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-sVHy5hOPHH svg {
  position: absolute;
  top: 0;
}
.cid-sVHy5hOPHH .svg-1 {
  fill: #ffb5b5;
}
.cid-sVHy5hOPHH .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-sVHy5hOPHH {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-sVHy5hOPHH .mbr-text {
  color: #fafafa;
}
.cid-sVHy5hOPHH a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tyJ8neT3hr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tyJ8neT3hr .nav-item:focus,
.cid-tyJ8neT3hr .nav-link:focus {
  outline: none;
}
.cid-tyJ8neT3hr .text-white:hover,
.cid-tyJ8neT3hr .text-white:active,
.cid-tyJ8neT3hr .text-white:focus {
  color: white!important;
}
.cid-tyJ8neT3hr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tyJ8neT3hr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-tyJ8neT3hr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyJ8neT3hr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyJ8neT3hr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyJ8neT3hr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyJ8neT3hr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyJ8neT3hr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyJ8neT3hr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyJ8neT3hr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyJ8neT3hr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyJ8neT3hr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyJ8neT3hr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyJ8neT3hr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyJ8neT3hr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyJ8neT3hr .section {
  position: relative;
  overflow: visible!important;
}
.cid-tyJ8neT3hr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-item:hover {
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-menu {
  background-color: white!important;
}
.cid-tyJ8neT3hr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tyJ8neT3hr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tyJ8neT3hr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .collapsed {
  flex-direction: row!important;
}
.cid-tyJ8neT3hr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyJ8neT3hr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyJ8neT3hr .navbar-caption {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyJ8neT3hr .dropdown-item.active,
.cid-tyJ8neT3hr .dropdown-item:active {
  background-color: transparent;
}
.cid-tyJ8neT3hr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyJ8neT3hr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyJ8neT3hr .navbar-buttons {
  text-align: center;
}
.cid-tyJ8neT3hr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyJ8neT3hr .nav-link {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyJ8neT3hr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyJ8neT3hr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyJ8neT3hr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyJ8neT3hr .navbar {
    height: 77px;
  }
  .cid-tyJ8neT3hr .navbar.opened {
    height: auto;
  }
  .cid-tyJ8neT3hr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-te5JO8840f {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-1-1920x855.jpg");
}
.cid-te5JO8840f .mbr-fallback-image.disabled {
  display: none;
}
.cid-te5JO8840f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te5JO8840f .mbr-text,
.cid-te5JO8840f .mbr-section-btn {
  color: #232323;
}
.cid-te5JO8840f .card-title,
.cid-te5JO8840f .card-box {
  color: #000000;
}
.cid-te5JO8840f .mbr-text,
.cid-te5JO8840f .link-wrap {
  color: #ffffff;
}
.cid-tyJeUxp76g {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x600.jpg");
}
.cid-tyJeUxp76g .card-subtitle {
  margin: 0;
}
.cid-tyJeUxp76g .card-img {
  z-index: 2;
  position: relative;
  width: 100%;
  transition: all 0.3s;
  padding-top: 2rem;
}
.cid-tyJeUxp76g .card-img img {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.cid-tyJeUxp76g .icon {
  width: 60px;
  height: 60px;
  background: #fbbe36;
  font-size: 1.2rem;
  transform: translatey(1.2rem);
  margin: auto;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #0e0e0e !important;
}
.cid-tyJeUxp76g .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 9px;
  transition: all 0.3s;
  cursor: pointer;
  overflow: visible;
}
.cid-tyJeUxp76g .item-wrapper svg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.cid-tyJeUxp76g .item-wrapper svg path {
  fill: #ffffff;
  transition: all 0.3s;
  stroke: #cccccc;
}
.cid-tyJeUxp76g h4,
.cid-tyJeUxp76g h6,
.cid-tyJeUxp76g h5 {
  margin: 0;
}
.cid-tyJeUxp76g .mbr-text {
  transition: all 0.3s;
}
.cid-tyJeUxp76g .btn-white-outline {
  color: #4622d7 !important;
}
.cid-tyJeUxp76g .card-box {
  z-index: 1;
  position: relative;
}
.cid-tyJeUxp76g .price {
  color: #0e0e0e;
  transition: all 0.3s;
}
.cid-tyJeUxp76g img {
  transition: all 0.3s;
  width: 170px;
  height: 170px;
  object-fit: cover;
}
.cid-tyJeUxp76g .card {
  cursor: pointer;
  transition: all 0.3s;
  max-width: 291px;
  margin-bottom: 4rem;
}
.cid-tyJeUxp76g .card:hover {
  transform: translateY(-2rem);
}
.cid-tyJeUxp76g .card:hover .item-wrapper {
  color: #ffffff !important;
}
.cid-tyJeUxp76g .card:hover .item-wrapper .price {
  color: #ffffff !important;
}
.cid-tyJeUxp76g .card:hover .item-wrapper .mbr-text {
  color: #ffffff !important;
}
.cid-tyJeUxp76g .card:hover .item-wrapper path {
  fill: #e7272d;
}
.cid-tyJeUxp76g .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tyJeUxp76g .wrapper {
    flex-direction: column;
  }
  .cid-tyJeUxp76g .icon-padding {
    padding-left: 0rem;
  }
  .cid-tyJeUxp76g .card-box {
    padding: 0;
  }
}
.cid-tyJeUxp76g .mbr-text,
.cid-tyJeUxp76g .mbr-section-btn,
.cid-tyJeUxp76g .card-img {
  color: #e43f3f;
}
.cid-tyJeUxp76g H2 {
  color: #e7272d;
}
.cid-tyJeUxp76g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyJeUxp76g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tikzp2qwsa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x768.jpg");
}
.cid-tikzp2qwsa .user-card {
  background-color: #4622d7;
  padding: 35px 60px;
  border-radius: 10px;
}
.cid-tikzp2qwsa .user_image {
  width: 100%;
  overflow: hidden;
  padding-right: 40px;
}
.cid-tikzp2qwsa .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  border-radius: 50%;
}
.cid-tikzp2qwsa .heading {
  color: #ffffff;
  padding-bottom: 50px;
  margin-bottom: 0;
  text-align: left;
}
.cid-tikzp2qwsa .user_desk {
  color: #ffffff;
  opacity: 0.8;
  line-height: 30px;
  text-align: left;
}
.cid-tikzp2qwsa .user_text {
  padding-bottom: 30px;
  margin-bottom: 0;
  color: #ffffff;
  line-height: 30px;
  margin: 0;
  text-align: left;
}
.cid-tikzp2qwsa .user_name {
  color: #ffffff;
  line-height: 30px;
  margin: 0;
  text-align: left;
}
@media (max-width: 400px) {
  .cid-tikzp2qwsa .user_image {
    margin-bottom: 25px;
    margin-top: 25px;
  }
  .cid-tikzp2qwsa .user-card {
    padding: 1rem;
  }
  .cid-tikzp2qwsa .heading {
    padding-bottom: 25px;
  }
}
@media (max-width: 770px) {
  .cid-tikzp2qwsa .user_image {
    margin-bottom: 25px;
    padding-right: 0;
  }
}
.cid-tikzp2qwsa .small {
  margin-bottom: 0;
}
.cid-t8dqJa8GjG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #47b5ed;
}
.cid-t8dqJa8GjG .mbr-fallback-image.disabled {
  display: none;
}
.cid-t8dqJa8GjG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-t8dqJa8GjG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t8dqJa8GjG .row {
  flex-direction: row-reverse;
}
.cid-t8dqJa8GjG img {
  width: 100%;
}
.cid-t58Mebtxy1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #47b5ed;
}
.cid-t58Mebtxy1 .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-t58Mebtxy1 .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-t58Mebtxy1 .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-t58Mebtxy1 .wrapper {
  padding: 30px 0;
}
.cid-t58Mebtxy1 .mbr-section-title {
  color: #fafafa;
}
.cid-t58Mebtxy1 .mbr-text,
.cid-t58Mebtxy1 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-t58Mebtxy1 H3 {
  text-align: left;
}
.cid-t7AOyOIJFy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffb5b5;
}
.cid-sVHy5hOPHH {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-sVHy5hOPHH svg {
  position: absolute;
  top: 0;
}
.cid-sVHy5hOPHH .svg-1 {
  fill: #ffb5b5;
}
.cid-sVHy5hOPHH .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-sVHy5hOPHH {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-sVHy5hOPHH .mbr-text {
  color: #fafafa;
}
.cid-sVHy5hOPHH a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tyJ8neT3hr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tyJ8neT3hr .nav-item:focus,
.cid-tyJ8neT3hr .nav-link:focus {
  outline: none;
}
.cid-tyJ8neT3hr .text-white:hover,
.cid-tyJ8neT3hr .text-white:active,
.cid-tyJ8neT3hr .text-white:focus {
  color: white!important;
}
.cid-tyJ8neT3hr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tyJ8neT3hr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-tyJ8neT3hr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyJ8neT3hr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyJ8neT3hr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyJ8neT3hr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyJ8neT3hr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyJ8neT3hr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyJ8neT3hr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyJ8neT3hr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyJ8neT3hr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyJ8neT3hr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyJ8neT3hr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyJ8neT3hr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyJ8neT3hr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyJ8neT3hr .section {
  position: relative;
  overflow: visible!important;
}
.cid-tyJ8neT3hr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-item:hover {
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-menu {
  background-color: white!important;
}
.cid-tyJ8neT3hr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tyJ8neT3hr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tyJ8neT3hr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .collapsed {
  flex-direction: row!important;
}
.cid-tyJ8neT3hr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyJ8neT3hr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyJ8neT3hr .navbar-caption {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyJ8neT3hr .dropdown-item.active,
.cid-tyJ8neT3hr .dropdown-item:active {
  background-color: transparent;
}
.cid-tyJ8neT3hr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyJ8neT3hr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyJ8neT3hr .navbar-buttons {
  text-align: center;
}
.cid-tyJ8neT3hr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyJ8neT3hr .nav-link {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyJ8neT3hr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyJ8neT3hr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyJ8neT3hr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyJ8neT3hr .navbar {
    height: 77px;
  }
  .cid-tyJ8neT3hr .navbar.opened {
    height: auto;
  }
  .cid-tyJ8neT3hr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sEE8hZSP22 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-sEE8hZSP22 .mbr-section-title {
  text-align: center;
}
.cid-sEE8hZSP22 .mbr-text,
.cid-sEE8hZSP22 .mbr-section-btn {
  color: #232323;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sEE8hZSP22 .mbr-section-title,
  .cid-sEE8hZSP22 .mbr-section-btn,
  .cid-sEE8hZSP22 .mbr-text {
    text-align: center;
  }
}
.cid-sEEdESH84E {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-sEEdESH84E .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sEEdESH84E .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
  background-color: transparent;
}
.cid-sEEdESH84E .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sEEdESH84E .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sEEdESH84E .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-sEEdESH84E .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sEEdESH84E .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sEEdESH84E .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sEEdESH84E .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sEEdESH84E .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sEEaZods1H {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-sEEaZods1H .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-sEEaZods1H .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-sEEaZods1H .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-sEEaZods1H .wrapper {
  padding: 30px 0;
}
.cid-sEEaZods1H .mbr-section-title {
  color: #fafafa;
}
.cid-sEEaZods1H .mbr-text,
.cid-sEEaZods1H .mbr-section-btn {
  color: #ffffff;
}
.cid-ti9cMb6MPy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffb5b5;
}
.cid-sVHy5hOPHH {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-sVHy5hOPHH svg {
  position: absolute;
  top: 0;
}
.cid-sVHy5hOPHH .svg-1 {
  fill: #ffb5b5;
}
.cid-sVHy5hOPHH .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-sVHy5hOPHH {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-sVHy5hOPHH .mbr-text {
  color: #fafafa;
}
.cid-sVHy5hOPHH a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tyJ8neT3hr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tyJ8neT3hr .nav-item:focus,
.cid-tyJ8neT3hr .nav-link:focus {
  outline: none;
}
.cid-tyJ8neT3hr .text-white:hover,
.cid-tyJ8neT3hr .text-white:active,
.cid-tyJ8neT3hr .text-white:focus {
  color: white!important;
}
.cid-tyJ8neT3hr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tyJ8neT3hr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-tyJ8neT3hr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyJ8neT3hr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyJ8neT3hr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyJ8neT3hr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyJ8neT3hr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyJ8neT3hr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyJ8neT3hr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyJ8neT3hr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyJ8neT3hr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyJ8neT3hr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyJ8neT3hr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyJ8neT3hr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyJ8neT3hr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyJ8neT3hr .section {
  position: relative;
  overflow: visible!important;
}
.cid-tyJ8neT3hr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-item:hover {
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-menu {
  background-color: white!important;
}
.cid-tyJ8neT3hr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tyJ8neT3hr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tyJ8neT3hr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .collapsed {
  flex-direction: row!important;
}
.cid-tyJ8neT3hr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyJ8neT3hr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyJ8neT3hr .navbar-caption {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyJ8neT3hr .dropdown-item.active,
.cid-tyJ8neT3hr .dropdown-item:active {
  background-color: transparent;
}
.cid-tyJ8neT3hr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyJ8neT3hr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyJ8neT3hr .navbar-buttons {
  text-align: center;
}
.cid-tyJ8neT3hr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyJ8neT3hr .nav-link {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyJ8neT3hr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyJ8neT3hr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyJ8neT3hr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyJ8neT3hr .navbar {
    height: 77px;
  }
  .cid-tyJ8neT3hr .navbar.opened {
    height: auto;
  }
  .cid-tyJ8neT3hr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgYQv2OehV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: linear-gradient(135deg, #e43f3f 10%, #4479d9 100%) !important;
}
.cid-tgYQv2OehV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgYQv2OehV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgYQv2OehV .mbr-text,
.cid-tgYQv2OehV .mbr-section-btn {
  text-align: left;
}
.cid-sEIQhos1fJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffb18a;
}
.cid-sEIPGKfpks {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-sEIPGKfpks blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-sEITks4oyC {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background7.jpg");
}
@media (max-width: 991px) {
  .cid-sEITks4oyC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sEITks4oyC .row {
  flex-direction: row-reverse;
}
.cid-sEITks4oyC img {
  width: 100%;
}
.cid-sEIQ4DU1zW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-sEIQ4DU1zW blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-sEIQ5SFTRC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-sEIQ5SFTRC blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-sEIUFt3MJJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-sEIUFt3MJJ blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-sEIQ5llzLZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-sEIQ5llzLZ blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-sEIUG6halh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-sEIUG6halh blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tg8JoSgBcw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffb5b5;
}
.cid-sVHy5hOPHH {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-sVHy5hOPHH svg {
  position: absolute;
  top: 0;
}
.cid-sVHy5hOPHH .svg-1 {
  fill: #ffb5b5;
}
.cid-sVHy5hOPHH .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-sVHy5hOPHH {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-sVHy5hOPHH .mbr-text {
  color: #fafafa;
}
.cid-sVHy5hOPHH a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tyJ8neT3hr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tyJ8neT3hr .nav-item:focus,
.cid-tyJ8neT3hr .nav-link:focus {
  outline: none;
}
.cid-tyJ8neT3hr .text-white:hover,
.cid-tyJ8neT3hr .text-white:active,
.cid-tyJ8neT3hr .text-white:focus {
  color: white!important;
}
.cid-tyJ8neT3hr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tyJ8neT3hr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-tyJ8neT3hr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyJ8neT3hr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyJ8neT3hr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyJ8neT3hr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyJ8neT3hr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyJ8neT3hr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyJ8neT3hr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyJ8neT3hr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyJ8neT3hr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyJ8neT3hr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyJ8neT3hr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyJ8neT3hr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyJ8neT3hr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyJ8neT3hr .section {
  position: relative;
  overflow: visible!important;
}
.cid-tyJ8neT3hr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-item:hover {
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-menu {
  background-color: white!important;
}
.cid-tyJ8neT3hr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tyJ8neT3hr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tyJ8neT3hr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .collapsed {
  flex-direction: row!important;
}
.cid-tyJ8neT3hr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyJ8neT3hr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyJ8neT3hr .navbar-caption {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyJ8neT3hr .dropdown-item.active,
.cid-tyJ8neT3hr .dropdown-item:active {
  background-color: transparent;
}
.cid-tyJ8neT3hr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyJ8neT3hr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyJ8neT3hr .navbar-buttons {
  text-align: center;
}
.cid-tyJ8neT3hr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyJ8neT3hr .nav-link {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyJ8neT3hr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyJ8neT3hr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyJ8neT3hr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyJ8neT3hr .navbar {
    height: 77px;
  }
  .cid-tyJ8neT3hr .navbar.opened {
    height: auto;
  }
  .cid-tyJ8neT3hr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sEJ0jqLUMH {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-sEJ0jqLUMH .mbr-section-subtitle {
  text-align: left;
}
.cid-tgZ0lizTol {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffb5b5;
}
.cid-tgZ0lizTol .line {
  background-color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tgZ0lizTol .mbr-text {
  text-align: center;
}
.cid-tgZ3Pdw13Y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffb5b5;
}
.cid-tgZ4fBgrPh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffb5b5;
}
.cid-sU0dodwI8X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1399.png");
}
.cid-sU0dodwI8X .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-sU0dodwI8X .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-sU0dodwI8X .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-sU0dodwI8X .wrapper {
  padding: 30px 0;
}
.cid-sU0dodwI8X .mbr-section-title {
  color: #fafafa;
}
.cid-sU0dodwI8X .mbr-text,
.cid-sU0dodwI8X .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sEJ0jraU46 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-sEJ0jraU46 blockquote {
  border-color: #e6c63b;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-sEJ0jsefA2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-sEJ0jsefA2 blockquote {
  border-color: #e6c63b;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-sEJ0jrUdYp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-sEJ0jrUdYp blockquote {
  border-color: #e6c63b;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-sEJ3P8Qhnn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-sEJ3P8Qhnn blockquote {
  border-color: #e6c63b;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-sEJ0jsynKC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-sEJ0jsynKC blockquote {
  border-color: #e6c63b;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-sEJ0jsPUkF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-sEJ0jsPUkF blockquote {
  border-color: #e6c63b;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-sEJ0jt2E6z {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-sEJ0jt2E6z blockquote {
  border-color: #e6c63b;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-sEJ3XGSzSp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-sEJ3XGSzSp blockquote {
  border-color: #e6c63b;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-sEJ3YxsKHA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-sEJ3YxsKHA blockquote {
  border-color: #e6c63b;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-sEJ9gcxzEx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-sEJ9gcxzEx blockquote {
  border-color: #e6c63b;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-sEJ3ZythVl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-sEJ3ZythVl blockquote {
  border-color: #e6c63b;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-sEJ92taVKY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-sEJ92taVKY blockquote {
  border-color: #e6c63b;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tgZ2cMRYD6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffb5b5;
}
.cid-sVHy5hOPHH {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-sVHy5hOPHH svg {
  position: absolute;
  top: 0;
}
.cid-sVHy5hOPHH .svg-1 {
  fill: #ffb5b5;
}
.cid-sVHy5hOPHH .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-sVHy5hOPHH {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-sVHy5hOPHH .mbr-text {
  color: #fafafa;
}
.cid-sVHy5hOPHH a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tyJ8neT3hr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tyJ8neT3hr .nav-item:focus,
.cid-tyJ8neT3hr .nav-link:focus {
  outline: none;
}
.cid-tyJ8neT3hr .text-white:hover,
.cid-tyJ8neT3hr .text-white:active,
.cid-tyJ8neT3hr .text-white:focus {
  color: white!important;
}
.cid-tyJ8neT3hr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tyJ8neT3hr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-tyJ8neT3hr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyJ8neT3hr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyJ8neT3hr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyJ8neT3hr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyJ8neT3hr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyJ8neT3hr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyJ8neT3hr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyJ8neT3hr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyJ8neT3hr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyJ8neT3hr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyJ8neT3hr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyJ8neT3hr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyJ8neT3hr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyJ8neT3hr .section {
  position: relative;
  overflow: visible!important;
}
.cid-tyJ8neT3hr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-item:hover {
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-menu {
  background-color: white!important;
}
.cid-tyJ8neT3hr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tyJ8neT3hr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tyJ8neT3hr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .collapsed {
  flex-direction: row!important;
}
.cid-tyJ8neT3hr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyJ8neT3hr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyJ8neT3hr .navbar-caption {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyJ8neT3hr .dropdown-item.active,
.cid-tyJ8neT3hr .dropdown-item:active {
  background-color: transparent;
}
.cid-tyJ8neT3hr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyJ8neT3hr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyJ8neT3hr .navbar-buttons {
  text-align: center;
}
.cid-tyJ8neT3hr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyJ8neT3hr .nav-link {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyJ8neT3hr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyJ8neT3hr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyJ8neT3hr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyJ8neT3hr .navbar {
    height: 77px;
  }
  .cid-tyJ8neT3hr .navbar.opened {
    height: auto;
  }
  .cid-tyJ8neT3hr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgDs7zElMP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: linear-gradient(135deg, #e43f3f 10%, #4479d9 100%) !important;
}
.cid-tgDs7zElMP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgDs7zElMP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgDs7zElMP .mbr-text,
.cid-tgDs7zElMP .mbr-section-btn {
  text-align: left;
}
.cid-sF1Zgcv4Z6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-sF1Zgcv4Z6 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #4622d7;
  margin-left: 1rem;
}
.cid-sF1Zgcv4Z6 .panel-group {
  border: none;
}
.cid-sF1Zgcv4Z6 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sF1Zgcv4Z6 .panel-body,
.cid-sF1Zgcv4Z6 .card-header {
  padding: 1rem 0;
}
.cid-sF1Zgcv4Z6 .panel-title-edit {
  color: #000000;
}
.cid-sF1Zgcv4Z6 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sFioWJCgRf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-sFioWJCgRf .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #4622d7;
  margin-left: 1rem;
}
.cid-sFioWJCgRf .panel-group {
  border: none;
}
.cid-sFioWJCgRf .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sFioWJCgRf .panel-body,
.cid-sFioWJCgRf .card-header {
  padding: 1rem 0;
}
.cid-sFioWJCgRf .panel-title-edit {
  color: #000000;
}
.cid-sFioWJCgRf .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tgYH4gxDHt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffb5b5;
}
.cid-sVHy5hOPHH {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-sVHy5hOPHH svg {
  position: absolute;
  top: 0;
}
.cid-sVHy5hOPHH .svg-1 {
  fill: #ffb5b5;
}
.cid-sVHy5hOPHH .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-sVHy5hOPHH {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-sVHy5hOPHH .mbr-text {
  color: #fafafa;
}
.cid-sVHy5hOPHH a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tyJ8neT3hr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tyJ8neT3hr .nav-item:focus,
.cid-tyJ8neT3hr .nav-link:focus {
  outline: none;
}
.cid-tyJ8neT3hr .text-white:hover,
.cid-tyJ8neT3hr .text-white:active,
.cid-tyJ8neT3hr .text-white:focus {
  color: white!important;
}
.cid-tyJ8neT3hr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tyJ8neT3hr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-tyJ8neT3hr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyJ8neT3hr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyJ8neT3hr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyJ8neT3hr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyJ8neT3hr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyJ8neT3hr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyJ8neT3hr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyJ8neT3hr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyJ8neT3hr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyJ8neT3hr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyJ8neT3hr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyJ8neT3hr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyJ8neT3hr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyJ8neT3hr .section {
  position: relative;
  overflow: visible!important;
}
.cid-tyJ8neT3hr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-item:hover {
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-menu {
  background-color: white!important;
}
.cid-tyJ8neT3hr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tyJ8neT3hr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tyJ8neT3hr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .collapsed {
  flex-direction: row!important;
}
.cid-tyJ8neT3hr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyJ8neT3hr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyJ8neT3hr .navbar-caption {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyJ8neT3hr .dropdown-item.active,
.cid-tyJ8neT3hr .dropdown-item:active {
  background-color: transparent;
}
.cid-tyJ8neT3hr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyJ8neT3hr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyJ8neT3hr .navbar-buttons {
  text-align: center;
}
.cid-tyJ8neT3hr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyJ8neT3hr .nav-link {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyJ8neT3hr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyJ8neT3hr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyJ8neT3hr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyJ8neT3hr .navbar {
    height: 77px;
  }
  .cid-tyJ8neT3hr .navbar.opened {
    height: auto;
  }
  .cid-tyJ8neT3hr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJOFG5b3Vp {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1278.jpg");
}
.cid-sJOFG5b3Vp .mbr-section-title {
  text-align: center;
}
.cid-sJOFG5b3Vp .mbr-text,
.cid-sJOFG5b3Vp .mbr-section-btn {
  color: #232323;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sJOFG5b3Vp .mbr-section-title,
  .cid-sJOFG5b3Vp .mbr-section-btn,
  .cid-sJOFG5b3Vp .mbr-text {
    text-align: center;
  }
}
.cid-sJOFG6iNSt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-sJOFG6iNSt .mbr-section-title,
.cid-sJOFG6iNSt .mbr-section-subtitle {
  text-align: center;
}
.cid-sJOFG6iNSt .cost {
  word-break: normal;
}
.cid-sJOFG6iNSt .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-sJOFG6iNSt .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-sJOFG6iNSt .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sJOFG6iNSt .card-wrapper {
    padding: 1rem;
  }
}
.cid-sJOFG6iNSt P {
  text-align: left;
  color: #000000;
}
.cid-sJOKB0R460 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1278.jpg");
}
.cid-sJOKB0R460 .mbr-text,
.cid-sJOKB0R460 .mbr-section-btn {
  color: #232323;
}
.cid-sJOKB0R460 .card-title,
.cid-sJOKB0R460 .card-box {
  color: #ffffff;
}
.cid-sJOKB0R460 .mbr-text,
.cid-sJOKB0R460 .link-wrap {
  color: #ffffff;
}
.cid-sJOKhTRLHE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-sJOKhTRLHE .number-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-sJOKhTRLHE .number {
  color: #ffffff;
}
.cid-sJOKhTRLHE .period {
  display: block;
}
.cid-sJOKhTRLHE .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-sJOKhTRLHE .period {
    font-size: 0.8rem;
  }
}
.cid-sJOKhTRLHE .btn {
  height: 100%;
  margin: 0;
}
.cid-sJOKhTRLHE .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-sJOKhTRLHE .mbr-section-title {
  color: #ffffff;
}
.cid-sJOKhTRLHE .mbr-text {
  color: #ffffff;
}
.cid-sJOKhTRLHE .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-sJOKhTRLHE .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-sJOKhTRLHE .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-sJOKhTRLHE .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-tgZoCZpydB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffb5b5;
}
.cid-sVHy5hOPHH {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-sVHy5hOPHH svg {
  position: absolute;
  top: 0;
}
.cid-sVHy5hOPHH .svg-1 {
  fill: #ffb5b5;
}
.cid-sVHy5hOPHH .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-sVHy5hOPHH {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-sVHy5hOPHH .mbr-text {
  color: #fafafa;
}
.cid-sVHy5hOPHH a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tyJ8neT3hr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tyJ8neT3hr .nav-item:focus,
.cid-tyJ8neT3hr .nav-link:focus {
  outline: none;
}
.cid-tyJ8neT3hr .text-white:hover,
.cid-tyJ8neT3hr .text-white:active,
.cid-tyJ8neT3hr .text-white:focus {
  color: white!important;
}
.cid-tyJ8neT3hr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tyJ8neT3hr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-tyJ8neT3hr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyJ8neT3hr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyJ8neT3hr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyJ8neT3hr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyJ8neT3hr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyJ8neT3hr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyJ8neT3hr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyJ8neT3hr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyJ8neT3hr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyJ8neT3hr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyJ8neT3hr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyJ8neT3hr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyJ8neT3hr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyJ8neT3hr .section {
  position: relative;
  overflow: visible!important;
}
.cid-tyJ8neT3hr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-item:hover {
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-menu {
  background-color: white!important;
}
.cid-tyJ8neT3hr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tyJ8neT3hr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tyJ8neT3hr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .collapsed {
  flex-direction: row!important;
}
.cid-tyJ8neT3hr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyJ8neT3hr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyJ8neT3hr .navbar-caption {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyJ8neT3hr .dropdown-item.active,
.cid-tyJ8neT3hr .dropdown-item:active {
  background-color: transparent;
}
.cid-tyJ8neT3hr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyJ8neT3hr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyJ8neT3hr .navbar-buttons {
  text-align: center;
}
.cid-tyJ8neT3hr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyJ8neT3hr .nav-link {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyJ8neT3hr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyJ8neT3hr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyJ8neT3hr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyJ8neT3hr .navbar {
    height: 77px;
  }
  .cid-tyJ8neT3hr .navbar.opened {
    height: auto;
  }
  .cid-tyJ8neT3hr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tegStoqiMG {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1008.jpg");
}
.cid-tegStoqiMG .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tegStoqiMG .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tegStoqiMG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tegStoqiMG .mbr-text,
.cid-tegStoqiMG .mbr-section-btn {
  text-align: center;
}
.cid-tegStoqiMG .mbr-section-title {
  text-align: center;
}
.cid-tgJglHJ9k5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: linear-gradient(135deg, #e43f3f 10%, #4479d9 100%) !important;
}
.cid-tgJglHJ9k5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgJglHJ9k5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgJglHJ9k5 .mbr-text,
.cid-tgJglHJ9k5 .mbr-section-btn {
  text-align: left;
}
.cid-t1fUoYxeh2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #b5a7f0;
}
.cid-t1fUoYxeh2 img,
.cid-t1fUoYxeh2 .item-img {
  width: 100%;
}
.cid-t1fUoYxeh2 .item:focus,
.cid-t1fUoYxeh2 span:focus {
  outline: none;
}
.cid-t1fUoYxeh2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t1fUoYxeh2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #70c58e;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t1fUoYxeh2 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-t1fUoYxeh2 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t1fUoYxeh2 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t1fUoYxeh2 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t1fUoYxeh2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t1fUoYxeh2 .mbr-section-title {
  color: #232323;
}
.cid-t1fUoYxeh2 .mbr-text,
.cid-t1fUoYxeh2 .mbr-section-btn {
  text-align: left;
}
.cid-t1fUoYxeh2 .item-title {
  text-align: left;
}
.cid-t1fUoYxeh2 .item-subtitle {
  text-align: center;
}
.cid-tgJgCKrPWD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: linear-gradient(135deg, #e43f3f 10%, #4479d9 100%) !important;
}
.cid-tgJgCKrPWD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgJgCKrPWD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgJgCKrPWD .mbr-text,
.cid-tgJgCKrPWD .mbr-section-btn {
  text-align: left;
}
.cid-t2R7QgiRrg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #b5a7f0;
}
.cid-t2R7QgiRrg img,
.cid-t2R7QgiRrg .item-img {
  width: 100%;
}
.cid-t2R7QgiRrg .item:focus,
.cid-t2R7QgiRrg span:focus {
  outline: none;
}
.cid-t2R7QgiRrg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t2R7QgiRrg .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #70c58e;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t2R7QgiRrg .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-t2R7QgiRrg .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2R7QgiRrg .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t2R7QgiRrg .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t2R7QgiRrg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2R7QgiRrg .mbr-section-title {
  color: #232323;
}
.cid-t2R7QgiRrg .mbr-text,
.cid-t2R7QgiRrg .mbr-section-btn {
  text-align: left;
}
.cid-t2R7QgiRrg .item-title {
  text-align: left;
}
.cid-t2R7QgiRrg .item-subtitle {
  text-align: center;
}
.cid-tgJgBhYxq6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: linear-gradient(135deg, #e43f3f 10%, #4479d9 100%) !important;
}
.cid-tgJgBhYxq6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgJgBhYxq6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgJgBhYxq6 .mbr-text,
.cid-tgJgBhYxq6 .mbr-section-btn {
  text-align: left;
}
.cid-sKnDappCQm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #b5a7f0;
}
.cid-sKnDappCQm img,
.cid-sKnDappCQm .item-img {
  width: 100%;
}
.cid-sKnDappCQm .item:focus,
.cid-sKnDappCQm span:focus {
  outline: none;
}
.cid-sKnDappCQm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sKnDappCQm .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #70c58e;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sKnDappCQm .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sKnDappCQm .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sKnDappCQm .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sKnDappCQm .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sKnDappCQm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sKnDappCQm .mbr-section-title {
  color: #232323;
}
.cid-sKnDappCQm .mbr-text,
.cid-sKnDappCQm .mbr-section-btn {
  text-align: left;
}
.cid-sKnDappCQm .item-title {
  text-align: left;
}
.cid-sKnDappCQm .item-subtitle {
  text-align: center;
}
.cid-tgJgG6fzkz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: linear-gradient(135deg, #e43f3f 10%, #4479d9 100%) !important;
}
.cid-tgJgG6fzkz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgJgG6fzkz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgJgG6fzkz .mbr-text,
.cid-tgJgG6fzkz .mbr-section-btn {
  text-align: left;
}
.cid-sKnDbj4M63 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b5a7f0;
}
.cid-sKnDbj4M63 img,
.cid-sKnDbj4M63 .item-img {
  width: 100%;
}
.cid-sKnDbj4M63 .item:focus,
.cid-sKnDbj4M63 span:focus {
  outline: none;
}
.cid-sKnDbj4M63 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sKnDbj4M63 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #70c58e;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sKnDbj4M63 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sKnDbj4M63 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sKnDbj4M63 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sKnDbj4M63 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sKnDbj4M63 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sKnDbj4M63 .mbr-section-title {
  color: #232323;
}
.cid-sKnDbj4M63 .mbr-text,
.cid-sKnDbj4M63 .mbr-section-btn {
  text-align: left;
}
.cid-sKnDbj4M63 .item-title {
  text-align: left;
}
.cid-sKnDbj4M63 .item-subtitle {
  text-align: center;
}
.cid-tgJgGRRMnh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: linear-gradient(135deg, #e43f3f 10%, #4479d9 100%) !important;
}
.cid-tgJgGRRMnh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgJgGRRMnh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgJgGRRMnh .mbr-text,
.cid-tgJgGRRMnh .mbr-section-btn {
  text-align: left;
}
.cid-sQvYLgouNm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b5a7f0;
}
.cid-sQvYLgouNm img,
.cid-sQvYLgouNm .item-img {
  width: 100%;
}
.cid-sQvYLgouNm .item:focus,
.cid-sQvYLgouNm span:focus {
  outline: none;
}
.cid-sQvYLgouNm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sQvYLgouNm .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #70c58e;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sQvYLgouNm .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sQvYLgouNm .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQvYLgouNm .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sQvYLgouNm .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sQvYLgouNm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sQvYLgouNm .mbr-section-title {
  color: #232323;
}
.cid-sQvYLgouNm .mbr-text,
.cid-sQvYLgouNm .mbr-section-btn {
  text-align: left;
}
.cid-sQvYLgouNm .item-title {
  text-align: left;
}
.cid-sQvYLgouNm .item-subtitle {
  text-align: center;
}
.cid-tdqMZlB3af {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffb5b5;
}
.cid-sVHy5hOPHH {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-sVHy5hOPHH svg {
  position: absolute;
  top: 0;
}
.cid-sVHy5hOPHH .svg-1 {
  fill: #ffb5b5;
}
.cid-sVHy5hOPHH .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-sVHy5hOPHH {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-sVHy5hOPHH .mbr-text {
  color: #fafafa;
}
.cid-sVHy5hOPHH a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tyJ8neT3hr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tyJ8neT3hr .nav-item:focus,
.cid-tyJ8neT3hr .nav-link:focus {
  outline: none;
}
.cid-tyJ8neT3hr .text-white:hover,
.cid-tyJ8neT3hr .text-white:active,
.cid-tyJ8neT3hr .text-white:focus {
  color: white!important;
}
.cid-tyJ8neT3hr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tyJ8neT3hr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-tyJ8neT3hr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyJ8neT3hr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyJ8neT3hr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyJ8neT3hr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyJ8neT3hr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyJ8neT3hr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyJ8neT3hr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyJ8neT3hr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyJ8neT3hr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyJ8neT3hr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyJ8neT3hr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyJ8neT3hr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyJ8neT3hr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyJ8neT3hr .section {
  position: relative;
  overflow: visible!important;
}
.cid-tyJ8neT3hr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-item:hover {
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-menu {
  background-color: white!important;
}
.cid-tyJ8neT3hr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tyJ8neT3hr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tyJ8neT3hr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .collapsed {
  flex-direction: row!important;
}
.cid-tyJ8neT3hr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyJ8neT3hr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyJ8neT3hr .navbar-caption {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyJ8neT3hr .dropdown-item.active,
.cid-tyJ8neT3hr .dropdown-item:active {
  background-color: transparent;
}
.cid-tyJ8neT3hr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyJ8neT3hr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyJ8neT3hr .navbar-buttons {
  text-align: center;
}
.cid-tyJ8neT3hr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyJ8neT3hr .nav-link {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyJ8neT3hr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyJ8neT3hr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyJ8neT3hr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyJ8neT3hr .navbar {
    height: 77px;
  }
  .cid-tyJ8neT3hr .navbar.opened {
    height: auto;
  }
  .cid-tyJ8neT3hr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQoG50H2LK {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1278.jpg");
}
.cid-sQoG50H2LK .mbr-section-title {
  text-align: center;
}
.cid-sQoG50H2LK .mbr-text,
.cid-sQoG50H2LK .mbr-section-btn {
  color: #232323;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQoG50H2LK .mbr-section-title,
  .cid-sQoG50H2LK .mbr-section-btn,
  .cid-sQoG50H2LK .mbr-text {
    text-align: center;
  }
}
.cid-sQoHyeD8Vm {
  background-color: #ffb5b5;
}
.cid-sQoHyeD8Vm .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sQoHyeD8Vm .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sQoHyeD8Vm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sQoHyeD8Vm .mbr-text,
.cid-sQoHyeD8Vm .mbr-section-btn {
  text-align: left;
}
.cid-sQoHyeD8Vm .mbr-section-title {
  text-align: center;
}
.cid-sQSWQa97LQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-sQSWQa97LQ .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sQSWQa97LQ .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sQSWQa97LQ .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sQSWQa97LQ .card-wrapper {
    padding: 4rem;
  }
}
.cid-sQSWQa97LQ .mbr-text,
.cid-sQSWQa97LQ .mbr-section-btn {
  text-align: left;
}
.cid-sRuZ6t45cG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-sRuZ6t45cG .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #4622d7;
  margin-left: 1rem;
}
.cid-sRuZ6t45cG .panel-group {
  border: none;
}
.cid-sRuZ6t45cG .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sRuZ6t45cG .panel-body,
.cid-sRuZ6t45cG .card-header {
  padding: 1rem 0;
}
.cid-sRuZ6t45cG .panel-title-edit {
  color: #000000;
}
.cid-sRuZ6t45cG .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sQoLF9Gs6M {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1020.jpg");
}
.cid-sQoLF9Gs6M .number-wrap {
  color: #000000;
  text-align: center;
}
.cid-sQoLF9Gs6M .number {
  color: #4479d9;
}
.cid-sQoLF9Gs6M .period {
  display: block;
}
.cid-sQoLF9Gs6M .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-sQoLF9Gs6M .period {
    font-size: 0.8rem;
  }
}
.cid-sQoLF9Gs6M .btn {
  height: 100%;
  margin: 0;
}
.cid-sQoLF9Gs6M .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-sQoLF9Gs6M .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-sQoLF9Gs6M .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-sQoLF9Gs6M .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-sQoLF9Gs6M .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #6592e6;
  color: #ffffff;
}
.cid-sT0jTvfsrX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-sT0jTvfsrX .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sT0jTvfsrX .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sT0jTvfsrX .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sT0jTvfsrX .card-wrapper {
    padding: 4rem;
  }
}
.cid-sT0jTvfsrX .mbr-text,
.cid-sT0jTvfsrX .mbr-section-btn {
  text-align: center;
}
.cid-sV2dtHvxtB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-sV2dtHvxtB .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sV2dtHvxtB .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sV2dtHvxtB .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sV2dtHvxtB .card-wrapper {
    padding: 4rem;
  }
}
.cid-sV2dtHvxtB .mbr-text,
.cid-sV2dtHvxtB .mbr-section-btn {
  text-align: right;
}
.cid-sV2dYHiRSf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-sV2dYHiRSf .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sV2dYHiRSf .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sV2dYHiRSf .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sV2dYHiRSf .card-wrapper {
    padding: 4rem;
  }
}
.cid-sV2dYHiRSf .mbr-text,
.cid-sV2dYHiRSf .mbr-section-btn {
  text-align: left;
}
.cid-sVHy5hOPHH {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-sVHy5hOPHH svg {
  position: absolute;
  top: 0;
}
.cid-sVHy5hOPHH .svg-1 {
  fill: #ffb5b5;
}
.cid-sVHy5hOPHH .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-sVHy5hOPHH {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-sVHy5hOPHH .mbr-text {
  color: #fafafa;
}
.cid-sVHy5hOPHH a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tyJ8neT3hr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tyJ8neT3hr .nav-item:focus,
.cid-tyJ8neT3hr .nav-link:focus {
  outline: none;
}
.cid-tyJ8neT3hr .text-white:hover,
.cid-tyJ8neT3hr .text-white:active,
.cid-tyJ8neT3hr .text-white:focus {
  color: white!important;
}
.cid-tyJ8neT3hr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tyJ8neT3hr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-tyJ8neT3hr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyJ8neT3hr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyJ8neT3hr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyJ8neT3hr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyJ8neT3hr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyJ8neT3hr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyJ8neT3hr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyJ8neT3hr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyJ8neT3hr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyJ8neT3hr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyJ8neT3hr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyJ8neT3hr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyJ8neT3hr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyJ8neT3hr .section {
  position: relative;
  overflow: visible!important;
}
.cid-tyJ8neT3hr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-item:hover {
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-menu {
  background-color: white!important;
}
.cid-tyJ8neT3hr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tyJ8neT3hr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tyJ8neT3hr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .collapsed {
  flex-direction: row!important;
}
.cid-tyJ8neT3hr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyJ8neT3hr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyJ8neT3hr .navbar-caption {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyJ8neT3hr .dropdown-item.active,
.cid-tyJ8neT3hr .dropdown-item:active {
  background-color: transparent;
}
.cid-tyJ8neT3hr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyJ8neT3hr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyJ8neT3hr .navbar-buttons {
  text-align: center;
}
.cid-tyJ8neT3hr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyJ8neT3hr .nav-link {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyJ8neT3hr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyJ8neT3hr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyJ8neT3hr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyJ8neT3hr .navbar {
    height: 77px;
  }
  .cid-tyJ8neT3hr .navbar.opened {
    height: auto;
  }
  .cid-tyJ8neT3hr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQBYKarGuY {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1278.jpg");
}
.cid-sQBYKarGuY .mbr-section-title {
  text-align: center;
}
.cid-sQBYKarGuY .mbr-text,
.cid-sQBYKarGuY .mbr-section-btn {
  color: #232323;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sQBYKarGuY .mbr-section-title,
  .cid-sQBYKarGuY .mbr-section-btn,
  .cid-sQBYKarGuY .mbr-text {
    text-align: center;
  }
}
.cid-sQCdJlayHq {
  background-image: linear-gradient(135deg, #e43f3f 10%, #4479d9 100%) !important;
}
.cid-sQCdJlayHq .mbr-text,
.cid-sQCdJlayHq .mbr-section-btn {
  text-align: left;
}
.cid-sQBYKcU31k {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1020.jpg");
}
.cid-sQBYKcU31k .number-wrap {
  color: #000000;
  text-align: center;
}
.cid-sQBYKcU31k .number {
  color: #4479d9;
}
.cid-sQBYKcU31k .period {
  display: block;
}
.cid-sQBYKcU31k .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-sQBYKcU31k .period {
    font-size: 0.8rem;
  }
}
.cid-sQBYKcU31k .btn {
  height: 100%;
  margin: 0;
}
.cid-sQBYKcU31k .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-sQBYKcU31k .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-sQBYKcU31k .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-sQBYKcU31k .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-sQBYKcU31k .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #6592e6;
  color: #ffffff;
}
.cid-sVHy5hOPHH {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-sVHy5hOPHH svg {
  position: absolute;
  top: 0;
}
.cid-sVHy5hOPHH .svg-1 {
  fill: #ffb5b5;
}
.cid-sVHy5hOPHH .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-sVHy5hOPHH {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-sVHy5hOPHH .mbr-text {
  color: #fafafa;
}
.cid-sVHy5hOPHH a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tyJ8neT3hr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tyJ8neT3hr .nav-item:focus,
.cid-tyJ8neT3hr .nav-link:focus {
  outline: none;
}
.cid-tyJ8neT3hr .text-white:hover,
.cid-tyJ8neT3hr .text-white:active,
.cid-tyJ8neT3hr .text-white:focus {
  color: white!important;
}
.cid-tyJ8neT3hr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tyJ8neT3hr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-tyJ8neT3hr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyJ8neT3hr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyJ8neT3hr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyJ8neT3hr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyJ8neT3hr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyJ8neT3hr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyJ8neT3hr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyJ8neT3hr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyJ8neT3hr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyJ8neT3hr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyJ8neT3hr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyJ8neT3hr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyJ8neT3hr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyJ8neT3hr .section {
  position: relative;
  overflow: visible!important;
}
.cid-tyJ8neT3hr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-item:hover {
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-menu {
  background-color: white!important;
}
.cid-tyJ8neT3hr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tyJ8neT3hr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tyJ8neT3hr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .collapsed {
  flex-direction: row!important;
}
.cid-tyJ8neT3hr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyJ8neT3hr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyJ8neT3hr .navbar-caption {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyJ8neT3hr .dropdown-item.active,
.cid-tyJ8neT3hr .dropdown-item:active {
  background-color: transparent;
}
.cid-tyJ8neT3hr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyJ8neT3hr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyJ8neT3hr .navbar-buttons {
  text-align: center;
}
.cid-tyJ8neT3hr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyJ8neT3hr .nav-link {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyJ8neT3hr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyJ8neT3hr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyJ8neT3hr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyJ8neT3hr .navbar {
    height: 77px;
  }
  .cid-tyJ8neT3hr .navbar.opened {
    height: auto;
  }
  .cid-tyJ8neT3hr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sExF32SPcS {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-sExF32SPcS .mbr-section-title {
  text-align: center;
}
.cid-sExF32SPcS .mbr-text,
.cid-sExF32SPcS .mbr-section-btn {
  color: #232323;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sExF32SPcS .mbr-section-title,
  .cid-sExF32SPcS .mbr-section-btn,
  .cid-sExF32SPcS .mbr-text {
    text-align: center;
  }
}
.cid-sRpG8YZtu0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sRpG8YZtu0 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #4622d7;
  margin-left: 1rem;
}
.cid-sRpG8YZtu0 .panel-group {
  border: none;
}
.cid-sRpG8YZtu0 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sRpG8YZtu0 .panel-body,
.cid-sRpG8YZtu0 .card-header {
  padding: 1rem 0;
}
.cid-sRpG8YZtu0 .panel-title-edit {
  color: #000000;
}
.cid-sRpG8YZtu0 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sRpHGcDkdv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sRpHGcDkdv .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #4622d7;
  margin-left: 1rem;
}
.cid-sRpHGcDkdv .panel-group {
  border: none;
}
.cid-sRpHGcDkdv .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sRpHGcDkdv .panel-body,
.cid-sRpHGcDkdv .card-header {
  padding: 1rem 0;
}
.cid-sRpHGcDkdv .panel-title-edit {
  color: #000000;
}
.cid-sRpHGcDkdv .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sVHy5hOPHH {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-sVHy5hOPHH svg {
  position: absolute;
  top: 0;
}
.cid-sVHy5hOPHH .svg-1 {
  fill: #ffb5b5;
}
.cid-sVHy5hOPHH .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-sVHy5hOPHH {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-sVHy5hOPHH .mbr-text {
  color: #fafafa;
}
.cid-sVHy5hOPHH a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tyJ8neT3hr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tyJ8neT3hr .nav-item:focus,
.cid-tyJ8neT3hr .nav-link:focus {
  outline: none;
}
.cid-tyJ8neT3hr .text-white:hover,
.cid-tyJ8neT3hr .text-white:active,
.cid-tyJ8neT3hr .text-white:focus {
  color: white!important;
}
.cid-tyJ8neT3hr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tyJ8neT3hr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-tyJ8neT3hr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyJ8neT3hr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyJ8neT3hr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyJ8neT3hr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyJ8neT3hr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyJ8neT3hr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyJ8neT3hr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyJ8neT3hr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyJ8neT3hr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyJ8neT3hr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyJ8neT3hr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyJ8neT3hr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyJ8neT3hr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyJ8neT3hr .section {
  position: relative;
  overflow: visible!important;
}
.cid-tyJ8neT3hr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-item:hover {
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-menu {
  background-color: white!important;
}
.cid-tyJ8neT3hr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tyJ8neT3hr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tyJ8neT3hr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .collapsed {
  flex-direction: row!important;
}
.cid-tyJ8neT3hr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyJ8neT3hr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyJ8neT3hr .navbar-caption {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyJ8neT3hr .dropdown-item.active,
.cid-tyJ8neT3hr .dropdown-item:active {
  background-color: transparent;
}
.cid-tyJ8neT3hr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyJ8neT3hr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyJ8neT3hr .navbar-buttons {
  text-align: center;
}
.cid-tyJ8neT3hr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyJ8neT3hr .nav-link {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyJ8neT3hr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyJ8neT3hr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyJ8neT3hr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyJ8neT3hr .navbar {
    height: 77px;
  }
  .cid-tyJ8neT3hr .navbar.opened {
    height: auto;
  }
  .cid-tyJ8neT3hr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSnLGp4uiA {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-sSnLGp4uiA .mbr-section-title {
  text-align: center;
}
.cid-sSnLGp4uiA .mbr-text,
.cid-sSnLGp4uiA .mbr-section-btn {
  color: #232323;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sSnLGp4uiA .mbr-section-title,
  .cid-sSnLGp4uiA .mbr-section-btn,
  .cid-sSnLGp4uiA .mbr-text {
    text-align: center;
  }
}
.cid-sSnNeyNq2c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-sSnNeyNq2c .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sSnNeyNq2c .mbr-text,
.cid-sSnNeyNq2c .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-thQTlVmIjg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffb5b5;
}
.cid-sVHy5hOPHH {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-sVHy5hOPHH svg {
  position: absolute;
  top: 0;
}
.cid-sVHy5hOPHH .svg-1 {
  fill: #ffb5b5;
}
.cid-sVHy5hOPHH .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-sVHy5hOPHH {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-sVHy5hOPHH .mbr-text {
  color: #fafafa;
}
.cid-sVHy5hOPHH a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tyJ8neT3hr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tyJ8neT3hr .nav-item:focus,
.cid-tyJ8neT3hr .nav-link:focus {
  outline: none;
}
.cid-tyJ8neT3hr .text-white:hover,
.cid-tyJ8neT3hr .text-white:active,
.cid-tyJ8neT3hr .text-white:focus {
  color: white!important;
}
.cid-tyJ8neT3hr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tyJ8neT3hr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-tyJ8neT3hr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyJ8neT3hr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyJ8neT3hr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyJ8neT3hr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyJ8neT3hr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyJ8neT3hr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyJ8neT3hr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyJ8neT3hr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyJ8neT3hr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyJ8neT3hr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyJ8neT3hr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyJ8neT3hr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyJ8neT3hr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyJ8neT3hr .section {
  position: relative;
  overflow: visible!important;
}
.cid-tyJ8neT3hr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-item:hover {
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-menu {
  background-color: white!important;
}
.cid-tyJ8neT3hr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tyJ8neT3hr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tyJ8neT3hr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .collapsed {
  flex-direction: row!important;
}
.cid-tyJ8neT3hr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyJ8neT3hr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyJ8neT3hr .navbar-caption {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyJ8neT3hr .dropdown-item.active,
.cid-tyJ8neT3hr .dropdown-item:active {
  background-color: transparent;
}
.cid-tyJ8neT3hr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyJ8neT3hr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyJ8neT3hr .navbar-buttons {
  text-align: center;
}
.cid-tyJ8neT3hr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyJ8neT3hr .nav-link {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyJ8neT3hr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyJ8neT3hr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyJ8neT3hr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyJ8neT3hr .navbar {
    height: 77px;
  }
  .cid-tyJ8neT3hr .navbar.opened {
    height: auto;
  }
  .cid-tyJ8neT3hr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTZV9zPd8k {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-sTZV9zPd8k .mbr-section-title {
  text-align: center;
}
.cid-sTZV9zPd8k .mbr-text,
.cid-sTZV9zPd8k .mbr-section-btn {
  color: #232323;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sTZV9zPd8k .mbr-section-title,
  .cid-sTZV9zPd8k .mbr-section-btn,
  .cid-sTZV9zPd8k .mbr-text {
    text-align: center;
  }
}
.cid-sTZVYXWXSm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-sTZVYXWXSm .card-wrapper {
  background: #ffb5b5;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sTZVYXWXSm .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sTZVYXWXSm .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sTZVYXWXSm .card-wrapper {
    padding: 4rem;
  }
}
.cid-sTZVYXWXSm .mbr-text,
.cid-sTZVYXWXSm .mbr-section-btn {
  text-align: left;
}
.cid-sTZXnxbX6G {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-sTZXnxbX6G .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-sTZXnxbX6G .item {
    margin-bottom: 4rem;
  }
}
.cid-sTZXnxbX6G .item:last-child .icon-box:before {
  display: none;
}
.cid-sTZXnxbX6G .item.last .icon-box:before {
  display: none;
}
.cid-sTZXnxbX6G .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-sTZXnxbX6G .icon-box {
    margin-right: 1rem;
  }
}
.cid-sTZXnxbX6G .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 36px;
  left: 50%;
  top: 127%;
  color: #6592e6;
  transform: translate(-50%, 0);
}
.cid-sTZXnxbX6G span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sTZXnxbX6G .card {
    margin-bottom: 2rem;
  }
  .cid-sTZXnxbX6G .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sTZXnxbX6G .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-sTZXnxbX6G .icon-box::before {
    top: 114%;
  }
}
.cid-sU02HMensB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background3.jpeg");
}
@media (min-width: 992px) {
  .cid-sU02HMensB .text-wrapper {
    padding: 2rem;
  }
}
.cid-sU02HMensB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sU02HMensB .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tgZkPix8yZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffb5b5;
}
.cid-sVHy5hOPHH {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-sVHy5hOPHH svg {
  position: absolute;
  top: 0;
}
.cid-sVHy5hOPHH .svg-1 {
  fill: #ffb5b5;
}
.cid-sVHy5hOPHH .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-sVHy5hOPHH {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-sVHy5hOPHH .mbr-text {
  color: #fafafa;
}
.cid-sVHy5hOPHH a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tyJ8neT3hr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tyJ8neT3hr .nav-item:focus,
.cid-tyJ8neT3hr .nav-link:focus {
  outline: none;
}
.cid-tyJ8neT3hr .text-white:hover,
.cid-tyJ8neT3hr .text-white:active,
.cid-tyJ8neT3hr .text-white:focus {
  color: white!important;
}
.cid-tyJ8neT3hr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tyJ8neT3hr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-tyJ8neT3hr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyJ8neT3hr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyJ8neT3hr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyJ8neT3hr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyJ8neT3hr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyJ8neT3hr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyJ8neT3hr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyJ8neT3hr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyJ8neT3hr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyJ8neT3hr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyJ8neT3hr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyJ8neT3hr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyJ8neT3hr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyJ8neT3hr .section {
  position: relative;
  overflow: visible!important;
}
.cid-tyJ8neT3hr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-item:hover {
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-menu {
  background-color: white!important;
}
.cid-tyJ8neT3hr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tyJ8neT3hr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tyJ8neT3hr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .collapsed {
  flex-direction: row!important;
}
.cid-tyJ8neT3hr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyJ8neT3hr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyJ8neT3hr .navbar-caption {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyJ8neT3hr .dropdown-item.active,
.cid-tyJ8neT3hr .dropdown-item:active {
  background-color: transparent;
}
.cid-tyJ8neT3hr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyJ8neT3hr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyJ8neT3hr .navbar-buttons {
  text-align: center;
}
.cid-tyJ8neT3hr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyJ8neT3hr .nav-link {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyJ8neT3hr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyJ8neT3hr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyJ8neT3hr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyJ8neT3hr .navbar {
    height: 77px;
  }
  .cid-tyJ8neT3hr .navbar.opened {
    height: auto;
  }
  .cid-tyJ8neT3hr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sU9pf2HMMk {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1278.jpg");
}
.cid-sU9pf2HMMk .mbr-section-title {
  text-align: center;
}
.cid-sU9pf2HMMk .mbr-text,
.cid-sU9pf2HMMk .mbr-section-btn {
  color: #232323;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sU9pf2HMMk .mbr-section-title,
  .cid-sU9pf2HMMk .mbr-section-btn,
  .cid-sU9pf2HMMk .mbr-text {
    text-align: center;
  }
}
.cid-sU9pf3AxM8 {
  background-color: #ffb5b5;
}
.cid-sU9pf3AxM8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sU9pf3AxM8 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sU9pf3AxM8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sU9pf3AxM8 .mbr-text,
.cid-sU9pf3AxM8 .mbr-section-btn {
  text-align: left;
}
.cid-sU9pf3AxM8 .mbr-section-title {
  text-align: center;
}
.cid-sU9pf6BOSp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1120.jpg");
}
.cid-sU9pf6BOSp .number-wrap {
  color: #000000;
  text-align: center;
}
.cid-sU9pf6BOSp .number {
  color: #4479d9;
}
.cid-sU9pf6BOSp .period {
  display: block;
}
.cid-sU9pf6BOSp .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-sU9pf6BOSp .period {
    font-size: 0.8rem;
  }
}
.cid-sU9pf6BOSp .btn {
  height: 100%;
  margin: 0;
}
.cid-sU9pf6BOSp .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-sU9pf6BOSp .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-sU9pf6BOSp .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-sU9pf6BOSp .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-sU9pf6BOSp .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #6592e6;
  color: #ffffff;
}
.cid-sVHy5hOPHH {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-sVHy5hOPHH svg {
  position: absolute;
  top: 0;
}
.cid-sVHy5hOPHH .svg-1 {
  fill: #ffb5b5;
}
.cid-sVHy5hOPHH .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-sVHy5hOPHH {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-sVHy5hOPHH .mbr-text {
  color: #fafafa;
}
.cid-sVHy5hOPHH a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tyJ8neT3hr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tyJ8neT3hr .nav-item:focus,
.cid-tyJ8neT3hr .nav-link:focus {
  outline: none;
}
.cid-tyJ8neT3hr .text-white:hover,
.cid-tyJ8neT3hr .text-white:active,
.cid-tyJ8neT3hr .text-white:focus {
  color: white!important;
}
.cid-tyJ8neT3hr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tyJ8neT3hr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-tyJ8neT3hr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyJ8neT3hr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyJ8neT3hr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyJ8neT3hr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyJ8neT3hr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyJ8neT3hr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyJ8neT3hr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyJ8neT3hr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyJ8neT3hr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyJ8neT3hr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyJ8neT3hr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyJ8neT3hr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyJ8neT3hr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyJ8neT3hr .section {
  position: relative;
  overflow: visible!important;
}
.cid-tyJ8neT3hr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-item:hover {
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-menu {
  background-color: white!important;
}
.cid-tyJ8neT3hr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tyJ8neT3hr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tyJ8neT3hr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .collapsed {
  flex-direction: row!important;
}
.cid-tyJ8neT3hr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyJ8neT3hr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyJ8neT3hr .navbar-caption {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyJ8neT3hr .dropdown-item.active,
.cid-tyJ8neT3hr .dropdown-item:active {
  background-color: transparent;
}
.cid-tyJ8neT3hr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyJ8neT3hr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyJ8neT3hr .navbar-buttons {
  text-align: center;
}
.cid-tyJ8neT3hr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyJ8neT3hr .nav-link {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyJ8neT3hr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyJ8neT3hr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyJ8neT3hr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyJ8neT3hr .navbar {
    height: 77px;
  }
  .cid-tyJ8neT3hr .navbar.opened {
    height: auto;
  }
  .cid-tyJ8neT3hr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgJqpaqcOk {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-8-1920x1280.jpg");
}
.cid-tgJqpaqcOk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgJqpaqcOk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgJqpaqcOk .mbr-section-title {
  color: #ffffff;
}
.cid-tgJqpaqcOk .mbr-text,
.cid-tgJqpaqcOk .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tgJqFhDdY9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: linear-gradient(135deg, #e43f3f 10%, #4479d9 100%) !important;
}
.cid-tgJqFhDdY9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgJqFhDdY9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgJqFhDdY9 .mbr-text,
.cid-tgJqFhDdY9 .mbr-section-btn {
  text-align: left;
}
.cid-sVH7xRpM53 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffb5b5;
}
.cid-sVH7xRpM53 .card-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-sVH7xRpM53 .mbr-section-title,
.cid-sVH7xRpM53 .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sVH7xRpM53 .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sVH7xRpM53 .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sVHy5hOPHH {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-sVHy5hOPHH svg {
  position: absolute;
  top: 0;
}
.cid-sVHy5hOPHH .svg-1 {
  fill: #ffb5b5;
}
.cid-sVHy5hOPHH .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-sVHy5hOPHH {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-sVHy5hOPHH .mbr-text {
  color: #fafafa;
}
.cid-sVHy5hOPHH a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tyJ8neT3hr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tyJ8neT3hr .nav-item:focus,
.cid-tyJ8neT3hr .nav-link:focus {
  outline: none;
}
.cid-tyJ8neT3hr .text-white:hover,
.cid-tyJ8neT3hr .text-white:active,
.cid-tyJ8neT3hr .text-white:focus {
  color: white!important;
}
.cid-tyJ8neT3hr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tyJ8neT3hr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-tyJ8neT3hr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyJ8neT3hr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyJ8neT3hr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyJ8neT3hr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyJ8neT3hr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyJ8neT3hr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyJ8neT3hr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyJ8neT3hr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyJ8neT3hr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyJ8neT3hr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyJ8neT3hr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyJ8neT3hr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyJ8neT3hr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyJ8neT3hr .section {
  position: relative;
  overflow: visible!important;
}
.cid-tyJ8neT3hr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-item:hover {
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-menu {
  background-color: white!important;
}
.cid-tyJ8neT3hr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tyJ8neT3hr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tyJ8neT3hr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .collapsed {
  flex-direction: row!important;
}
.cid-tyJ8neT3hr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyJ8neT3hr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyJ8neT3hr .navbar-caption {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyJ8neT3hr .dropdown-item.active,
.cid-tyJ8neT3hr .dropdown-item:active {
  background-color: transparent;
}
.cid-tyJ8neT3hr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyJ8neT3hr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyJ8neT3hr .navbar-buttons {
  text-align: center;
}
.cid-tyJ8neT3hr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyJ8neT3hr .nav-link {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyJ8neT3hr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyJ8neT3hr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyJ8neT3hr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyJ8neT3hr .navbar {
    height: 77px;
  }
  .cid-tyJ8neT3hr .navbar.opened {
    height: auto;
  }
  .cid-tyJ8neT3hr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgYN0nOtXR {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: linear-gradient(135deg, #e43f3f 10%, #4479d9 100%) !important;
}
.cid-tgYN0nOtXR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgYN0nOtXR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sVMSHJg2KB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffb18a;
}
.cid-sVMSHJg2KB .line {
  background-color: #212428;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sVMTlNwGJX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-sVMSHJE9PC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-sVMSHJE9PC .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sVMSHJE9PC .card-wrapper {
  background-color: #e6c63b;
  border-radius: 4px;
}
.cid-sVMSHJE9PC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sVMSHJE9PC .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sVMSHJE9PC .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-sVMSHJE9PC .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sVMSHJE9PC .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sVMSHJE9PC .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sVMSHJE9PC .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sVMSHJE9PC .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sVMSHJE9PC .mbr-text,
.cid-sVMSHJE9PC .social-row {
  text-align: left;
}
.cid-sVMY7Ex3gr {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background7.jpg");
}
@media (max-width: 991px) {
  .cid-sVMY7Ex3gr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sVMY7Ex3gr img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sVMY7Ex3gr .text-wrapper {
    padding: 2rem;
  }
}
.cid-tgYMlb4y0R {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffb5b5;
}
.cid-sVMSHLP2F6 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-sVMSHLP2F6 svg {
  position: absolute;
  top: 0;
}
.cid-sVMSHLP2F6 .svg-1 {
  fill: #ffb5b5;
}
.cid-sVMSHLP2F6 .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-sVMSHLP2F6 {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-sVMSHLP2F6 .mbr-text {
  color: #fafafa;
}
.cid-sVMSHLP2F6 a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tyJ8neT3hr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tyJ8neT3hr .nav-item:focus,
.cid-tyJ8neT3hr .nav-link:focus {
  outline: none;
}
.cid-tyJ8neT3hr .text-white:hover,
.cid-tyJ8neT3hr .text-white:active,
.cid-tyJ8neT3hr .text-white:focus {
  color: white!important;
}
.cid-tyJ8neT3hr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tyJ8neT3hr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-tyJ8neT3hr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyJ8neT3hr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyJ8neT3hr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyJ8neT3hr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyJ8neT3hr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyJ8neT3hr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyJ8neT3hr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyJ8neT3hr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyJ8neT3hr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyJ8neT3hr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyJ8neT3hr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyJ8neT3hr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyJ8neT3hr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyJ8neT3hr .section {
  position: relative;
  overflow: visible!important;
}
.cid-tyJ8neT3hr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-item:hover {
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-menu {
  background-color: white!important;
}
.cid-tyJ8neT3hr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tyJ8neT3hr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tyJ8neT3hr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .collapsed {
  flex-direction: row!important;
}
.cid-tyJ8neT3hr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyJ8neT3hr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyJ8neT3hr .navbar-caption {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyJ8neT3hr .dropdown-item.active,
.cid-tyJ8neT3hr .dropdown-item:active {
  background-color: transparent;
}
.cid-tyJ8neT3hr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyJ8neT3hr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyJ8neT3hr .navbar-buttons {
  text-align: center;
}
.cid-tyJ8neT3hr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyJ8neT3hr .nav-link {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyJ8neT3hr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyJ8neT3hr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyJ8neT3hr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyJ8neT3hr .navbar {
    height: 77px;
  }
  .cid-tyJ8neT3hr .navbar.opened {
    height: auto;
  }
  .cid-tyJ8neT3hr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sVN8GaT0gt {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1278.jpg");
}
.cid-sVN8GaT0gt .mbr-section-title {
  text-align: center;
}
.cid-sVN8GaT0gt .mbr-text,
.cid-sVN8GaT0gt .mbr-section-btn {
  color: #232323;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sVN8GaT0gt .mbr-section-title,
  .cid-sVN8GaT0gt .mbr-section-btn,
  .cid-sVN8GaT0gt .mbr-text {
    text-align: center;
  }
}
.cid-sVNbfJuUB2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sVNbfJuUB2 .item {
  padding-bottom: 2rem;
}
.cid-sVNbfJuUB2 .item-wrapper {
  position: relative;
}
.cid-sVNbfJuUB2 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sVNbfJuUB2 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sVNbfJuUB2 .carousel-control,
.cid-sVNbfJuUB2 .close {
  background: #1b1b1b;
}
.cid-sVNbfJuUB2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sVNbfJuUB2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sVNbfJuUB2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sVNbfJuUB2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sVNbfJuUB2 .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sVNbfJuUB2 .close::before {
  content: '\e91a';
}
.cid-sVNbfJuUB2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sVNbfJuUB2 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sVNbfJuUB2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVNbfJuUB2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sVNbfJuUB2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sVNbfJuUB2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sVNbfJuUB2 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sVNbfJuUB2 .carousel-indicators li.active,
.cid-sVNbfJuUB2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sVNbfJuUB2 .carousel-indicators li::after,
.cid-sVNbfJuUB2 .carousel-indicators li::before {
  content: none;
}
.cid-sVNbfJuUB2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sVNbfJuUB2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sVNbfJuUB2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sVNbfJuUB2 .carousel-indicators {
    display: none;
  }
}
.cid-sVNbfJuUB2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sVNbfJuUB2 .carousel-inner > .active {
  display: block;
}
.cid-sVNbfJuUB2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVNbfJuUB2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sVNbfJuUB2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sVNbfJuUB2 .carousel-control,
  .cid-sVNbfJuUB2 .carousel-indicators,
  .cid-sVNbfJuUB2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sVNbfJuUB2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sVNbfJuUB2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sVNbfJuUB2 .carousel-indicators .active,
.cid-sVNbfJuUB2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sVNbfJuUB2 .carousel-indicators .active {
  background: #fff;
}
.cid-sVNbfJuUB2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sVNbfJuUB2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sVNbfJuUB2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sVNbfJuUB2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sVNbfJuUB2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sVNbfJuUB2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sVNbfJuUB2 .carousel {
  width: 100%;
}
.cid-sVNbfJuUB2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sVNbfJuUB2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sVNbfJuUB2 .modal.fade .modal-dialog,
.cid-sVNbfJuUB2 .modal.in .modal-dialog {
  transform: none;
}
.cid-sVNbfJuUB2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sVNbfJuUB2 H6 {
  text-align: center;
}
.cid-sVN8GclOSJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffb5b5;
}
.cid-sVN8GclOSJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sVN8GclOSJ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sVN8GclOSJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sVN8GclOSJ .mbr-text,
.cid-sVN8GclOSJ .mbr-section-btn {
  text-align: left;
}
.cid-sVN8GclOSJ .mbr-section-title {
  text-align: center;
}
.cid-sVN8GeP4pN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1020.jpg");
}
.cid-sVN8GeP4pN .number-wrap {
  color: #000000;
  text-align: center;
}
.cid-sVN8GeP4pN .number {
  color: #4479d9;
}
.cid-sVN8GeP4pN .period {
  display: block;
}
.cid-sVN8GeP4pN .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-sVN8GeP4pN .period {
    font-size: 0.8rem;
  }
}
.cid-sVN8GeP4pN .btn {
  height: 100%;
  margin: 0;
}
.cid-sVN8GeP4pN .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-sVN8GeP4pN .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-sVN8GeP4pN .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-sVN8GeP4pN .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-sVN8GeP4pN .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #6592e6;
  color: #ffffff;
}
.cid-sVN8GfyWWU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-sVN8GfyWWU .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sVN8GfyWWU .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sVN8GfyWWU .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sVN8GfyWWU .card-wrapper {
    padding: 4rem;
  }
}
.cid-sVN8GfyWWU .mbr-text,
.cid-sVN8GfyWWU .mbr-section-btn {
  text-align: center;
}
.cid-sVN8GhmD7C {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-sVN8GhmD7C svg {
  position: absolute;
  top: 0;
}
.cid-sVN8GhmD7C .svg-1 {
  fill: #ffb5b5;
}
.cid-sVN8GhmD7C .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-sVN8GhmD7C {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-sVN8GhmD7C .mbr-text {
  color: #fafafa;
}
.cid-sVN8GhmD7C a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tyJ8neT3hr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tyJ8neT3hr .nav-item:focus,
.cid-tyJ8neT3hr .nav-link:focus {
  outline: none;
}
.cid-tyJ8neT3hr .text-white:hover,
.cid-tyJ8neT3hr .text-white:active,
.cid-tyJ8neT3hr .text-white:focus {
  color: white!important;
}
.cid-tyJ8neT3hr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tyJ8neT3hr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-tyJ8neT3hr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyJ8neT3hr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyJ8neT3hr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyJ8neT3hr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyJ8neT3hr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyJ8neT3hr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyJ8neT3hr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyJ8neT3hr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyJ8neT3hr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyJ8neT3hr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyJ8neT3hr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyJ8neT3hr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyJ8neT3hr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyJ8neT3hr .section {
  position: relative;
  overflow: visible!important;
}
.cid-tyJ8neT3hr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-item:hover {
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-menu {
  background-color: white!important;
}
.cid-tyJ8neT3hr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tyJ8neT3hr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tyJ8neT3hr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .collapsed {
  flex-direction: row!important;
}
.cid-tyJ8neT3hr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyJ8neT3hr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyJ8neT3hr .navbar-caption {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyJ8neT3hr .dropdown-item.active,
.cid-tyJ8neT3hr .dropdown-item:active {
  background-color: transparent;
}
.cid-tyJ8neT3hr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyJ8neT3hr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyJ8neT3hr .navbar-buttons {
  text-align: center;
}
.cid-tyJ8neT3hr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyJ8neT3hr .nav-link {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyJ8neT3hr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyJ8neT3hr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyJ8neT3hr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyJ8neT3hr .navbar {
    height: 77px;
  }
  .cid-tyJ8neT3hr .navbar.opened {
    height: auto;
  }
  .cid-tyJ8neT3hr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQvOYYzYWq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-6-1920x960.png");
}
.cid-sQvOYYzYWq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sQvOYYzYWq .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sQvOYYzYWq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sQvOYYzYWq .mbr-text,
.cid-sQvOYYzYWq .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-sQvOYYzYWq .mbr-section-title {
  text-align: center;
  color: #4479d9;
}
.cid-tikGQbYON2 {
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1920x763.jpg");
}
.cid-tikGQbYON2 .content {
  max-width: 700px;
  margin: auto 0;
}
@media (min-width: 767px) {
  .cid-tikGQbYON2 .content {
    padding: 0 2rem;
  }
}
.cid-tikGQbYON2 .logo {
  width: 80px;
}
.cid-tikGQbYON2 .link-wrap,
.cid-tikGQbYON2 .count-wrap {
  display: inline-block;
}
.cid-tikGQbYON2 .img-col {
  margin: auto 0;
  padding: 0;
}
.cid-tikGQbYON2 .link {
  display: flex;
  position: relative;
  height: 130px;
  width: 250px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-tikGQbYON2 .link .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-tikGQbYON2 .link h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-tikGQbYON2 .link:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
.cid-tikGQbYON2 .row {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.cid-tikGQbYON2 .icon-wrap {
  width: fit-content;
  display: inline-block;
  margin-bottom: 2rem;
}
.cid-tikGQbYON2 .mbr-iconfont {
  font-size: 1.8rem;
  color: #181818 !important;
  padding: 10px;
  margin: 0 0.3rem;
  background: #7aba59;
  height: 53px;
  display: inline-block;
  width: 53px;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tikGQbYON2 .mbr-iconfont:hover {
  background: #181818;
  color: #7aba59 !important;
}
.cid-tikGQbYON2 .number-wrap {
  color: #fafafa;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 10px 0;
  margin: 0;
  min-width: 100px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-tikGQbYON2 .countdown-cont {
  margin: 0 auto;
}
.cid-tikGQbYON2 .countdown-cont div:not(:last-child) {
  border-right: 2px solid lightgray;
}
.cid-tikGQbYON2 .number {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffe161;
}
.cid-tikGQbYON2 .period {
  display: block;
  padding-top: 2px;
}
.cid-tikGQbYON2 .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: none;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffe161;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-tikGQbYON2 .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tikGQbYON2 .dot {
    right: -1em;
  }
  .cid-tikGQbYON2 .row {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .cid-tikGQbYON2 .dot {
    display: none;
  }
  .cid-tikGQbYON2 .number {
    white-space: nowrap;
  }
  .cid-tikGQbYON2 .countdown-cont {
    margin: 0 auto;
  }
  .cid-tikGQbYON2 .countdown-cont div:not(:last-child) {
    border-right: 0px solid lightgray;
  }
  .cid-tikGQbYON2 .countdown-cont .row {
    -webkit-flex-wrap: nowrap;
  }
  .cid-tikGQbYON2 .col-sm-3 {
    padding: 10px;
  }
}
@media (max-width: 550px) {
  .cid-tikGQbYON2 .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-tikGQbYON2 .number-wrap {
    padding: 5px 0;
  }
  .cid-tikGQbYON2 .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-tikGQbYON2 .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-tikGQbYON2 .number {
    font-size: 25px;
  }
  .cid-tikGQbYON2 .period {
    font-size: 0.7rem;
  }
}
.cid-tikGQbYON2 .mbr-section-title,
.cid-tikGQbYON2 .content {
  text-align: center;
  color: #ffffff;
}
.cid-tikGQbYON2 H3 {
  color: #4479d9;
}
.cid-tkIgGnkARw {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #936d93;
}
.cid-tkIgGnkARw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkIgGnkARw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkIgGnkARw .timeline-element {
  position: relative;
}
.cid-tkIgGnkARw .timelines-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.cid-tkIgGnkARw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tkIgGnkARw .mbr-section-title,
.cid-tkIgGnkARw .mbr-section-subtitle,
.cid-tkIgGnkARw .timeline-date {
  text-align: center;
}
.cid-tkIgGnkARw .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tkIgGnkARw .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tkIgGnkARw .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tkIgGnkARw .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tkIgGnkARw .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tkIgGnkARw .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tkIgGnkARw .timeline-date-wrapper,
  .cid-tkIgGnkARw .timeline-text-wrapper,
  .cid-tkIgGnkARw .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tkIgGnkARw .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tkIgGnkARw .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tkIgGnkARw .timeline-date-wrapper,
  .cid-tkIgGnkARw .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tkIgGnkARw .timeline-date-wrapper,
  .cid-tkIgGnkARw .timeline-text-wrapper,
  .cid-tkIgGnkARw .image-wrapper {
    padding: 2rem;
  }
}
.cid-tkIgGnkARw .mbr-timeline-date {
  color: #ffffff;
}
.cid-tdqMK7mxjb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffb5b5;
}
.cid-sVHy5hOPHH {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-sVHy5hOPHH svg {
  position: absolute;
  top: 0;
}
.cid-sVHy5hOPHH .svg-1 {
  fill: #ffb5b5;
}
.cid-sVHy5hOPHH .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-sVHy5hOPHH {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-sVHy5hOPHH .mbr-text {
  color: #fafafa;
}
.cid-sVHy5hOPHH a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tyJ8neT3hr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tyJ8neT3hr .nav-item:focus,
.cid-tyJ8neT3hr .nav-link:focus {
  outline: none;
}
.cid-tyJ8neT3hr .text-white:hover,
.cid-tyJ8neT3hr .text-white:active,
.cid-tyJ8neT3hr .text-white:focus {
  color: white!important;
}
.cid-tyJ8neT3hr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tyJ8neT3hr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-tyJ8neT3hr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyJ8neT3hr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyJ8neT3hr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyJ8neT3hr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyJ8neT3hr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyJ8neT3hr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyJ8neT3hr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyJ8neT3hr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyJ8neT3hr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyJ8neT3hr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyJ8neT3hr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyJ8neT3hr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyJ8neT3hr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyJ8neT3hr .section {
  position: relative;
  overflow: visible!important;
}
.cid-tyJ8neT3hr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-item:hover {
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-menu {
  background-color: white!important;
}
.cid-tyJ8neT3hr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tyJ8neT3hr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tyJ8neT3hr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .collapsed {
  flex-direction: row!important;
}
.cid-tyJ8neT3hr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyJ8neT3hr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyJ8neT3hr .navbar-caption {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyJ8neT3hr .dropdown-item.active,
.cid-tyJ8neT3hr .dropdown-item:active {
  background-color: transparent;
}
.cid-tyJ8neT3hr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyJ8neT3hr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyJ8neT3hr .navbar-buttons {
  text-align: center;
}
.cid-tyJ8neT3hr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyJ8neT3hr .nav-link {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyJ8neT3hr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyJ8neT3hr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyJ8neT3hr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyJ8neT3hr .navbar {
    height: 77px;
  }
  .cid-tyJ8neT3hr .navbar.opened {
    height: auto;
  }
  .cid-tyJ8neT3hr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t07Yj9uyg2 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1278.jpg");
}
.cid-t07Yj9uyg2 .mbr-section-title {
  text-align: center;
}
.cid-t07Yj9uyg2 .mbr-text,
.cid-t07Yj9uyg2 .mbr-section-btn {
  color: #232323;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t07Yj9uyg2 .mbr-section-title,
  .cid-t07Yj9uyg2 .mbr-section-btn,
  .cid-t07Yj9uyg2 .mbr-text {
    text-align: center;
  }
}
.cid-t07Yj9Llhf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-t07Yj9Llhf .mbr-section-title,
.cid-t07Yj9Llhf .mbr-section-subtitle {
  text-align: center;
}
.cid-t07Yj9Llhf .cost {
  word-break: normal;
}
.cid-t07Yj9Llhf .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-t07Yj9Llhf .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-t07Yj9Llhf .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t07Yj9Llhf .card-wrapper {
    padding: 1rem;
  }
}
.cid-t07Yj9Llhf P {
  text-align: left;
  color: #000000;
}
.cid-t14iEduVwA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffb5b5;
}
.cid-t14iEduVwA .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-t14iEduVwA .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-t14iEduVwA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-t07YjaNv5s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x910.jpg");
}
.cid-t07YjaNv5s .number-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-t07YjaNv5s .number {
  color: #ffffff;
}
.cid-t07YjaNv5s .period {
  display: block;
}
.cid-t07YjaNv5s .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-t07YjaNv5s .period {
    font-size: 0.8rem;
  }
}
.cid-t07YjaNv5s .btn {
  height: 100%;
  margin: 0;
}
.cid-t07YjaNv5s .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-t07YjaNv5s .mbr-section-title {
  color: #ffffff;
}
.cid-t07YjaNv5s .mbr-text {
  color: #ffffff;
}
.cid-t07YjaNv5s .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-t07YjaNv5s .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-t07YjaNv5s .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-t07YjaNv5s .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-t14kjE8Aft {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1120.jpg");
}
.cid-t14kjE8Aft .number-wrap {
  color: #000000;
  text-align: center;
}
.cid-t14kjE8Aft .number {
  color: #4479d9;
}
.cid-t14kjE8Aft .period {
  display: block;
}
.cid-t14kjE8Aft .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-t14kjE8Aft .period {
    font-size: 0.8rem;
  }
}
.cid-t14kjE8Aft .btn {
  height: 100%;
  margin: 0;
}
.cid-t14kjE8Aft .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-t14kjE8Aft .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-t14kjE8Aft .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-t14kjE8Aft .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-t14kjE8Aft .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #6592e6;
  color: #ffffff;
}
.cid-t07Yjb4Ocu {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-t07Yjb4Ocu svg {
  position: absolute;
  top: 0;
}
.cid-t07Yjb4Ocu .svg-1 {
  fill: #ffb5b5;
}
.cid-t07Yjb4Ocu .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-t07Yjb4Ocu {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-t07Yjb4Ocu .mbr-text {
  color: #fafafa;
}
.cid-t07Yjb4Ocu a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tyJ8neT3hr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tyJ8neT3hr .nav-item:focus,
.cid-tyJ8neT3hr .nav-link:focus {
  outline: none;
}
.cid-tyJ8neT3hr .text-white:hover,
.cid-tyJ8neT3hr .text-white:active,
.cid-tyJ8neT3hr .text-white:focus {
  color: white!important;
}
.cid-tyJ8neT3hr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tyJ8neT3hr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-tyJ8neT3hr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyJ8neT3hr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyJ8neT3hr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyJ8neT3hr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyJ8neT3hr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyJ8neT3hr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyJ8neT3hr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyJ8neT3hr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyJ8neT3hr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyJ8neT3hr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyJ8neT3hr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyJ8neT3hr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyJ8neT3hr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyJ8neT3hr .section {
  position: relative;
  overflow: visible!important;
}
.cid-tyJ8neT3hr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-item:hover {
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-menu {
  background-color: white!important;
}
.cid-tyJ8neT3hr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tyJ8neT3hr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tyJ8neT3hr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .collapsed {
  flex-direction: row!important;
}
.cid-tyJ8neT3hr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyJ8neT3hr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyJ8neT3hr .navbar-caption {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyJ8neT3hr .dropdown-item.active,
.cid-tyJ8neT3hr .dropdown-item:active {
  background-color: transparent;
}
.cid-tyJ8neT3hr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyJ8neT3hr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyJ8neT3hr .navbar-buttons {
  text-align: center;
}
.cid-tyJ8neT3hr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyJ8neT3hr .nav-link {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyJ8neT3hr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyJ8neT3hr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyJ8neT3hr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyJ8neT3hr .navbar {
    height: 77px;
  }
  .cid-tyJ8neT3hr .navbar.opened {
    height: auto;
  }
  .cid-tyJ8neT3hr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t14llyf3G0 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1278.jpg");
}
.cid-t14llyf3G0 .mbr-section-title {
  text-align: center;
}
.cid-t14llyf3G0 .mbr-text,
.cid-t14llyf3G0 .mbr-section-btn {
  color: #232323;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t14llyf3G0 .mbr-section-title,
  .cid-t14llyf3G0 .mbr-section-btn,
  .cid-t14llyf3G0 .mbr-text {
    text-align: center;
  }
}
.cid-t14llzm8BS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffb5b5;
}
.cid-t14llzm8BS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-t14llzm8BS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-t14llzm8BS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-t14llzm8BS .mbr-text,
.cid-t14llzm8BS .mbr-section-btn {
  text-align: left;
}
.cid-t14llA66lN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x910.jpg");
}
.cid-t14llA66lN .number-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-t14llA66lN .number {
  color: #ffffff;
}
.cid-t14llA66lN .period {
  display: block;
}
.cid-t14llA66lN .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-t14llA66lN .period {
    font-size: 0.8rem;
  }
}
.cid-t14llA66lN .btn {
  height: 100%;
  margin: 0;
}
.cid-t14llA66lN .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-t14llA66lN .mbr-section-title {
  color: #ffffff;
}
.cid-t14llA66lN .mbr-text {
  color: #ffffff;
}
.cid-t14llA66lN .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-t14llA66lN .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-t14llA66lN .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-t14llA66lN .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-t14llAw4H7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1120.jpg");
}
.cid-t14llAw4H7 .number-wrap {
  color: #000000;
  text-align: center;
}
.cid-t14llAw4H7 .number {
  color: #4479d9;
}
.cid-t14llAw4H7 .period {
  display: block;
}
.cid-t14llAw4H7 .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-t14llAw4H7 .period {
    font-size: 0.8rem;
  }
}
.cid-t14llAw4H7 .btn {
  height: 100%;
  margin: 0;
}
.cid-t14llAw4H7 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-t14llAw4H7 .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-t14llAw4H7 .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-t14llAw4H7 .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-t14llAw4H7 .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #6592e6;
  color: #ffffff;
}
.cid-t14llAXZbA {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-t14llAXZbA svg {
  position: absolute;
  top: 0;
}
.cid-t14llAXZbA .svg-1 {
  fill: #ffb5b5;
}
.cid-t14llAXZbA .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-t14llAXZbA {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-t14llAXZbA .mbr-text {
  color: #fafafa;
}
.cid-t14llAXZbA a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tyJ8neT3hr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tyJ8neT3hr .nav-item:focus,
.cid-tyJ8neT3hr .nav-link:focus {
  outline: none;
}
.cid-tyJ8neT3hr .text-white:hover,
.cid-tyJ8neT3hr .text-white:active,
.cid-tyJ8neT3hr .text-white:focus {
  color: white!important;
}
.cid-tyJ8neT3hr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tyJ8neT3hr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-tyJ8neT3hr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyJ8neT3hr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyJ8neT3hr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyJ8neT3hr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyJ8neT3hr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyJ8neT3hr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyJ8neT3hr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyJ8neT3hr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyJ8neT3hr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyJ8neT3hr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyJ8neT3hr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyJ8neT3hr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyJ8neT3hr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyJ8neT3hr .section {
  position: relative;
  overflow: visible!important;
}
.cid-tyJ8neT3hr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-item:hover {
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-menu {
  background-color: white!important;
}
.cid-tyJ8neT3hr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tyJ8neT3hr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tyJ8neT3hr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .collapsed {
  flex-direction: row!important;
}
.cid-tyJ8neT3hr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyJ8neT3hr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyJ8neT3hr .navbar-caption {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyJ8neT3hr .dropdown-item.active,
.cid-tyJ8neT3hr .dropdown-item:active {
  background-color: transparent;
}
.cid-tyJ8neT3hr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyJ8neT3hr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyJ8neT3hr .navbar-buttons {
  text-align: center;
}
.cid-tyJ8neT3hr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyJ8neT3hr .nav-link {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyJ8neT3hr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyJ8neT3hr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyJ8neT3hr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyJ8neT3hr .navbar {
    height: 77px;
  }
  .cid-tyJ8neT3hr .navbar.opened {
    height: auto;
  }
  .cid-tyJ8neT3hr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgDsEJL0Ai {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: linear-gradient(135deg, #e43f3f 10%, #4479d9 100%) !important;
}
.cid-tgDsEJL0Ai .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgDsEJL0Ai .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t1ezUqPauM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffb5b5;
}
.cid-t1ezUqPauM .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t1ezUqZeMa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-t1ezUqZeMa .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-t1ezUqZeMa .card-wrapper {
  background-color: #e6c63b;
  border-radius: 4px;
}
.cid-t1ezUqZeMa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t1ezUqZeMa .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-t1ezUqZeMa .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-t1ezUqZeMa .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-t1ezUqZeMa .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t1ezUqZeMa .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-t1ezUqZeMa .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t1ezUqZeMa .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-t1ezUqZeMa .mbr-text,
.cid-t1ezUqZeMa .social-row {
  text-align: left;
}
.cid-tg8p4mgIlZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-tg8p4mgIlZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg8p4mgIlZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg8p4mgIlZ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tg8p4mgIlZ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tg8p4mgIlZ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #4622d7;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tg8Jxjxoiv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffb5b5;
}
.cid-t1ezUrUYix {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-t1ezUrUYix svg {
  position: absolute;
  top: 0;
}
.cid-t1ezUrUYix .svg-1 {
  fill: #ffb5b5;
}
.cid-t1ezUrUYix .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-t1ezUrUYix {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-t1ezUrUYix .mbr-text {
  color: #fafafa;
}
.cid-t1ezUrUYix a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tyJ8neT3hr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tyJ8neT3hr .nav-item:focus,
.cid-tyJ8neT3hr .nav-link:focus {
  outline: none;
}
.cid-tyJ8neT3hr .text-white:hover,
.cid-tyJ8neT3hr .text-white:active,
.cid-tyJ8neT3hr .text-white:focus {
  color: white!important;
}
.cid-tyJ8neT3hr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tyJ8neT3hr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-tyJ8neT3hr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyJ8neT3hr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyJ8neT3hr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyJ8neT3hr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyJ8neT3hr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyJ8neT3hr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyJ8neT3hr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyJ8neT3hr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyJ8neT3hr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyJ8neT3hr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyJ8neT3hr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyJ8neT3hr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyJ8neT3hr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyJ8neT3hr .section {
  position: relative;
  overflow: visible!important;
}
.cid-tyJ8neT3hr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-item:hover {
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-menu {
  background-color: white!important;
}
.cid-tyJ8neT3hr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tyJ8neT3hr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tyJ8neT3hr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .collapsed {
  flex-direction: row!important;
}
.cid-tyJ8neT3hr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyJ8neT3hr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyJ8neT3hr .navbar-caption {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyJ8neT3hr .dropdown-item.active,
.cid-tyJ8neT3hr .dropdown-item:active {
  background-color: transparent;
}
.cid-tyJ8neT3hr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyJ8neT3hr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyJ8neT3hr .navbar-buttons {
  text-align: center;
}
.cid-tyJ8neT3hr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyJ8neT3hr .nav-link {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyJ8neT3hr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyJ8neT3hr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyJ8neT3hr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyJ8neT3hr .navbar {
    height: 77px;
  }
  .cid-tyJ8neT3hr .navbar.opened {
    height: auto;
  }
  .cid-tyJ8neT3hr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgHRLj4k77 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-696x492.jpg");
}
@media (max-width: 991px) {
  .cid-tgHRLj4k77 .mbr-section-title,
  .cid-tgHRLj4k77 .mbr-section-subtitle,
  .cid-tgHRLj4k77 .mbr-section-btn,
  .cid-tgHRLj4k77 .mbr-text {
    text-align: center;
  }
}
.cid-tgHRLj4k77 .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-tgHRLj4k77 .mbr-text,
.cid-tgHRLj4k77 .mbr-section-btn {
  color: #082c4e;
  text-align: left;
}
.cid-tgHRLj4k77 .subtitle {
  width: 100%;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tgHRLj4k77 .subtitle {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 992px) {
  .cid-tgHRLj4k77 .subtitle {
    text-align: center;
  }
}
.cid-tgHRLj4k77 .mbr-section-subtitle {
  color: #082c4e;
}
.cid-tgHRLj4k77 span {
  padding-right: 1rem;
}
.cid-tgHRLj4k77 .dot {
  padding-left: 1.5rem;
  position: relative;
}
.cid-tgHRLj4k77 .dot:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  left: 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #4622d7;
}
@media (max-width: 767px) {
  .cid-tgHRLj4k77 .dot {
    padding-left: 0rem;
  }
  .cid-tgHRLj4k77 .dot:before {
    content: none;
  }
}
.cid-tgHRLj4k77 .mbr-section-subtitle,
.cid-tgHRLj4k77 .subtitle {
  text-align: center;
}
.cid-t2ReGAEJHF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-t2ReGAX8Tb {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-t2ReGAX8Tb .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-t2ReGAX8Tb .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-t2ReGAX8Tb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t2ReGAX8Tb .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-t2ReGAX8Tb .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-t2ReGAX8Tb .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-t2ReGAX8Tb .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t2ReGAX8Tb .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-t2ReGAX8Tb .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t2ReGAX8Tb .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-t2ReGDX8Gf {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-t2ReGDX8Gf svg {
  position: absolute;
  top: 0;
}
.cid-t2ReGDX8Gf .svg-1 {
  fill: #ffb5b5;
}
.cid-t2ReGDX8Gf .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-t2ReGDX8Gf {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-t2ReGDX8Gf .mbr-text {
  color: #fafafa;
}
.cid-t2ReGDX8Gf a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tyJ8neT3hr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tyJ8neT3hr .nav-item:focus,
.cid-tyJ8neT3hr .nav-link:focus {
  outline: none;
}
.cid-tyJ8neT3hr .text-white:hover,
.cid-tyJ8neT3hr .text-white:active,
.cid-tyJ8neT3hr .text-white:focus {
  color: white!important;
}
.cid-tyJ8neT3hr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tyJ8neT3hr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-tyJ8neT3hr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyJ8neT3hr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyJ8neT3hr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyJ8neT3hr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyJ8neT3hr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyJ8neT3hr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyJ8neT3hr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyJ8neT3hr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyJ8neT3hr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyJ8neT3hr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyJ8neT3hr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyJ8neT3hr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyJ8neT3hr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyJ8neT3hr .section {
  position: relative;
  overflow: visible!important;
}
.cid-tyJ8neT3hr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-item:hover {
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-menu {
  background-color: white!important;
}
.cid-tyJ8neT3hr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tyJ8neT3hr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tyJ8neT3hr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .collapsed {
  flex-direction: row!important;
}
.cid-tyJ8neT3hr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyJ8neT3hr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyJ8neT3hr .navbar-caption {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyJ8neT3hr .dropdown-item.active,
.cid-tyJ8neT3hr .dropdown-item:active {
  background-color: transparent;
}
.cid-tyJ8neT3hr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyJ8neT3hr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyJ8neT3hr .navbar-buttons {
  text-align: center;
}
.cid-tyJ8neT3hr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyJ8neT3hr .nav-link {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyJ8neT3hr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyJ8neT3hr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyJ8neT3hr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyJ8neT3hr .navbar {
    height: 77px;
  }
  .cid-tyJ8neT3hr .navbar.opened {
    height: auto;
  }
  .cid-tyJ8neT3hr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgHOdusmtd {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-696x492.jpg");
}
@media (max-width: 991px) {
  .cid-tgHOdusmtd .mbr-section-title,
  .cid-tgHOdusmtd .mbr-section-subtitle,
  .cid-tgHOdusmtd .mbr-section-btn,
  .cid-tgHOdusmtd .mbr-text {
    text-align: center;
  }
}
.cid-tgHOdusmtd .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-tgHOdusmtd .mbr-text,
.cid-tgHOdusmtd .mbr-section-btn {
  color: #082c4e;
  text-align: left;
}
.cid-tgHOdusmtd .subtitle {
  width: 100%;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tgHOdusmtd .subtitle {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 992px) {
  .cid-tgHOdusmtd .subtitle {
    text-align: center;
  }
}
.cid-tgHOdusmtd .mbr-section-subtitle {
  color: #082c4e;
}
.cid-tgHOdusmtd span {
  padding-right: 1rem;
}
.cid-tgHOdusmtd .dot {
  padding-left: 1.5rem;
  position: relative;
}
.cid-tgHOdusmtd .dot:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  left: 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #4622d7;
}
@media (max-width: 767px) {
  .cid-tgHOdusmtd .dot {
    padding-left: 0rem;
  }
  .cid-tgHOdusmtd .dot:before {
    content: none;
  }
}
.cid-tgHOdusmtd .mbr-section-subtitle,
.cid-tgHOdusmtd .subtitle {
  text-align: center;
}
.cid-t2Rd6EUFB5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-t2Rd6EfZxs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-t2Rd6EfZxs .mbr-section-title,
.cid-t2Rd6EfZxs .mbr-section-subtitle {
  text-align: center;
}
.cid-t2Rd6EfZxs .cost {
  word-break: normal;
}
.cid-t2Rd6EfZxs .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-t2Rd6EfZxs .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-t2Rd6EfZxs .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t2Rd6EfZxs .card-wrapper {
    padding: 1rem;
  }
}
.cid-t2Rd6EfZxs P {
  text-align: left;
  color: #000000;
}
.cid-t2Rd6EHWyY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3.jpg");
}
@media (max-width: 991px) {
  .cid-t2Rd6EHWyY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t2Rd6EHWyY .row {
  flex-direction: row-reverse;
}
.cid-t2Rd6EHWyY img {
  width: 100%;
}
.cid-t2Rd6F9npR {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-t2Rd6F9npR .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-t2Rd6F9npR .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-t2Rd6F9npR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t2Rd6F9npR .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-t2Rd6F9npR .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-t2Rd6F9npR .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-t2Rd6F9npR .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t2Rd6F9npR .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-t2Rd6F9npR .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t2Rd6F9npR .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-t2Rd6FIk97 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-t2Rd6FIk97 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-t2Rd6FIk97 .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-t2Rd6FIk97 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t2Rd6FIk97 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-t2Rd6FIk97 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-t2Rd6FIk97 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-t2Rd6FIk97 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t2Rd6FIk97 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-t2Rd6FIk97 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t2Rd6FIk97 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-t2Rd6Gf4Ny {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-t2Rd6Gf4Ny .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-t2Rd6Gf4Ny .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-t2Rd6Gf4Ny .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t2Rd6Gf4Ny .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-t2Rd6Gf4Ny .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-t2Rd6Gf4Ny .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-t2Rd6Gf4Ny .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t2Rd6Gf4Ny .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-t2Rd6Gf4Ny .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t2Rd6Gf4Ny .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-t2Rd6JWMVA {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-t2Rd6JWMVA svg {
  position: absolute;
  top: 0;
}
.cid-t2Rd6JWMVA .svg-1 {
  fill: #ffb5b5;
}
.cid-t2Rd6JWMVA .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-t2Rd6JWMVA {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-t2Rd6JWMVA .mbr-text {
  color: #fafafa;
}
.cid-t2Rd6JWMVA a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tyJ8neT3hr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tyJ8neT3hr .nav-item:focus,
.cid-tyJ8neT3hr .nav-link:focus {
  outline: none;
}
.cid-tyJ8neT3hr .text-white:hover,
.cid-tyJ8neT3hr .text-white:active,
.cid-tyJ8neT3hr .text-white:focus {
  color: white!important;
}
.cid-tyJ8neT3hr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tyJ8neT3hr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-tyJ8neT3hr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyJ8neT3hr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyJ8neT3hr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyJ8neT3hr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyJ8neT3hr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyJ8neT3hr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyJ8neT3hr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyJ8neT3hr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyJ8neT3hr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyJ8neT3hr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyJ8neT3hr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyJ8neT3hr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyJ8neT3hr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyJ8neT3hr .section {
  position: relative;
  overflow: visible!important;
}
.cid-tyJ8neT3hr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-item:hover {
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-menu {
  background-color: white!important;
}
.cid-tyJ8neT3hr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tyJ8neT3hr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tyJ8neT3hr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .collapsed {
  flex-direction: row!important;
}
.cid-tyJ8neT3hr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyJ8neT3hr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyJ8neT3hr .navbar-caption {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyJ8neT3hr .dropdown-item.active,
.cid-tyJ8neT3hr .dropdown-item:active {
  background-color: transparent;
}
.cid-tyJ8neT3hr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyJ8neT3hr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyJ8neT3hr .navbar-buttons {
  text-align: center;
}
.cid-tyJ8neT3hr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyJ8neT3hr .nav-link {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyJ8neT3hr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyJ8neT3hr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyJ8neT3hr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyJ8neT3hr .navbar {
    height: 77px;
  }
  .cid-tyJ8neT3hr .navbar.opened {
    height: auto;
  }
  .cid-tyJ8neT3hr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgHS2NMGgj {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-696x492.jpg");
}
@media (max-width: 991px) {
  .cid-tgHS2NMGgj .mbr-section-title,
  .cid-tgHS2NMGgj .mbr-section-subtitle,
  .cid-tgHS2NMGgj .mbr-section-btn,
  .cid-tgHS2NMGgj .mbr-text {
    text-align: center;
  }
}
.cid-tgHS2NMGgj .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-tgHS2NMGgj .mbr-text,
.cid-tgHS2NMGgj .mbr-section-btn {
  color: #082c4e;
  text-align: left;
}
.cid-tgHS2NMGgj .subtitle {
  width: 100%;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tgHS2NMGgj .subtitle {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 992px) {
  .cid-tgHS2NMGgj .subtitle {
    text-align: center;
  }
}
.cid-tgHS2NMGgj .mbr-section-subtitle {
  color: #082c4e;
}
.cid-tgHS2NMGgj span {
  padding-right: 1rem;
}
.cid-tgHS2NMGgj .dot {
  padding-left: 1.5rem;
  position: relative;
}
.cid-tgHS2NMGgj .dot:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  left: 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #4622d7;
}
@media (max-width: 767px) {
  .cid-tgHS2NMGgj .dot {
    padding-left: 0rem;
  }
  .cid-tgHS2NMGgj .dot:before {
    content: none;
  }
}
.cid-tgHS2NMGgj .mbr-section-subtitle,
.cid-tgHS2NMGgj .subtitle {
  text-align: center;
}
.cid-t2RglrJ3oG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-t2Rglss5qB {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-t2Rglss5qB .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-t2Rglss5qB .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-t2Rglss5qB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t2Rglss5qB .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-t2Rglss5qB .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-t2Rglss5qB .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-t2Rglss5qB .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t2Rglss5qB .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-t2Rglss5qB .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t2Rglss5qB .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-t2Rglu7rDL {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-t2Rglu7rDL svg {
  position: absolute;
  top: 0;
}
.cid-t2Rglu7rDL .svg-1 {
  fill: #ffb5b5;
}
.cid-t2Rglu7rDL .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-t2Rglu7rDL {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-t2Rglu7rDL .mbr-text {
  color: #fafafa;
}
.cid-t2Rglu7rDL a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tyJ8neT3hr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tyJ8neT3hr .nav-item:focus,
.cid-tyJ8neT3hr .nav-link:focus {
  outline: none;
}
.cid-tyJ8neT3hr .text-white:hover,
.cid-tyJ8neT3hr .text-white:active,
.cid-tyJ8neT3hr .text-white:focus {
  color: white!important;
}
.cid-tyJ8neT3hr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tyJ8neT3hr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-tyJ8neT3hr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyJ8neT3hr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyJ8neT3hr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyJ8neT3hr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyJ8neT3hr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyJ8neT3hr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyJ8neT3hr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyJ8neT3hr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyJ8neT3hr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyJ8neT3hr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyJ8neT3hr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyJ8neT3hr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyJ8neT3hr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyJ8neT3hr .section {
  position: relative;
  overflow: visible!important;
}
.cid-tyJ8neT3hr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-item:hover {
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-menu {
  background-color: white!important;
}
.cid-tyJ8neT3hr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tyJ8neT3hr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tyJ8neT3hr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .collapsed {
  flex-direction: row!important;
}
.cid-tyJ8neT3hr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyJ8neT3hr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyJ8neT3hr .navbar-caption {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyJ8neT3hr .dropdown-item.active,
.cid-tyJ8neT3hr .dropdown-item:active {
  background-color: transparent;
}
.cid-tyJ8neT3hr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyJ8neT3hr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyJ8neT3hr .navbar-buttons {
  text-align: center;
}
.cid-tyJ8neT3hr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyJ8neT3hr .nav-link {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyJ8neT3hr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyJ8neT3hr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyJ8neT3hr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyJ8neT3hr .navbar {
    height: 77px;
  }
  .cid-tyJ8neT3hr .navbar.opened {
    height: auto;
  }
  .cid-tyJ8neT3hr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgHScFHNyB {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-696x492.jpg");
}
@media (max-width: 991px) {
  .cid-tgHScFHNyB .mbr-section-title,
  .cid-tgHScFHNyB .mbr-section-subtitle,
  .cid-tgHScFHNyB .mbr-section-btn,
  .cid-tgHScFHNyB .mbr-text {
    text-align: center;
  }
}
.cid-tgHScFHNyB .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-tgHScFHNyB .mbr-text,
.cid-tgHScFHNyB .mbr-section-btn {
  color: #082c4e;
  text-align: left;
}
.cid-tgHScFHNyB .subtitle {
  width: 100%;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tgHScFHNyB .subtitle {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 992px) {
  .cid-tgHScFHNyB .subtitle {
    text-align: center;
  }
}
.cid-tgHScFHNyB .mbr-section-subtitle {
  color: #082c4e;
}
.cid-tgHScFHNyB span {
  padding-right: 1rem;
}
.cid-tgHScFHNyB .dot {
  padding-left: 1.5rem;
  position: relative;
}
.cid-tgHScFHNyB .dot:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  left: 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #4622d7;
}
@media (max-width: 767px) {
  .cid-tgHScFHNyB .dot {
    padding-left: 0rem;
  }
  .cid-tgHScFHNyB .dot:before {
    content: none;
  }
}
.cid-tgHScFHNyB .mbr-section-subtitle,
.cid-tgHScFHNyB .subtitle {
  text-align: center;
}
.cid-t2RkTjhJOT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-t2RkTjIXuj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-t2RkTjIXuj .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-t2RkTjIXuj .card-wrapper {
  background-color: #fafafa;
  border-radius: 4px;
}
.cid-t2RkTjIXuj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t2RkTjIXuj .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-t2RkTjIXuj .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-t2RkTjIXuj .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-t2RkTjIXuj .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t2RkTjIXuj .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-t2RkTjIXuj .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t2RkTjIXuj .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-t2RkTjIXuj .card-title {
  text-align: center;
}
.cid-t2RkTklKSz {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-t2RkTklKSz svg {
  position: absolute;
  top: 0;
}
.cid-t2RkTklKSz .svg-1 {
  fill: #ffb5b5;
}
.cid-t2RkTklKSz .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-t2RkTklKSz {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-t2RkTklKSz .mbr-text {
  color: #fafafa;
}
.cid-t2RkTklKSz a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tyJ8neT3hr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tyJ8neT3hr .nav-item:focus,
.cid-tyJ8neT3hr .nav-link:focus {
  outline: none;
}
.cid-tyJ8neT3hr .text-white:hover,
.cid-tyJ8neT3hr .text-white:active,
.cid-tyJ8neT3hr .text-white:focus {
  color: white!important;
}
.cid-tyJ8neT3hr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tyJ8neT3hr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-tyJ8neT3hr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyJ8neT3hr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyJ8neT3hr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyJ8neT3hr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyJ8neT3hr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyJ8neT3hr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyJ8neT3hr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyJ8neT3hr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyJ8neT3hr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyJ8neT3hr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyJ8neT3hr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyJ8neT3hr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyJ8neT3hr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyJ8neT3hr .section {
  position: relative;
  overflow: visible!important;
}
.cid-tyJ8neT3hr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-item:hover {
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-menu {
  background-color: white!important;
}
.cid-tyJ8neT3hr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tyJ8neT3hr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tyJ8neT3hr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .collapsed {
  flex-direction: row!important;
}
.cid-tyJ8neT3hr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyJ8neT3hr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyJ8neT3hr .navbar-caption {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyJ8neT3hr .dropdown-item.active,
.cid-tyJ8neT3hr .dropdown-item:active {
  background-color: transparent;
}
.cid-tyJ8neT3hr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyJ8neT3hr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyJ8neT3hr .navbar-buttons {
  text-align: center;
}
.cid-tyJ8neT3hr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyJ8neT3hr .nav-link {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyJ8neT3hr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyJ8neT3hr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyJ8neT3hr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyJ8neT3hr .navbar {
    height: 77px;
  }
  .cid-tyJ8neT3hr .navbar.opened {
    height: auto;
  }
  .cid-tyJ8neT3hr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7Azc2Wi4o {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1492.png");
}
.cid-t7Azc2Wi4o .mbr-section-title {
  text-align: center;
}
.cid-t7Azc2Wi4o .mbr-text,
.cid-t7Azc2Wi4o .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t7Azc2Wi4o .mbr-section-title,
  .cid-t7Azc2Wi4o .mbr-section-btn,
  .cid-t7Azc2Wi4o .mbr-text {
    text-align: center;
  }
}
.cid-t7Azc3oukp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1046.png");
}
.cid-t7Azc3oukp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-t7Azc3oukp .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-t7Azc3oukp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-t7Azc3oukp .mbr-text,
.cid-t7Azc3oukp .mbr-section-btn {
  text-align: left;
}
.cid-t9rqQknlfu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffb18a;
}
.cid-t7Azc45x4X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x910.jpg");
}
.cid-t7Azc45x4X .number-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-t7Azc45x4X .number {
  color: #ffffff;
}
.cid-t7Azc45x4X .period {
  display: block;
}
.cid-t7Azc45x4X .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-t7Azc45x4X .period {
    font-size: 0.8rem;
  }
}
.cid-t7Azc45x4X .btn {
  height: 100%;
  margin: 0;
}
.cid-t7Azc45x4X .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-t7Azc45x4X .mbr-section-title {
  color: #ffffff;
}
.cid-t7Azc45x4X .mbr-text {
  color: #ffffff;
}
.cid-t7Azc45x4X .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-t7Azc45x4X .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-t7Azc45x4X .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-t7Azc45x4X .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-t7Azc4vvAD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1120.jpg");
}
.cid-t7Azc4vvAD .number-wrap {
  color: #000000;
  text-align: center;
}
.cid-t7Azc4vvAD .number {
  color: #4479d9;
}
.cid-t7Azc4vvAD .period {
  display: block;
}
.cid-t7Azc4vvAD .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-t7Azc4vvAD .period {
    font-size: 0.8rem;
  }
}
.cid-t7Azc4vvAD .btn {
  height: 100%;
  margin: 0;
}
.cid-t7Azc4vvAD .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-t7Azc4vvAD .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-t7Azc4vvAD .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-t7Azc4vvAD .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-t7Azc4vvAD .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #6592e6;
  color: #ffffff;
}
.cid-t7Azc4PS0S {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-t7Azc4PS0S svg {
  position: absolute;
  top: 0;
}
.cid-t7Azc4PS0S .svg-1 {
  fill: #ffb5b5;
}
.cid-t7Azc4PS0S .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-t7Azc4PS0S {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-t7Azc4PS0S .mbr-text {
  color: #fafafa;
}
.cid-t7Azc4PS0S a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tyJ8neT3hr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tyJ8neT3hr .nav-item:focus,
.cid-tyJ8neT3hr .nav-link:focus {
  outline: none;
}
.cid-tyJ8neT3hr .text-white:hover,
.cid-tyJ8neT3hr .text-white:active,
.cid-tyJ8neT3hr .text-white:focus {
  color: white!important;
}
.cid-tyJ8neT3hr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tyJ8neT3hr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-tyJ8neT3hr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyJ8neT3hr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyJ8neT3hr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyJ8neT3hr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyJ8neT3hr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyJ8neT3hr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyJ8neT3hr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyJ8neT3hr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyJ8neT3hr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyJ8neT3hr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyJ8neT3hr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyJ8neT3hr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyJ8neT3hr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyJ8neT3hr .section {
  position: relative;
  overflow: visible!important;
}
.cid-tyJ8neT3hr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-item:hover {
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-menu {
  background-color: white!important;
}
.cid-tyJ8neT3hr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tyJ8neT3hr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tyJ8neT3hr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .collapsed {
  flex-direction: row!important;
}
.cid-tyJ8neT3hr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyJ8neT3hr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyJ8neT3hr .navbar-caption {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyJ8neT3hr .dropdown-item.active,
.cid-tyJ8neT3hr .dropdown-item:active {
  background-color: transparent;
}
.cid-tyJ8neT3hr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyJ8neT3hr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyJ8neT3hr .navbar-buttons {
  text-align: center;
}
.cid-tyJ8neT3hr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyJ8neT3hr .nav-link {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyJ8neT3hr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyJ8neT3hr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyJ8neT3hr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyJ8neT3hr .navbar {
    height: 77px;
  }
  .cid-tyJ8neT3hr .navbar.opened {
    height: auto;
  }
  .cid-tyJ8neT3hr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tdqomHRSmj {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1492.png");
}
.cid-tdqomHRSmj .mbr-section-title {
  text-align: center;
}
.cid-tdqomHRSmj .mbr-text,
.cid-tdqomHRSmj .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tdqomHRSmj .mbr-section-title,
  .cid-tdqomHRSmj .mbr-section-btn,
  .cid-tdqomHRSmj .mbr-text {
    text-align: center;
  }
}
.cid-tiiPCxoaj4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #403f83;
}
.cid-tiiPCxoaj4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiiPCxoaj4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiiPCxoaj4 .mbr-section-title {
  text-align: center;
}
.cid-tiiPCxoaj4 .mbr-text,
.cid-tiiPCxoaj4 .mbr-section-btn {
  text-align: center;
}
.cid-tiiWOiJowG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1046.png");
}
.cid-tiiWOiJowG .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tiiWOiJowG .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tiiWOiJowG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tiiWOiJowG .mbr-text,
.cid-tiiWOiJowG .mbr-section-btn {
  text-align: left;
}
.cid-tiiY4RMikN {
  background-image: url("../../../assets/images/mbr-1920x1046.png");
}
.cid-tiiY4RMikN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiiY4RMikN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiiY4RMikN .mbr-text,
.cid-tiiY4RMikN .mbr-section-btn {
  text-align: left;
}
.cid-tiiLkBZuxB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: linear-gradient(135deg, #ffb5b5 10%, #212428 100%) !important;
}
.cid-tiiLkBZuxB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiiLkBZuxB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiiLkBZuxB .mbr-section-title {
  text-align: center;
}
.cid-tiiLkBZuxB .mbr-text,
.cid-tiiLkBZuxB .mbr-section-btn {
  text-align: center;
}
.cid-tdquc8RuOA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1044.jpg");
}
.cid-tdquc8RuOA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdquc8RuOA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdquc8RuOA .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-tdquc8RuOA .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-tdquc8RuOA .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-tdquc8RuOA .wrapper {
  padding: 30px 0;
}
.cid-tdquc8RuOA .mbr-section-title {
  color: #fafafa;
}
.cid-tdquc8RuOA .mbr-text,
.cid-tdquc8RuOA .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tiiJxlCoE3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: linear-gradient(135deg, #ffb5b5 10%, #212428 100%) !important;
}
.cid-tiiJxlCoE3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiiJxlCoE3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiiJxlCoE3 .mbr-section-title {
  text-align: center;
}
.cid-tiiJxlCoE3 .mbr-text,
.cid-tiiJxlCoE3 .mbr-section-btn {
  text-align: center;
}
.cid-tiiGNsQHwj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1044.jpg");
}
.cid-tiiGNsQHwj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiiGNsQHwj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiiGNsQHwj .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-tiiGNsQHwj .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-tiiGNsQHwj .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-tiiGNsQHwj .wrapper {
  padding: 30px 0;
}
.cid-tiiGNsQHwj .mbr-section-title {
  color: #fafafa;
}
.cid-tiiGNsQHwj .mbr-text,
.cid-tiiGNsQHwj .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tdqxaW2FQl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #8caff0;
}
.cid-tdqxaW2FQl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdqxaW2FQl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdqxaW2FQl .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tdqxaW2FQl .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tdqxaW2FQl .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4622d7;
}
.cid-tdqxaW2FQl .panel-body,
.cid-tdqxaW2FQl .card-header {
  padding: 1rem 0;
}
.cid-tdqxaW2FQl .panel-title-edit {
  color: #000000;
}
.cid-tiiJuidCeC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffb5b5;
}
.cid-tdqomKeAKq {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-tdqomKeAKq svg {
  position: absolute;
  top: 0;
}
.cid-tdqomKeAKq .svg-1 {
  fill: #ffb5b5;
}
.cid-tdqomKeAKq .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-tdqomKeAKq {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-tdqomKeAKq .mbr-text {
  color: #fafafa;
}
.cid-tdqomKeAKq a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tyJ8neT3hr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tyJ8neT3hr .nav-item:focus,
.cid-tyJ8neT3hr .nav-link:focus {
  outline: none;
}
.cid-tyJ8neT3hr .text-white:hover,
.cid-tyJ8neT3hr .text-white:active,
.cid-tyJ8neT3hr .text-white:focus {
  color: white!important;
}
.cid-tyJ8neT3hr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tyJ8neT3hr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-tyJ8neT3hr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyJ8neT3hr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyJ8neT3hr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyJ8neT3hr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyJ8neT3hr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyJ8neT3hr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyJ8neT3hr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyJ8neT3hr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyJ8neT3hr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyJ8neT3hr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyJ8neT3hr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyJ8neT3hr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyJ8neT3hr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyJ8neT3hr .section {
  position: relative;
  overflow: visible!important;
}
.cid-tyJ8neT3hr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-item:hover {
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-menu {
  background-color: white!important;
}
.cid-tyJ8neT3hr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tyJ8neT3hr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tyJ8neT3hr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .collapsed {
  flex-direction: row!important;
}
.cid-tyJ8neT3hr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyJ8neT3hr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyJ8neT3hr .navbar-caption {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyJ8neT3hr .dropdown-item.active,
.cid-tyJ8neT3hr .dropdown-item:active {
  background-color: transparent;
}
.cid-tyJ8neT3hr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyJ8neT3hr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyJ8neT3hr .navbar-buttons {
  text-align: center;
}
.cid-tyJ8neT3hr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyJ8neT3hr .nav-link {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyJ8neT3hr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyJ8neT3hr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyJ8neT3hr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyJ8neT3hr .navbar {
    height: 77px;
  }
  .cid-tyJ8neT3hr .navbar.opened {
    height: auto;
  }
  .cid-tyJ8neT3hr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tdvA7FMoji {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1492.png");
}
.cid-tdvA7FMoji .mbr-section-title {
  text-align: center;
}
.cid-tdvA7FMoji .mbr-text,
.cid-tdvA7FMoji .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tdvA7FMoji .mbr-section-title,
  .cid-tdvA7FMoji .mbr-section-btn,
  .cid-tdvA7FMoji .mbr-text {
    text-align: center;
  }
}
.cid-tdvA7GcE1E {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: linear-gradient(135deg, #e43f3f 10%, #4479d9 100%) !important;
}
.cid-tdvA7GcE1E .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdvA7GcE1E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdvA7Gw5Gu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1046.png");
}
.cid-tdvA7Gw5Gu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tdvA7Gw5Gu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tdvA7Gw5Gu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tdvA7Gw5Gu .mbr-text,
.cid-tdvA7Gw5Gu .mbr-section-btn {
  text-align: left;
}
.cid-tdvA7GV2SY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-tdvA7GV2SY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdvA7GV2SY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdvA7GV2SY .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-tdvA7GV2SY .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-tdvA7GV2SY .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-tdvA7GV2SY .wrapper {
  padding: 30px 0;
}
.cid-tdvA7GV2SY .mbr-section-title {
  color: #fafafa;
}
.cid-tdvA7GV2SY .mbr-text,
.cid-tdvA7GV2SY .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tdvA7GV2SY H3 {
  text-align: left;
}
.cid-tdvA7Hn6FN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1046.png");
}
.cid-tdvA7Hn6FN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdvA7Hn6FN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdvA7Hn6FN .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tdvA7Hn6FN .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tdvA7Hn6FN .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4622d7;
}
.cid-tdvA7Hn6FN .panel-body,
.cid-tdvA7Hn6FN .card-header {
  padding: 1rem 0;
}
.cid-tdvA7Hn6FN .panel-title-edit {
  color: #000000;
}
.cid-tdvA7IhW7f {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1120.jpg");
}
.cid-tdvA7IhW7f .number-wrap {
  color: #000000;
  text-align: center;
}
.cid-tdvA7IhW7f .number {
  color: #4479d9;
}
.cid-tdvA7IhW7f .period {
  display: block;
}
.cid-tdvA7IhW7f .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-tdvA7IhW7f .period {
    font-size: 0.8rem;
  }
}
.cid-tdvA7IhW7f .btn {
  height: 100%;
  margin: 0;
}
.cid-tdvA7IhW7f .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tdvA7IhW7f .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-tdvA7IhW7f .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tdvA7IhW7f .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-tdvA7IhW7f .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #6592e6;
  color: #ffffff;
}
.cid-tdvA7ITUl3 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-tdvA7ITUl3 svg {
  position: absolute;
  top: 0;
}
.cid-tdvA7ITUl3 .svg-1 {
  fill: #ffb5b5;
}
.cid-tdvA7ITUl3 .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-tdvA7ITUl3 {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-tdvA7ITUl3 .mbr-text {
  color: #fafafa;
}
.cid-tdvA7ITUl3 a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tyJ8neT3hr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tyJ8neT3hr .nav-item:focus,
.cid-tyJ8neT3hr .nav-link:focus {
  outline: none;
}
.cid-tyJ8neT3hr .text-white:hover,
.cid-tyJ8neT3hr .text-white:active,
.cid-tyJ8neT3hr .text-white:focus {
  color: white!important;
}
.cid-tyJ8neT3hr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tyJ8neT3hr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-tyJ8neT3hr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyJ8neT3hr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyJ8neT3hr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyJ8neT3hr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyJ8neT3hr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyJ8neT3hr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyJ8neT3hr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyJ8neT3hr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyJ8neT3hr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyJ8neT3hr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyJ8neT3hr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyJ8neT3hr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyJ8neT3hr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyJ8neT3hr .section {
  position: relative;
  overflow: visible!important;
}
.cid-tyJ8neT3hr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-item:hover {
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-menu {
  background-color: white!important;
}
.cid-tyJ8neT3hr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tyJ8neT3hr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tyJ8neT3hr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .collapsed {
  flex-direction: row!important;
}
.cid-tyJ8neT3hr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyJ8neT3hr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyJ8neT3hr .navbar-caption {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyJ8neT3hr .dropdown-item.active,
.cid-tyJ8neT3hr .dropdown-item:active {
  background-color: transparent;
}
.cid-tyJ8neT3hr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyJ8neT3hr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyJ8neT3hr .navbar-buttons {
  text-align: center;
}
.cid-tyJ8neT3hr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyJ8neT3hr .nav-link {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyJ8neT3hr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyJ8neT3hr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyJ8neT3hr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyJ8neT3hr .navbar {
    height: 77px;
  }
  .cid-tyJ8neT3hr .navbar.opened {
    height: auto;
  }
  .cid-tyJ8neT3hr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teWd1cHYQm {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1492.png");
}
.cid-teWd1cHYQm .mbr-section-title {
  text-align: center;
}
.cid-teWd1cHYQm .mbr-text,
.cid-teWd1cHYQm .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-teWd1cHYQm .mbr-section-title,
  .cid-teWd1cHYQm .mbr-section-btn,
  .cid-teWd1cHYQm .mbr-text {
    text-align: center;
  }
}
.cid-teWd1dvTVE {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: linear-gradient(135deg, #e43f3f 10%, #4479d9 100%) !important;
}
.cid-teWd1dvTVE .mbr-fallback-image.disabled {
  display: none;
}
.cid-teWd1dvTVE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teWd1dZcpo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1046.png");
}
.cid-teWd1dZcpo .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-teWd1dZcpo .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-teWd1dZcpo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-teWd1dZcpo .mbr-text,
.cid-teWd1dZcpo .mbr-section-btn {
  text-align: left;
}
.cid-teWd1ekDHZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-teWd1ekDHZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-teWd1ekDHZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teWd1ekDHZ .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-teWd1ekDHZ .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-teWd1ekDHZ .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-teWd1ekDHZ .wrapper {
  padding: 30px 0;
}
.cid-teWd1ekDHZ .mbr-section-title {
  color: #fafafa;
}
.cid-teWd1ekDHZ .mbr-text,
.cid-teWd1ekDHZ .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-teWd1ekDHZ H3 {
  text-align: left;
}
.cid-tfoLEXGE5l {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #6592e6;
}
.cid-tfoLEXGE5l .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tfoLEXGE5l .mbr-text {
  color: #ffffff;
}
.cid-teWd1eFLct {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1046.png");
}
.cid-teWd1eFLct .mbr-fallback-image.disabled {
  display: none;
}
.cid-teWd1eFLct .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teWd1eFLct .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-teWd1eFLct .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-teWd1eFLct .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4622d7;
}
.cid-teWd1eFLct .panel-body,
.cid-teWd1eFLct .card-header {
  padding: 1rem 0;
}
.cid-teWd1eFLct .panel-title-edit {
  color: #000000;
}
.cid-teWd1fBgGU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1120.jpg");
}
.cid-teWd1fBgGU .number-wrap {
  color: #000000;
  text-align: center;
}
.cid-teWd1fBgGU .number {
  color: #4479d9;
}
.cid-teWd1fBgGU .period {
  display: block;
}
.cid-teWd1fBgGU .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-teWd1fBgGU .period {
    font-size: 0.8rem;
  }
}
.cid-teWd1fBgGU .btn {
  height: 100%;
  margin: 0;
}
.cid-teWd1fBgGU .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-teWd1fBgGU .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-teWd1fBgGU .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-teWd1fBgGU .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-teWd1fBgGU .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #6592e6;
  color: #ffffff;
}
.cid-teWd1g2ONF {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-teWd1g2ONF svg {
  position: absolute;
  top: 0;
}
.cid-teWd1g2ONF .svg-1 {
  fill: #ffb5b5;
}
.cid-teWd1g2ONF .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-teWd1g2ONF {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-teWd1g2ONF .mbr-text {
  color: #fafafa;
}
.cid-teWd1g2ONF a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tyJ8neT3hr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tyJ8neT3hr .nav-item:focus,
.cid-tyJ8neT3hr .nav-link:focus {
  outline: none;
}
.cid-tyJ8neT3hr .text-white:hover,
.cid-tyJ8neT3hr .text-white:active,
.cid-tyJ8neT3hr .text-white:focus {
  color: white!important;
}
.cid-tyJ8neT3hr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tyJ8neT3hr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-tyJ8neT3hr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyJ8neT3hr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyJ8neT3hr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyJ8neT3hr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyJ8neT3hr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyJ8neT3hr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyJ8neT3hr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyJ8neT3hr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyJ8neT3hr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyJ8neT3hr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyJ8neT3hr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyJ8neT3hr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyJ8neT3hr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyJ8neT3hr .section {
  position: relative;
  overflow: visible!important;
}
.cid-tyJ8neT3hr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-item:hover {
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-menu {
  background-color: white!important;
}
.cid-tyJ8neT3hr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tyJ8neT3hr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tyJ8neT3hr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .collapsed {
  flex-direction: row!important;
}
.cid-tyJ8neT3hr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyJ8neT3hr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyJ8neT3hr .navbar-caption {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyJ8neT3hr .dropdown-item.active,
.cid-tyJ8neT3hr .dropdown-item:active {
  background-color: transparent;
}
.cid-tyJ8neT3hr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyJ8neT3hr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyJ8neT3hr .navbar-buttons {
  text-align: center;
}
.cid-tyJ8neT3hr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyJ8neT3hr .nav-link {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyJ8neT3hr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyJ8neT3hr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyJ8neT3hr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyJ8neT3hr .navbar {
    height: 77px;
  }
  .cid-tyJ8neT3hr .navbar.opened {
    height: auto;
  }
  .cid-tyJ8neT3hr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgDkB0fP9B {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: linear-gradient(135deg, #e43f3f 10%, #4479d9 100%) !important;
}
.cid-tgDkB0fP9B .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgDkB0fP9B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgDmdU9iRv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fef1e5;
}
.cid-tgDmdU9iRv .section-head {
  margin-bottom: 80px;
}
.cid-tgDmdU9iRv .card .card-header {
  background-color: transparent;
  border: 3px solid;
  border-color: #000000;
  padding: 1rem;
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-tgDmdU9iRv .card .card-header {
    padding: 19px;
  }
}
.cid-tgDmdU9iRv .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tgDmdU9iRv .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #000000;
}
.cid-tgDmdU9iRv .panel-body,
.cid-tgDmdU9iRv .card-header {
  padding: 1rem 19px 0;
}
.cid-tgDmdU9iRv .card {
  padding: 1rem;
  background-color: #9fdbf8;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-tgDmdU9iRv .card {
    padding: 40px;
  }
}
.cid-tgDmdU9iRv .panel-title-edit {
  color: #000000;
}
.cid-tgDmdU9iRv .image-wrapper {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-tgDmdU9iRv .image-wrapper {
    padding: .5rem;
  }
}
.cid-tgDmdU9iRv .image-wrapper img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  vertical-align: middle;
  display: inline-block;
}
.cid-tgDoymFXgh {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #fef1e5;
}
.cid-tgDoymFXgh .section-head {
  margin-bottom: 80px;
}
.cid-tgDoymFXgh .card .card-header {
  background-color: transparent;
  border: 3px solid;
  border-color: #000000;
  padding: 1rem;
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-tgDoymFXgh .card .card-header {
    padding: 19px;
  }
}
.cid-tgDoymFXgh .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tgDoymFXgh .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #000000;
}
.cid-tgDoymFXgh .panel-body,
.cid-tgDoymFXgh .card-header {
  padding: 1rem 19px 0;
}
.cid-tgDoymFXgh .card {
  padding: 1rem;
  background-color: #9fdbf8;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-tgDoymFXgh .card {
    padding: 40px;
  }
}
.cid-tgDoymFXgh .panel-title-edit {
  color: #000000;
}
.cid-tgDoymFXgh .image-wrapper {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-tgDoymFXgh .image-wrapper {
    padding: .5rem;
  }
}
.cid-tgDoymFXgh .image-wrapper img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  vertical-align: middle;
  display: inline-block;
}
.cid-tgDlkE9BlB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffb5b5;
}
.cid-tgDk9LFewB {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-tgDk9LFewB svg {
  position: absolute;
  top: 0;
}
.cid-tgDk9LFewB .svg-1 {
  fill: #ffb5b5;
}
.cid-tgDk9LFewB .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-tgDk9LFewB {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-tgDk9LFewB .mbr-text {
  color: #fafafa;
}
.cid-tgDk9LFewB a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tyJ8neT3hr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tyJ8neT3hr .nav-item:focus,
.cid-tyJ8neT3hr .nav-link:focus {
  outline: none;
}
.cid-tyJ8neT3hr .text-white:hover,
.cid-tyJ8neT3hr .text-white:active,
.cid-tyJ8neT3hr .text-white:focus {
  color: white!important;
}
.cid-tyJ8neT3hr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tyJ8neT3hr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-tyJ8neT3hr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyJ8neT3hr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyJ8neT3hr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyJ8neT3hr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyJ8neT3hr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyJ8neT3hr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyJ8neT3hr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyJ8neT3hr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyJ8neT3hr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyJ8neT3hr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyJ8neT3hr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyJ8neT3hr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyJ8neT3hr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyJ8neT3hr .section {
  position: relative;
  overflow: visible!important;
}
.cid-tyJ8neT3hr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-item:hover {
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-menu {
  background-color: white!important;
}
.cid-tyJ8neT3hr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tyJ8neT3hr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tyJ8neT3hr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .collapsed {
  flex-direction: row!important;
}
.cid-tyJ8neT3hr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyJ8neT3hr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyJ8neT3hr .navbar-caption {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyJ8neT3hr .dropdown-item.active,
.cid-tyJ8neT3hr .dropdown-item:active {
  background-color: transparent;
}
.cid-tyJ8neT3hr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyJ8neT3hr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyJ8neT3hr .navbar-buttons {
  text-align: center;
}
.cid-tyJ8neT3hr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyJ8neT3hr .nav-link {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyJ8neT3hr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyJ8neT3hr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyJ8neT3hr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyJ8neT3hr .navbar {
    height: 77px;
  }
  .cid-tyJ8neT3hr .navbar.opened {
    height: auto;
  }
  .cid-tyJ8neT3hr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgDENn2Ltp {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-8-1920x1280.jpg");
}
.cid-tgDENn2Ltp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgDENn2Ltp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgDENn2Ltp .mbr-section-title {
  color: #ffffff;
}
.cid-tgDENn2Ltp .mbr-text,
.cid-tgDENn2Ltp .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tgJngFpEU8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: linear-gradient(135deg, #e43f3f 10%, #4479d9 100%) !important;
}
.cid-tgJngFpEU8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgJngFpEU8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgJngFpEU8 .mbr-text,
.cid-tgJngFpEU8 .mbr-section-btn {
  text-align: left;
}
.cid-tgDHgCeiLb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-tgDHgCeiLb .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tgDHgCeiLb .row {
  max-width: 900px;
  margin: auto;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tgDHgCeiLb .row {
    padding: 2rem 1rem;
  }
}
.cid-tgDHgCeiLb .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-tgDHgCeiLb .card-header {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0px!important;
}
.cid-tgDHgCeiLb span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-tgDHgCeiLb .collapsed span {
  transform: rotate(0deg);
}
.cid-tgDHgCeiLb .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tgDHgCeiLb .panel-group {
  width: 100%;
}
.cid-tgDHgCeiLb .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-tgDHgCeiLb .card {
  border-radius: 0px;
}
.cid-tgDHgCeiLb .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-tgDHgCeiLb .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tgDHgCeiLb .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tgDHgCeiLb .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-tgDHgCeiLb .panel-text {
  color: #263d5a;
}
.cid-tgDHgCeiLb .header-text,
.cid-tgDHgCeiLb .sign {
  color: #263d5a;
  text-align: right;
}
.cid-tgDHgCeiLb .mbr-section-title {
  color: #263d5a;
}
.cid-tgDHgCeiLb .header-text,
.cid-tgDHgCeiLb .sign,
.cid-tgDHgCeiLb .card-header {
  color: #263d5a;
  text-align: left;
}
.cid-tgDHgCeiLb .mbr-section-subtitle {
  color: #263d5a;
}
.cid-tgDGSYgLlF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffb5b5;
}
.cid-tgDDXk7m9n {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-tgDDXk7m9n svg {
  position: absolute;
  top: 0;
}
.cid-tgDDXk7m9n .svg-1 {
  fill: #ffb5b5;
}
.cid-tgDDXk7m9n .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-tgDDXk7m9n {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-tgDDXk7m9n .mbr-text {
  color: #fafafa;
}
.cid-tgDDXk7m9n a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tyJ8neT3hr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tyJ8neT3hr .nav-item:focus,
.cid-tyJ8neT3hr .nav-link:focus {
  outline: none;
}
.cid-tyJ8neT3hr .text-white:hover,
.cid-tyJ8neT3hr .text-white:active,
.cid-tyJ8neT3hr .text-white:focus {
  color: white!important;
}
.cid-tyJ8neT3hr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tyJ8neT3hr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-tyJ8neT3hr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyJ8neT3hr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyJ8neT3hr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyJ8neT3hr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyJ8neT3hr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyJ8neT3hr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyJ8neT3hr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyJ8neT3hr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyJ8neT3hr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyJ8neT3hr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyJ8neT3hr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyJ8neT3hr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyJ8neT3hr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyJ8neT3hr .section {
  position: relative;
  overflow: visible!important;
}
.cid-tyJ8neT3hr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-item:hover {
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-menu {
  background-color: white!important;
}
.cid-tyJ8neT3hr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tyJ8neT3hr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tyJ8neT3hr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .collapsed {
  flex-direction: row!important;
}
.cid-tyJ8neT3hr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyJ8neT3hr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyJ8neT3hr .navbar-caption {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyJ8neT3hr .dropdown-item.active,
.cid-tyJ8neT3hr .dropdown-item:active {
  background-color: transparent;
}
.cid-tyJ8neT3hr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyJ8neT3hr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyJ8neT3hr .navbar-buttons {
  text-align: center;
}
.cid-tyJ8neT3hr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyJ8neT3hr .nav-link {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyJ8neT3hr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyJ8neT3hr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyJ8neT3hr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyJ8neT3hr .navbar {
    height: 77px;
  }
  .cid-tyJ8neT3hr .navbar.opened {
    height: auto;
  }
  .cid-tyJ8neT3hr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tij0O1xvGl {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1492.png");
}
.cid-tij0O1xvGl .mbr-section-title {
  text-align: center;
}
.cid-tij0O1xvGl .mbr-text,
.cid-tij0O1xvGl .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tij0O1xvGl .mbr-section-title,
  .cid-tij0O1xvGl .mbr-section-btn,
  .cid-tij0O1xvGl .mbr-text {
    text-align: center;
  }
}
.cid-tij0SyoWPH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #403f83;
}
.cid-tij0SyoWPH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tij0SyoWPH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tij0SyoWPH .mbr-section-title {
  text-align: center;
}
.cid-tij0SyoWPH .mbr-text,
.cid-tij0SyoWPH .mbr-section-btn {
  text-align: center;
}
.cid-tij1c6g7Nv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1046.png");
}
.cid-tij1c6g7Nv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tij1c6g7Nv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tij1c6g7Nv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tij1c6g7Nv .mbr-text,
.cid-tij1c6g7Nv .mbr-section-btn {
  text-align: left;
}
.cid-tfoONDypHd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1046.png");
}
.cid-tfoONDypHd .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tfoONDypHd .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tfoONDypHd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tfoONDypHd .mbr-text,
.cid-tfoONDypHd .mbr-section-btn {
  text-align: left;
}
.cid-tfXI8kyb1V {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1046.png");
}
.cid-tfXI8kyb1V .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tfXI8kyb1V .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tfXI8kyb1V .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tfXI8kyb1V .mbr-text,
.cid-tfXI8kyb1V .mbr-section-btn {
  text-align: left;
}
.cid-tfoONDSx1m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1271.jpg");
}
.cid-tfoONDSx1m .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfoONDSx1m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfoONDSx1m .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-tfoONDSx1m .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-tfoONDSx1m .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-tfoONDSx1m .wrapper {
  padding: 30px 0;
}
.cid-tfoONDSx1m .mbr-section-title {
  color: #fafafa;
}
.cid-tfoONDSx1m .mbr-text,
.cid-tfoONDSx1m .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tfoONDSx1m H3 {
  text-align: left;
}
.cid-tfoONEULmp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-tfoONEULmp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfoONEULmp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfoONEULmp .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tfoONEULmp .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tfoONEULmp .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4622d7;
}
.cid-tfoONEULmp .panel-body,
.cid-tfoONEULmp .card-header {
  padding: 1rem 0;
}
.cid-tfoONEULmp .panel-title-edit {
  color: #000000;
}
.cid-tij3LoZKEI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffb5b5;
}
.cid-tfoONGjLJ0 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-tfoONGjLJ0 svg {
  position: absolute;
  top: 0;
}
.cid-tfoONGjLJ0 .svg-1 {
  fill: #ffb5b5;
}
.cid-tfoONGjLJ0 .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-tfoONGjLJ0 {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-tfoONGjLJ0 .mbr-text {
  color: #fafafa;
}
.cid-tfoONGjLJ0 a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tyJ8neT3hr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tyJ8neT3hr .nav-item:focus,
.cid-tyJ8neT3hr .nav-link:focus {
  outline: none;
}
.cid-tyJ8neT3hr .text-white:hover,
.cid-tyJ8neT3hr .text-white:active,
.cid-tyJ8neT3hr .text-white:focus {
  color: white!important;
}
.cid-tyJ8neT3hr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tyJ8neT3hr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-tyJ8neT3hr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyJ8neT3hr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyJ8neT3hr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyJ8neT3hr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyJ8neT3hr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyJ8neT3hr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyJ8neT3hr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyJ8neT3hr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyJ8neT3hr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyJ8neT3hr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyJ8neT3hr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyJ8neT3hr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyJ8neT3hr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyJ8neT3hr .section {
  position: relative;
  overflow: visible!important;
}
.cid-tyJ8neT3hr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-item:hover {
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-menu {
  background-color: white!important;
}
.cid-tyJ8neT3hr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tyJ8neT3hr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tyJ8neT3hr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .collapsed {
  flex-direction: row!important;
}
.cid-tyJ8neT3hr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyJ8neT3hr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyJ8neT3hr .navbar-caption {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyJ8neT3hr .dropdown-item.active,
.cid-tyJ8neT3hr .dropdown-item:active {
  background-color: transparent;
}
.cid-tyJ8neT3hr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyJ8neT3hr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyJ8neT3hr .navbar-buttons {
  text-align: center;
}
.cid-tyJ8neT3hr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyJ8neT3hr .nav-link {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyJ8neT3hr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyJ8neT3hr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyJ8neT3hr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyJ8neT3hr .navbar {
    height: 77px;
  }
  .cid-tyJ8neT3hr .navbar.opened {
    height: auto;
  }
  .cid-tyJ8neT3hr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tikMgbhe2h {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-copa-mundial-futbol-banner-campeonato-futbol-2022-qatar-livu-yaar-app-livu-espanol-oficial-2000x1200.jpg");
}
.cid-tikMgbhe2h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tikMgbhe2h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tikMgbhe2h .mbr-section-title {
  text-align: center;
}
.cid-tikMgbhe2h .mbr-text,
.cid-tikMgbhe2h .mbr-section-btn {
  text-align: center;
}
.cid-tikNCatpOP {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-tikNCatpOP .content {
  max-width: 700px;
  margin: auto 0;
}
@media (min-width: 767px) {
  .cid-tikNCatpOP .content {
    padding: 0 2rem;
  }
}
.cid-tikNCatpOP .logo {
  width: 80px;
}
.cid-tikNCatpOP .link-wrap,
.cid-tikNCatpOP .count-wrap {
  display: inline-block;
}
.cid-tikNCatpOP .img-col {
  margin: auto 0;
  padding: 0;
}
.cid-tikNCatpOP .link {
  display: flex;
  position: relative;
  height: 130px;
  width: 250px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-tikNCatpOP .link .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-tikNCatpOP .link h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-tikNCatpOP .link:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
.cid-tikNCatpOP .row {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.cid-tikNCatpOP .icon-wrap {
  width: fit-content;
  display: inline-block;
  margin-bottom: 2rem;
}
.cid-tikNCatpOP .mbr-iconfont {
  font-size: 1.8rem;
  color: #181818 !important;
  padding: 10px;
  margin: 0 0.3rem;
  background: #7aba59;
  height: 53px;
  display: inline-block;
  width: 53px;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tikNCatpOP .mbr-iconfont:hover {
  background: #181818;
  color: #7aba59 !important;
}
.cid-tikNCatpOP .number-wrap {
  color: #4479d9;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 10px 0;
  margin: 0;
  min-width: 100px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-tikNCatpOP .countdown-cont {
  margin: 0 auto;
}
.cid-tikNCatpOP .countdown-cont div:not(:last-child) {
  border-right: 2px solid lightgray;
}
.cid-tikNCatpOP .number {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #e43f3f;
}
.cid-tikNCatpOP .period {
  display: block;
  padding-top: 2px;
}
.cid-tikNCatpOP .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: none;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #e43f3f;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-tikNCatpOP .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tikNCatpOP .dot {
    right: -1em;
  }
  .cid-tikNCatpOP .row {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .cid-tikNCatpOP .dot {
    display: none;
  }
  .cid-tikNCatpOP .number {
    white-space: nowrap;
  }
  .cid-tikNCatpOP .countdown-cont {
    margin: 0 auto;
  }
  .cid-tikNCatpOP .countdown-cont div:not(:last-child) {
    border-right: 0px solid lightgray;
  }
  .cid-tikNCatpOP .countdown-cont .row {
    -webkit-flex-wrap: nowrap;
  }
  .cid-tikNCatpOP .col-sm-3 {
    padding: 10px;
  }
}
@media (max-width: 550px) {
  .cid-tikNCatpOP .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-tikNCatpOP .number-wrap {
    padding: 5px 0;
  }
  .cid-tikNCatpOP .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-tikNCatpOP .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-tikNCatpOP .number {
    font-size: 25px;
  }
  .cid-tikNCatpOP .period {
    font-size: 0.7rem;
  }
}
.cid-tikNCatpOP .mbr-section-title,
.cid-tikNCatpOP .content {
  text-align: center;
}
.cid-tikNCatpOP H3 {
  color: #4479d9;
}
.cid-tikMgbBlRs {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/fondo-copa-mundial-futbol-banner-campeonato-futbol-2022-qatar-livu-yaar-app-livu-espanol-oficial-2000x1200.jpg");
}
.cid-tikMgbBlRs .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tikMgbBlRs .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tikMgbBlRs .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tikMgbBlRs .mbr-text,
.cid-tikMgbBlRs .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tikMgbBlRs .mbr-section-title {
  color: #ffffff;
}
.cid-tikMgbRTBn {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-tikMgbRTBn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tikMgbRTBn .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tikMgbRTBn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tikMgbRTBn .mbr-text,
.cid-tikMgbRTBn .mbr-section-btn {
  text-align: left;
}
.cid-tikMgcpDUs {
  background-image: url("../../../assets/images/fondo-copa-mundial-futbol-banner-campeonato-futbol-2022-qatar-livu-yaar-app-livu-espanol-oficial-2000x1200.jpg");
}
.cid-tikMgcpDUs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tikMgcpDUs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tikMgcpDUs .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-tikMgcpDUs .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-tikMgcpDUs .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-tikMgcpDUs .wrapper {
  padding: 30px 0;
}
.cid-tikMgcpDUs .mbr-section-title {
  color: #fafafa;
}
.cid-tikMgcpDUs .mbr-text,
.cid-tikMgcpDUs .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tikMgcpDUs H3 {
  text-align: left;
}
.cid-tikMgcHNK7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fondo-copa-mundial-futbol-banner-campeonato-futbol-2022-qatar-livu-yaar-app-livu-espanol-oficial-2000x1200.jpg");
}
.cid-tikMgcHNK7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tikMgcHNK7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tikMgcHNK7 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tikMgcHNK7 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tikMgcHNK7 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4622d7;
}
.cid-tikMgcHNK7 .panel-body,
.cid-tikMgcHNK7 .card-header {
  padding: 1rem 0;
}
.cid-tikMgcHNK7 .panel-title-edit {
  color: #ffffff;
}
.cid-tikMgcHNK7 .panel-text {
  color: #ffffff;
}
.cid-tikMgdVcgl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffb5b5;
}
.cid-tikMgedzIQ {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-tikMgedzIQ svg {
  position: absolute;
  top: 0;
}
.cid-tikMgedzIQ .svg-1 {
  fill: #ffb5b5;
}
.cid-tikMgedzIQ .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-tikMgedzIQ {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-tikMgedzIQ .mbr-text {
  color: #fafafa;
}
.cid-tikMgedzIQ a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tyJ8neT3hr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tyJ8neT3hr .nav-item:focus,
.cid-tyJ8neT3hr .nav-link:focus {
  outline: none;
}
.cid-tyJ8neT3hr .text-white:hover,
.cid-tyJ8neT3hr .text-white:active,
.cid-tyJ8neT3hr .text-white:focus {
  color: white!important;
}
.cid-tyJ8neT3hr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tyJ8neT3hr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-tyJ8neT3hr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyJ8neT3hr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyJ8neT3hr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyJ8neT3hr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyJ8neT3hr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyJ8neT3hr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyJ8neT3hr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyJ8neT3hr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyJ8neT3hr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyJ8neT3hr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyJ8neT3hr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyJ8neT3hr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyJ8neT3hr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyJ8neT3hr .section {
  position: relative;
  overflow: visible!important;
}
.cid-tyJ8neT3hr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-item:hover {
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-menu {
  background-color: white!important;
}
.cid-tyJ8neT3hr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tyJ8neT3hr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tyJ8neT3hr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .collapsed {
  flex-direction: row!important;
}
.cid-tyJ8neT3hr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyJ8neT3hr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyJ8neT3hr .navbar-caption {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyJ8neT3hr .dropdown-item.active,
.cid-tyJ8neT3hr .dropdown-item:active {
  background-color: transparent;
}
.cid-tyJ8neT3hr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyJ8neT3hr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyJ8neT3hr .navbar-buttons {
  text-align: center;
}
.cid-tyJ8neT3hr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyJ8neT3hr .nav-link {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyJ8neT3hr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyJ8neT3hr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyJ8neT3hr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyJ8neT3hr .navbar {
    height: 77px;
  }
  .cid-tyJ8neT3hr .navbar.opened {
    height: auto;
  }
  .cid-tyJ8neT3hr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkIkgzENcE {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1278.jpg");
}
.cid-tkIkgzENcE .mbr-section-title {
  text-align: center;
}
.cid-tkIkgzENcE .mbr-text,
.cid-tkIkgzENcE .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tkIkgzENcE .mbr-section-title,
  .cid-tkIkgzENcE .mbr-section-btn,
  .cid-tkIkgzENcE .mbr-text {
    text-align: center;
  }
}
.cid-tkIlxBucMN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-12-1920x1280.jpg");
}
.cid-tkIlxBucMN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkIlxBucMN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkIlxBucMN .mbr-section-title {
  text-align: center;
}
.cid-tkIlxBucMN .mbr-text,
.cid-tkIlxBucMN .mbr-section-btn {
  text-align: center;
}
.cid-tkXpJDP5Xs {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-5-1920x960.png");
}
.cid-tkXpJDP5Xs .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tkXpJDP5Xs .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tkXpJDP5Xs .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tkXpJDP5Xs .mbr-text,
.cid-tkXpJDP5Xs .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tkXpJDP5Xs .mbr-section-title {
  color: #ffffff;
}
.cid-tkIkgAIPep {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-13-1920x1280.jpg");
}
.cid-tkIkgAIPep .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tkIkgAIPep .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tkIkgAIPep .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tkIkgAIPep .mbr-text,
.cid-tkIkgAIPep .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tkIkgAIPep .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tkXrpKoqCO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x883.jpg");
}
.cid-tkXrpKoqCO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkXrpKoqCO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkXrpKoqCO .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-tkXrpKoqCO .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-tkXrpKoqCO .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-tkXrpKoqCO .wrapper {
  padding: 30px 0;
}
.cid-tkXrpKoqCO .mbr-section-title {
  color: #fafafa;
}
.cid-tkXrpKoqCO .mbr-text,
.cid-tkXrpKoqCO .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tkXrpKoqCO H3 {
  text-align: left;
}
.cid-tkIkgBT59f {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-11-1920x1280.jpg");
}
.cid-tkIkgBT59f .card-wrapper {
  background: #e6c63b;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tkIkgBT59f .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tkIkgBT59f .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tkIkgBT59f .card-wrapper {
    padding: 4rem;
  }
}
.cid-tkIkgBT59f .mbr-text,
.cid-tkIkgBT59f .mbr-section-btn {
  text-align: left;
}
.cid-tkXtsm7CU2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffb5b5;
}
.cid-tkIkgCcwf2 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-tkIkgCcwf2 svg {
  position: absolute;
  top: 0;
}
.cid-tkIkgCcwf2 .svg-1 {
  fill: #ffb5b5;
}
.cid-tkIkgCcwf2 .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-tkIkgCcwf2 {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-tkIkgCcwf2 .mbr-text {
  color: #fafafa;
}
.cid-tkIkgCcwf2 a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tyJ8neT3hr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tyJ8neT3hr .nav-item:focus,
.cid-tyJ8neT3hr .nav-link:focus {
  outline: none;
}
.cid-tyJ8neT3hr .text-white:hover,
.cid-tyJ8neT3hr .text-white:active,
.cid-tyJ8neT3hr .text-white:focus {
  color: white!important;
}
.cid-tyJ8neT3hr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tyJ8neT3hr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-tyJ8neT3hr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyJ8neT3hr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyJ8neT3hr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyJ8neT3hr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyJ8neT3hr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyJ8neT3hr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyJ8neT3hr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyJ8neT3hr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyJ8neT3hr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyJ8neT3hr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyJ8neT3hr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyJ8neT3hr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyJ8neT3hr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyJ8neT3hr .section {
  position: relative;
  overflow: visible!important;
}
.cid-tyJ8neT3hr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-item:hover {
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-menu {
  background-color: white!important;
}
.cid-tyJ8neT3hr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tyJ8neT3hr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tyJ8neT3hr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .collapsed {
  flex-direction: row!important;
}
.cid-tyJ8neT3hr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyJ8neT3hr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyJ8neT3hr .navbar-caption {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyJ8neT3hr .dropdown-item.active,
.cid-tyJ8neT3hr .dropdown-item:active {
  background-color: transparent;
}
.cid-tyJ8neT3hr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyJ8neT3hr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyJ8neT3hr .navbar-buttons {
  text-align: center;
}
.cid-tyJ8neT3hr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyJ8neT3hr .nav-link {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyJ8neT3hr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyJ8neT3hr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyJ8neT3hr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyJ8neT3hr .navbar {
    height: 77px;
  }
  .cid-tyJ8neT3hr .navbar.opened {
    height: auto;
  }
  .cid-tyJ8neT3hr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toOA7RkrBX {
  overflow: hidden;
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1167.jpg");
}
.cid-toOA7RkrBX .content {
  max-width: 700px;
  margin: auto 0;
}
@media (min-width: 767px) {
  .cid-toOA7RkrBX .content {
    padding: 0 2rem;
  }
}
.cid-toOA7RkrBX .logo {
  width: 80px;
}
.cid-toOA7RkrBX .link-wrap,
.cid-toOA7RkrBX .count-wrap {
  display: inline-block;
}
.cid-toOA7RkrBX .img-col {
  margin: auto 0;
  padding: 0;
}
.cid-toOA7RkrBX .link {
  display: flex;
  position: relative;
  height: 130px;
  width: 250px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-toOA7RkrBX .link .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-toOA7RkrBX .link h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-toOA7RkrBX .link:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
.cid-toOA7RkrBX .row {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.cid-toOA7RkrBX .icon-wrap {
  width: fit-content;
  display: inline-block;
  margin-bottom: 2rem;
}
.cid-toOA7RkrBX .mbr-iconfont {
  font-size: 1.8rem;
  color: #181818 !important;
  padding: 10px;
  margin: 0 0.3rem;
  background: #7aba59;
  height: 53px;
  display: inline-block;
  width: 53px;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-toOA7RkrBX .mbr-iconfont:hover {
  background: #181818;
  color: #7aba59 !important;
}
.cid-toOA7RkrBX .number-wrap {
  color: #f40a0a;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 10px 0;
  margin: 0;
  min-width: 100px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-toOA7RkrBX .countdown-cont {
  margin: 0 auto;
}
.cid-toOA7RkrBX .countdown-cont div:not(:last-child) {
  border-right: 2px solid lightgray;
}
.cid-toOA7RkrBX .number {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #4479d9;
}
.cid-toOA7RkrBX .period {
  display: block;
  padding-top: 2px;
}
.cid-toOA7RkrBX .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: none;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #4479d9;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-toOA7RkrBX .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-toOA7RkrBX .dot {
    right: -1em;
  }
  .cid-toOA7RkrBX .row {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .cid-toOA7RkrBX .dot {
    display: none;
  }
  .cid-toOA7RkrBX .number {
    white-space: nowrap;
  }
  .cid-toOA7RkrBX .countdown-cont {
    margin: 0 auto;
  }
  .cid-toOA7RkrBX .countdown-cont div:not(:last-child) {
    border-right: 0px solid lightgray;
  }
  .cid-toOA7RkrBX .countdown-cont .row {
    -webkit-flex-wrap: nowrap;
  }
  .cid-toOA7RkrBX .col-sm-3 {
    padding: 10px;
  }
}
@media (max-width: 550px) {
  .cid-toOA7RkrBX .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-toOA7RkrBX .number-wrap {
    padding: 5px 0;
  }
  .cid-toOA7RkrBX .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-toOA7RkrBX .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-toOA7RkrBX .number {
    font-size: 25px;
  }
  .cid-toOA7RkrBX .period {
    font-size: 0.7rem;
  }
}
.cid-toOA7RkrBX .mbr-section-title,
.cid-toOA7RkrBX .content {
  text-align: center;
  color: #e43f3f;
}
.cid-toOA7RkrBX H3 {
  color: #4479d9;
}
.cid-toOA7QURSP {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-toOA7QURSP .mbr-fallback-image.disabled {
  display: none;
}
.cid-toOA7QURSP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toOA7QURSP .mbr-section-title {
  text-align: center;
  color: #e43f3f;
}
.cid-toOA7QURSP .mbr-text,
.cid-toOA7QURSP .mbr-section-btn {
  text-align: center;
  color: #4479d9;
}
.cid-toOA7QURSP .mbr-section-subtitle {
  color: #4479d9;
}
.cid-toOLAMAX3t {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-15-1920x1280.jpg");
}
.cid-toOLAMAX3t .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-toOLAMAX3t .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-toOLAMAX3t .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-toOLAMAX3t .mbr-text,
.cid-toOLAMAX3t .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-toOLAMAX3t .mbr-section-title {
  color: #ffffff;
}
.cid-toOLCF9o2u {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-15-1920x1280.jpg");
}
.cid-toOLCF9o2u .mbr-fallback-image.disabled {
  display: none;
}
.cid-toOLCF9o2u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toOLCF9o2u .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-toOLCF9o2u .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-toOLCF9o2u .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-toOLCF9o2u .wrapper {
  padding: 30px 0;
}
.cid-toOLCF9o2u .mbr-section-title {
  color: #fafafa;
}
.cid-toOLCF9o2u .mbr-text,
.cid-toOLCF9o2u .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-toOLCF9o2u H3 {
  text-align: left;
  color: #4479d9;
}
.cid-toOA7RQdxl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-toOA7RQdxl .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-toOA7RQdxl .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-toOA7RQdxl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-toOA7RQdxl .mbr-text,
.cid-toOA7RQdxl .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-toOA7RQdxl .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-toOA7SoYRv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-toOA7SoYRv .mbr-fallback-image.disabled {
  display: none;
}
.cid-toOA7SoYRv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toOA7SoYRv .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-toOA7SoYRv .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-toOA7SoYRv .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-toOA7SoYRv .wrapper {
  padding: 30px 0;
}
.cid-toOA7SoYRv .mbr-section-title {
  color: #fafafa;
}
.cid-toOA7SoYRv .mbr-text,
.cid-toOA7SoYRv .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-toOA7SoYRv H3 {
  text-align: left;
}
.cid-toOA7SENP8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1080.png");
}
.cid-toOA7SENP8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-toOA7SENP8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toOA7SENP8 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-toOA7SENP8 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-toOA7SENP8 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4622d7;
}
.cid-toOA7SENP8 .panel-body,
.cid-toOA7SENP8 .card-header {
  padding: 1rem 0;
}
.cid-toOA7SENP8 .panel-title-edit {
  color: #ffffff;
}
.cid-toOA7SENP8 .panel-text {
  color: #ffffff;
}
.cid-toOA7ToxAc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffb5b5;
}
.cid-toOA7TDIn6 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-toOA7TDIn6 svg {
  position: absolute;
  top: 0;
}
.cid-toOA7TDIn6 .svg-1 {
  fill: #ffb5b5;
}
.cid-toOA7TDIn6 .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-toOA7TDIn6 {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-toOA7TDIn6 .mbr-text {
  color: #fafafa;
}
.cid-toOA7TDIn6 a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tyJ8neT3hr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tyJ8neT3hr .nav-item:focus,
.cid-tyJ8neT3hr .nav-link:focus {
  outline: none;
}
.cid-tyJ8neT3hr .text-white:hover,
.cid-tyJ8neT3hr .text-white:active,
.cid-tyJ8neT3hr .text-white:focus {
  color: white!important;
}
.cid-tyJ8neT3hr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tyJ8neT3hr .navbar.opened {
  transition: all .3s;
  background: #e1e8ff !important;
}
.cid-tyJ8neT3hr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tyJ8neT3hr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyJ8neT3hr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tyJ8neT3hr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyJ8neT3hr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tyJ8neT3hr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tyJ8neT3hr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyJ8neT3hr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tyJ8neT3hr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tyJ8neT3hr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyJ8neT3hr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyJ8neT3hr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyJ8neT3hr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tyJ8neT3hr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tyJ8neT3hr .navbar.navbar-short {
  background: #e1e8ff !important;
  min-height: 60px;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tyJ8neT3hr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyJ8neT3hr .section {
  position: relative;
  overflow: visible!important;
}
.cid-tyJ8neT3hr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-item:hover {
  color: black!important;
}
.cid-tyJ8neT3hr .dropdown-menu {
  background-color: white!important;
}
.cid-tyJ8neT3hr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tyJ8neT3hr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tyJ8neT3hr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tyJ8neT3hr .nav-item .nav-link {
    position: relative;
  }
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tyJ8neT3hr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tyJ8neT3hr .collapsed {
  flex-direction: row!important;
}
.cid-tyJ8neT3hr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyJ8neT3hr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyJ8neT3hr .navbar-caption {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyJ8neT3hr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyJ8neT3hr .dropdown-item.active,
.cid-tyJ8neT3hr .dropdown-item:active {
  background-color: transparent;
}
.cid-tyJ8neT3hr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyJ8neT3hr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e8ff;
}
.cid-tyJ8neT3hr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyJ8neT3hr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tyJ8neT3hr .navbar-buttons {
  text-align: center;
}
.cid-tyJ8neT3hr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tyJ8neT3hr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tyJ8neT3hr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tyJ8neT3hr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tyJ8neT3hr .nav-link {
  font-weight: 600!important;
}
.cid-tyJ8neT3hr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tyJ8neT3hr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tyJ8neT3hr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tyJ8neT3hr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyJ8neT3hr .navbar {
    height: 77px;
  }
  .cid-tyJ8neT3hr .navbar.opened {
    height: auto;
  }
  .cid-tyJ8neT3hr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyISyM5Xu2 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1492.png");
}
.cid-tyISyM5Xu2 .mbr-section-title {
  text-align: center;
}
.cid-tyISyM5Xu2 .mbr-text,
.cid-tyISyM5Xu2 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tyISyM5Xu2 .mbr-section-title,
  .cid-tyISyM5Xu2 .mbr-section-btn,
  .cid-tyISyM5Xu2 .mbr-text {
    text-align: center;
  }
}
.cid-tyIU9ArGKU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x970.png");
  overflow: hidden;
}
.cid-tyIU9ArGKU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyIU9ArGKU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyIU9ArGKU .container,
.cid-tyIU9ArGKU .container-fluid {
  position: relative;
}
.cid-tyIU9ArGKU .row {
  justify-content: left;
}
.cid-tyIU9ArGKU .col-content {
  position: relative;
  z-index: 10;
}
.cid-tyIU9ArGKU .mbr-section-title {
  color: #2B2B2B;
}
.cid-tyIU9ArGKU .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-tyIU9ArGKU .mbr-text {
  color: #2B2B2B;
}
.cid-tyIU9ArGKU .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-tyIU9ArGKU .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-tyIU9ArGKU .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-tyIU9ArGKU .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-tyIU9ArGKU .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-tyIU9ArGKU .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-tyIU9ArGKU .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-tyIUNdj4H0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-tyIUNdj4H0 .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-tyIUNdj4H0 img {
  width: 100%;
  transform: scale(2) translateX(-2rem);
  z-index: 0;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-tyIUNdj4H0 img {
    transform: scale(1) translateX(0);
  }
}
.cid-tyIUNdj4H0 .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tyIUNdj4H0 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tyIUNdj4H0 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-tyIUNdj4H0 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tyIUNdj4H0 .col-12 {
  position: relative;
}
.cid-tyIUNdj4H0 .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tyIUNdj4H0 .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-tyIUNdj4H0 .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-tyIUNdj4H0 .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-tyIUNdj4H0 .mbr-section-title {
  color: #263d5a;
}
.cid-tyIUNdj4H0 .mbr-text,
.cid-tyIUNdj4H0 .mbr-section-btn {
  color: #263d5a;
}
.cid-tyIUNdj4H0 .mbr-section-subtitle {
  color: #263d5a;
}
.cid-tyISyMHSRl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1106.jpg");
}
.cid-tyISyMHSRl .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tyISyMHSRl .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tyISyMHSRl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tyISyMHSRl .mbr-text,
.cid-tyISyMHSRl .mbr-section-btn {
  text-align: left;
}
.cid-tyIUqzREQJ {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background: linear-gradient(324deg, #5cc3ee 0%, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%);
}
.cid-tyIUqzREQJ .label-text {
  color: #ffffff;
  margin: 10px 0 7px;
}
.cid-tyIUqzREQJ .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tyIUqzREQJ .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tyIUqzREQJ .mbr-section-btn {
  margin-top: 30px;
}
.cid-tyIUqzREQJ .mbr-section-btn .btn-transform {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: transparent;
  background-image: linear-gradient(-90deg, currentColor 0, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 100% 100% !important;
  background-position: left !important;
  transition: background-position 0.2s ease !important;
}
.cid-tyIUqzREQJ .mbr-section-btn .btn-white-outline {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tyIUqzREQJ .mbr-section-btn .btn-white-outline:hover {
  color: #fff !important;
  background: #ffffff !important;
}
.cid-tyIUqzREQJ .mbr-section-btn .btn-white-outline:hover .btn-transform {
  background-image: -webkit-linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
}
.cid-tyIUqzREQJ .mbr-section-title,
.cid-tyIUqzREQJ .mbr-section-btn {
  text-align: left;
}
.cid-tyISyNftus {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x910.jpg");
}
.cid-tyISyNftus .number-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-tyISyNftus .number {
  color: #ffffff;
}
.cid-tyISyNftus .period {
  display: block;
}
.cid-tyISyNftus .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-tyISyNftus .period {
    font-size: 0.8rem;
  }
}
.cid-tyISyNftus .btn {
  height: 100%;
  margin: 0;
}
.cid-tyISyNftus .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tyISyNftus .mbr-section-title {
  color: #ffffff;
}
.cid-tyISyNftus .mbr-text {
  color: #ffffff;
}
.cid-tyISyNftus .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-tyISyNftus .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tyISyNftus .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-tyISyNftus .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-tyISyNBwiU {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1120.jpg");
}
.cid-tyISyNBwiU .number-wrap {
  color: #000000;
  text-align: center;
}
.cid-tyISyNBwiU .number {
  color: #4479d9;
}
.cid-tyISyNBwiU .period {
  display: block;
}
.cid-tyISyNBwiU .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-tyISyNBwiU .period {
    font-size: 0.8rem;
  }
}
.cid-tyISyNBwiU .btn {
  height: 100%;
  margin: 0;
}
.cid-tyISyNBwiU .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tyISyNBwiU .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-tyISyNBwiU .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tyISyNBwiU .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-tyISyNBwiU .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #6592e6;
  color: #ffffff;
}
.cid-tyISyNNEbQ {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-tyISyNNEbQ svg {
  position: absolute;
  top: 0;
}
.cid-tyISyNNEbQ .svg-1 {
  fill: #ffb5b5;
}
.cid-tyISyNNEbQ .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-tyISyNNEbQ {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-tyISyNNEbQ .mbr-text {
  color: #fafafa;
}
.cid-tyISyNNEbQ a {
  text-decoration: underline;
  font-weight: 400 !important;
}
