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: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((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: #9fdbf8 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fdbf8 !important;
  border-color: #9fdbf8 !important;
  color: #0a638e !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: #4ebdf2 !important;
  border-color: #4ebdf2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #0a638e !important;
  background-color: #4ebdf2 !important;
  border-color: #4ebdf2 !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: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9fdbf8;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #4ebdf2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #0a638e !important;
  background-color: #9fdbf8 !important;
  border-color: #9fdbf8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #9fdbf8 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #40b7f1 !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: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #9fdbf8;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9fdbf8;
  border-color: #9fdbf8;
  color: #0c73a5;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #9fdbf8;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #9fdbf8 !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: #9fdbf8;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9fdbf8;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fdbf8;
}
.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: #9fdbf8;
  border-bottom-color: #9fdbf8;
}
.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: #000000 !important;
  background-color: #9fdbf8 !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='%239fdbf8' %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-soF7twKIIb .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-soF7twKIIb .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-soF7twKIIb .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-soF7twKIIb .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-soF7twKIIb .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-soF7twKIIb .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-soF7twKIIb .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-soF7twKIIb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-soF7twKIIb .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-soF7twKIIb .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-soF7twKIIb .navbar.collapsed.opened .navbar-collapse.show,
.cid-soF7twKIIb .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-soF7twKIIb .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-soF7twKIIb .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-soF7twKIIb .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-soF7twKIIb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soF7twKIIb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soF7twKIIb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-soF7twKIIb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soF7twKIIb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-soF7twKIIb .navbar {
    flex-wrap: nowrap;
  }
  .cid-soF7twKIIb .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-soF7twKIIb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soF7twKIIb .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-soF7twKIIb .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-soF7twKIIb .navbar.opened .navbar-collapse.show,
  .cid-soF7twKIIb .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-soF7twKIIb .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-soF7twKIIb .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-soF7twKIIb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soF7twKIIb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soF7twKIIb .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-soF7twKIIb .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-soF7twKIIb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soF7twKIIb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-soF7twKIIb .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-soF7twKIIb .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-soF7twKIIb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-soF7twKIIb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-soF7twKIIb .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soF7twKIIb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soF7twKIIb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soF7twKIIb .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-soF7twKIIb .dropdown-item.active,
.cid-soF7twKIIb .dropdown-item:active {
  background-color: transparent;
}
.cid-soF7twKIIb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soF7twKIIb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soF7twKIIb .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soF7twKIIb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-soF7twKIIb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-soF7twKIIb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soF7twKIIb ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-soF7twKIIb .navbar-buttons {
  text-align: center;
}
.cid-soF7twKIIb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-soF7twKIIb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06182d;
}
.cid-soF7twKIIb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-soF7twKIIb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soF7twKIIb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soF7twKIIb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-soF7twKIIb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soF7twKIIb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-soF7twKIIb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-soF7twKIIb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soF7twKIIb .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-soF7twKIIb a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-soF7twKIIb a.nav-link:focus {
  outline: none;
}
.cid-soF7twKIIb .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-soF7twKIIb .nav-link:hover,
.cid-soF7twKIIb .dropdown-item:hover {
  color: #353535 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-soF7twKIIb .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-soF7twKIIb .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-soF7vRgXNs {
  display: flex;
  padding-top: 90px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/fondo-blanco-torres-2000x1135.png");
}
.cid-soF7vRgXNs .mbr-overlay {
  background: #232323;
  background: linear-gradient(90deg, #232323, #353535);
}
.cid-soF7vRgXNs .mbr-section-title {
  margin: 0;
}
.cid-soF7vRgXNs .mbr-text {
  color: #efefef;
}
.cid-soF7vRgXNs .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-soF7vRgXNs .card-img {
  text-align: left;
}
.cid-soF7vRgXNs .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-soF7vRgXNs .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-soF7vRgXNs .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-soF7vRgXNs .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-soF7vRgXNs .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-soF7vRgXNs .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-soF7vRgXNs .title-cont,
.cid-soF7vRgXNs .mbr-section-title {
  color: #2c5c99;
}
.cid-soF7vRgXNs .mbr-section-subtitle,
.cid-soF7vRgXNs .mbr-section-btn {
  color: #000000;
}
.cid-sq0kNLmdic {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-sq0kNLmdic .mbr-section-subtitle {
  color: #fafafa;
}
.cid-spY9bQ0dS4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-3-1920x1279.jpeg");
}
.cid-spY9bQ0dS4 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-spY9bQ0dS4 .card {
    margin-bottom: 2rem!important;
  }
  .cid-spY9bQ0dS4 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-spY9bQ0dS4 .link-wrap {
    align-items: center;
  }
}
.cid-spY9bQ0dS4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-spY9bQ0dS4 .card-title,
.cid-spY9bQ0dS4 .card-box {
  color: #f78d00;
}
.cid-spY9bQ0dS4 .mbr-text {
  color: #ffffff;
}
.cid-spZltqR2gx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-spZltqR2gx img {
  width: 120px;
  margin: auto;
}
.cid-spZltqR2gx .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-spZltqR2gx .card {
    max-width: 12.5%;
  }
}
.cid-spZltqR2gx .mbr-section-subtitle {
  color: #ffe161;
}
.cid-spZ1wmpq0E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-4-1920x1279.jpeg");
}
.cid-spZ1wmpq0E .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-spZ1wmpq0E .card {
    margin-bottom: 2rem!important;
  }
  .cid-spZ1wmpq0E .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-spZ1wmpq0E .link-wrap {
    align-items: center;
  }
}
.cid-spZ1wmpq0E .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-spZ1wmpq0E .card-title,
.cid-spZ1wmpq0E .card-box {
  color: #f78d00;
}
.cid-spZ1wmpq0E .mbr-text,
.cid-spZ1wmpq0E .link-wrap,
.cid-spZ1wmpq0E .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-soL7mn1OE8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-soL7mn1OE8 img {
  width: 120px;
  margin: auto;
}
.cid-soL7mn1OE8 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-soL7mn1OE8 .card {
    max-width: 12.5%;
  }
}
.cid-soL7mn1OE8 .mbr-section-subtitle {
  color: #f78d00;
}
.cid-spY6H2yJeX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-2-1920x1080.jpeg");
}
.cid-spY6H2yJeX .mbr-overlay {
  background: #000000;
  opacity: 0.6;
}
.cid-spY6H2yJeX img,
.cid-spY6H2yJeX .item-img {
  width: 100%;
}
.cid-spY6H2yJeX .item:focus,
.cid-spY6H2yJeX span:focus {
  outline: none;
}
.cid-spY6H2yJeX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-spY6H2yJeX .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-spY6H2yJeX .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-spY6H2yJeX .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-spY6H2yJeX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-spY6H2yJeX .mbr-section-title {
  color: #232323;
}
.cid-spY6H2yJeX .mbr-text,
.cid-spY6H2yJeX .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-spY6H2yJeX .item-title {
  text-align: left;
  color: #9fdbf8;
}
.cid-spY6H2yJeX .item-subtitle {
  text-align: center;
}
.cid-spY5VhfBhy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffe885;
}
.cid-spY5VhfBhy .container {
  max-width: 1500px;
}
.cid-spY5VhfBhy .row {
  background: #ffffff;
}
.cid-spY5VhfBhy .img-col {
  padding: 0;
}
.cid-spY5VhfBhy .title-col {
  padding: 4rem 8rem;
}
.cid-spY5VhfBhy img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-spY5VhfBhy h2 {
  padding: 0;
  margin: 0;
}
.cid-spY5VhfBhy .text-wrap {
  margin: auto;
}
.cid-spY5VhfBhy .mbr-text {
  color: #000000;
}
@media (max-width: 1200px) {
  .cid-spY5VhfBhy .row {
    margin: 2rem;
  }
  .cid-spY5VhfBhy .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-spY5VhfBhy .row {
    margin: 0rem;
  }
  .cid-spY5VhfBhy .title-col {
    padding: 2rem 1rem;
  }
}
.cid-spY5VhfBhy H2 {
  color: #f78d00;
}
.cid-teNMECq6KS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-teNMECq6KS .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNMECq6KS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNMECq6KS .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #9fdbf8;
  margin-bottom: 2rem;
}
.cid-teNMECq6KS .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-teNMECq6KS .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-teNMECq6KS .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-spYO1PiKAv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-spYO1PiKAv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-spYO1PiKAv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-spYO1PiKAv .row {
    text-align: center;
  }
  .cid-spYO1PiKAv .row > div {
    margin: auto;
  }
  .cid-spYO1PiKAv .social-row {
    justify-content: center;
  }
}
.cid-spYO1PiKAv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-spYO1PiKAv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-spYO1PiKAv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-spYO1PiKAv .list {
    margin-bottom: 0rem;
  }
}
.cid-spYO1PiKAv .mbr-text {
  color: #bbbbbb;
}
.cid-spYO1PiKAv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-spYO1PiKAv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-spYO1PiKAv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-spYO1PiKAv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-srQN8R90zP .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-srQN8R90zP .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-srQN8R90zP .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-srQN8R90zP .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-srQN8R90zP .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-srQN8R90zP .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-srQN8R90zP .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-srQN8R90zP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-srQN8R90zP .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-srQN8R90zP .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-srQN8R90zP .navbar.collapsed.opened .navbar-collapse.show,
.cid-srQN8R90zP .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-srQN8R90zP .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-srQN8R90zP .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-srQN8R90zP .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-srQN8R90zP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-srQN8R90zP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-srQN8R90zP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-srQN8R90zP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-srQN8R90zP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-srQN8R90zP .navbar {
    flex-wrap: nowrap;
  }
  .cid-srQN8R90zP .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-srQN8R90zP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-srQN8R90zP .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-srQN8R90zP .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-srQN8R90zP .navbar.opened .navbar-collapse.show,
  .cid-srQN8R90zP .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-srQN8R90zP .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-srQN8R90zP .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-srQN8R90zP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-srQN8R90zP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-srQN8R90zP .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-srQN8R90zP .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-srQN8R90zP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-srQN8R90zP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-srQN8R90zP .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-srQN8R90zP .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-srQN8R90zP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-srQN8R90zP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-srQN8R90zP .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-srQN8R90zP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-srQN8R90zP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-srQN8R90zP .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-srQN8R90zP .dropdown-item.active,
.cid-srQN8R90zP .dropdown-item:active {
  background-color: transparent;
}
.cid-srQN8R90zP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-srQN8R90zP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-srQN8R90zP .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-srQN8R90zP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-srQN8R90zP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-srQN8R90zP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srQN8R90zP ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-srQN8R90zP .navbar-buttons {
  text-align: center;
}
.cid-srQN8R90zP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-srQN8R90zP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06182d;
}
.cid-srQN8R90zP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-srQN8R90zP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srQN8R90zP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srQN8R90zP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-srQN8R90zP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srQN8R90zP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-srQN8R90zP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-srQN8R90zP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srQN8R90zP .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-srQN8R90zP a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-srQN8R90zP a.nav-link:focus {
  outline: none;
}
.cid-srQN8R90zP .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-srQN8R90zP .nav-link:hover,
.cid-srQN8R90zP .dropdown-item:hover {
  color: #353535 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-srQN8R90zP .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-srQN8R90zP .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-srQN8RNsQP {
  padding-top: 225px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-5-1920x1279.jpeg");
}
.cid-srQN8RNsQP h3 {
  position: relative;
}
.cid-srQN8RNsQP h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-srQN8RNsQP svg {
  position: absolute;
  bottom: -30px;
  left: 0;
  transform: scaleY(-1);
}
.cid-srQN8RNsQP g rect {
  fill: #79996a;
}
.cid-srQN8RNsQP H1 {
  color: #ffffff;
}
.cid-srQN8Sp3iF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-srQN8Sp3iF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-srQN8Sp3iF .row {
  flex-direction: row-reverse;
}
.cid-srQN8Sp3iF img {
  width: 100%;
}
.cid-srQN8SRKPC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-srQN8SRKPC H1 {
  color: #2c5c99;
}
.cid-srQN8SRKPC .mbr-text,
.cid-srQN8SRKPC .mbr-section-btn {
  color: #716c80;
}
.cid-srQN8SRKPC img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-srQN8SRKPC .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-srQN8SRKPC img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-srQN8UgHCI {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #2c5c99;
}
.cid-srQN8UgHCI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-srQN8UgHCI textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-srQN8UgHCI .text {
    max-width: 360px;
  }
}
.cid-srQN8UgHCI .align-right {
  width: 100%;
}
.cid-srQN8UgHCI .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-srQN8UgHCI .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #e43f3f !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-srQN8UgHCI .form-control,
.cid-srQN8UgHCI .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #ffffff !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-srQN8UgHCI .form-control::-webkit-input-placeholder,
.cid-srQN8UgHCI .field-input::-webkit-input-placeholder,
.cid-srQN8UgHCI .form-control::-webkit-input-placeholder,
.cid-srQN8UgHCI .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-srQN8UgHCI .form-control:-moz-placeholder,
.cid-srQN8UgHCI .field-input:-moz-placeholder,
.cid-srQN8UgHCI .form-control:-moz-placeholder,
.cid-srQN8UgHCI .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-srQN8UgHCI .form-control:hover,
.cid-srQN8UgHCI .field-input:hover,
.cid-srQN8UgHCI .form-control:focus,
.cid-srQN8UgHCI .field-input:focus {
  border-color: #ffffff !important;
  color: #ffffff;
  box-shadow: none !important;
  outline: none !important;
}
.cid-srQN8UgHCI .form-control:hover::-webkit-input-placeholder,
.cid-srQN8UgHCI .field-input:hover::-webkit-input-placeholder,
.cid-srQN8UgHCI .form-control:focus::-webkit-input-placeholder,
.cid-srQN8UgHCI .field-input:focus::-webkit-input-placeholder,
.cid-srQN8UgHCI .form-control:hover::-webkit-input-placeholder,
.cid-srQN8UgHCI .field-input:hover::-webkit-input-placeholder,
.cid-srQN8UgHCI .form-control:focus::-webkit-input-placeholder,
.cid-srQN8UgHCI .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-srQN8UgHCI .form-control:hover:-moz-placeholder,
.cid-srQN8UgHCI .field-input:hover:-moz-placeholder,
.cid-srQN8UgHCI .form-control:focus:-moz-placeholder,
.cid-srQN8UgHCI .field-input:focus:-moz-placeholder,
.cid-srQN8UgHCI .form-control:hover:-moz-placeholder,
.cid-srQN8UgHCI .field-input:hover:-moz-placeholder,
.cid-srQN8UgHCI .form-control:focus:-moz-placeholder,
.cid-srQN8UgHCI .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-srQN8UgHCI .jq-number__spin:hover,
.cid-srQN8UgHCI .jq-number__spin:focus {
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-srQN8UgHCI .jq-number__spin {
  border-color: #ffffff;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-srQN8UgHCI input::-webkit-clear-button {
  display: none;
}
.cid-srQN8UgHCI input::-webkit-inner-spin-button {
  display: none;
}
.cid-srQN8UgHCI input::-webkit-outer-spin-button {
  display: none;
}
.cid-srQN8UgHCI input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-srQN8UgHCI .title {
  color: #adcde9;
}
@media (max-width: 767px) {
  .cid-srQN8UgHCI .socicon-wrap {
    margin: auto;
  }
}
.cid-srQN8UgHCI .mbr-text {
  color: #999999;
}
.cid-teNNYidgj4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-teNNYidgj4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNNYidgj4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNNYidgj4 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #9fdbf8;
  margin-bottom: 2rem;
}
.cid-teNNYidgj4 .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-teNNYidgj4 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-teNNYidgj4 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-srQN8ULLj1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-srQN8ULLj1 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-srQN8ULLj1 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-srQN8ULLj1 .row {
    text-align: center;
  }
  .cid-srQN8ULLj1 .row > div {
    margin: auto;
  }
  .cid-srQN8ULLj1 .social-row {
    justify-content: center;
  }
}
.cid-srQN8ULLj1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-srQN8ULLj1 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-srQN8ULLj1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-srQN8ULLj1 .list {
    margin-bottom: 0rem;
  }
}
.cid-srQN8ULLj1 .mbr-text {
  color: #bbbbbb;
}
.cid-srQN8ULLj1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-srQN8ULLj1 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-srQN8ULLj1 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-srQN8ULLj1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sqfZ5iZK23 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sqfZ5iZK23 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sqfZ5iZK23 .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sqfZ5iZK23 .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sqfZ5iZK23 .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqfZ5iZK23 .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sqfZ5iZK23 .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sqfZ5iZK23 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sqfZ5iZK23 .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sqfZ5iZK23 .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sqfZ5iZK23 .navbar.collapsed.opened .navbar-collapse.show,
.cid-sqfZ5iZK23 .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sqfZ5iZK23 .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sqfZ5iZK23 .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sqfZ5iZK23 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sqfZ5iZK23 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqfZ5iZK23 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqfZ5iZK23 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sqfZ5iZK23 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqfZ5iZK23 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sqfZ5iZK23 .navbar {
    flex-wrap: nowrap;
  }
  .cid-sqfZ5iZK23 .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sqfZ5iZK23 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqfZ5iZK23 .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sqfZ5iZK23 .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sqfZ5iZK23 .navbar.opened .navbar-collapse.show,
  .cid-sqfZ5iZK23 .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sqfZ5iZK23 .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sqfZ5iZK23 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sqfZ5iZK23 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqfZ5iZK23 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqfZ5iZK23 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sqfZ5iZK23 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sqfZ5iZK23 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqfZ5iZK23 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sqfZ5iZK23 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sqfZ5iZK23 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sqfZ5iZK23 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sqfZ5iZK23 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sqfZ5iZK23 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqfZ5iZK23 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqfZ5iZK23 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqfZ5iZK23 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sqfZ5iZK23 .dropdown-item.active,
.cid-sqfZ5iZK23 .dropdown-item:active {
  background-color: transparent;
}
.cid-sqfZ5iZK23 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqfZ5iZK23 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqfZ5iZK23 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqfZ5iZK23 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sqfZ5iZK23 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqfZ5iZK23 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqfZ5iZK23 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sqfZ5iZK23 .navbar-buttons {
  text-align: center;
}
.cid-sqfZ5iZK23 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqfZ5iZK23 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06182d;
}
.cid-sqfZ5iZK23 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqfZ5iZK23 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqfZ5iZK23 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqfZ5iZK23 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqfZ5iZK23 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqfZ5iZK23 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqfZ5iZK23 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqfZ5iZK23 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqfZ5iZK23 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sqfZ5iZK23 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sqfZ5iZK23 a.nav-link:focus {
  outline: none;
}
.cid-sqfZ5iZK23 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqfZ5iZK23 .nav-link:hover,
.cid-sqfZ5iZK23 .dropdown-item:hover {
  color: #353535 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqfZ5iZK23 .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sqfZ5iZK23 .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sqgb11BDG1 {
  padding-top: 225px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-5-1920x1279.jpeg");
}
.cid-sqgb11BDG1 h3 {
  position: relative;
}
.cid-sqgb11BDG1 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sqgb11BDG1 svg {
  position: absolute;
  bottom: -30px;
  left: 0;
  transform: scaleY(-1);
}
.cid-sqgb11BDG1 g rect {
  fill: #2c5c99;
}
.cid-sqgb11BDG1 H1 {
  color: #ffffff;
}
.cid-sqh3i6s5V1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sqh3i6s5V1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sqh3i6s5V1 .row {
  flex-direction: row-reverse;
}
.cid-sqh3i6s5V1 img {
  width: 100%;
}
.cid-sqg2VomYyh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sqg2VomYyh H1 {
  color: #2c5c99;
}
.cid-sqg2VomYyh .mbr-text,
.cid-sqg2VomYyh .mbr-section-btn {
  color: #716c80;
}
.cid-sqg2VomYyh img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sqg2VomYyh .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sqg2VomYyh img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-sqg5zNFZSO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sqg5zNFZSO H1 {
  color: #2c5c99;
}
.cid-sqg5zNFZSO .mbr-text,
.cid-sqg5zNFZSO .mbr-section-btn {
  color: #716c80;
}
.cid-sqg5zNFZSO img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sqg5zNFZSO .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sqg5zNFZSO img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-sqg7w39HPf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sqg7w39HPf H1 {
  color: #2c5c99;
}
.cid-sqg7w39HPf .mbr-text,
.cid-sqg7w39HPf .mbr-section-btn {
  color: #716c80;
}
.cid-sqg7w39HPf img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sqg7w39HPf .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sqg7w39HPf img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-teNNkFMaBv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-teNNkFMaBv .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNNkFMaBv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNNkFMaBv .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #9fdbf8;
  margin-bottom: 2rem;
}
.cid-teNNkFMaBv .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-teNNkFMaBv .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-teNNkFMaBv .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-sqgdr6n0v0 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #2c5c99;
}
.cid-sqgdr6n0v0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sqgdr6n0v0 textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-sqgdr6n0v0 .text {
    max-width: 360px;
  }
}
.cid-sqgdr6n0v0 .align-right {
  width: 100%;
}
.cid-sqgdr6n0v0 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sqgdr6n0v0 .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #e43f3f !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sqgdr6n0v0 .form-control,
.cid-sqgdr6n0v0 .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #ffffff !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sqgdr6n0v0 .form-control::-webkit-input-placeholder,
.cid-sqgdr6n0v0 .field-input::-webkit-input-placeholder,
.cid-sqgdr6n0v0 .form-control::-webkit-input-placeholder,
.cid-sqgdr6n0v0 .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sqgdr6n0v0 .form-control:-moz-placeholder,
.cid-sqgdr6n0v0 .field-input:-moz-placeholder,
.cid-sqgdr6n0v0 .form-control:-moz-placeholder,
.cid-sqgdr6n0v0 .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-sqgdr6n0v0 .form-control:hover,
.cid-sqgdr6n0v0 .field-input:hover,
.cid-sqgdr6n0v0 .form-control:focus,
.cid-sqgdr6n0v0 .field-input:focus {
  border-color: #ffffff !important;
  color: #ffffff;
  box-shadow: none !important;
  outline: none !important;
}
.cid-sqgdr6n0v0 .form-control:hover::-webkit-input-placeholder,
.cid-sqgdr6n0v0 .field-input:hover::-webkit-input-placeholder,
.cid-sqgdr6n0v0 .form-control:focus::-webkit-input-placeholder,
.cid-sqgdr6n0v0 .field-input:focus::-webkit-input-placeholder,
.cid-sqgdr6n0v0 .form-control:hover::-webkit-input-placeholder,
.cid-sqgdr6n0v0 .field-input:hover::-webkit-input-placeholder,
.cid-sqgdr6n0v0 .form-control:focus::-webkit-input-placeholder,
.cid-sqgdr6n0v0 .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sqgdr6n0v0 .form-control:hover:-moz-placeholder,
.cid-sqgdr6n0v0 .field-input:hover:-moz-placeholder,
.cid-sqgdr6n0v0 .form-control:focus:-moz-placeholder,
.cid-sqgdr6n0v0 .field-input:focus:-moz-placeholder,
.cid-sqgdr6n0v0 .form-control:hover:-moz-placeholder,
.cid-sqgdr6n0v0 .field-input:hover:-moz-placeholder,
.cid-sqgdr6n0v0 .form-control:focus:-moz-placeholder,
.cid-sqgdr6n0v0 .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-sqgdr6n0v0 .jq-number__spin:hover,
.cid-sqgdr6n0v0 .jq-number__spin:focus {
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sqgdr6n0v0 .jq-number__spin {
  border-color: #ffffff;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sqgdr6n0v0 input::-webkit-clear-button {
  display: none;
}
.cid-sqgdr6n0v0 input::-webkit-inner-spin-button {
  display: none;
}
.cid-sqgdr6n0v0 input::-webkit-outer-spin-button {
  display: none;
}
.cid-sqgdr6n0v0 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sqgdr6n0v0 .title {
  color: #adcde9;
}
@media (max-width: 767px) {
  .cid-sqgdr6n0v0 .socicon-wrap {
    margin: auto;
  }
}
.cid-sqgdr6n0v0 .mbr-text {
  color: #999999;
}
.cid-sqfZ5jFVbw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-sqfZ5jFVbw .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sqfZ5jFVbw .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sqfZ5jFVbw .row {
    text-align: center;
  }
  .cid-sqfZ5jFVbw .row > div {
    margin: auto;
  }
  .cid-sqfZ5jFVbw .social-row {
    justify-content: center;
  }
}
.cid-sqfZ5jFVbw .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sqfZ5jFVbw .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sqfZ5jFVbw .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqfZ5jFVbw .list {
    margin-bottom: 0rem;
  }
}
.cid-sqfZ5jFVbw .mbr-text {
  color: #bbbbbb;
}
.cid-sqfZ5jFVbw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sqfZ5jFVbw .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sqfZ5jFVbw div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqfZ5jFVbw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-teNM8vqtIZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-teNM8vqtIZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNM8vqtIZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNM8vqtIZ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #9fdbf8;
  margin-bottom: 2rem;
}
.cid-teNM8vqtIZ .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-teNM8vqtIZ .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-teNM8vqtIZ .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-srAfbrscg0 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-srAfbrscg0 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-srAfbrscg0 .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-srAfbrscg0 .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-srAfbrscg0 .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-srAfbrscg0 .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-srAfbrscg0 .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-srAfbrscg0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-srAfbrscg0 .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-srAfbrscg0 .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-srAfbrscg0 .navbar.collapsed.opened .navbar-collapse.show,
.cid-srAfbrscg0 .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-srAfbrscg0 .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-srAfbrscg0 .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-srAfbrscg0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-srAfbrscg0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-srAfbrscg0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-srAfbrscg0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-srAfbrscg0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-srAfbrscg0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-srAfbrscg0 .navbar {
    flex-wrap: nowrap;
  }
  .cid-srAfbrscg0 .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-srAfbrscg0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-srAfbrscg0 .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-srAfbrscg0 .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-srAfbrscg0 .navbar.opened .navbar-collapse.show,
  .cid-srAfbrscg0 .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-srAfbrscg0 .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-srAfbrscg0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-srAfbrscg0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-srAfbrscg0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-srAfbrscg0 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-srAfbrscg0 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-srAfbrscg0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-srAfbrscg0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-srAfbrscg0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-srAfbrscg0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-srAfbrscg0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-srAfbrscg0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-srAfbrscg0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-srAfbrscg0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-srAfbrscg0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-srAfbrscg0 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-srAfbrscg0 .dropdown-item.active,
.cid-srAfbrscg0 .dropdown-item:active {
  background-color: transparent;
}
.cid-srAfbrscg0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-srAfbrscg0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-srAfbrscg0 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-srAfbrscg0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-srAfbrscg0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-srAfbrscg0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srAfbrscg0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-srAfbrscg0 .navbar-buttons {
  text-align: center;
}
.cid-srAfbrscg0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-srAfbrscg0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06182d;
}
.cid-srAfbrscg0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-srAfbrscg0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srAfbrscg0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srAfbrscg0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-srAfbrscg0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srAfbrscg0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-srAfbrscg0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-srAfbrscg0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srAfbrscg0 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-srAfbrscg0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-srAfbrscg0 a.nav-link:focus {
  outline: none;
}
.cid-srAfbrscg0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-srAfbrscg0 .nav-link:hover,
.cid-srAfbrscg0 .dropdown-item:hover {
  color: #353535 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-srAfbrscg0 .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-srAfbrscg0 .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-srAfbs32mz {
  padding-top: 225px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-5-1920x1279.jpeg");
}
.cid-srAfbs32mz h3 {
  position: relative;
}
.cid-srAfbs32mz h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-srAfbs32mz svg {
  position: absolute;
  bottom: -30px;
  left: 0;
  transform: scaleY(-1);
}
.cid-srAfbs32mz g rect {
  fill: #2c5c99;
}
.cid-srAfbs32mz H1 {
  color: #ffffff;
}
.cid-srAfbsAem9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-srAfbsAem9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-srAfbsAem9 .row {
  flex-direction: row-reverse;
}
.cid-srAfbsAem9 img {
  width: 100%;
}
.cid-srAfbsXFA7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-srAfbsXFA7 H1 {
  color: #2c5c99;
}
.cid-srAfbsXFA7 .mbr-text,
.cid-srAfbsXFA7 .mbr-section-btn {
  color: #716c80;
}
.cid-srAfbsXFA7 img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-srAfbsXFA7 .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-srAfbsXFA7 img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-srAfbtkb04 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-srAfbtkb04 H1 {
  color: #2c5c99;
}
.cid-srAfbtkb04 .mbr-text,
.cid-srAfbtkb04 .mbr-section-btn {
  color: #716c80;
}
.cid-srAfbtkb04 img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-srAfbtkb04 .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-srAfbtkb04 img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-teNLJ0yhND {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-teNLJ0yhND .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNLJ0yhND .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNLJ0yhND .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #9fdbf8;
  margin-bottom: 2rem;
}
.cid-teNLJ0yhND .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-teNLJ0yhND .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-teNLJ0yhND .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-srAfbu7tPF {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #2c5c99;
}
.cid-srAfbu7tPF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-srAfbu7tPF textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-srAfbu7tPF .text {
    max-width: 360px;
  }
}
.cid-srAfbu7tPF .align-right {
  width: 100%;
}
.cid-srAfbu7tPF .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-srAfbu7tPF .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #e43f3f !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-srAfbu7tPF .form-control,
.cid-srAfbu7tPF .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #ffffff !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-srAfbu7tPF .form-control::-webkit-input-placeholder,
.cid-srAfbu7tPF .field-input::-webkit-input-placeholder,
.cid-srAfbu7tPF .form-control::-webkit-input-placeholder,
.cid-srAfbu7tPF .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-srAfbu7tPF .form-control:-moz-placeholder,
.cid-srAfbu7tPF .field-input:-moz-placeholder,
.cid-srAfbu7tPF .form-control:-moz-placeholder,
.cid-srAfbu7tPF .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-srAfbu7tPF .form-control:hover,
.cid-srAfbu7tPF .field-input:hover,
.cid-srAfbu7tPF .form-control:focus,
.cid-srAfbu7tPF .field-input:focus {
  border-color: #ffffff !important;
  color: #ffffff;
  box-shadow: none !important;
  outline: none !important;
}
.cid-srAfbu7tPF .form-control:hover::-webkit-input-placeholder,
.cid-srAfbu7tPF .field-input:hover::-webkit-input-placeholder,
.cid-srAfbu7tPF .form-control:focus::-webkit-input-placeholder,
.cid-srAfbu7tPF .field-input:focus::-webkit-input-placeholder,
.cid-srAfbu7tPF .form-control:hover::-webkit-input-placeholder,
.cid-srAfbu7tPF .field-input:hover::-webkit-input-placeholder,
.cid-srAfbu7tPF .form-control:focus::-webkit-input-placeholder,
.cid-srAfbu7tPF .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-srAfbu7tPF .form-control:hover:-moz-placeholder,
.cid-srAfbu7tPF .field-input:hover:-moz-placeholder,
.cid-srAfbu7tPF .form-control:focus:-moz-placeholder,
.cid-srAfbu7tPF .field-input:focus:-moz-placeholder,
.cid-srAfbu7tPF .form-control:hover:-moz-placeholder,
.cid-srAfbu7tPF .field-input:hover:-moz-placeholder,
.cid-srAfbu7tPF .form-control:focus:-moz-placeholder,
.cid-srAfbu7tPF .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-srAfbu7tPF .jq-number__spin:hover,
.cid-srAfbu7tPF .jq-number__spin:focus {
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-srAfbu7tPF .jq-number__spin {
  border-color: #ffffff;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-srAfbu7tPF input::-webkit-clear-button {
  display: none;
}
.cid-srAfbu7tPF input::-webkit-inner-spin-button {
  display: none;
}
.cid-srAfbu7tPF input::-webkit-outer-spin-button {
  display: none;
}
.cid-srAfbu7tPF input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-srAfbu7tPF .title {
  color: #adcde9;
}
@media (max-width: 767px) {
  .cid-srAfbu7tPF .socicon-wrap {
    margin: auto;
  }
}
.cid-srAfbu7tPF .mbr-text {
  color: #999999;
}
.cid-srAfbuCwn1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-srAfbuCwn1 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-srAfbuCwn1 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-srAfbuCwn1 .row {
    text-align: center;
  }
  .cid-srAfbuCwn1 .row > div {
    margin: auto;
  }
  .cid-srAfbuCwn1 .social-row {
    justify-content: center;
  }
}
.cid-srAfbuCwn1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-srAfbuCwn1 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-srAfbuCwn1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-srAfbuCwn1 .list {
    margin-bottom: 0rem;
  }
}
.cid-srAfbuCwn1 .mbr-text {
  color: #bbbbbb;
}
.cid-srAfbuCwn1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-srAfbuCwn1 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-srAfbuCwn1 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-srAfbuCwn1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-srQDvuom3q .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-srQDvuom3q .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-srQDvuom3q .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-srQDvuom3q .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-srQDvuom3q .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-srQDvuom3q .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-srQDvuom3q .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-srQDvuom3q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-srQDvuom3q .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-srQDvuom3q .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-srQDvuom3q .navbar.collapsed.opened .navbar-collapse.show,
.cid-srQDvuom3q .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-srQDvuom3q .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-srQDvuom3q .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-srQDvuom3q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-srQDvuom3q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-srQDvuom3q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-srQDvuom3q .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-srQDvuom3q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-srQDvuom3q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-srQDvuom3q .navbar {
    flex-wrap: nowrap;
  }
  .cid-srQDvuom3q .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-srQDvuom3q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-srQDvuom3q .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-srQDvuom3q .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-srQDvuom3q .navbar.opened .navbar-collapse.show,
  .cid-srQDvuom3q .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-srQDvuom3q .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-srQDvuom3q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-srQDvuom3q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-srQDvuom3q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-srQDvuom3q .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-srQDvuom3q .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-srQDvuom3q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-srQDvuom3q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-srQDvuom3q .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-srQDvuom3q .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-srQDvuom3q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-srQDvuom3q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-srQDvuom3q .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-srQDvuom3q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-srQDvuom3q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-srQDvuom3q .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-srQDvuom3q .dropdown-item.active,
.cid-srQDvuom3q .dropdown-item:active {
  background-color: transparent;
}
.cid-srQDvuom3q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-srQDvuom3q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-srQDvuom3q .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-srQDvuom3q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-srQDvuom3q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-srQDvuom3q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srQDvuom3q ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-srQDvuom3q .navbar-buttons {
  text-align: center;
}
.cid-srQDvuom3q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-srQDvuom3q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06182d;
}
.cid-srQDvuom3q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-srQDvuom3q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srQDvuom3q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srQDvuom3q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-srQDvuom3q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srQDvuom3q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-srQDvuom3q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-srQDvuom3q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srQDvuom3q .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-srQDvuom3q a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-srQDvuom3q a.nav-link:focus {
  outline: none;
}
.cid-srQDvuom3q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-srQDvuom3q .nav-link:hover,
.cid-srQDvuom3q .dropdown-item:hover {
  color: #353535 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-srQDvuom3q .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-srQDvuom3q .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-srQDvv9JZz {
  padding-top: 225px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-5-1920x1279.jpeg");
}
.cid-srQDvv9JZz h3 {
  position: relative;
}
.cid-srQDvv9JZz h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-srQDvv9JZz svg {
  position: absolute;
  bottom: -30px;
  left: 0;
  transform: scaleY(-1);
}
.cid-srQDvv9JZz g rect {
  fill: #2c5c99;
}
.cid-srQDvv9JZz H1 {
  color: #ffffff;
}
.cid-srQDvvQqAT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-srQDvvQqAT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-srQDvvQqAT .row {
  flex-direction: row-reverse;
}
.cid-srQDvvQqAT img {
  width: 100%;
}
.cid-srQDvwDZw5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-srQDvwDZw5 H1 {
  color: #2c5c99;
}
.cid-srQDvwDZw5 .mbr-text,
.cid-srQDvwDZw5 .mbr-section-btn {
  color: #716c80;
}
.cid-srQDvwDZw5 img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-srQDvwDZw5 .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-srQDvwDZw5 img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-srQDvxa9U4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-srQDvxa9U4 H1 {
  color: #2c5c99;
}
.cid-srQDvxa9U4 .mbr-text,
.cid-srQDvxa9U4 .mbr-section-btn {
  color: #716c80;
}
.cid-srQDvxa9U4 img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-srQDvxa9U4 .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-srQDvxa9U4 img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-srQDvxJrWV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-srQDvxJrWV H1 {
  color: #2c5c99;
}
.cid-srQDvxJrWV .mbr-text,
.cid-srQDvxJrWV .mbr-section-btn {
  color: #716c80;
}
.cid-srQDvxJrWV img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-srQDvxJrWV .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-srQDvxJrWV img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-srQDvy4y6D {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #2c5c99;
}
.cid-srQDvy4y6D .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-srQDvy4y6D textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-srQDvy4y6D .text {
    max-width: 360px;
  }
}
.cid-srQDvy4y6D .align-right {
  width: 100%;
}
.cid-srQDvy4y6D .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-srQDvy4y6D .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #e43f3f !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-srQDvy4y6D .form-control,
.cid-srQDvy4y6D .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #ffffff !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-srQDvy4y6D .form-control::-webkit-input-placeholder,
.cid-srQDvy4y6D .field-input::-webkit-input-placeholder,
.cid-srQDvy4y6D .form-control::-webkit-input-placeholder,
.cid-srQDvy4y6D .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-srQDvy4y6D .form-control:-moz-placeholder,
.cid-srQDvy4y6D .field-input:-moz-placeholder,
.cid-srQDvy4y6D .form-control:-moz-placeholder,
.cid-srQDvy4y6D .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-srQDvy4y6D .form-control:hover,
.cid-srQDvy4y6D .field-input:hover,
.cid-srQDvy4y6D .form-control:focus,
.cid-srQDvy4y6D .field-input:focus {
  border-color: #ffffff !important;
  color: #ffffff;
  box-shadow: none !important;
  outline: none !important;
}
.cid-srQDvy4y6D .form-control:hover::-webkit-input-placeholder,
.cid-srQDvy4y6D .field-input:hover::-webkit-input-placeholder,
.cid-srQDvy4y6D .form-control:focus::-webkit-input-placeholder,
.cid-srQDvy4y6D .field-input:focus::-webkit-input-placeholder,
.cid-srQDvy4y6D .form-control:hover::-webkit-input-placeholder,
.cid-srQDvy4y6D .field-input:hover::-webkit-input-placeholder,
.cid-srQDvy4y6D .form-control:focus::-webkit-input-placeholder,
.cid-srQDvy4y6D .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-srQDvy4y6D .form-control:hover:-moz-placeholder,
.cid-srQDvy4y6D .field-input:hover:-moz-placeholder,
.cid-srQDvy4y6D .form-control:focus:-moz-placeholder,
.cid-srQDvy4y6D .field-input:focus:-moz-placeholder,
.cid-srQDvy4y6D .form-control:hover:-moz-placeholder,
.cid-srQDvy4y6D .field-input:hover:-moz-placeholder,
.cid-srQDvy4y6D .form-control:focus:-moz-placeholder,
.cid-srQDvy4y6D .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-srQDvy4y6D .jq-number__spin:hover,
.cid-srQDvy4y6D .jq-number__spin:focus {
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-srQDvy4y6D .jq-number__spin {
  border-color: #ffffff;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-srQDvy4y6D input::-webkit-clear-button {
  display: none;
}
.cid-srQDvy4y6D input::-webkit-inner-spin-button {
  display: none;
}
.cid-srQDvy4y6D input::-webkit-outer-spin-button {
  display: none;
}
.cid-srQDvy4y6D input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-srQDvy4y6D .title {
  color: #adcde9;
}
@media (max-width: 767px) {
  .cid-srQDvy4y6D .socicon-wrap {
    margin: auto;
  }
}
.cid-srQDvy4y6D .mbr-text {
  color: #999999;
}
.cid-teNO4tcGAd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-teNO4tcGAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNO4tcGAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNO4tcGAd .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #9fdbf8;
  margin-bottom: 2rem;
}
.cid-teNO4tcGAd .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-teNO4tcGAd .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-teNO4tcGAd .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-srQDvyC5oU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-srQDvyC5oU .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-srQDvyC5oU .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-srQDvyC5oU .row {
    text-align: center;
  }
  .cid-srQDvyC5oU .row > div {
    margin: auto;
  }
  .cid-srQDvyC5oU .social-row {
    justify-content: center;
  }
}
.cid-srQDvyC5oU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-srQDvyC5oU .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-srQDvyC5oU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-srQDvyC5oU .list {
    margin-bottom: 0rem;
  }
}
.cid-srQDvyC5oU .mbr-text {
  color: #bbbbbb;
}
.cid-srQDvyC5oU .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-srQDvyC5oU .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-srQDvyC5oU div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-srQDvyC5oU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sqDujXITDy .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sqDujXITDy .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sqDujXITDy .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sqDujXITDy .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sqDujXITDy .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqDujXITDy .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sqDujXITDy .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sqDujXITDy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sqDujXITDy .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sqDujXITDy .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sqDujXITDy .navbar.collapsed.opened .navbar-collapse.show,
.cid-sqDujXITDy .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sqDujXITDy .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sqDujXITDy .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sqDujXITDy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sqDujXITDy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqDujXITDy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqDujXITDy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sqDujXITDy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqDujXITDy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sqDujXITDy .navbar {
    flex-wrap: nowrap;
  }
  .cid-sqDujXITDy .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sqDujXITDy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqDujXITDy .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sqDujXITDy .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sqDujXITDy .navbar.opened .navbar-collapse.show,
  .cid-sqDujXITDy .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sqDujXITDy .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sqDujXITDy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sqDujXITDy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqDujXITDy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqDujXITDy .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sqDujXITDy .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sqDujXITDy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqDujXITDy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sqDujXITDy .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sqDujXITDy .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sqDujXITDy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sqDujXITDy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sqDujXITDy .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqDujXITDy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqDujXITDy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqDujXITDy .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sqDujXITDy .dropdown-item.active,
.cid-sqDujXITDy .dropdown-item:active {
  background-color: transparent;
}
.cid-sqDujXITDy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqDujXITDy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqDujXITDy .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqDujXITDy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sqDujXITDy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqDujXITDy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqDujXITDy ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sqDujXITDy .navbar-buttons {
  text-align: center;
}
.cid-sqDujXITDy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqDujXITDy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06182d;
}
.cid-sqDujXITDy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqDujXITDy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqDujXITDy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqDujXITDy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqDujXITDy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqDujXITDy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqDujXITDy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqDujXITDy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqDujXITDy .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sqDujXITDy a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sqDujXITDy a.nav-link:focus {
  outline: none;
}
.cid-sqDujXITDy .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqDujXITDy .nav-link:hover,
.cid-sqDujXITDy .dropdown-item:hover {
  color: #353535 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqDujXITDy .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sqDujXITDy .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sqDuk1vOvr {
  padding-top: 225px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-5-1920x1279.jpeg");
}
.cid-sqDuk1vOvr h3 {
  position: relative;
}
.cid-sqDuk1vOvr h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sqDuk1vOvr svg {
  position: absolute;
  bottom: -30px;
  left: 0;
  transform: scaleY(-1);
}
.cid-sqDuk1vOvr g rect {
  fill: #f78d00;
}
.cid-sqDuk1vOvr H1 {
  color: #ffffff;
}
.cid-sqDuk3GzCK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sqDuk3GzCK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sqDuk3GzCK .row {
  flex-direction: row-reverse;
}
.cid-sqDuk3GzCK img {
  width: 100%;
}
.cid-sqDuk4zwCD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sqDuk4zwCD H1 {
  color: #2c5c99;
}
.cid-sqDuk4zwCD .mbr-text,
.cid-sqDuk4zwCD .mbr-section-btn {
  color: #716c80;
}
.cid-sqDuk4zwCD img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sqDuk4zwCD .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sqDuk4zwCD img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-sqDuk5qa1J {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sqDuk5qa1J H1 {
  color: #2c5c99;
}
.cid-sqDuk5qa1J .mbr-text,
.cid-sqDuk5qa1J .mbr-section-btn {
  color: #716c80;
}
.cid-sqDuk5qa1J img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sqDuk5qa1J .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sqDuk5qa1J img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-sqDuk7WESD {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #2c5c99;
}
.cid-sqDuk7WESD .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sqDuk7WESD textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-sqDuk7WESD .text {
    max-width: 360px;
  }
}
.cid-sqDuk7WESD .align-right {
  width: 100%;
}
.cid-sqDuk7WESD .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sqDuk7WESD .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #e43f3f !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sqDuk7WESD .form-control,
.cid-sqDuk7WESD .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #ffffff !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sqDuk7WESD .form-control::-webkit-input-placeholder,
.cid-sqDuk7WESD .field-input::-webkit-input-placeholder,
.cid-sqDuk7WESD .form-control::-webkit-input-placeholder,
.cid-sqDuk7WESD .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sqDuk7WESD .form-control:-moz-placeholder,
.cid-sqDuk7WESD .field-input:-moz-placeholder,
.cid-sqDuk7WESD .form-control:-moz-placeholder,
.cid-sqDuk7WESD .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-sqDuk7WESD .form-control:hover,
.cid-sqDuk7WESD .field-input:hover,
.cid-sqDuk7WESD .form-control:focus,
.cid-sqDuk7WESD .field-input:focus {
  border-color: #ffffff !important;
  color: #ffffff;
  box-shadow: none !important;
  outline: none !important;
}
.cid-sqDuk7WESD .form-control:hover::-webkit-input-placeholder,
.cid-sqDuk7WESD .field-input:hover::-webkit-input-placeholder,
.cid-sqDuk7WESD .form-control:focus::-webkit-input-placeholder,
.cid-sqDuk7WESD .field-input:focus::-webkit-input-placeholder,
.cid-sqDuk7WESD .form-control:hover::-webkit-input-placeholder,
.cid-sqDuk7WESD .field-input:hover::-webkit-input-placeholder,
.cid-sqDuk7WESD .form-control:focus::-webkit-input-placeholder,
.cid-sqDuk7WESD .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sqDuk7WESD .form-control:hover:-moz-placeholder,
.cid-sqDuk7WESD .field-input:hover:-moz-placeholder,
.cid-sqDuk7WESD .form-control:focus:-moz-placeholder,
.cid-sqDuk7WESD .field-input:focus:-moz-placeholder,
.cid-sqDuk7WESD .form-control:hover:-moz-placeholder,
.cid-sqDuk7WESD .field-input:hover:-moz-placeholder,
.cid-sqDuk7WESD .form-control:focus:-moz-placeholder,
.cid-sqDuk7WESD .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-sqDuk7WESD .jq-number__spin:hover,
.cid-sqDuk7WESD .jq-number__spin:focus {
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sqDuk7WESD .jq-number__spin {
  border-color: #ffffff;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sqDuk7WESD input::-webkit-clear-button {
  display: none;
}
.cid-sqDuk7WESD input::-webkit-inner-spin-button {
  display: none;
}
.cid-sqDuk7WESD input::-webkit-outer-spin-button {
  display: none;
}
.cid-sqDuk7WESD input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sqDuk7WESD .title {
  color: #adcde9;
}
@media (max-width: 767px) {
  .cid-sqDuk7WESD .socicon-wrap {
    margin: auto;
  }
}
.cid-sqDuk7WESD .mbr-text {
  color: #999999;
}
.cid-teNO7JXQjV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-teNO7JXQjV .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNO7JXQjV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNO7JXQjV .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #9fdbf8;
  margin-bottom: 2rem;
}
.cid-teNO7JXQjV .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-teNO7JXQjV .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-teNO7JXQjV .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-sqDuk8CRjG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-sqDuk8CRjG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sqDuk8CRjG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sqDuk8CRjG .row {
    text-align: center;
  }
  .cid-sqDuk8CRjG .row > div {
    margin: auto;
  }
  .cid-sqDuk8CRjG .social-row {
    justify-content: center;
  }
}
.cid-sqDuk8CRjG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sqDuk8CRjG .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sqDuk8CRjG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqDuk8CRjG .list {
    margin-bottom: 0rem;
  }
}
.cid-sqDuk8CRjG .mbr-text {
  color: #bbbbbb;
}
.cid-sqDuk8CRjG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sqDuk8CRjG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sqDuk8CRjG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqDuk8CRjG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sqBNnmLNKm .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sqBNnmLNKm .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sqBNnmLNKm .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sqBNnmLNKm .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sqBNnmLNKm .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqBNnmLNKm .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sqBNnmLNKm .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sqBNnmLNKm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sqBNnmLNKm .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sqBNnmLNKm .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sqBNnmLNKm .navbar.collapsed.opened .navbar-collapse.show,
.cid-sqBNnmLNKm .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sqBNnmLNKm .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sqBNnmLNKm .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sqBNnmLNKm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sqBNnmLNKm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqBNnmLNKm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqBNnmLNKm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sqBNnmLNKm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqBNnmLNKm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sqBNnmLNKm .navbar {
    flex-wrap: nowrap;
  }
  .cid-sqBNnmLNKm .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sqBNnmLNKm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqBNnmLNKm .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sqBNnmLNKm .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sqBNnmLNKm .navbar.opened .navbar-collapse.show,
  .cid-sqBNnmLNKm .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sqBNnmLNKm .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sqBNnmLNKm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sqBNnmLNKm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqBNnmLNKm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqBNnmLNKm .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sqBNnmLNKm .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sqBNnmLNKm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqBNnmLNKm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sqBNnmLNKm .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sqBNnmLNKm .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sqBNnmLNKm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sqBNnmLNKm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sqBNnmLNKm .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqBNnmLNKm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqBNnmLNKm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqBNnmLNKm .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sqBNnmLNKm .dropdown-item.active,
.cid-sqBNnmLNKm .dropdown-item:active {
  background-color: transparent;
}
.cid-sqBNnmLNKm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqBNnmLNKm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqBNnmLNKm .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqBNnmLNKm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sqBNnmLNKm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqBNnmLNKm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqBNnmLNKm ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sqBNnmLNKm .navbar-buttons {
  text-align: center;
}
.cid-sqBNnmLNKm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqBNnmLNKm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06182d;
}
.cid-sqBNnmLNKm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqBNnmLNKm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqBNnmLNKm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqBNnmLNKm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqBNnmLNKm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqBNnmLNKm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqBNnmLNKm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqBNnmLNKm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqBNnmLNKm .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sqBNnmLNKm a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sqBNnmLNKm a.nav-link:focus {
  outline: none;
}
.cid-sqBNnmLNKm .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqBNnmLNKm .nav-link:hover,
.cid-sqBNnmLNKm .dropdown-item:hover {
  color: #353535 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqBNnmLNKm .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sqBNnmLNKm .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sqBNnnxXwc {
  padding-top: 225px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-5-1920x1279.jpeg");
}
.cid-sqBNnnxXwc h3 {
  position: relative;
}
.cid-sqBNnnxXwc h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sqBNnnxXwc svg {
  position: absolute;
  bottom: -30px;
  left: 0;
  transform: scaleY(-1);
}
.cid-sqBNnnxXwc g rect {
  fill: #2c5c99;
}
.cid-sqBNnnxXwc H1 {
  color: #ffffff;
}
.cid-sqBNnogNvK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sqBNnogNvK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sqBNnogNvK .row {
  flex-direction: row-reverse;
}
.cid-sqBNnogNvK img {
  width: 100%;
}
.cid-sqBNnoL04Q {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sqBNnoL04Q H1 {
  color: #2c5c99;
}
.cid-sqBNnoL04Q .mbr-text,
.cid-sqBNnoL04Q .mbr-section-btn {
  color: #716c80;
}
.cid-sqBNnoL04Q img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sqBNnoL04Q .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sqBNnoL04Q img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-sqBNnpmmyd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sqBNnpmmyd H1 {
  color: #2c5c99;
}
.cid-sqBNnpmmyd .mbr-text,
.cid-sqBNnpmmyd .mbr-section-btn {
  color: #716c80;
}
.cid-sqBNnpmmyd img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sqBNnpmmyd .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sqBNnpmmyd img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-sqBNnq9usd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sqBNnq9usd H1 {
  color: #2c5c99;
}
.cid-sqBNnq9usd .mbr-text,
.cid-sqBNnq9usd .mbr-section-btn {
  color: #716c80;
}
.cid-sqBNnq9usd img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sqBNnq9usd .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sqBNnq9usd img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-sqCotZivPM {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sqCotZivPM H1 {
  color: #2c5c99;
}
.cid-sqCotZivPM .mbr-text,
.cid-sqCotZivPM .mbr-section-btn {
  color: #716c80;
}
.cid-sqCotZivPM img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sqCotZivPM .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sqCotZivPM img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-sqCqvG0HHJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sqCqvG0HHJ H1 {
  color: #2c5c99;
}
.cid-sqCqvG0HHJ .mbr-text,
.cid-sqCqvG0HHJ .mbr-section-btn {
  color: #716c80;
}
.cid-sqCqvG0HHJ img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sqCqvG0HHJ .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sqCqvG0HHJ img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-sqBNnqMeqB {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #2c5c99;
}
.cid-sqBNnqMeqB .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sqBNnqMeqB textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-sqBNnqMeqB .text {
    max-width: 360px;
  }
}
.cid-sqBNnqMeqB .align-right {
  width: 100%;
}
.cid-sqBNnqMeqB .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sqBNnqMeqB .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #e43f3f !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sqBNnqMeqB .form-control,
.cid-sqBNnqMeqB .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #ffffff !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sqBNnqMeqB .form-control::-webkit-input-placeholder,
.cid-sqBNnqMeqB .field-input::-webkit-input-placeholder,
.cid-sqBNnqMeqB .form-control::-webkit-input-placeholder,
.cid-sqBNnqMeqB .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sqBNnqMeqB .form-control:-moz-placeholder,
.cid-sqBNnqMeqB .field-input:-moz-placeholder,
.cid-sqBNnqMeqB .form-control:-moz-placeholder,
.cid-sqBNnqMeqB .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-sqBNnqMeqB .form-control:hover,
.cid-sqBNnqMeqB .field-input:hover,
.cid-sqBNnqMeqB .form-control:focus,
.cid-sqBNnqMeqB .field-input:focus {
  border-color: #ffffff !important;
  color: #ffffff;
  box-shadow: none !important;
  outline: none !important;
}
.cid-sqBNnqMeqB .form-control:hover::-webkit-input-placeholder,
.cid-sqBNnqMeqB .field-input:hover::-webkit-input-placeholder,
.cid-sqBNnqMeqB .form-control:focus::-webkit-input-placeholder,
.cid-sqBNnqMeqB .field-input:focus::-webkit-input-placeholder,
.cid-sqBNnqMeqB .form-control:hover::-webkit-input-placeholder,
.cid-sqBNnqMeqB .field-input:hover::-webkit-input-placeholder,
.cid-sqBNnqMeqB .form-control:focus::-webkit-input-placeholder,
.cid-sqBNnqMeqB .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sqBNnqMeqB .form-control:hover:-moz-placeholder,
.cid-sqBNnqMeqB .field-input:hover:-moz-placeholder,
.cid-sqBNnqMeqB .form-control:focus:-moz-placeholder,
.cid-sqBNnqMeqB .field-input:focus:-moz-placeholder,
.cid-sqBNnqMeqB .form-control:hover:-moz-placeholder,
.cid-sqBNnqMeqB .field-input:hover:-moz-placeholder,
.cid-sqBNnqMeqB .form-control:focus:-moz-placeholder,
.cid-sqBNnqMeqB .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-sqBNnqMeqB .jq-number__spin:hover,
.cid-sqBNnqMeqB .jq-number__spin:focus {
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sqBNnqMeqB .jq-number__spin {
  border-color: #ffffff;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sqBNnqMeqB input::-webkit-clear-button {
  display: none;
}
.cid-sqBNnqMeqB input::-webkit-inner-spin-button {
  display: none;
}
.cid-sqBNnqMeqB input::-webkit-outer-spin-button {
  display: none;
}
.cid-sqBNnqMeqB input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sqBNnqMeqB .title {
  color: #adcde9;
}
@media (max-width: 767px) {
  .cid-sqBNnqMeqB .socicon-wrap {
    margin: auto;
  }
}
.cid-sqBNnqMeqB .mbr-text {
  color: #999999;
}
.cid-teNO1o5r9R {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-teNO1o5r9R .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNO1o5r9R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNO1o5r9R .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #9fdbf8;
  margin-bottom: 2rem;
}
.cid-teNO1o5r9R .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-teNO1o5r9R .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-teNO1o5r9R .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-sqBNnrwjce {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-sqBNnrwjce .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sqBNnrwjce .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sqBNnrwjce .row {
    text-align: center;
  }
  .cid-sqBNnrwjce .row > div {
    margin: auto;
  }
  .cid-sqBNnrwjce .social-row {
    justify-content: center;
  }
}
.cid-sqBNnrwjce .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sqBNnrwjce .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sqBNnrwjce .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqBNnrwjce .list {
    margin-bottom: 0rem;
  }
}
.cid-sqBNnrwjce .mbr-text {
  color: #bbbbbb;
}
.cid-sqBNnrwjce .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sqBNnrwjce .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sqBNnrwjce div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqBNnrwjce .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sqhaI3RIob .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sqhaI3RIob .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sqhaI3RIob .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sqhaI3RIob .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sqhaI3RIob .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqhaI3RIob .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sqhaI3RIob .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sqhaI3RIob .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sqhaI3RIob .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sqhaI3RIob .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sqhaI3RIob .navbar.collapsed.opened .navbar-collapse.show,
.cid-sqhaI3RIob .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sqhaI3RIob .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sqhaI3RIob .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sqhaI3RIob .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sqhaI3RIob .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqhaI3RIob .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqhaI3RIob .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sqhaI3RIob .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqhaI3RIob .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sqhaI3RIob .navbar {
    flex-wrap: nowrap;
  }
  .cid-sqhaI3RIob .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sqhaI3RIob .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqhaI3RIob .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sqhaI3RIob .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sqhaI3RIob .navbar.opened .navbar-collapse.show,
  .cid-sqhaI3RIob .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sqhaI3RIob .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sqhaI3RIob .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sqhaI3RIob .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqhaI3RIob .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqhaI3RIob .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sqhaI3RIob .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sqhaI3RIob .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqhaI3RIob .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sqhaI3RIob .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sqhaI3RIob .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sqhaI3RIob .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sqhaI3RIob .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sqhaI3RIob .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqhaI3RIob .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqhaI3RIob .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqhaI3RIob .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sqhaI3RIob .dropdown-item.active,
.cid-sqhaI3RIob .dropdown-item:active {
  background-color: transparent;
}
.cid-sqhaI3RIob .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqhaI3RIob .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqhaI3RIob .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqhaI3RIob .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sqhaI3RIob .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqhaI3RIob .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqhaI3RIob ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sqhaI3RIob .navbar-buttons {
  text-align: center;
}
.cid-sqhaI3RIob button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqhaI3RIob button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06182d;
}
.cid-sqhaI3RIob button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqhaI3RIob button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqhaI3RIob button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqhaI3RIob button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqhaI3RIob nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqhaI3RIob nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqhaI3RIob nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqhaI3RIob nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqhaI3RIob .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sqhaI3RIob a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sqhaI3RIob a.nav-link:focus {
  outline: none;
}
.cid-sqhaI3RIob .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqhaI3RIob .nav-link:hover,
.cid-sqhaI3RIob .dropdown-item:hover {
  color: #353535 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqhaI3RIob .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sqhaI3RIob .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sqhaI4BTOV {
  padding-top: 225px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-5-1920x1279.jpeg");
}
.cid-sqhaI4BTOV h3 {
  position: relative;
}
.cid-sqhaI4BTOV h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sqhaI4BTOV svg {
  position: absolute;
  bottom: -30px;
  left: 0;
  transform: scaleY(-1);
}
.cid-sqhaI4BTOV g rect {
  fill: #39781b;
}
.cid-sqhaI4BTOV H1 {
  color: #ffffff;
}
.cid-sqhaI5j8pt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sqhaI5j8pt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sqhaI5j8pt .row {
  flex-direction: row-reverse;
}
.cid-sqhaI5j8pt img {
  width: 100%;
}
.cid-sqhaI5NSbe {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sqhaI5NSbe H1 {
  color: #2c5c99;
}
.cid-sqhaI5NSbe .mbr-text,
.cid-sqhaI5NSbe .mbr-section-btn {
  color: #716c80;
}
.cid-sqhaI5NSbe img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sqhaI5NSbe .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sqhaI5NSbe img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-sqhaI6ijt0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sqhaI6ijt0 H1 {
  color: #2c5c99;
}
.cid-sqhaI6ijt0 .mbr-text,
.cid-sqhaI6ijt0 .mbr-section-btn {
  color: #716c80;
}
.cid-sqhaI6ijt0 img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sqhaI6ijt0 .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sqhaI6ijt0 img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-sqhaI6SUwx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sqhaI6SUwx H1 {
  color: #2c5c99;
}
.cid-sqhaI6SUwx .mbr-text,
.cid-sqhaI6SUwx .mbr-section-btn {
  color: #716c80;
}
.cid-sqhaI6SUwx img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sqhaI6SUwx .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sqhaI6SUwx img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-sqyht5Lm79 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sqyht5Lm79 .title__wrap {
  margin-bottom: 30px;
}
.cid-sqyht5Lm79 .title__block {
  margin-bottom: 10px;
}
.cid-sqyht5Lm79 .mbr-section-title {
  margin-bottom: 0;
}
.cid-sqyht5Lm79 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-sqyht5Lm79 .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-sqyht5Lm79 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-sqyht5Lm79 .mbr-section-btn .btn-secondary-outline:hover {
  color: #9fdbf8 !important;
}
.cid-sqyht5Lm79 .card__text1,
.cid-sqyht5Lm79 .card__text2,
.cid-sqyht5Lm79 .card__text3,
.cid-sqyht5Lm79 .card__text4 {
  margin: 10px 0 30px;
}
@media (max-width: 575px) {
  .cid-sqyht5Lm79 .mbr-section-btn .btn {
    margin-bottom: 0;
  }
  .cid-sqyht5Lm79 .buttons {
    justify-content: flex-start;
  }
}
.cid-sqyhH8Yp54 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sqyhH8Yp54 .item {
  padding-bottom: 2rem;
}
.cid-sqyhH8Yp54 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sqyhH8Yp54 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sqyhH8Yp54 .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-sqyhH8Yp54 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sqyhH8Yp54 .carousel-control,
.cid-sqyhH8Yp54 .close {
  background: #1b1b1b;
}
.cid-sqyhH8Yp54 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sqyhH8Yp54 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sqyhH8Yp54 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sqyhH8Yp54 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sqyhH8Yp54 .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-sqyhH8Yp54 .close::before {
  content: '\e91a';
}
.cid-sqyhH8Yp54 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sqyhH8Yp54 .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-sqyhH8Yp54 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqyhH8Yp54 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sqyhH8Yp54 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sqyhH8Yp54 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sqyhH8Yp54 .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-sqyhH8Yp54 .carousel-indicators li.active,
.cid-sqyhH8Yp54 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sqyhH8Yp54 .carousel-indicators li::after,
.cid-sqyhH8Yp54 .carousel-indicators li::before {
  content: none;
}
.cid-sqyhH8Yp54 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sqyhH8Yp54 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sqyhH8Yp54 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sqyhH8Yp54 .carousel-indicators {
    display: none;
  }
}
.cid-sqyhH8Yp54 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sqyhH8Yp54 .carousel-inner > .active {
  display: block;
}
.cid-sqyhH8Yp54 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqyhH8Yp54 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sqyhH8Yp54 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sqyhH8Yp54 .carousel-control,
  .cid-sqyhH8Yp54 .carousel-indicators,
  .cid-sqyhH8Yp54 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sqyhH8Yp54 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sqyhH8Yp54 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sqyhH8Yp54 .carousel-indicators .active,
.cid-sqyhH8Yp54 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sqyhH8Yp54 .carousel-indicators .active {
  background: #fff;
}
.cid-sqyhH8Yp54 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sqyhH8Yp54 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sqyhH8Yp54 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sqyhH8Yp54 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sqyhH8Yp54 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sqyhH8Yp54 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sqyhH8Yp54 .carousel {
  width: 100%;
}
.cid-sqyhH8Yp54 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sqyhH8Yp54 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sqyhH8Yp54 .modal.fade .modal-dialog,
.cid-sqyhH8Yp54 .modal.in .modal-dialog {
  transform: none;
}
.cid-sqyhH8Yp54 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sqyhH8Yp54 H6 {
  text-align: center;
}
.cid-sqhaI7pKuR {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #2c5c99;
}
.cid-sqhaI7pKuR .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sqhaI7pKuR textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-sqhaI7pKuR .text {
    max-width: 360px;
  }
}
.cid-sqhaI7pKuR .align-right {
  width: 100%;
}
.cid-sqhaI7pKuR .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sqhaI7pKuR .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #e43f3f !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sqhaI7pKuR .form-control,
.cid-sqhaI7pKuR .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #ffffff !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sqhaI7pKuR .form-control::-webkit-input-placeholder,
.cid-sqhaI7pKuR .field-input::-webkit-input-placeholder,
.cid-sqhaI7pKuR .form-control::-webkit-input-placeholder,
.cid-sqhaI7pKuR .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sqhaI7pKuR .form-control:-moz-placeholder,
.cid-sqhaI7pKuR .field-input:-moz-placeholder,
.cid-sqhaI7pKuR .form-control:-moz-placeholder,
.cid-sqhaI7pKuR .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-sqhaI7pKuR .form-control:hover,
.cid-sqhaI7pKuR .field-input:hover,
.cid-sqhaI7pKuR .form-control:focus,
.cid-sqhaI7pKuR .field-input:focus {
  border-color: #ffffff !important;
  color: #ffffff;
  box-shadow: none !important;
  outline: none !important;
}
.cid-sqhaI7pKuR .form-control:hover::-webkit-input-placeholder,
.cid-sqhaI7pKuR .field-input:hover::-webkit-input-placeholder,
.cid-sqhaI7pKuR .form-control:focus::-webkit-input-placeholder,
.cid-sqhaI7pKuR .field-input:focus::-webkit-input-placeholder,
.cid-sqhaI7pKuR .form-control:hover::-webkit-input-placeholder,
.cid-sqhaI7pKuR .field-input:hover::-webkit-input-placeholder,
.cid-sqhaI7pKuR .form-control:focus::-webkit-input-placeholder,
.cid-sqhaI7pKuR .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sqhaI7pKuR .form-control:hover:-moz-placeholder,
.cid-sqhaI7pKuR .field-input:hover:-moz-placeholder,
.cid-sqhaI7pKuR .form-control:focus:-moz-placeholder,
.cid-sqhaI7pKuR .field-input:focus:-moz-placeholder,
.cid-sqhaI7pKuR .form-control:hover:-moz-placeholder,
.cid-sqhaI7pKuR .field-input:hover:-moz-placeholder,
.cid-sqhaI7pKuR .form-control:focus:-moz-placeholder,
.cid-sqhaI7pKuR .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-sqhaI7pKuR .jq-number__spin:hover,
.cid-sqhaI7pKuR .jq-number__spin:focus {
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sqhaI7pKuR .jq-number__spin {
  border-color: #ffffff;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sqhaI7pKuR input::-webkit-clear-button {
  display: none;
}
.cid-sqhaI7pKuR input::-webkit-inner-spin-button {
  display: none;
}
.cid-sqhaI7pKuR input::-webkit-outer-spin-button {
  display: none;
}
.cid-sqhaI7pKuR input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sqhaI7pKuR .title {
  color: #adcde9;
}
@media (max-width: 767px) {
  .cid-sqhaI7pKuR .socicon-wrap {
    margin: auto;
  }
}
.cid-sqhaI7pKuR .mbr-text {
  color: #999999;
}
.cid-teNNJ8OhbN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-teNNJ8OhbN .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNNJ8OhbN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNNJ8OhbN .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #9fdbf8;
  margin-bottom: 2rem;
}
.cid-teNNJ8OhbN .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-teNNJ8OhbN .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-teNNJ8OhbN .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-sqhaI7ZVpF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-sqhaI7ZVpF .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sqhaI7ZVpF .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sqhaI7ZVpF .row {
    text-align: center;
  }
  .cid-sqhaI7ZVpF .row > div {
    margin: auto;
  }
  .cid-sqhaI7ZVpF .social-row {
    justify-content: center;
  }
}
.cid-sqhaI7ZVpF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sqhaI7ZVpF .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sqhaI7ZVpF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqhaI7ZVpF .list {
    margin-bottom: 0rem;
  }
}
.cid-sqhaI7ZVpF .mbr-text {
  color: #bbbbbb;
}
.cid-sqhaI7ZVpF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sqhaI7ZVpF .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sqhaI7ZVpF div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqhaI7ZVpF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sqEa12WGur .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sqEa12WGur .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sqEa12WGur .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sqEa12WGur .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sqEa12WGur .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqEa12WGur .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sqEa12WGur .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sqEa12WGur .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sqEa12WGur .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sqEa12WGur .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sqEa12WGur .navbar.collapsed.opened .navbar-collapse.show,
.cid-sqEa12WGur .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sqEa12WGur .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sqEa12WGur .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sqEa12WGur .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sqEa12WGur .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqEa12WGur .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqEa12WGur .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sqEa12WGur .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqEa12WGur .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sqEa12WGur .navbar {
    flex-wrap: nowrap;
  }
  .cid-sqEa12WGur .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sqEa12WGur .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqEa12WGur .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sqEa12WGur .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sqEa12WGur .navbar.opened .navbar-collapse.show,
  .cid-sqEa12WGur .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sqEa12WGur .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sqEa12WGur .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sqEa12WGur .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqEa12WGur .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqEa12WGur .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sqEa12WGur .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sqEa12WGur .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqEa12WGur .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sqEa12WGur .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sqEa12WGur .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sqEa12WGur .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sqEa12WGur .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sqEa12WGur .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqEa12WGur .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqEa12WGur .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqEa12WGur .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sqEa12WGur .dropdown-item.active,
.cid-sqEa12WGur .dropdown-item:active {
  background-color: transparent;
}
.cid-sqEa12WGur .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqEa12WGur .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqEa12WGur .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqEa12WGur .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sqEa12WGur .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqEa12WGur .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqEa12WGur ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sqEa12WGur .navbar-buttons {
  text-align: center;
}
.cid-sqEa12WGur button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqEa12WGur button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06182d;
}
.cid-sqEa12WGur button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqEa12WGur button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqEa12WGur button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqEa12WGur button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqEa12WGur nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqEa12WGur nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqEa12WGur nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqEa12WGur nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqEa12WGur .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sqEa12WGur a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sqEa12WGur a.nav-link:focus {
  outline: none;
}
.cid-sqEa12WGur .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqEa12WGur .nav-link:hover,
.cid-sqEa12WGur .dropdown-item:hover {
  color: #353535 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqEa12WGur .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sqEa12WGur .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sqEa13L7m2 {
  padding-top: 225px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-5-1920x1279.jpeg");
}
.cid-sqEa13L7m2 h3 {
  position: relative;
}
.cid-sqEa13L7m2 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sqEa13L7m2 svg {
  position: absolute;
  bottom: -30px;
  left: 0;
  transform: scaleY(-1);
}
.cid-sqEa13L7m2 g rect {
  fill: #2c5c99;
}
.cid-sqEa13L7m2 H1 {
  color: #ffffff;
}
.cid-sqEa14sj6K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sqEa14sj6K .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sqEa14sj6K .row {
  flex-direction: row-reverse;
}
.cid-sqEa14sj6K img {
  width: 100%;
}
.cid-sqEa15B95v {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sqEa15B95v H1 {
  color: #2c5c99;
}
.cid-sqEa15B95v .mbr-text,
.cid-sqEa15B95v .mbr-section-btn {
  color: #716c80;
}
.cid-sqEa15B95v img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sqEa15B95v .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sqEa15B95v img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-sqEa14Zl2i {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sqEa14Zl2i H1 {
  color: #2c5c99;
}
.cid-sqEa14Zl2i .mbr-text,
.cid-sqEa14Zl2i .mbr-section-btn {
  color: #716c80;
}
.cid-sqEa14Zl2i img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sqEa14Zl2i .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sqEa14Zl2i img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-srPXmZ0KBB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-srPXmZ0KBB H1 {
  color: #2c5c99;
}
.cid-srPXmZ0KBB .mbr-text,
.cid-srPXmZ0KBB .mbr-section-btn {
  color: #716c80;
}
.cid-srPXmZ0KBB img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-srPXmZ0KBB .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-srPXmZ0KBB img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-sqEa18WsMD {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #2c5c99;
}
.cid-sqEa18WsMD .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sqEa18WsMD textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-sqEa18WsMD .text {
    max-width: 360px;
  }
}
.cid-sqEa18WsMD .align-right {
  width: 100%;
}
.cid-sqEa18WsMD .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sqEa18WsMD .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #e43f3f !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sqEa18WsMD .form-control,
.cid-sqEa18WsMD .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #ffffff !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sqEa18WsMD .form-control::-webkit-input-placeholder,
.cid-sqEa18WsMD .field-input::-webkit-input-placeholder,
.cid-sqEa18WsMD .form-control::-webkit-input-placeholder,
.cid-sqEa18WsMD .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sqEa18WsMD .form-control:-moz-placeholder,
.cid-sqEa18WsMD .field-input:-moz-placeholder,
.cid-sqEa18WsMD .form-control:-moz-placeholder,
.cid-sqEa18WsMD .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-sqEa18WsMD .form-control:hover,
.cid-sqEa18WsMD .field-input:hover,
.cid-sqEa18WsMD .form-control:focus,
.cid-sqEa18WsMD .field-input:focus {
  border-color: #ffffff !important;
  color: #ffffff;
  box-shadow: none !important;
  outline: none !important;
}
.cid-sqEa18WsMD .form-control:hover::-webkit-input-placeholder,
.cid-sqEa18WsMD .field-input:hover::-webkit-input-placeholder,
.cid-sqEa18WsMD .form-control:focus::-webkit-input-placeholder,
.cid-sqEa18WsMD .field-input:focus::-webkit-input-placeholder,
.cid-sqEa18WsMD .form-control:hover::-webkit-input-placeholder,
.cid-sqEa18WsMD .field-input:hover::-webkit-input-placeholder,
.cid-sqEa18WsMD .form-control:focus::-webkit-input-placeholder,
.cid-sqEa18WsMD .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sqEa18WsMD .form-control:hover:-moz-placeholder,
.cid-sqEa18WsMD .field-input:hover:-moz-placeholder,
.cid-sqEa18WsMD .form-control:focus:-moz-placeholder,
.cid-sqEa18WsMD .field-input:focus:-moz-placeholder,
.cid-sqEa18WsMD .form-control:hover:-moz-placeholder,
.cid-sqEa18WsMD .field-input:hover:-moz-placeholder,
.cid-sqEa18WsMD .form-control:focus:-moz-placeholder,
.cid-sqEa18WsMD .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-sqEa18WsMD .jq-number__spin:hover,
.cid-sqEa18WsMD .jq-number__spin:focus {
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sqEa18WsMD .jq-number__spin {
  border-color: #ffffff;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sqEa18WsMD input::-webkit-clear-button {
  display: none;
}
.cid-sqEa18WsMD input::-webkit-inner-spin-button {
  display: none;
}
.cid-sqEa18WsMD input::-webkit-outer-spin-button {
  display: none;
}
.cid-sqEa18WsMD input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sqEa18WsMD .title {
  color: #adcde9;
}
@media (max-width: 767px) {
  .cid-sqEa18WsMD .socicon-wrap {
    margin: auto;
  }
}
.cid-sqEa18WsMD .mbr-text {
  color: #999999;
}
.cid-teNNVkGd41 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-teNNVkGd41 .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNNVkGd41 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNNVkGd41 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #9fdbf8;
  margin-bottom: 2rem;
}
.cid-teNNVkGd41 .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-teNNVkGd41 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-teNNVkGd41 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-sqEa19LLU4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-sqEa19LLU4 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sqEa19LLU4 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sqEa19LLU4 .row {
    text-align: center;
  }
  .cid-sqEa19LLU4 .row > div {
    margin: auto;
  }
  .cid-sqEa19LLU4 .social-row {
    justify-content: center;
  }
}
.cid-sqEa19LLU4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sqEa19LLU4 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sqEa19LLU4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqEa19LLU4 .list {
    margin-bottom: 0rem;
  }
}
.cid-sqEa19LLU4 .mbr-text {
  color: #bbbbbb;
}
.cid-sqEa19LLU4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sqEa19LLU4 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sqEa19LLU4 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqEa19LLU4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-srAxpyT3dU .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-srAxpyT3dU .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-srAxpyT3dU .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-srAxpyT3dU .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-srAxpyT3dU .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-srAxpyT3dU .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-srAxpyT3dU .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-srAxpyT3dU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-srAxpyT3dU .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-srAxpyT3dU .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-srAxpyT3dU .navbar.collapsed.opened .navbar-collapse.show,
.cid-srAxpyT3dU .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-srAxpyT3dU .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-srAxpyT3dU .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-srAxpyT3dU .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-srAxpyT3dU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-srAxpyT3dU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-srAxpyT3dU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-srAxpyT3dU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-srAxpyT3dU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-srAxpyT3dU .navbar {
    flex-wrap: nowrap;
  }
  .cid-srAxpyT3dU .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-srAxpyT3dU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-srAxpyT3dU .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-srAxpyT3dU .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-srAxpyT3dU .navbar.opened .navbar-collapse.show,
  .cid-srAxpyT3dU .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-srAxpyT3dU .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-srAxpyT3dU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-srAxpyT3dU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-srAxpyT3dU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-srAxpyT3dU .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-srAxpyT3dU .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-srAxpyT3dU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-srAxpyT3dU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-srAxpyT3dU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-srAxpyT3dU .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-srAxpyT3dU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-srAxpyT3dU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-srAxpyT3dU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-srAxpyT3dU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-srAxpyT3dU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-srAxpyT3dU .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-srAxpyT3dU .dropdown-item.active,
.cid-srAxpyT3dU .dropdown-item:active {
  background-color: transparent;
}
.cid-srAxpyT3dU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-srAxpyT3dU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-srAxpyT3dU .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-srAxpyT3dU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-srAxpyT3dU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-srAxpyT3dU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srAxpyT3dU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-srAxpyT3dU .navbar-buttons {
  text-align: center;
}
.cid-srAxpyT3dU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-srAxpyT3dU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06182d;
}
.cid-srAxpyT3dU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-srAxpyT3dU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srAxpyT3dU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srAxpyT3dU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-srAxpyT3dU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srAxpyT3dU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-srAxpyT3dU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-srAxpyT3dU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srAxpyT3dU .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-srAxpyT3dU a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-srAxpyT3dU a.nav-link:focus {
  outline: none;
}
.cid-srAxpyT3dU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-srAxpyT3dU .nav-link:hover,
.cid-srAxpyT3dU .dropdown-item:hover {
  color: #353535 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-srAxpyT3dU .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-srAxpyT3dU .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-srAxpAd96j {
  padding-top: 225px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-5-1920x1279.jpeg");
}
.cid-srAxpAd96j h3 {
  position: relative;
}
.cid-srAxpAd96j h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-srAxpAd96j svg {
  position: absolute;
  bottom: -30px;
  left: 0;
  transform: scaleY(-1);
}
.cid-srAxpAd96j g rect {
  fill: #2c5c99;
}
.cid-srAxpAd96j H1 {
  color: #ffffff;
}
.cid-srAxpB4o2e {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-srAxpB4o2e .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-srAxpB4o2e .row {
  flex-direction: row-reverse;
}
.cid-srAxpB4o2e img {
  width: 100%;
}
.cid-srAxpBBssF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-srAxpBBssF H1 {
  color: #2c5c99;
}
.cid-srAxpBBssF .mbr-text,
.cid-srAxpBBssF .mbr-section-btn {
  color: #716c80;
}
.cid-srAxpBBssF img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-srAxpBBssF .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-srAxpBBssF img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-srAxpCddiJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-srAxpCddiJ H1 {
  color: #2c5c99;
}
.cid-srAxpCddiJ .mbr-text,
.cid-srAxpCddiJ .mbr-section-btn {
  color: #716c80;
}
.cid-srAxpCddiJ img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-srAxpCddiJ .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-srAxpCddiJ img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-srABNqNYBJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-srABNqNYBJ H1 {
  color: #2c5c99;
}
.cid-srABNqNYBJ .mbr-text,
.cid-srABNqNYBJ .mbr-section-btn {
  color: #716c80;
}
.cid-srABNqNYBJ img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-srABNqNYBJ .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-srABNqNYBJ img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-srAxpCXwRN {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #2c5c99;
}
.cid-srAxpCXwRN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-srAxpCXwRN textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-srAxpCXwRN .text {
    max-width: 360px;
  }
}
.cid-srAxpCXwRN .align-right {
  width: 100%;
}
.cid-srAxpCXwRN .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-srAxpCXwRN .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #e43f3f !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-srAxpCXwRN .form-control,
.cid-srAxpCXwRN .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #ffffff !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-srAxpCXwRN .form-control::-webkit-input-placeholder,
.cid-srAxpCXwRN .field-input::-webkit-input-placeholder,
.cid-srAxpCXwRN .form-control::-webkit-input-placeholder,
.cid-srAxpCXwRN .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-srAxpCXwRN .form-control:-moz-placeholder,
.cid-srAxpCXwRN .field-input:-moz-placeholder,
.cid-srAxpCXwRN .form-control:-moz-placeholder,
.cid-srAxpCXwRN .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-srAxpCXwRN .form-control:hover,
.cid-srAxpCXwRN .field-input:hover,
.cid-srAxpCXwRN .form-control:focus,
.cid-srAxpCXwRN .field-input:focus {
  border-color: #ffffff !important;
  color: #ffffff;
  box-shadow: none !important;
  outline: none !important;
}
.cid-srAxpCXwRN .form-control:hover::-webkit-input-placeholder,
.cid-srAxpCXwRN .field-input:hover::-webkit-input-placeholder,
.cid-srAxpCXwRN .form-control:focus::-webkit-input-placeholder,
.cid-srAxpCXwRN .field-input:focus::-webkit-input-placeholder,
.cid-srAxpCXwRN .form-control:hover::-webkit-input-placeholder,
.cid-srAxpCXwRN .field-input:hover::-webkit-input-placeholder,
.cid-srAxpCXwRN .form-control:focus::-webkit-input-placeholder,
.cid-srAxpCXwRN .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-srAxpCXwRN .form-control:hover:-moz-placeholder,
.cid-srAxpCXwRN .field-input:hover:-moz-placeholder,
.cid-srAxpCXwRN .form-control:focus:-moz-placeholder,
.cid-srAxpCXwRN .field-input:focus:-moz-placeholder,
.cid-srAxpCXwRN .form-control:hover:-moz-placeholder,
.cid-srAxpCXwRN .field-input:hover:-moz-placeholder,
.cid-srAxpCXwRN .form-control:focus:-moz-placeholder,
.cid-srAxpCXwRN .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-srAxpCXwRN .jq-number__spin:hover,
.cid-srAxpCXwRN .jq-number__spin:focus {
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-srAxpCXwRN .jq-number__spin {
  border-color: #ffffff;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-srAxpCXwRN input::-webkit-clear-button {
  display: none;
}
.cid-srAxpCXwRN input::-webkit-inner-spin-button {
  display: none;
}
.cid-srAxpCXwRN input::-webkit-outer-spin-button {
  display: none;
}
.cid-srAxpCXwRN input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-srAxpCXwRN .title {
  color: #adcde9;
}
@media (max-width: 767px) {
  .cid-srAxpCXwRN .socicon-wrap {
    margin: auto;
  }
}
.cid-srAxpCXwRN .mbr-text {
  color: #999999;
}
.cid-teNObfEcLt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-teNObfEcLt .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNObfEcLt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNObfEcLt .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #9fdbf8;
  margin-bottom: 2rem;
}
.cid-teNObfEcLt .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-teNObfEcLt .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-teNObfEcLt .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-srAxpDHRUI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-srAxpDHRUI .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-srAxpDHRUI .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-srAxpDHRUI .row {
    text-align: center;
  }
  .cid-srAxpDHRUI .row > div {
    margin: auto;
  }
  .cid-srAxpDHRUI .social-row {
    justify-content: center;
  }
}
.cid-srAxpDHRUI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-srAxpDHRUI .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-srAxpDHRUI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-srAxpDHRUI .list {
    margin-bottom: 0rem;
  }
}
.cid-srAxpDHRUI .mbr-text {
  color: #bbbbbb;
}
.cid-srAxpDHRUI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-srAxpDHRUI .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-srAxpDHRUI div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-srAxpDHRUI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sqgk0qROrM .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sqgk0qROrM .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sqgk0qROrM .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sqgk0qROrM .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sqgk0qROrM .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqgk0qROrM .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sqgk0qROrM .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sqgk0qROrM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sqgk0qROrM .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sqgk0qROrM .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sqgk0qROrM .navbar.collapsed.opened .navbar-collapse.show,
.cid-sqgk0qROrM .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sqgk0qROrM .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sqgk0qROrM .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sqgk0qROrM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sqgk0qROrM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqgk0qROrM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqgk0qROrM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sqgk0qROrM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqgk0qROrM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sqgk0qROrM .navbar {
    flex-wrap: nowrap;
  }
  .cid-sqgk0qROrM .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sqgk0qROrM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqgk0qROrM .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sqgk0qROrM .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sqgk0qROrM .navbar.opened .navbar-collapse.show,
  .cid-sqgk0qROrM .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sqgk0qROrM .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sqgk0qROrM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sqgk0qROrM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqgk0qROrM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqgk0qROrM .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sqgk0qROrM .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sqgk0qROrM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqgk0qROrM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sqgk0qROrM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sqgk0qROrM .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sqgk0qROrM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sqgk0qROrM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sqgk0qROrM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqgk0qROrM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqgk0qROrM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqgk0qROrM .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sqgk0qROrM .dropdown-item.active,
.cid-sqgk0qROrM .dropdown-item:active {
  background-color: transparent;
}
.cid-sqgk0qROrM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqgk0qROrM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqgk0qROrM .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqgk0qROrM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sqgk0qROrM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqgk0qROrM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqgk0qROrM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sqgk0qROrM .navbar-buttons {
  text-align: center;
}
.cid-sqgk0qROrM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqgk0qROrM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06182d;
}
.cid-sqgk0qROrM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqgk0qROrM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqgk0qROrM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqgk0qROrM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqgk0qROrM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqgk0qROrM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqgk0qROrM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqgk0qROrM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqgk0qROrM .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sqgk0qROrM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sqgk0qROrM a.nav-link:focus {
  outline: none;
}
.cid-sqgk0qROrM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqgk0qROrM .nav-link:hover,
.cid-sqgk0qROrM .dropdown-item:hover {
  color: #353535 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqgk0qROrM .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sqgk0qROrM .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sqgk0sCNml {
  padding-top: 225px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-5-1920x1279.jpeg");
}
.cid-sqgk0sCNml h3 {
  position: relative;
}
.cid-sqgk0sCNml h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sqgk0sCNml svg {
  position: absolute;
  bottom: -30px;
  left: 0;
  transform: scaleY(-1);
}
.cid-sqgk0sCNml g rect {
  fill: #e43f3f;
}
.cid-sqgk0sCNml H1 {
  color: #ffffff;
}
.cid-sqh3t08oau {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sqh3t08oau .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sqh3t08oau .row {
  flex-direction: row-reverse;
}
.cid-sqh3t08oau img {
  width: 100%;
}
.cid-sqgk0t7vRk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sqgk0t7vRk H1 {
  color: #2c5c99;
}
.cid-sqgk0t7vRk .mbr-text,
.cid-sqgk0t7vRk .mbr-section-btn {
  color: #716c80;
}
.cid-sqgk0t7vRk img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sqgk0t7vRk .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sqgk0t7vRk img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-sqgk0tFmG1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sqgk0tFmG1 H1 {
  color: #2c5c99;
}
.cid-sqgk0tFmG1 .mbr-text,
.cid-sqgk0tFmG1 .mbr-section-btn {
  color: #716c80;
}
.cid-sqgk0tFmG1 img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sqgk0tFmG1 .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sqgk0tFmG1 img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-sqgk0uf5lr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sqgk0uf5lr H1 {
  color: #2c5c99;
}
.cid-sqgk0uf5lr .mbr-text,
.cid-sqgk0uf5lr .mbr-section-btn {
  color: #716c80;
}
.cid-sqgk0uf5lr img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sqgk0uf5lr .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sqgk0uf5lr img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-sqgrxKREpW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sqgrxKREpW H1 {
  color: #2c5c99;
}
.cid-sqgrxKREpW .mbr-text,
.cid-sqgrxKREpW .mbr-section-btn {
  color: #716c80;
}
.cid-sqgrxKREpW img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sqgrxKREpW .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sqgrxKREpW img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-sqgk0uQCxR {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #2c5c99;
}
.cid-sqgk0uQCxR .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sqgk0uQCxR textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-sqgk0uQCxR .text {
    max-width: 360px;
  }
}
.cid-sqgk0uQCxR .align-right {
  width: 100%;
}
.cid-sqgk0uQCxR .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sqgk0uQCxR .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #e43f3f !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sqgk0uQCxR .form-control,
.cid-sqgk0uQCxR .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #ffffff !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sqgk0uQCxR .form-control::-webkit-input-placeholder,
.cid-sqgk0uQCxR .field-input::-webkit-input-placeholder,
.cid-sqgk0uQCxR .form-control::-webkit-input-placeholder,
.cid-sqgk0uQCxR .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sqgk0uQCxR .form-control:-moz-placeholder,
.cid-sqgk0uQCxR .field-input:-moz-placeholder,
.cid-sqgk0uQCxR .form-control:-moz-placeholder,
.cid-sqgk0uQCxR .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-sqgk0uQCxR .form-control:hover,
.cid-sqgk0uQCxR .field-input:hover,
.cid-sqgk0uQCxR .form-control:focus,
.cid-sqgk0uQCxR .field-input:focus {
  border-color: #ffffff !important;
  color: #ffffff;
  box-shadow: none !important;
  outline: none !important;
}
.cid-sqgk0uQCxR .form-control:hover::-webkit-input-placeholder,
.cid-sqgk0uQCxR .field-input:hover::-webkit-input-placeholder,
.cid-sqgk0uQCxR .form-control:focus::-webkit-input-placeholder,
.cid-sqgk0uQCxR .field-input:focus::-webkit-input-placeholder,
.cid-sqgk0uQCxR .form-control:hover::-webkit-input-placeholder,
.cid-sqgk0uQCxR .field-input:hover::-webkit-input-placeholder,
.cid-sqgk0uQCxR .form-control:focus::-webkit-input-placeholder,
.cid-sqgk0uQCxR .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sqgk0uQCxR .form-control:hover:-moz-placeholder,
.cid-sqgk0uQCxR .field-input:hover:-moz-placeholder,
.cid-sqgk0uQCxR .form-control:focus:-moz-placeholder,
.cid-sqgk0uQCxR .field-input:focus:-moz-placeholder,
.cid-sqgk0uQCxR .form-control:hover:-moz-placeholder,
.cid-sqgk0uQCxR .field-input:hover:-moz-placeholder,
.cid-sqgk0uQCxR .form-control:focus:-moz-placeholder,
.cid-sqgk0uQCxR .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-sqgk0uQCxR .jq-number__spin:hover,
.cid-sqgk0uQCxR .jq-number__spin:focus {
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sqgk0uQCxR .jq-number__spin {
  border-color: #ffffff;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sqgk0uQCxR input::-webkit-clear-button {
  display: none;
}
.cid-sqgk0uQCxR input::-webkit-inner-spin-button {
  display: none;
}
.cid-sqgk0uQCxR input::-webkit-outer-spin-button {
  display: none;
}
.cid-sqgk0uQCxR input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sqgk0uQCxR .title {
  color: #adcde9;
}
@media (max-width: 767px) {
  .cid-sqgk0uQCxR .socicon-wrap {
    margin: auto;
  }
}
.cid-sqgk0uQCxR .mbr-text {
  color: #999999;
}
.cid-teNNNhQTKf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-teNNNhQTKf .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNNNhQTKf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNNNhQTKf .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #9fdbf8;
  margin-bottom: 2rem;
}
.cid-teNNNhQTKf .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-teNNNhQTKf .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-teNNNhQTKf .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-sqgk0vqATC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-sqgk0vqATC .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sqgk0vqATC .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sqgk0vqATC .row {
    text-align: center;
  }
  .cid-sqgk0vqATC .row > div {
    margin: auto;
  }
  .cid-sqgk0vqATC .social-row {
    justify-content: center;
  }
}
.cid-sqgk0vqATC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sqgk0vqATC .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sqgk0vqATC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqgk0vqATC .list {
    margin-bottom: 0rem;
  }
}
.cid-sqgk0vqATC .mbr-text {
  color: #bbbbbb;
}
.cid-sqgk0vqATC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sqgk0vqATC .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sqgk0vqATC div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqgk0vqATC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-srywiJ7k32 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-srywiJ7k32 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-srywiJ7k32 .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-srywiJ7k32 .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-srywiJ7k32 .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-srywiJ7k32 .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-srywiJ7k32 .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-srywiJ7k32 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-srywiJ7k32 .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-srywiJ7k32 .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-srywiJ7k32 .navbar.collapsed.opened .navbar-collapse.show,
.cid-srywiJ7k32 .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-srywiJ7k32 .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-srywiJ7k32 .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-srywiJ7k32 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-srywiJ7k32 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-srywiJ7k32 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-srywiJ7k32 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-srywiJ7k32 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-srywiJ7k32 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-srywiJ7k32 .navbar {
    flex-wrap: nowrap;
  }
  .cid-srywiJ7k32 .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-srywiJ7k32 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-srywiJ7k32 .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-srywiJ7k32 .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-srywiJ7k32 .navbar.opened .navbar-collapse.show,
  .cid-srywiJ7k32 .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-srywiJ7k32 .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-srywiJ7k32 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-srywiJ7k32 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-srywiJ7k32 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-srywiJ7k32 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-srywiJ7k32 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-srywiJ7k32 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-srywiJ7k32 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-srywiJ7k32 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-srywiJ7k32 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-srywiJ7k32 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-srywiJ7k32 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-srywiJ7k32 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-srywiJ7k32 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-srywiJ7k32 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-srywiJ7k32 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-srywiJ7k32 .dropdown-item.active,
.cid-srywiJ7k32 .dropdown-item:active {
  background-color: transparent;
}
.cid-srywiJ7k32 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-srywiJ7k32 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-srywiJ7k32 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-srywiJ7k32 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-srywiJ7k32 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-srywiJ7k32 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srywiJ7k32 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-srywiJ7k32 .navbar-buttons {
  text-align: center;
}
.cid-srywiJ7k32 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-srywiJ7k32 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06182d;
}
.cid-srywiJ7k32 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-srywiJ7k32 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srywiJ7k32 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srywiJ7k32 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-srywiJ7k32 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srywiJ7k32 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-srywiJ7k32 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-srywiJ7k32 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srywiJ7k32 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-srywiJ7k32 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-srywiJ7k32 a.nav-link:focus {
  outline: none;
}
.cid-srywiJ7k32 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-srywiJ7k32 .nav-link:hover,
.cid-srywiJ7k32 .dropdown-item:hover {
  color: #353535 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-srywiJ7k32 .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-srywiJ7k32 .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-srywiJxNct {
  padding-top: 225px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-5-1920x1279.jpeg");
}
.cid-srywiJxNct h3 {
  position: relative;
}
.cid-srywiJxNct h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-srywiJxNct svg {
  position: absolute;
  bottom: -30px;
  left: 0;
  transform: scaleY(-1);
}
.cid-srywiJxNct g rect {
  fill: #e6c63b;
}
.cid-srywiJxNct H1 {
  color: #ffffff;
}
.cid-srywiJSijA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-srywiJSijA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-srywiJSijA .row {
  flex-direction: row-reverse;
}
.cid-srywiJSijA img {
  width: 100%;
}
.cid-srywiKeRUA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-srywiKeRUA H1 {
  color: #2c5c99;
}
.cid-srywiKeRUA .mbr-text,
.cid-srywiKeRUA .mbr-section-btn {
  color: #716c80;
}
.cid-srywiKeRUA img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-srywiKeRUA .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-srywiKeRUA img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-srywiKN9lH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-srywiKN9lH H1 {
  color: #2c5c99;
}
.cid-srywiKN9lH .mbr-text,
.cid-srywiKN9lH .mbr-section-btn {
  color: #716c80;
}
.cid-srywiKN9lH img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-srywiKN9lH .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-srywiKN9lH img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-srywiLetlM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-srywiLetlM H1 {
  color: #2c5c99;
}
.cid-srywiLetlM .mbr-text,
.cid-srywiLetlM .mbr-section-btn {
  color: #716c80;
}
.cid-srywiLetlM img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-srywiLetlM .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-srywiLetlM img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-srywiLGkh1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-srywiLGkh1 H1 {
  color: #57468b;
}
.cid-srywiLGkh1 .mbr-text,
.cid-srywiLGkh1 .mbr-section-btn {
  color: #716c80;
}
.cid-srywiLGkh1 img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-srywiLGkh1 .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-srywiLGkh1 img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-sryCxnF9aw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sryCxnF9aw H1 {
  color: #2c5c99;
}
.cid-sryCxnF9aw .mbr-text,
.cid-sryCxnF9aw .mbr-section-btn {
  color: #716c80;
}
.cid-sryCxnF9aw img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sryCxnF9aw .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sryCxnF9aw img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-srywiM8bsk {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #2c5c99;
}
.cid-srywiM8bsk .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-srywiM8bsk textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-srywiM8bsk .text {
    max-width: 360px;
  }
}
.cid-srywiM8bsk .align-right {
  width: 100%;
}
.cid-srywiM8bsk .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-srywiM8bsk .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #e43f3f !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-srywiM8bsk .form-control,
.cid-srywiM8bsk .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #ffffff !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-srywiM8bsk .form-control::-webkit-input-placeholder,
.cid-srywiM8bsk .field-input::-webkit-input-placeholder,
.cid-srywiM8bsk .form-control::-webkit-input-placeholder,
.cid-srywiM8bsk .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-srywiM8bsk .form-control:-moz-placeholder,
.cid-srywiM8bsk .field-input:-moz-placeholder,
.cid-srywiM8bsk .form-control:-moz-placeholder,
.cid-srywiM8bsk .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-srywiM8bsk .form-control:hover,
.cid-srywiM8bsk .field-input:hover,
.cid-srywiM8bsk .form-control:focus,
.cid-srywiM8bsk .field-input:focus {
  border-color: #ffffff !important;
  color: #ffffff;
  box-shadow: none !important;
  outline: none !important;
}
.cid-srywiM8bsk .form-control:hover::-webkit-input-placeholder,
.cid-srywiM8bsk .field-input:hover::-webkit-input-placeholder,
.cid-srywiM8bsk .form-control:focus::-webkit-input-placeholder,
.cid-srywiM8bsk .field-input:focus::-webkit-input-placeholder,
.cid-srywiM8bsk .form-control:hover::-webkit-input-placeholder,
.cid-srywiM8bsk .field-input:hover::-webkit-input-placeholder,
.cid-srywiM8bsk .form-control:focus::-webkit-input-placeholder,
.cid-srywiM8bsk .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-srywiM8bsk .form-control:hover:-moz-placeholder,
.cid-srywiM8bsk .field-input:hover:-moz-placeholder,
.cid-srywiM8bsk .form-control:focus:-moz-placeholder,
.cid-srywiM8bsk .field-input:focus:-moz-placeholder,
.cid-srywiM8bsk .form-control:hover:-moz-placeholder,
.cid-srywiM8bsk .field-input:hover:-moz-placeholder,
.cid-srywiM8bsk .form-control:focus:-moz-placeholder,
.cid-srywiM8bsk .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-srywiM8bsk .jq-number__spin:hover,
.cid-srywiM8bsk .jq-number__spin:focus {
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-srywiM8bsk .jq-number__spin {
  border-color: #ffffff;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-srywiM8bsk input::-webkit-clear-button {
  display: none;
}
.cid-srywiM8bsk input::-webkit-inner-spin-button {
  display: none;
}
.cid-srywiM8bsk input::-webkit-outer-spin-button {
  display: none;
}
.cid-srywiM8bsk input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-srywiM8bsk .title {
  color: #adcde9;
}
@media (max-width: 767px) {
  .cid-srywiM8bsk .socicon-wrap {
    margin: auto;
  }
}
.cid-srywiM8bsk .mbr-text {
  color: #999999;
}
.cid-teNNRQvFne {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-teNNRQvFne .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNNRQvFne .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNNRQvFne .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #9fdbf8;
  margin-bottom: 2rem;
}
.cid-teNNRQvFne .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-teNNRQvFne .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-teNNRQvFne .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-srywiMH2bn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-srywiMH2bn .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-srywiMH2bn .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-srywiMH2bn .row {
    text-align: center;
  }
  .cid-srywiMH2bn .row > div {
    margin: auto;
  }
  .cid-srywiMH2bn .social-row {
    justify-content: center;
  }
}
.cid-srywiMH2bn .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-srywiMH2bn .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-srywiMH2bn .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-srywiMH2bn .list {
    margin-bottom: 0rem;
  }
}
.cid-srywiMH2bn .mbr-text {
  color: #bbbbbb;
}
.cid-srywiMH2bn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-srywiMH2bn .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-srywiMH2bn div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-srywiMH2bn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-soF7twKIIb .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-soF7twKIIb .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-soF7twKIIb .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-soF7twKIIb .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-soF7twKIIb .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-soF7twKIIb .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-soF7twKIIb .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-soF7twKIIb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-soF7twKIIb .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-soF7twKIIb .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-soF7twKIIb .navbar.collapsed.opened .navbar-collapse.show,
.cid-soF7twKIIb .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-soF7twKIIb .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-soF7twKIIb .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-soF7twKIIb .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-soF7twKIIb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soF7twKIIb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soF7twKIIb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-soF7twKIIb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soF7twKIIb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-soF7twKIIb .navbar {
    flex-wrap: nowrap;
  }
  .cid-soF7twKIIb .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-soF7twKIIb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soF7twKIIb .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-soF7twKIIb .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-soF7twKIIb .navbar.opened .navbar-collapse.show,
  .cid-soF7twKIIb .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-soF7twKIIb .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-soF7twKIIb .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-soF7twKIIb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soF7twKIIb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soF7twKIIb .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-soF7twKIIb .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-soF7twKIIb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soF7twKIIb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-soF7twKIIb .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-soF7twKIIb .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-soF7twKIIb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-soF7twKIIb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-soF7twKIIb .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soF7twKIIb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soF7twKIIb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soF7twKIIb .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-soF7twKIIb .dropdown-item.active,
.cid-soF7twKIIb .dropdown-item:active {
  background-color: transparent;
}
.cid-soF7twKIIb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soF7twKIIb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soF7twKIIb .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soF7twKIIb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-soF7twKIIb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-soF7twKIIb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soF7twKIIb ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-soF7twKIIb .navbar-buttons {
  text-align: center;
}
.cid-soF7twKIIb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-soF7twKIIb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06182d;
}
.cid-soF7twKIIb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-soF7twKIIb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soF7twKIIb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soF7twKIIb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-soF7twKIIb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soF7twKIIb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-soF7twKIIb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-soF7twKIIb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soF7twKIIb .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-soF7twKIIb a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-soF7twKIIb a.nav-link:focus {
  outline: none;
}
.cid-soF7twKIIb .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-soF7twKIIb .nav-link:hover,
.cid-soF7twKIIb .dropdown-item:hover {
  color: #353535 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-soF7twKIIb .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-soF7twKIIb .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sqyswf1SwA {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sqyswf1SwA .mbr-section-subtitle {
  color: #f78d00;
  text-align: center;
  font-weight: 300;
}
.cid-sqyswf1SwA .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #133996;
  margin-right: 2rem;
  border-radius: 40px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-sqyswf1SwA .timeline-text-content p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-sqyswf1SwA .timeline-text-content {
    padding: 1.5rem 0.5rem;
  }
}
.cid-sqyswf1SwA .mbr-timeline-title,
.cid-sqyswf1SwA .mbr-timeline-text {
  color: #ffffff;
}
.cid-sqyswf1SwA .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cid-sqyswf1SwA .timeline-element:hover .timeline-text-content {
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08) !important;
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important;
}
.cid-sqyswf1SwA .timeline-element:hover .timeline-text-content h4,
.cid-sqyswf1SwA .timeline-element:hover .timeline-text-content p {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #ffffff !important;
}
.cid-sqyswf1SwA .timeline-element:hover .iconsBackground span {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #ffffff !important;
}
.cid-sqyswf1SwA .timeline-element:hover:before {
  -webkit-transition: background-color 1s !important;
  transition: background-color 1s !important;
  background-color: #ffffff !important;
}
.cid-sqyswf1SwA .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sqyswf1SwA .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-sqyswf1SwA .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #133996;
  top: 20px;
  margin-left: -30px;
}
.cid-sqyswf1SwA .iconsBackground span {
  color: #ffffff;
}
.cid-sqyswf1SwA .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-sqyswf1SwA .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #133996;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
.cid-sqyswf1SwA .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 768px) {
  .cid-sqyswf1SwA .iconsBackground {
    left: 1.5rem;
  }
  .cid-sqyswf1SwA .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-sqyswf1SwA .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-sqyswf1SwA .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-sqyswf1SwA .mbr-timeline-title {
  color: #ffffff;
}
.cid-sqyswf1SwA .mbr-timeline-text {
  color: #bed3f9;
}
.cid-teNNdiomxH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-teNNdiomxH .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNNdiomxH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNNdiomxH .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #9fdbf8;
  margin-bottom: 2rem;
}
.cid-teNNdiomxH .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-teNNdiomxH .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-teNNdiomxH .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-spYO1PiKAv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-spYO1PiKAv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-spYO1PiKAv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-spYO1PiKAv .row {
    text-align: center;
  }
  .cid-spYO1PiKAv .row > div {
    margin: auto;
  }
  .cid-spYO1PiKAv .social-row {
    justify-content: center;
  }
}
.cid-spYO1PiKAv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-spYO1PiKAv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-spYO1PiKAv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-spYO1PiKAv .list {
    margin-bottom: 0rem;
  }
}
.cid-spYO1PiKAv .mbr-text {
  color: #bbbbbb;
}
.cid-spYO1PiKAv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-spYO1PiKAv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-spYO1PiKAv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-spYO1PiKAv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-soF7twKIIb .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-soF7twKIIb .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-soF7twKIIb .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-soF7twKIIb .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-soF7twKIIb .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-soF7twKIIb .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-soF7twKIIb .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-soF7twKIIb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-soF7twKIIb .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-soF7twKIIb .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-soF7twKIIb .navbar.collapsed.opened .navbar-collapse.show,
.cid-soF7twKIIb .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-soF7twKIIb .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-soF7twKIIb .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-soF7twKIIb .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-soF7twKIIb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soF7twKIIb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soF7twKIIb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-soF7twKIIb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soF7twKIIb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-soF7twKIIb .navbar {
    flex-wrap: nowrap;
  }
  .cid-soF7twKIIb .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-soF7twKIIb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soF7twKIIb .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-soF7twKIIb .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-soF7twKIIb .navbar.opened .navbar-collapse.show,
  .cid-soF7twKIIb .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-soF7twKIIb .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-soF7twKIIb .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-soF7twKIIb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soF7twKIIb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soF7twKIIb .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-soF7twKIIb .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-soF7twKIIb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soF7twKIIb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-soF7twKIIb .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-soF7twKIIb .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-soF7twKIIb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-soF7twKIIb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-soF7twKIIb .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soF7twKIIb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soF7twKIIb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soF7twKIIb .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-soF7twKIIb .dropdown-item.active,
.cid-soF7twKIIb .dropdown-item:active {
  background-color: transparent;
}
.cid-soF7twKIIb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soF7twKIIb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soF7twKIIb .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soF7twKIIb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-soF7twKIIb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-soF7twKIIb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soF7twKIIb ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-soF7twKIIb .navbar-buttons {
  text-align: center;
}
.cid-soF7twKIIb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-soF7twKIIb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06182d;
}
.cid-soF7twKIIb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-soF7twKIIb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soF7twKIIb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soF7twKIIb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-soF7twKIIb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soF7twKIIb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-soF7twKIIb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-soF7twKIIb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soF7twKIIb .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-soF7twKIIb a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-soF7twKIIb a.nav-link:focus {
  outline: none;
}
.cid-soF7twKIIb .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-soF7twKIIb .nav-link:hover,
.cid-soF7twKIIb .dropdown-item:hover {
  color: #353535 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-soF7twKIIb .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-soF7twKIIb .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-soL8zrUEnX {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-soL8zrUEnX .mbr-section-title {
  letter-spacing: 0.1em;
  color: #adcde9;
}
.cid-soL8zrUEnX .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-soL8zrUEnX .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-soL8zrUEnX .wrap-img {
  padding-bottom: 1rem;
}
.cid-soL8zrUEnX .wrap-img img {
  max-width: 100%;
}
.cid-soL8zrUEnX .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-soL9wbb0Sz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-soL9wbb0Sz .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-soL9wbb0Sz .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-soL9wbb0Sz .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-soL9wbb0Sz .wrap-img {
  padding-bottom: 1rem;
}
.cid-soL9wbb0Sz .wrap-img img {
  max-width: 100%;
}
.cid-soL9wbb0Sz .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-soLaqpjMNT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-soLaqpjMNT .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-soLaqpjMNT .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-soLaqpjMNT .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-soLaqpjMNT .wrap-img {
  padding-bottom: 1rem;
}
.cid-soLaqpjMNT .wrap-img img {
  max-width: 100%;
}
.cid-soLaqpjMNT .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-teNMWOOgj2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-teNMWOOgj2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNMWOOgj2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNMWOOgj2 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #9fdbf8;
  margin-bottom: 2rem;
}
.cid-teNMWOOgj2 .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-teNMWOOgj2 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-teNMWOOgj2 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-spYO1PiKAv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-spYO1PiKAv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-spYO1PiKAv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-spYO1PiKAv .row {
    text-align: center;
  }
  .cid-spYO1PiKAv .row > div {
    margin: auto;
  }
  .cid-spYO1PiKAv .social-row {
    justify-content: center;
  }
}
.cid-spYO1PiKAv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-spYO1PiKAv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-spYO1PiKAv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-spYO1PiKAv .list {
    margin-bottom: 0rem;
  }
}
.cid-spYO1PiKAv .mbr-text {
  color: #bbbbbb;
}
.cid-spYO1PiKAv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-spYO1PiKAv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-spYO1PiKAv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-spYO1PiKAv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sq3DCNeZ9H .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sq3DCNeZ9H .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sq3DCNeZ9H .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sq3DCNeZ9H .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sq3DCNeZ9H .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sq3DCNeZ9H .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sq3DCNeZ9H .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sq3DCNeZ9H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sq3DCNeZ9H .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sq3DCNeZ9H .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sq3DCNeZ9H .navbar.collapsed.opened .navbar-collapse.show,
.cid-sq3DCNeZ9H .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sq3DCNeZ9H .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sq3DCNeZ9H .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sq3DCNeZ9H .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sq3DCNeZ9H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sq3DCNeZ9H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sq3DCNeZ9H .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sq3DCNeZ9H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sq3DCNeZ9H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sq3DCNeZ9H .navbar {
    flex-wrap: nowrap;
  }
  .cid-sq3DCNeZ9H .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sq3DCNeZ9H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sq3DCNeZ9H .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sq3DCNeZ9H .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sq3DCNeZ9H .navbar.opened .navbar-collapse.show,
  .cid-sq3DCNeZ9H .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sq3DCNeZ9H .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sq3DCNeZ9H .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sq3DCNeZ9H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sq3DCNeZ9H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sq3DCNeZ9H .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sq3DCNeZ9H .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sq3DCNeZ9H .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sq3DCNeZ9H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sq3DCNeZ9H .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sq3DCNeZ9H .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sq3DCNeZ9H .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sq3DCNeZ9H .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sq3DCNeZ9H .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sq3DCNeZ9H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sq3DCNeZ9H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sq3DCNeZ9H .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sq3DCNeZ9H .dropdown-item.active,
.cid-sq3DCNeZ9H .dropdown-item:active {
  background-color: transparent;
}
.cid-sq3DCNeZ9H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sq3DCNeZ9H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sq3DCNeZ9H .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sq3DCNeZ9H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sq3DCNeZ9H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sq3DCNeZ9H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sq3DCNeZ9H ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sq3DCNeZ9H .navbar-buttons {
  text-align: center;
}
.cid-sq3DCNeZ9H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sq3DCNeZ9H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06182d;
}
.cid-sq3DCNeZ9H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sq3DCNeZ9H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sq3DCNeZ9H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sq3DCNeZ9H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sq3DCNeZ9H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sq3DCNeZ9H nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sq3DCNeZ9H nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sq3DCNeZ9H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sq3DCNeZ9H .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sq3DCNeZ9H a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sq3DCNeZ9H a.nav-link:focus {
  outline: none;
}
.cid-sq3DCNeZ9H .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sq3DCNeZ9H .nav-link:hover,
.cid-sq3DCNeZ9H .dropdown-item:hover {
  color: #353535 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sq3DCNeZ9H .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sq3DCNeZ9H .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sq3EfxOYve {
  padding-top: 75px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-sq3EfxOYve img {
  width: 120px;
  margin: auto;
}
.cid-sq3EfxOYve .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
  text-align: center;
}
.cid-sq3EfxOYve .card:hover {
  opacity: 0.8;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-sq3EfxOYve .col-lg-x {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-sq4167WZcr {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-sq4167WZcr img {
  width: 120px;
  margin: auto;
}
.cid-sq4167WZcr .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
  text-align: center;
}
.cid-sq4167WZcr .card:hover {
  opacity: 0.8;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-sq4167WZcr .col-lg-x {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-sryusE4VH6 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sryusE4VH6 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sryusE4VH6 .card {
    margin-bottom: 2rem!important;
  }
  .cid-sryusE4VH6 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sryusE4VH6 .link-wrap {
    align-items: center;
  }
}
.cid-sryusE4VH6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sryusE4VH6 .mbr-text,
.cid-sryusE4VH6 .link-wrap,
.cid-sryusE4VH6 .mbr-section-btn {
  color: #ffffff;
}
.cid-sryusE4VH6 .card-title,
.cid-sryusE4VH6 .card-box {
  color: #2c5c99;
}
.cid-sryusE4VH6 .mbr-text {
  color: #06182d;
}
.cid-sq3DCVTffw {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sq3DCVTffw .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sq3DCVTffw .card {
    margin-bottom: 2rem!important;
  }
  .cid-sq3DCVTffw .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sq3DCVTffw .link-wrap {
    align-items: center;
  }
}
.cid-sq3DCVTffw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sq3DCVTffw .card-title,
.cid-sq3DCVTffw .card-box {
  color: #2c5c99;
}
.cid-sq3DCVTffw .mbr-text,
.cid-sq3DCVTffw .link-wrap,
.cid-sq3DCVTffw .mbr-section-btn {
  color: #000000;
}
.cid-sq3DCWq2fS {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sq3DCWq2fS .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sq3DCWq2fS .card {
    margin-bottom: 2rem!important;
  }
  .cid-sq3DCWq2fS .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sq3DCWq2fS .link-wrap {
    align-items: center;
  }
}
.cid-sq3DCWq2fS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sq3DCWq2fS .mbr-text,
.cid-sq3DCWq2fS .link-wrap,
.cid-sq3DCWq2fS .mbr-section-btn {
  color: #ffffff;
}
.cid-sq3DCWq2fS .card-title,
.cid-sq3DCWq2fS .card-box {
  color: #2c5c99;
}
.cid-sq3DCWq2fS .mbr-text {
  color: #06182d;
}
.cid-sq3DCVlaDR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sq3DCVlaDR .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sq3DCVlaDR .card {
    margin-bottom: 2rem!important;
  }
  .cid-sq3DCVlaDR .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sq3DCVlaDR .link-wrap {
    align-items: center;
  }
}
.cid-sq3DCVlaDR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sq3DCVlaDR .mbr-text,
.cid-sq3DCVlaDR .link-wrap,
.cid-sq3DCVlaDR .mbr-section-btn {
  color: #000000;
}
.cid-sq3DCVlaDR .card-title,
.cid-sq3DCVlaDR .card-box {
  color: #2c5c99;
}
.cid-sqaz3MxLZh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sqaz3MxLZh .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sqaz3MxLZh .card {
    margin-bottom: 2rem!important;
  }
  .cid-sqaz3MxLZh .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sqaz3MxLZh .link-wrap {
    align-items: center;
  }
}
.cid-sqaz3MxLZh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sqaz3MxLZh .card-title,
.cid-sqaz3MxLZh .card-box {
  color: #2c5c99;
}
.cid-sqaz3MxLZh .mbr-text,
.cid-sqaz3MxLZh .link-wrap,
.cid-sqaz3MxLZh .mbr-section-btn {
  color: #06182d;
}
.cid-srAdvTBvJP {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-srAdvTBvJP .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-srAdvTBvJP .card {
    margin-bottom: 2rem!important;
  }
  .cid-srAdvTBvJP .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-srAdvTBvJP .link-wrap {
    align-items: center;
  }
}
.cid-srAdvTBvJP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-srAdvTBvJP .mbr-text,
.cid-srAdvTBvJP .link-wrap,
.cid-srAdvTBvJP .mbr-section-btn {
  color: #ffffff;
}
.cid-srAdvTBvJP .card-title,
.cid-srAdvTBvJP .card-box {
  color: #2c5c99;
}
.cid-srAdvTBvJP .mbr-text {
  color: #06182d;
}
.cid-sq4ipa9o72 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sq4ipa9o72 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sq4ipa9o72 .card {
    margin-bottom: 2rem!important;
  }
  .cid-sq4ipa9o72 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sq4ipa9o72 .link-wrap {
    align-items: center;
  }
}
.cid-sq4ipa9o72 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sq4ipa9o72 .card-title,
.cid-sq4ipa9o72 .card-box {
  color: #2c5c99;
}
.cid-sq4ipa9o72 .mbr-text,
.cid-sq4ipa9o72 .link-wrap,
.cid-sq4ipa9o72 .mbr-section-btn {
  color: #000000;
}
.cid-sqaX9yNIxu {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sqaX9yNIxu .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sqaX9yNIxu .card {
    margin-bottom: 2rem!important;
  }
  .cid-sqaX9yNIxu .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sqaX9yNIxu .link-wrap {
    align-items: center;
  }
}
.cid-sqaX9yNIxu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sqaX9yNIxu .card-title,
.cid-sqaX9yNIxu .card-box {
  color: #2c5c99;
}
.cid-sqaX9yNIxu .mbr-text,
.cid-sqaX9yNIxu .link-wrap,
.cid-sqaX9yNIxu .mbr-section-btn {
  color: #06182d;
}
.cid-sqBLPpom83 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sqBLPpom83 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sqBLPpom83 .card {
    margin-bottom: 2rem!important;
  }
  .cid-sqBLPpom83 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sqBLPpom83 .link-wrap {
    align-items: center;
  }
}
.cid-sqBLPpom83 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sqBLPpom83 .card-title,
.cid-sqBLPpom83 .card-box {
  color: #2c5c99;
}
.cid-sqBLPpom83 .mbr-text,
.cid-sqBLPpom83 .link-wrap,
.cid-sqBLPpom83 .mbr-section-btn {
  color: #000000;
}
.cid-sqBLPpom83 .mbr-text {
  color: #000000;
}
.cid-sqEfqPLuCZ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sqEfqPLuCZ .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sqEfqPLuCZ .card {
    margin-bottom: 2rem!important;
  }
  .cid-sqEfqPLuCZ .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sqEfqPLuCZ .link-wrap {
    align-items: center;
  }
}
.cid-sqEfqPLuCZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sqEfqPLuCZ .card-title,
.cid-sqEfqPLuCZ .card-box {
  color: #2c5c99;
}
.cid-sqEfqPLuCZ .mbr-text,
.cid-sqEfqPLuCZ .link-wrap,
.cid-sqEfqPLuCZ .mbr-section-btn {
  color: #4479d9;
}
.cid-sqEfqPLuCZ .mbr-text {
  color: #000000;
}
.cid-sq4iqoGJjt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sq4iqoGJjt .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sq4iqoGJjt .card {
    margin-bottom: 2rem!important;
  }
  .cid-sq4iqoGJjt .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sq4iqoGJjt .link-wrap {
    align-items: center;
  }
}
.cid-sq4iqoGJjt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sq4iqoGJjt .mbr-text,
.cid-sq4iqoGJjt .link-wrap,
.cid-sq4iqoGJjt .mbr-section-btn {
  color: #000000;
}
.cid-sq4iqoGJjt .card-title,
.cid-sq4iqoGJjt .card-box {
  color: #2c5c99;
}
.cid-sq3DCUxCex {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sq3DCUxCex .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sq3DCUxCex .card {
    margin-bottom: 2rem!important;
  }
  .cid-sq3DCUxCex .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sq3DCUxCex .link-wrap {
    align-items: center;
  }
}
.cid-sq3DCUxCex .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sq3DCUxCex .card-title,
.cid-sq3DCUxCex .card-box {
  color: #2c5c99;
}
.cid-sq3DCUxCex .mbr-text,
.cid-sq3DCUxCex .link-wrap,
.cid-sq3DCUxCex .mbr-section-btn {
  color: #06182d;
}
.cid-sqaXahPnPN {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sqaXahPnPN .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sqaXahPnPN .card {
    margin-bottom: 2rem!important;
  }
  .cid-sqaXahPnPN .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sqaXahPnPN .link-wrap {
    align-items: center;
  }
}
.cid-sqaXahPnPN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sqaXahPnPN .card-title,
.cid-sqaXahPnPN .card-box {
  color: #2c5c99;
}
.cid-sqaXahPnPN .mbr-text,
.cid-sqaXahPnPN .link-wrap,
.cid-sqaXahPnPN .mbr-section-btn {
  color: #06182d;
}
.cid-teNMx1lGrB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-teNMx1lGrB .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNMx1lGrB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNMx1lGrB .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #9fdbf8;
  margin-bottom: 2rem;
}
.cid-teNMx1lGrB .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-teNMx1lGrB .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-teNMx1lGrB .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-sq3DCZ5qVo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-sq3DCZ5qVo .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sq3DCZ5qVo .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sq3DCZ5qVo .row {
    text-align: center;
  }
  .cid-sq3DCZ5qVo .row > div {
    margin: auto;
  }
  .cid-sq3DCZ5qVo .social-row {
    justify-content: center;
  }
}
.cid-sq3DCZ5qVo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sq3DCZ5qVo .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sq3DCZ5qVo .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sq3DCZ5qVo .list {
    margin-bottom: 0rem;
  }
}
.cid-sq3DCZ5qVo .mbr-text {
  color: #bbbbbb;
}
.cid-sq3DCZ5qVo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sq3DCZ5qVo .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sq3DCZ5qVo div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sq3DCZ5qVo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-soF7twKIIb .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-soF7twKIIb .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-soF7twKIIb .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-soF7twKIIb .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-soF7twKIIb .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-soF7twKIIb .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-soF7twKIIb .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-soF7twKIIb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-soF7twKIIb .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-soF7twKIIb .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-soF7twKIIb .navbar.collapsed.opened .navbar-collapse.show,
.cid-soF7twKIIb .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-soF7twKIIb .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-soF7twKIIb .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-soF7twKIIb .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-soF7twKIIb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soF7twKIIb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soF7twKIIb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-soF7twKIIb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soF7twKIIb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-soF7twKIIb .navbar {
    flex-wrap: nowrap;
  }
  .cid-soF7twKIIb .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-soF7twKIIb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soF7twKIIb .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-soF7twKIIb .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-soF7twKIIb .navbar.opened .navbar-collapse.show,
  .cid-soF7twKIIb .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-soF7twKIIb .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-soF7twKIIb .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-soF7twKIIb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soF7twKIIb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soF7twKIIb .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-soF7twKIIb .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-soF7twKIIb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soF7twKIIb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-soF7twKIIb .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-soF7twKIIb .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-soF7twKIIb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-soF7twKIIb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-soF7twKIIb .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soF7twKIIb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soF7twKIIb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soF7twKIIb .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-soF7twKIIb .dropdown-item.active,
.cid-soF7twKIIb .dropdown-item:active {
  background-color: transparent;
}
.cid-soF7twKIIb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soF7twKIIb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soF7twKIIb .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soF7twKIIb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-soF7twKIIb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-soF7twKIIb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soF7twKIIb ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-soF7twKIIb .navbar-buttons {
  text-align: center;
}
.cid-soF7twKIIb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-soF7twKIIb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06182d;
}
.cid-soF7twKIIb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-soF7twKIIb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soF7twKIIb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soF7twKIIb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-soF7twKIIb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soF7twKIIb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-soF7twKIIb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-soF7twKIIb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soF7twKIIb .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-soF7twKIIb a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-soF7twKIIb a.nav-link:focus {
  outline: none;
}
.cid-soF7twKIIb .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-soF7twKIIb .nav-link:hover,
.cid-soF7twKIIb .dropdown-item:hover {
  color: #353535 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-soF7twKIIb .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-soF7twKIIb .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-spYSm8Mufv {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-spYSm8Mufv .text-wrapper {
    padding: 2rem;
  }
}
.cid-spYSm8Mufv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-spYSm8Mufv .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-spYSm8Mufv .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-spYPwZUlmY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-spYPwZUlmY .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-spYPwZUlmY .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-spYPwZUlmY .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-spYPwZUlmY .wrapper {
  padding: 30px 0;
}
.cid-spYPwZUlmY .mbr-section-title {
  color: #fafafa;
}
.cid-spYPwZUlmY .mbr-text,
.cid-spYPwZUlmY .mbr-section-btn {
  color: #ffffff;
}
.cid-spYPwZUlmY H3 {
  color: #f78d00;
}
.cid-spYWCpabl9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-spYWCpabl9 .card-wrapper {
  background: #353535;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-spYWCpabl9 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-spYWCpabl9 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-spYWCpabl9 .card-wrapper {
    padding: 4rem;
  }
}
.cid-spYWCpabl9 .mbr-text,
.cid-spYWCpabl9 .mbr-section-btn {
  color: #ffffff;
}
.cid-spYWCpabl9 .card-title,
.cid-spYWCpabl9 .card-box {
  text-align: left;
}
.cid-sq8LK643Ae {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-sq8LK643Ae img,
.cid-sq8LK643Ae .item-img {
  width: 100%;
}
.cid-sq8LK643Ae .item:focus,
.cid-sq8LK643Ae span:focus {
  outline: none;
}
.cid-sq8LK643Ae .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sq8LK643Ae .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sq8LK643Ae .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sq8LK643Ae .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sq8LK643Ae .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sq8LK643Ae .mbr-section-title {
  color: #232323;
}
.cid-sq8LK643Ae .mbr-text,
.cid-sq8LK643Ae .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-sq8LK643Ae .item-title {
  text-align: left;
  color: #2c5c99;
}
.cid-sq8LK643Ae .item-subtitle {
  text-align: center;
}
.cid-soFbGiOAfT {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-soFbGiOAfT .container {
  max-width: 1500px;
}
.cid-soFbGiOAfT .row {
  background: #333333;
}
.cid-soFbGiOAfT .img-col {
  padding: 0;
}
.cid-soFbGiOAfT .title-col {
  padding: 4rem 8rem;
}
.cid-soFbGiOAfT img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-soFbGiOAfT h2 {
  padding: 0;
  margin: 0;
}
.cid-soFbGiOAfT .text-wrap {
  margin: auto;
}
.cid-soFbGiOAfT .mbr-text {
  color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-soFbGiOAfT .row {
    margin: 2rem;
  }
  .cid-soFbGiOAfT .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-soFbGiOAfT .row {
    margin: 0rem;
  }
  .cid-soFbGiOAfT .title-col {
    padding: 2rem 1rem;
  }
}
.cid-soFbGiOAfT H2 {
  color: #2c5c99;
}
.cid-teNMNsw0Lz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-teNMNsw0Lz .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNMNsw0Lz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNMNsw0Lz .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #9fdbf8;
  margin-bottom: 2rem;
}
.cid-teNMNsw0Lz .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-teNMNsw0Lz .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-teNMNsw0Lz .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-spYO1PiKAv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-spYO1PiKAv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-spYO1PiKAv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-spYO1PiKAv .row {
    text-align: center;
  }
  .cid-spYO1PiKAv .row > div {
    margin: auto;
  }
  .cid-spYO1PiKAv .social-row {
    justify-content: center;
  }
}
.cid-spYO1PiKAv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-spYO1PiKAv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-spYO1PiKAv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-spYO1PiKAv .list {
    margin-bottom: 0rem;
  }
}
.cid-spYO1PiKAv .mbr-text {
  color: #bbbbbb;
}
.cid-spYO1PiKAv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-spYO1PiKAv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-spYO1PiKAv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-spYO1PiKAv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sqD3OUvgb2 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sqD3OUvgb2 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sqD3OUvgb2 .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sqD3OUvgb2 .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sqD3OUvgb2 .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqD3OUvgb2 .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sqD3OUvgb2 .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sqD3OUvgb2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sqD3OUvgb2 .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sqD3OUvgb2 .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sqD3OUvgb2 .navbar.collapsed.opened .navbar-collapse.show,
.cid-sqD3OUvgb2 .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sqD3OUvgb2 .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sqD3OUvgb2 .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sqD3OUvgb2 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sqD3OUvgb2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqD3OUvgb2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqD3OUvgb2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sqD3OUvgb2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqD3OUvgb2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sqD3OUvgb2 .navbar {
    flex-wrap: nowrap;
  }
  .cid-sqD3OUvgb2 .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sqD3OUvgb2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqD3OUvgb2 .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sqD3OUvgb2 .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sqD3OUvgb2 .navbar.opened .navbar-collapse.show,
  .cid-sqD3OUvgb2 .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sqD3OUvgb2 .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sqD3OUvgb2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sqD3OUvgb2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqD3OUvgb2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqD3OUvgb2 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sqD3OUvgb2 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sqD3OUvgb2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqD3OUvgb2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sqD3OUvgb2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sqD3OUvgb2 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sqD3OUvgb2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sqD3OUvgb2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sqD3OUvgb2 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqD3OUvgb2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqD3OUvgb2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqD3OUvgb2 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sqD3OUvgb2 .dropdown-item.active,
.cid-sqD3OUvgb2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sqD3OUvgb2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqD3OUvgb2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqD3OUvgb2 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqD3OUvgb2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sqD3OUvgb2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqD3OUvgb2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqD3OUvgb2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sqD3OUvgb2 .navbar-buttons {
  text-align: center;
}
.cid-sqD3OUvgb2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqD3OUvgb2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06182d;
}
.cid-sqD3OUvgb2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqD3OUvgb2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqD3OUvgb2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqD3OUvgb2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqD3OUvgb2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqD3OUvgb2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqD3OUvgb2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqD3OUvgb2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqD3OUvgb2 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sqD3OUvgb2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sqD3OUvgb2 a.nav-link:focus {
  outline: none;
}
.cid-sqD3OUvgb2 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqD3OUvgb2 .nav-link:hover,
.cid-sqD3OUvgb2 .dropdown-item:hover {
  color: #353535 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqD3OUvgb2 .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sqD3OUvgb2 .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-teNMSsqHBG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-teNMSsqHBG .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNMSsqHBG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNMSsqHBG .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #9fdbf8;
  margin-bottom: 2rem;
}
.cid-teNMSsqHBG .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-teNMSsqHBG .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-teNMSsqHBG .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-sqD4hPRM0G {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-sqD4hPRM0G .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sqD4hPRM0G input,
.cid-sqD4hPRM0G textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem !important;
  font-size: 1rem;
}
.cid-sqD4hPRM0G input:focus,
.cid-sqD4hPRM0G textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sqD4hPRM0G .form-control,
.cid-sqD4hPRM0G .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #ffe161;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sqD4hPRM0G .form-control:hover,
.cid-sqD4hPRM0G .field-input:hover,
.cid-sqD4hPRM0G .form-control:focus,
.cid-sqD4hPRM0G .field-input:focus {
  background-color: #2299aa;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sqD4hPRM0G input::-webkit-input-placeholder,
.cid-sqD4hPRM0G textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-sqD4hPRM0G input:-moz-placeholder,
.cid-sqD4hPRM0G textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-sqD4hPRM0G .jq-selectbox li,
.cid-sqD4hPRM0G .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sqD4hPRM0G .jq-selectbox li:hover,
.cid-sqD4hPRM0G .jq-selectbox li.selected {
  background-color: #2299aa;
  color: #ffffff;
}
.cid-sqD4hPRM0G .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sqD4hPRM0G .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #2299aa;
}
.cid-sqD4hPRM0G img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sqD4hPRM0G .mbr-form {
  max-width: 450px;
}
.cid-sqD4hPRM0G textarea {
  min-height: 150px;
}
.cid-sqD4hPRM0G .mbr-text {
  color: #cccccc;
}
.cid-sqD4hPRM0G .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-sqD4hPRM0G .mbr-form .btn .mbr-iconfont {
  order: 2;
  font-size: 1.5rem;
}
.cid-sqD3OYH5oQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-sqD3OYH5oQ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sqD3OYH5oQ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sqD3OYH5oQ .row {
    text-align: center;
  }
  .cid-sqD3OYH5oQ .row > div {
    margin: auto;
  }
  .cid-sqD3OYH5oQ .social-row {
    justify-content: center;
  }
}
.cid-sqD3OYH5oQ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sqD3OYH5oQ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sqD3OYH5oQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqD3OYH5oQ .list {
    margin-bottom: 0rem;
  }
}
.cid-sqD3OYH5oQ .mbr-text {
  color: #bbbbbb;
}
.cid-sqD3OYH5oQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sqD3OYH5oQ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sqD3OYH5oQ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqD3OYH5oQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sqNPQUiysu .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sqNPQUiysu .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sqNPQUiysu .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sqNPQUiysu .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sqNPQUiysu .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqNPQUiysu .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sqNPQUiysu .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sqNPQUiysu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sqNPQUiysu .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sqNPQUiysu .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sqNPQUiysu .navbar.collapsed.opened .navbar-collapse.show,
.cid-sqNPQUiysu .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sqNPQUiysu .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sqNPQUiysu .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sqNPQUiysu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sqNPQUiysu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqNPQUiysu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqNPQUiysu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sqNPQUiysu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqNPQUiysu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sqNPQUiysu .navbar {
    flex-wrap: nowrap;
  }
  .cid-sqNPQUiysu .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sqNPQUiysu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqNPQUiysu .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sqNPQUiysu .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sqNPQUiysu .navbar.opened .navbar-collapse.show,
  .cid-sqNPQUiysu .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sqNPQUiysu .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sqNPQUiysu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sqNPQUiysu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqNPQUiysu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqNPQUiysu .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sqNPQUiysu .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sqNPQUiysu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqNPQUiysu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sqNPQUiysu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sqNPQUiysu .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sqNPQUiysu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sqNPQUiysu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sqNPQUiysu .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqNPQUiysu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqNPQUiysu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqNPQUiysu .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sqNPQUiysu .dropdown-item.active,
.cid-sqNPQUiysu .dropdown-item:active {
  background-color: transparent;
}
.cid-sqNPQUiysu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqNPQUiysu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqNPQUiysu .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqNPQUiysu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sqNPQUiysu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqNPQUiysu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqNPQUiysu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sqNPQUiysu .navbar-buttons {
  text-align: center;
}
.cid-sqNPQUiysu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqNPQUiysu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06182d;
}
.cid-sqNPQUiysu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqNPQUiysu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqNPQUiysu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqNPQUiysu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqNPQUiysu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqNPQUiysu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqNPQUiysu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqNPQUiysu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqNPQUiysu .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sqNPQUiysu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sqNPQUiysu a.nav-link:focus {
  outline: none;
}
.cid-sqNPQUiysu .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqNPQUiysu .nav-link:hover,
.cid-sqNPQUiysu .dropdown-item:hover {
  color: #353535 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqNPQUiysu .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sqNPQUiysu .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sqNPQV5n45 {
  display: flex;
  padding-top: 75px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/gu-1-2000x1135.png");
}
.cid-sqNPQV5n45 .mbr-overlay {
  background: #232323;
  background: linear-gradient(90deg, #232323, #353535);
}
.cid-sqNPQV5n45 .mbr-section-title {
  margin: 0;
}
.cid-sqNPQV5n45 .mbr-text {
  color: #efefef;
}
.cid-sqNPQV5n45 .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-sqNPQV5n45 .card-img {
  text-align: left;
}
.cid-sqNPQV5n45 .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-sqNPQV5n45 .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sqNPQV5n45 .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqNPQV5n45 .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sqNPQV5n45 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sqNPQV5n45 .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-sqNPQV5n45 .title-cont,
.cid-sqNPQV5n45 .mbr-section-title {
  color: #bed3f9;
  text-align: center;
}
.cid-sqNQRo2JXX {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sqNQRo2JXX .item {
  padding-bottom: 2rem;
}
.cid-sqNQRo2JXX .item-wrapper {
  position: relative;
}
.cid-sqNQRo2JXX .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-sqNQRo2JXX .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sqNQRo2JXX .carousel-control,
.cid-sqNQRo2JXX .close {
  background: #1b1b1b;
}
.cid-sqNQRo2JXX .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sqNQRo2JXX .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sqNQRo2JXX .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sqNQRo2JXX .carousel-control-next span {
  margin-left: 5px;
}
.cid-sqNQRo2JXX .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-sqNQRo2JXX .close::before {
  content: '\e91a';
}
.cid-sqNQRo2JXX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sqNQRo2JXX .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-sqNQRo2JXX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqNQRo2JXX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sqNQRo2JXX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sqNQRo2JXX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sqNQRo2JXX .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-sqNQRo2JXX .carousel-indicators li.active,
.cid-sqNQRo2JXX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sqNQRo2JXX .carousel-indicators li::after,
.cid-sqNQRo2JXX .carousel-indicators li::before {
  content: none;
}
.cid-sqNQRo2JXX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sqNQRo2JXX .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sqNQRo2JXX .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sqNQRo2JXX .carousel-indicators {
    display: none;
  }
}
.cid-sqNQRo2JXX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sqNQRo2JXX .carousel-inner > .active {
  display: block;
}
.cid-sqNQRo2JXX .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqNQRo2JXX .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sqNQRo2JXX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sqNQRo2JXX .carousel-control,
  .cid-sqNQRo2JXX .carousel-indicators,
  .cid-sqNQRo2JXX .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sqNQRo2JXX .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sqNQRo2JXX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sqNQRo2JXX .carousel-indicators .active,
.cid-sqNQRo2JXX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sqNQRo2JXX .carousel-indicators .active {
  background: #fff;
}
.cid-sqNQRo2JXX .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sqNQRo2JXX .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sqNQRo2JXX .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sqNQRo2JXX .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sqNQRo2JXX .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sqNQRo2JXX .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sqNQRo2JXX .carousel {
  width: 100%;
}
.cid-sqNQRo2JXX .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sqNQRo2JXX .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sqNQRo2JXX .modal.fade .modal-dialog,
.cid-sqNQRo2JXX .modal.in .modal-dialog {
  transform: none;
}
.cid-sqNQRo2JXX .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sqNQRo2JXX H6 {
  text-align: center;
}
.cid-sqNRYh4cMV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sqNRYh4cMV .item {
  padding-bottom: 2rem;
}
.cid-sqNRYh4cMV .item-wrapper {
  position: relative;
}
.cid-sqNRYh4cMV .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-sqNRYh4cMV .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sqNRYh4cMV .carousel-control,
.cid-sqNRYh4cMV .close {
  background: #1b1b1b;
}
.cid-sqNRYh4cMV .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sqNRYh4cMV .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sqNRYh4cMV .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sqNRYh4cMV .carousel-control-next span {
  margin-left: 5px;
}
.cid-sqNRYh4cMV .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-sqNRYh4cMV .close::before {
  content: '\e91a';
}
.cid-sqNRYh4cMV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sqNRYh4cMV .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-sqNRYh4cMV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqNRYh4cMV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sqNRYh4cMV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sqNRYh4cMV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sqNRYh4cMV .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-sqNRYh4cMV .carousel-indicators li.active,
.cid-sqNRYh4cMV .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sqNRYh4cMV .carousel-indicators li::after,
.cid-sqNRYh4cMV .carousel-indicators li::before {
  content: none;
}
.cid-sqNRYh4cMV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sqNRYh4cMV .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sqNRYh4cMV .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sqNRYh4cMV .carousel-indicators {
    display: none;
  }
}
.cid-sqNRYh4cMV .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sqNRYh4cMV .carousel-inner > .active {
  display: block;
}
.cid-sqNRYh4cMV .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqNRYh4cMV .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sqNRYh4cMV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sqNRYh4cMV .carousel-control,
  .cid-sqNRYh4cMV .carousel-indicators,
  .cid-sqNRYh4cMV .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sqNRYh4cMV .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sqNRYh4cMV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sqNRYh4cMV .carousel-indicators .active,
.cid-sqNRYh4cMV .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sqNRYh4cMV .carousel-indicators .active {
  background: #fff;
}
.cid-sqNRYh4cMV .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sqNRYh4cMV .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sqNRYh4cMV .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sqNRYh4cMV .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sqNRYh4cMV .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sqNRYh4cMV .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sqNRYh4cMV .carousel {
  width: 100%;
}
.cid-sqNRYh4cMV .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sqNRYh4cMV .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sqNRYh4cMV .modal.fade .modal-dialog,
.cid-sqNRYh4cMV .modal.in .modal-dialog {
  transform: none;
}
.cid-sqNRYh4cMV .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sqNRYh4cMV H6 {
  text-align: center;
}
.cid-sqObBRgGgq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sqObBRgGgq .item {
  padding-bottom: 2rem;
}
.cid-sqObBRgGgq .item-wrapper {
  position: relative;
}
.cid-sqObBRgGgq .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-sqObBRgGgq .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sqObBRgGgq .carousel-control,
.cid-sqObBRgGgq .close {
  background: #1b1b1b;
}
.cid-sqObBRgGgq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sqObBRgGgq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sqObBRgGgq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sqObBRgGgq .carousel-control-next span {
  margin-left: 5px;
}
.cid-sqObBRgGgq .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-sqObBRgGgq .close::before {
  content: '\e91a';
}
.cid-sqObBRgGgq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sqObBRgGgq .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-sqObBRgGgq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqObBRgGgq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sqObBRgGgq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sqObBRgGgq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sqObBRgGgq .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-sqObBRgGgq .carousel-indicators li.active,
.cid-sqObBRgGgq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sqObBRgGgq .carousel-indicators li::after,
.cid-sqObBRgGgq .carousel-indicators li::before {
  content: none;
}
.cid-sqObBRgGgq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sqObBRgGgq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sqObBRgGgq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sqObBRgGgq .carousel-indicators {
    display: none;
  }
}
.cid-sqObBRgGgq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sqObBRgGgq .carousel-inner > .active {
  display: block;
}
.cid-sqObBRgGgq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqObBRgGgq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sqObBRgGgq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sqObBRgGgq .carousel-control,
  .cid-sqObBRgGgq .carousel-indicators,
  .cid-sqObBRgGgq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sqObBRgGgq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sqObBRgGgq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sqObBRgGgq .carousel-indicators .active,
.cid-sqObBRgGgq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sqObBRgGgq .carousel-indicators .active {
  background: #fff;
}
.cid-sqObBRgGgq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sqObBRgGgq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sqObBRgGgq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sqObBRgGgq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sqObBRgGgq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sqObBRgGgq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sqObBRgGgq .carousel {
  width: 100%;
}
.cid-sqObBRgGgq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sqObBRgGgq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sqObBRgGgq .modal.fade .modal-dialog,
.cid-sqObBRgGgq .modal.in .modal-dialog {
  transform: none;
}
.cid-sqObBRgGgq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sqObBRgGgq H6 {
  text-align: center;
}
.cid-sqOe7qbwyC {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #06182d;
}
.cid-sqOe7qbwyC .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sqOe7qbwyC .card {
    margin-bottom: 2rem!important;
  }
  .cid-sqOe7qbwyC .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sqOe7qbwyC .link-wrap {
    align-items: center;
  }
}
.cid-sqOe7qbwyC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sqOe7qbwyC .card-title,
.cid-sqOe7qbwyC .card-box {
  color: #2c5c99;
}
.cid-sqOe7qbwyC .mbr-text,
.cid-sqOe7qbwyC .link-wrap,
.cid-sqOe7qbwyC .mbr-section-btn {
  color: #4479d9;
}
.cid-sqOe7qbwyC .mbr-text {
  color: #ffffff;
}
.cid-sqOf0BafBu {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #06182d;
}
.cid-sqOf0BafBu .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sqOf0BafBu .card {
    margin-bottom: 2rem!important;
  }
  .cid-sqOf0BafBu .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sqOf0BafBu .link-wrap {
    align-items: center;
  }
}
.cid-sqOf0BafBu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sqOf0BafBu .card-title,
.cid-sqOf0BafBu .card-box {
  color: #2c5c99;
}
.cid-sqOf0BafBu .mbr-text,
.cid-sqOf0BafBu .link-wrap,
.cid-sqOf0BafBu .mbr-section-btn {
  color: #4479d9;
}
.cid-sqOf0BafBu .mbr-text {
  color: #ffffff;
}
.cid-sqOfQbIqCL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #06182d;
}
.cid-sqOfQbIqCL .item {
  padding-bottom: 2rem;
}
.cid-sqOfQbIqCL .item-wrapper {
  position: relative;
}
.cid-sqOfQbIqCL .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-sqOfQbIqCL .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sqOfQbIqCL .carousel-control,
.cid-sqOfQbIqCL .close {
  background: #1b1b1b;
}
.cid-sqOfQbIqCL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sqOfQbIqCL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sqOfQbIqCL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sqOfQbIqCL .carousel-control-next span {
  margin-left: 5px;
}
.cid-sqOfQbIqCL .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-sqOfQbIqCL .close::before {
  content: '\e91a';
}
.cid-sqOfQbIqCL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sqOfQbIqCL .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-sqOfQbIqCL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqOfQbIqCL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sqOfQbIqCL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sqOfQbIqCL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sqOfQbIqCL .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-sqOfQbIqCL .carousel-indicators li.active,
.cid-sqOfQbIqCL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sqOfQbIqCL .carousel-indicators li::after,
.cid-sqOfQbIqCL .carousel-indicators li::before {
  content: none;
}
.cid-sqOfQbIqCL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sqOfQbIqCL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sqOfQbIqCL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sqOfQbIqCL .carousel-indicators {
    display: none;
  }
}
.cid-sqOfQbIqCL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sqOfQbIqCL .carousel-inner > .active {
  display: block;
}
.cid-sqOfQbIqCL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqOfQbIqCL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sqOfQbIqCL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sqOfQbIqCL .carousel-control,
  .cid-sqOfQbIqCL .carousel-indicators,
  .cid-sqOfQbIqCL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sqOfQbIqCL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sqOfQbIqCL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sqOfQbIqCL .carousel-indicators .active,
.cid-sqOfQbIqCL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sqOfQbIqCL .carousel-indicators .active {
  background: #fff;
}
.cid-sqOfQbIqCL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sqOfQbIqCL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sqOfQbIqCL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sqOfQbIqCL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sqOfQbIqCL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sqOfQbIqCL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sqOfQbIqCL .carousel {
  width: 100%;
}
.cid-sqOfQbIqCL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sqOfQbIqCL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sqOfQbIqCL .modal.fade .modal-dialog,
.cid-sqOfQbIqCL .modal.in .modal-dialog {
  transform: none;
}
.cid-sqOfQbIqCL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sqOfQbIqCL H6 {
  text-align: center;
}
.cid-sqOfQbIqCL H3 {
  color: #2c5c99;
}
.cid-sqOfQbIqCL H4 {
  color: #ffffff;
}
.cid-sqOAW0PO2y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sqOAW0PO2y .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sqOAW0PO2y .card {
    margin-bottom: 2rem!important;
  }
  .cid-sqOAW0PO2y .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sqOAW0PO2y .link-wrap {
    align-items: center;
  }
}
.cid-sqOAW0PO2y .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sqOAW0PO2y .card-title,
.cid-sqOAW0PO2y .card-box {
  text-align: left;
}
.cid-sr4Xf1HrSV {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sr4Xf1HrSV .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sr4Xf1HrSV .carousel-item > div {
  width: 100%;
}
.cid-sr4Xf1HrSV h5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cid-sr4Xf1HrSV .carousel-item.active,
.cid-sr4Xf1HrSV .carousel-item-next,
.cid-sr4Xf1HrSV .carousel-item-prev {
  display: flex;
}
.cid-sr4Xf1HrSV .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-sr4Xf1HrSV .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-sr4Xf1HrSV .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-sr4Xf1HrSV .carousel-controls a {
    width: 5%;
  }
}
.cid-sr4Xf1HrSV .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #70747f;
}
.cid-sr4Xf1HrSV .img-block {
  display: flex;
  flex-direction: column;
  padding: 1rem 1rem 2.5rem;
  background-color: #06182d;
}
.cid-sr4Xf1HrSV img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.cid-sr4Xf1HrSV h4 {
  font-weight: 900;
}
.cid-sr4Xf1HrSV .mbr-text {
  position: relative;
}
.cid-sr4Xf1HrSV li {
  background-color: transparent;
  width: 11px;
  height: 11px;
  border: 1px solid #e0e0e0 !important;
  margin-left: 1rem;
  margin-right: 1rem;
}
.cid-sr4Xf1HrSV li.active {
  position: relative;
  background-color: transparent !important;
  width: 14px;
  height: 14px;
  border: 2px solid #354463 !important;
}
.cid-sr4Xf1HrSV li.active::after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #354463;
  border-radius: 50%;
}
.cid-sr4Xf1HrSV .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
  align-items: center;
}
.cid-sr4Xf1HrSV ol {
  margin-bottom: 0;
}
.cid-sr4Xf1HrSV .carousel-indicators li {
  border: none;
  border-radius: 50%;
  background-color: #c7c7c7;
  opacity: 1 !important;
}
.cid-sr4Xf1HrSV .carousel-indicators li:hover {
  color: #354463;
}
.cid-sr4Xf1HrSV .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 5.2rem;
}
@media (max-width: 767px) {
  .cid-sr4Xf1HrSV {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cid-sr4Xf1HrSV .title-block {
    padding: 0rem !important;
  }
  .cid-sr4Xf1HrSV .progress_elements {
    padding: 0rem !important;
  }
  .cid-sr4Xf1HrSV .date-block {
    padding: 0rem !important;
  }
  .cid-sr4Xf1HrSV .mbr-section-btn {
    padding: 0rem !important;
  }
}
@media (min-width: 767px) {
  .cid-sr4Xf1HrSV {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cid-sr4Xf1HrSV .row {
    margin: 0;
  }
  .cid-sr4Xf1HrSV .container {
    padding: 0;
  }
}
.cid-sr4Xf1HrSV .title-block {
  padding: 0rem 1rem;
  margin-top: 0.8rem;
  margin-bottom: 1.8rem;
  bottom: -1rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sr4Xf1HrSV .wrapper-img {
  position: relative;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sr4Xf1HrSV .desk {
  position: absolute;
  left: 15px;
  top: -15px;
  z-index: 2;
  transition: 0.3s;
  font-weight: 700;
  display: inline-block;
  padding: 0.4rem 1rem;
  border-radius: 3px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-sr4Xf1HrSV .img-card {
    margin-top: 2rem;
  }
}
.cid-sr4Xf1HrSV .link {
  border-bottom: 1px solid #e0e0e0;
  display: inline;
  padding-bottom: 3px;
  transition: all 0.3s;
}
.cid-sr4Xf1HrSV .date-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.1rem;
  padding: 0 1rem;
}
.cid-sr4Xf1HrSV .mbr-section-btn {
  padding: 0 1rem;
}
.cid-sr4Xf1HrSV .btn {
  margin-left: 0rem;
}
.cid-sr4Xf1HrSV .progress_elements {
  margin-top: 1.5rem;
  margin-bottom: 1.4rem;
  padding: 0 1rem;
}
.cid-sr4Xf1HrSV .progress {
  width: 100%;
  position: relative;
  height: 13px;
  background-color: #f9f7f6;
  border-radius: 50px;
}
.cid-sr4Xf1HrSV progress {
  height: 8px;
}
.cid-sr4Xf1HrSV .progress_value {
  position: relative;
  display: flex;
}
.cid-sr4Xf1HrSV .title-wrap {
  display: flex;
  justify-content: flex-end;
}
.cid-sr4Xf1HrSV .progress1 .progressbar-number:before,
.cid-sr4Xf1HrSV .progress2 .progressbar-number:before,
.cid-sr4Xf1HrSV .progress3 .progressbar-number:before,
.cid-sr4Xf1HrSV .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-sr4Xf1HrSV progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sr4Xf1HrSV progress::-webkit-progress-value {
  background: #ffffff;
  background-image: linear-gradient(to right, #58ded5, #c1f7d5);
  border-radius: 50px;
}
.cid-sr4Xf1HrSV progress[value]::-moz-progress-bar {
  background: #ffffff;
}
.cid-sr4Xf1HrSV progress::-ms-fill {
  background: #ffffff;
}
.cid-sr4Xf1HrSV .progress1 .progressbar-number:before {
  content: "0";
}
.cid-sr4Xf1HrSV .progress2 .progressbar-number:before {
  content: "0";
}
.cid-sr4Xf1HrSV .progress3 .progressbar-number:before {
  content: "0";
}
.cid-sr4Xf1HrSV .progress4 .progressbar-number:before {
  content: "0";
}
.cid-sr4Xf1HrSV .progress5 .progressbar-number:before {
  content: "0";
}
.cid-sr4Xf1HrSV .progress6 .progressbar-number:before {
  content: "100";
}
.cid-sr4Xf1HrSV .progress7 .progressbar-number:before {
  content: "90";
}
.cid-sr4Xf1HrSV .progress8 .progressbar-number:before {
  content: "100";
}
.cid-sr4Xf1HrSV .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-sr4Xf1HrSV .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sr4Xf1HrSV .progressbar-number {
  margin-left: 3rem;
}
.cid-sr4Xf1HrSV .progressbar-number + span {
  line-height: inherit !important;
}
@media (max-width: 1200px) {
  .cid-sr4Xf1HrSV .wrap {
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .cid-sr4Xf1HrSV .wrap {
    flex-wrap: nowrap;
  }
}
.cid-sr4Xf1HrSV .title-block,
.cid-sr4Xf1HrSV .signature {
  color: #2c5c99;
}
.cid-sqOAR0zaZY {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #06182d;
}
.cid-sqOAR0zaZY .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sqOAR0zaZY .card {
    margin-bottom: 2rem!important;
  }
  .cid-sqOAR0zaZY .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sqOAR0zaZY .link-wrap {
    align-items: center;
  }
}
.cid-sqOAR0zaZY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sqOAR0zaZY .card-title,
.cid-sqOAR0zaZY .card-box {
  color: #2c5c99;
}
.cid-sqOAR0zaZY .mbr-text,
.cid-sqOAR0zaZY .link-wrap,
.cid-sqOAR0zaZY .mbr-section-btn {
  color: #ffffff;
}
.cid-sqOAPyJRjh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #06182d;
}
.cid-sqOAPyJRjh .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sqOAPyJRjh .card {
    margin-bottom: 2rem!important;
  }
  .cid-sqOAPyJRjh .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sqOAPyJRjh .link-wrap {
    align-items: center;
  }
}
.cid-sqOAPyJRjh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sqOAPyJRjh .card-title,
.cid-sqOAPyJRjh .card-box {
  color: #2c5c99;
}
.cid-sqOAPyJRjh .mbr-text,
.cid-sqOAPyJRjh .link-wrap,
.cid-sqOAPyJRjh .mbr-section-btn {
  color: #ffffff;
}
.cid-sr5WFmLKrn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sr5WFmLKrn .mbr-section-title {
  color: #2c5c99;
}
.cid-sr5W664fGz {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sr5W664fGz ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sr5W664fGz li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sr5W664fGz ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sqNPR1lHxq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-sqNPR1lHxq .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sqNPR1lHxq .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sqNPR1lHxq .row {
    text-align: center;
  }
  .cid-sqNPR1lHxq .row > div {
    margin: auto;
  }
  .cid-sqNPR1lHxq .social-row {
    justify-content: center;
  }
}
.cid-sqNPR1lHxq .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sqNPR1lHxq .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sqNPR1lHxq .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqNPR1lHxq .list {
    margin-bottom: 0rem;
  }
}
.cid-sqNPR1lHxq .mbr-text {
  color: #bbbbbb;
}
.cid-sqNPR1lHxq .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sqNPR1lHxq .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sqNPR1lHxq div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqNPR1lHxq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ss3Jm8BRxT .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ss3Jm8BRxT .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ss3Jm8BRxT .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-ss3Jm8BRxT .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-ss3Jm8BRxT .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ss3Jm8BRxT .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-ss3Jm8BRxT .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ss3Jm8BRxT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ss3Jm8BRxT .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-ss3Jm8BRxT .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-ss3Jm8BRxT .navbar.collapsed.opened .navbar-collapse.show,
.cid-ss3Jm8BRxT .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-ss3Jm8BRxT .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-ss3Jm8BRxT .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-ss3Jm8BRxT .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ss3Jm8BRxT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ss3Jm8BRxT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ss3Jm8BRxT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ss3Jm8BRxT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ss3Jm8BRxT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ss3Jm8BRxT .navbar {
    flex-wrap: nowrap;
  }
  .cid-ss3Jm8BRxT .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-ss3Jm8BRxT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ss3Jm8BRxT .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-ss3Jm8BRxT .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-ss3Jm8BRxT .navbar.opened .navbar-collapse.show,
  .cid-ss3Jm8BRxT .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-ss3Jm8BRxT .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-ss3Jm8BRxT .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ss3Jm8BRxT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ss3Jm8BRxT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ss3Jm8BRxT .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ss3Jm8BRxT .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ss3Jm8BRxT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ss3Jm8BRxT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-ss3Jm8BRxT .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-ss3Jm8BRxT .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ss3Jm8BRxT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ss3Jm8BRxT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ss3Jm8BRxT .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ss3Jm8BRxT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ss3Jm8BRxT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ss3Jm8BRxT .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ss3Jm8BRxT .dropdown-item.active,
.cid-ss3Jm8BRxT .dropdown-item:active {
  background-color: transparent;
}
.cid-ss3Jm8BRxT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ss3Jm8BRxT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ss3Jm8BRxT .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ss3Jm8BRxT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ss3Jm8BRxT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ss3Jm8BRxT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ss3Jm8BRxT ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ss3Jm8BRxT .navbar-buttons {
  text-align: center;
}
.cid-ss3Jm8BRxT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ss3Jm8BRxT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06182d;
}
.cid-ss3Jm8BRxT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ss3Jm8BRxT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ss3Jm8BRxT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ss3Jm8BRxT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ss3Jm8BRxT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ss3Jm8BRxT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ss3Jm8BRxT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ss3Jm8BRxT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ss3Jm8BRxT .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ss3Jm8BRxT a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-ss3Jm8BRxT a.nav-link:focus {
  outline: none;
}
.cid-ss3Jm8BRxT .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ss3Jm8BRxT .nav-link:hover,
.cid-ss3Jm8BRxT .dropdown-item:hover {
  color: #353535 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ss3Jm8BRxT .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-ss3Jm8BRxT .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ss3Jm8XqwI {
  padding-top: 225px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-5-1920x1279.jpeg");
}
.cid-ss3Jm8XqwI h3 {
  position: relative;
}
.cid-ss3Jm8XqwI h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-ss3Jm8XqwI svg {
  position: absolute;
  bottom: -30px;
  left: 0;
  transform: scaleY(-1);
}
.cid-ss3Jm8XqwI g rect {
  fill: #47b5ed;
}
.cid-ss3Jm8XqwI H1 {
  color: #ffffff;
}
.cid-ss3Jm9hDzx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ss3Jm9hDzx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ss3Jm9hDzx .row {
  flex-direction: row-reverse;
}
.cid-ss3Jm9hDzx img {
  width: 100%;
}
.cid-ss3Jm9A6eT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ss3Jm9A6eT H1 {
  color: #2c5c99;
}
.cid-ss3Jm9A6eT .mbr-text,
.cid-ss3Jm9A6eT .mbr-section-btn {
  color: #716c80;
}
.cid-ss3Jm9A6eT img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-ss3Jm9A6eT .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ss3Jm9A6eT img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-ss3Jma74CM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ss3Jma74CM H1 {
  color: #2c5c99;
}
.cid-ss3Jma74CM .mbr-text,
.cid-ss3Jma74CM .mbr-section-btn {
  color: #716c80;
}
.cid-ss3Jma74CM img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-ss3Jma74CM .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ss3Jma74CM img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-ss3JmayYS0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ss3JmayYS0 H1 {
  color: #2c5c99;
}
.cid-ss3JmayYS0 .mbr-text,
.cid-ss3JmayYS0 .mbr-section-btn {
  color: #716c80;
}
.cid-ss3JmayYS0 img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-ss3JmayYS0 .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ss3JmayYS0 img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-swsB2TtRz3 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-swsB2TtRz3 img,
.cid-swsB2TtRz3 .item-img {
  width: 100%;
}
.cid-swsB2TtRz3 .item:focus,
.cid-swsB2TtRz3 span:focus {
  outline: none;
}
.cid-swsB2TtRz3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-swsB2TtRz3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-swsB2TtRz3 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-swsB2TtRz3 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-swsB2TtRz3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-swsB2TtRz3 .mbr-section-title {
  color: #232323;
}
.cid-swsB2TtRz3 .mbr-text,
.cid-swsB2TtRz3 .mbr-section-btn {
  text-align: left;
}
.cid-swsB2TtRz3 .item-title {
  text-align: left;
  color: #2c5c99;
}
.cid-swsB2TtRz3 .item-subtitle {
  text-align: left;
}
.cid-ss3Jmb1Sfy {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #2c5c99;
}
.cid-ss3Jmb1Sfy .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ss3Jmb1Sfy textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-ss3Jmb1Sfy .text {
    max-width: 360px;
  }
}
.cid-ss3Jmb1Sfy .align-right {
  width: 100%;
}
.cid-ss3Jmb1Sfy .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-ss3Jmb1Sfy .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #e43f3f !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-ss3Jmb1Sfy .form-control,
.cid-ss3Jmb1Sfy .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #ffffff !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ss3Jmb1Sfy .form-control::-webkit-input-placeholder,
.cid-ss3Jmb1Sfy .field-input::-webkit-input-placeholder,
.cid-ss3Jmb1Sfy .form-control::-webkit-input-placeholder,
.cid-ss3Jmb1Sfy .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-ss3Jmb1Sfy .form-control:-moz-placeholder,
.cid-ss3Jmb1Sfy .field-input:-moz-placeholder,
.cid-ss3Jmb1Sfy .form-control:-moz-placeholder,
.cid-ss3Jmb1Sfy .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-ss3Jmb1Sfy .form-control:hover,
.cid-ss3Jmb1Sfy .field-input:hover,
.cid-ss3Jmb1Sfy .form-control:focus,
.cid-ss3Jmb1Sfy .field-input:focus {
  border-color: #ffffff !important;
  color: #ffffff;
  box-shadow: none !important;
  outline: none !important;
}
.cid-ss3Jmb1Sfy .form-control:hover::-webkit-input-placeholder,
.cid-ss3Jmb1Sfy .field-input:hover::-webkit-input-placeholder,
.cid-ss3Jmb1Sfy .form-control:focus::-webkit-input-placeholder,
.cid-ss3Jmb1Sfy .field-input:focus::-webkit-input-placeholder,
.cid-ss3Jmb1Sfy .form-control:hover::-webkit-input-placeholder,
.cid-ss3Jmb1Sfy .field-input:hover::-webkit-input-placeholder,
.cid-ss3Jmb1Sfy .form-control:focus::-webkit-input-placeholder,
.cid-ss3Jmb1Sfy .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-ss3Jmb1Sfy .form-control:hover:-moz-placeholder,
.cid-ss3Jmb1Sfy .field-input:hover:-moz-placeholder,
.cid-ss3Jmb1Sfy .form-control:focus:-moz-placeholder,
.cid-ss3Jmb1Sfy .field-input:focus:-moz-placeholder,
.cid-ss3Jmb1Sfy .form-control:hover:-moz-placeholder,
.cid-ss3Jmb1Sfy .field-input:hover:-moz-placeholder,
.cid-ss3Jmb1Sfy .form-control:focus:-moz-placeholder,
.cid-ss3Jmb1Sfy .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-ss3Jmb1Sfy .jq-number__spin:hover,
.cid-ss3Jmb1Sfy .jq-number__spin:focus {
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ss3Jmb1Sfy .jq-number__spin {
  border-color: #ffffff;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ss3Jmb1Sfy input::-webkit-clear-button {
  display: none;
}
.cid-ss3Jmb1Sfy input::-webkit-inner-spin-button {
  display: none;
}
.cid-ss3Jmb1Sfy input::-webkit-outer-spin-button {
  display: none;
}
.cid-ss3Jmb1Sfy input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ss3Jmb1Sfy .title {
  color: #adcde9;
}
@media (max-width: 767px) {
  .cid-ss3Jmb1Sfy .socicon-wrap {
    margin: auto;
  }
}
.cid-ss3Jmb1Sfy .mbr-text {
  color: #999999;
}
.cid-teNNpXfb7e {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-teNNpXfb7e .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNNpXfb7e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNNpXfb7e .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #9fdbf8;
  margin-bottom: 2rem;
}
.cid-teNNpXfb7e .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-teNNpXfb7e .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-teNNpXfb7e .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-ss3JmbvOT0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-ss3JmbvOT0 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ss3JmbvOT0 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ss3JmbvOT0 .row {
    text-align: center;
  }
  .cid-ss3JmbvOT0 .row > div {
    margin: auto;
  }
  .cid-ss3JmbvOT0 .social-row {
    justify-content: center;
  }
}
.cid-ss3JmbvOT0 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ss3JmbvOT0 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ss3JmbvOT0 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ss3JmbvOT0 .list {
    margin-bottom: 0rem;
  }
}
.cid-ss3JmbvOT0 .mbr-text {
  color: #bbbbbb;
}
.cid-ss3JmbvOT0 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ss3JmbvOT0 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ss3JmbvOT0 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ss3JmbvOT0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sq8KhlG8AL .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sq8KhlG8AL .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sq8KhlG8AL .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sq8KhlG8AL .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sq8KhlG8AL .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sq8KhlG8AL .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sq8KhlG8AL .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sq8KhlG8AL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sq8KhlG8AL .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sq8KhlG8AL .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sq8KhlG8AL .navbar.collapsed.opened .navbar-collapse.show,
.cid-sq8KhlG8AL .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sq8KhlG8AL .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sq8KhlG8AL .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sq8KhlG8AL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sq8KhlG8AL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sq8KhlG8AL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sq8KhlG8AL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sq8KhlG8AL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sq8KhlG8AL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sq8KhlG8AL .navbar {
    flex-wrap: nowrap;
  }
  .cid-sq8KhlG8AL .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sq8KhlG8AL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sq8KhlG8AL .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sq8KhlG8AL .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sq8KhlG8AL .navbar.opened .navbar-collapse.show,
  .cid-sq8KhlG8AL .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sq8KhlG8AL .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sq8KhlG8AL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sq8KhlG8AL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sq8KhlG8AL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sq8KhlG8AL .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sq8KhlG8AL .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sq8KhlG8AL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sq8KhlG8AL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sq8KhlG8AL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sq8KhlG8AL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sq8KhlG8AL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sq8KhlG8AL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sq8KhlG8AL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sq8KhlG8AL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sq8KhlG8AL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sq8KhlG8AL .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sq8KhlG8AL .dropdown-item.active,
.cid-sq8KhlG8AL .dropdown-item:active {
  background-color: transparent;
}
.cid-sq8KhlG8AL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sq8KhlG8AL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sq8KhlG8AL .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sq8KhlG8AL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sq8KhlG8AL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sq8KhlG8AL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sq8KhlG8AL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sq8KhlG8AL .navbar-buttons {
  text-align: center;
}
.cid-sq8KhlG8AL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sq8KhlG8AL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06182d;
}
.cid-sq8KhlG8AL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sq8KhlG8AL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sq8KhlG8AL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sq8KhlG8AL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sq8KhlG8AL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sq8KhlG8AL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sq8KhlG8AL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sq8KhlG8AL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sq8KhlG8AL .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sq8KhlG8AL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sq8KhlG8AL a.nav-link:focus {
  outline: none;
}
.cid-sq8KhlG8AL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sq8KhlG8AL .nav-link:hover,
.cid-sq8KhlG8AL .dropdown-item:hover {
  color: #353535 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sq8KhlG8AL .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sq8KhlG8AL .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sq8Khm8LGk {
  display: flex;
  padding-top: 90px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/gu-1-2000x1135.png");
}
.cid-sq8Khm8LGk .mbr-overlay {
  background: #232323;
  background: linear-gradient(90deg, #232323, #353535);
}
.cid-sq8Khm8LGk .mbr-section-title {
  margin: 0;
}
.cid-sq8Khm8LGk .mbr-text {
  color: #efefef;
}
.cid-sq8Khm8LGk .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-sq8Khm8LGk .card-img {
  text-align: left;
}
.cid-sq8Khm8LGk .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-sq8Khm8LGk .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sq8Khm8LGk .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sq8Khm8LGk .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sq8Khm8LGk .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sq8Khm8LGk .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-sq8Khm8LGk .title-cont,
.cid-sq8Khm8LGk .mbr-section-title {
  color: #bed3f9;
}
.cid-sq8KhmMaZF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sq8Khnf00m {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sq8Khnf00m .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sq8Khnf00m .card {
    margin-bottom: 2rem!important;
  }
  .cid-sq8Khnf00m .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sq8Khnf00m .link-wrap {
    align-items: center;
  }
}
.cid-sq8Khnf00m .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sq8Khnf00m .card-title,
.cid-sq8Khnf00m .card-box {
  color: #2c5c99;
}
.cid-sq8Khnf00m .mbr-text {
  color: #000000;
}
.cid-sq8KhnBxtp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sq8KhnBxtp img {
  width: 120px;
  margin: auto;
}
.cid-sq8KhnBxtp .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sq8KhnBxtp .card {
    max-width: 12.5%;
  }
}
.cid-sq8KhnBxtp .mbr-section-subtitle {
  color: #ffe161;
}
.cid-sq8Kho6XZG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sq8Kho6XZG .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sq8Kho6XZG .card {
    margin-bottom: 2rem!important;
  }
  .cid-sq8Kho6XZG .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sq8Kho6XZG .link-wrap {
    align-items: center;
  }
}
.cid-sq8Kho6XZG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sq8Kho6XZG .card-title,
.cid-sq8Kho6XZG .card-box {
  color: #2c5c99;
}
.cid-sq8Kho6XZG .mbr-text,
.cid-sq8Kho6XZG .link-wrap,
.cid-sq8Kho6XZG .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sq8KhowzU1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sq8KhowzU1 img {
  width: 120px;
  margin: auto;
}
.cid-sq8KhowzU1 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sq8KhowzU1 .card {
    max-width: 12.5%;
  }
}
.cid-sq8KhowzU1 .mbr-section-subtitle {
  color: #2c5c99;
}
.cid-sq8Khp0CYk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-2-1920x1080.jpeg");
}
.cid-sq8Khp0CYk .mbr-overlay {
  background: #000000;
  opacity: 0.6;
}
.cid-sq8Khp0CYk img,
.cid-sq8Khp0CYk .item-img {
  width: 100%;
}
.cid-sq8Khp0CYk .item:focus,
.cid-sq8Khp0CYk span:focus {
  outline: none;
}
.cid-sq8Khp0CYk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sq8Khp0CYk .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sq8Khp0CYk .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sq8Khp0CYk .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sq8Khp0CYk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sq8Khp0CYk .mbr-section-title {
  color: #232323;
}
.cid-sq8Khp0CYk .mbr-text,
.cid-sq8Khp0CYk .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sq8Khp0CYk .item-title {
  text-align: left;
  color: #9fdbf8;
}
.cid-sq8Khp0CYk .item-subtitle {
  text-align: center;
}
.cid-sq8KhpKDXz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sq8KhpKDXz .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sq8KhpKDXz .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sq8KhpKDXz .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sq8KhpKDXz .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sq8KhpKDXz .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sq8KhpKDXz .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sq8KhpKDXz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sq8KhpKDXz .card-title {
  color: #adcde9;
}
.cid-sq8Khq5nu4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffe885;
}
.cid-sq8Khq5nu4 .container {
  max-width: 1500px;
}
.cid-sq8Khq5nu4 .row {
  background: #ffffff;
}
.cid-sq8Khq5nu4 .img-col {
  padding: 0;
}
.cid-sq8Khq5nu4 .title-col {
  padding: 4rem 8rem;
}
.cid-sq8Khq5nu4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sq8Khq5nu4 h2 {
  padding: 0;
  margin: 0;
}
.cid-sq8Khq5nu4 .text-wrap {
  margin: auto;
}
.cid-sq8Khq5nu4 .mbr-text {
  color: #000000;
}
@media (max-width: 1200px) {
  .cid-sq8Khq5nu4 .row {
    margin: 2rem;
  }
  .cid-sq8Khq5nu4 .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sq8Khq5nu4 .row {
    margin: 0rem;
  }
  .cid-sq8Khq5nu4 .title-col {
    padding: 2rem 1rem;
  }
}
.cid-sq8Khq5nu4 H2 {
  color: #f78d00;
}
.cid-sq8KhqrTjq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-sq8KhqrTjq .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sq8KhqrTjq .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sq8KhqrTjq .row {
    text-align: center;
  }
  .cid-sq8KhqrTjq .row > div {
    margin: auto;
  }
  .cid-sq8KhqrTjq .social-row {
    justify-content: center;
  }
}
.cid-sq8KhqrTjq .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sq8KhqrTjq .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sq8KhqrTjq .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sq8KhqrTjq .list {
    margin-bottom: 0rem;
  }
}
.cid-sq8KhqrTjq .mbr-text {
  color: #bbbbbb;
}
.cid-sq8KhqrTjq .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sq8KhqrTjq .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sq8KhqrTjq div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sq8KhqrTjq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sqgAGhLvFL .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sqgAGhLvFL .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sqgAGhLvFL .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sqgAGhLvFL .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sqgAGhLvFL .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqgAGhLvFL .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sqgAGhLvFL .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sqgAGhLvFL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sqgAGhLvFL .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sqgAGhLvFL .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sqgAGhLvFL .navbar.collapsed.opened .navbar-collapse.show,
.cid-sqgAGhLvFL .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sqgAGhLvFL .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sqgAGhLvFL .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sqgAGhLvFL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sqgAGhLvFL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqgAGhLvFL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqgAGhLvFL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sqgAGhLvFL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqgAGhLvFL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sqgAGhLvFL .navbar {
    flex-wrap: nowrap;
  }
  .cid-sqgAGhLvFL .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sqgAGhLvFL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqgAGhLvFL .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sqgAGhLvFL .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sqgAGhLvFL .navbar.opened .navbar-collapse.show,
  .cid-sqgAGhLvFL .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sqgAGhLvFL .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sqgAGhLvFL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sqgAGhLvFL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqgAGhLvFL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqgAGhLvFL .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sqgAGhLvFL .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sqgAGhLvFL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqgAGhLvFL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sqgAGhLvFL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sqgAGhLvFL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sqgAGhLvFL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sqgAGhLvFL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sqgAGhLvFL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqgAGhLvFL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqgAGhLvFL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqgAGhLvFL .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sqgAGhLvFL .dropdown-item.active,
.cid-sqgAGhLvFL .dropdown-item:active {
  background-color: transparent;
}
.cid-sqgAGhLvFL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqgAGhLvFL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqgAGhLvFL .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqgAGhLvFL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sqgAGhLvFL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqgAGhLvFL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqgAGhLvFL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sqgAGhLvFL .navbar-buttons {
  text-align: center;
}
.cid-sqgAGhLvFL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqgAGhLvFL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06182d;
}
.cid-sqgAGhLvFL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqgAGhLvFL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqgAGhLvFL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqgAGhLvFL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqgAGhLvFL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqgAGhLvFL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqgAGhLvFL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqgAGhLvFL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqgAGhLvFL .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sqgAGhLvFL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sqgAGhLvFL a.nav-link:focus {
  outline: none;
}
.cid-sqgAGhLvFL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqgAGhLvFL .nav-link:hover,
.cid-sqgAGhLvFL .dropdown-item:hover {
  color: #353535 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqgAGhLvFL .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sqgAGhLvFL .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sqgAGjgE2H {
  padding-top: 225px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-5-1920x1279.jpeg");
}
.cid-sqgAGjgE2H h3 {
  position: relative;
}
.cid-sqgAGjgE2H h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sqgAGjgE2H svg {
  position: absolute;
  bottom: -30px;
  left: 0;
  transform: scaleY(-1);
}
.cid-sqgAGjgE2H g rect {
  fill: #4eaa22;
}
.cid-sqgAGjgE2H H1 {
  color: #ffffff;
}
.cid-sqh2Pyrjkc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sqh2Pyrjkc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sqh2Pyrjkc .row {
  flex-direction: row-reverse;
}
.cid-sqh2Pyrjkc img {
  width: 100%;
}
.cid-sqgAGjI0cV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sqgAGjI0cV H1 {
  color: #2c5c99;
}
.cid-sqgAGjI0cV .mbr-text,
.cid-sqgAGjI0cV .mbr-section-btn {
  color: #716c80;
}
.cid-sqgAGjI0cV img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sqgAGjI0cV .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sqgAGjI0cV img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-sqgAGkgvhG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sqgAGkgvhG H1 {
  color: #2c5c99;
}
.cid-sqgAGkgvhG .mbr-text,
.cid-sqgAGkgvhG .mbr-section-btn {
  color: #716c80;
}
.cid-sqgAGkgvhG img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sqgAGkgvhG .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sqgAGkgvhG img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-sqgAGlLxMu {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #2c5c99;
}
.cid-sqgAGlLxMu .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sqgAGlLxMu textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-sqgAGlLxMu .text {
    max-width: 360px;
  }
}
.cid-sqgAGlLxMu .align-right {
  width: 100%;
}
.cid-sqgAGlLxMu .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sqgAGlLxMu .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #e43f3f !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sqgAGlLxMu .form-control,
.cid-sqgAGlLxMu .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px !important;
  border-bottom: 2px solid #ffffff !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sqgAGlLxMu .form-control::-webkit-input-placeholder,
.cid-sqgAGlLxMu .field-input::-webkit-input-placeholder,
.cid-sqgAGlLxMu .form-control::-webkit-input-placeholder,
.cid-sqgAGlLxMu .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sqgAGlLxMu .form-control:-moz-placeholder,
.cid-sqgAGlLxMu .field-input:-moz-placeholder,
.cid-sqgAGlLxMu .form-control:-moz-placeholder,
.cid-sqgAGlLxMu .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-sqgAGlLxMu .form-control:hover,
.cid-sqgAGlLxMu .field-input:hover,
.cid-sqgAGlLxMu .form-control:focus,
.cid-sqgAGlLxMu .field-input:focus {
  border-color: #ffffff !important;
  color: #ffffff;
  box-shadow: none !important;
  outline: none !important;
}
.cid-sqgAGlLxMu .form-control:hover::-webkit-input-placeholder,
.cid-sqgAGlLxMu .field-input:hover::-webkit-input-placeholder,
.cid-sqgAGlLxMu .form-control:focus::-webkit-input-placeholder,
.cid-sqgAGlLxMu .field-input:focus::-webkit-input-placeholder,
.cid-sqgAGlLxMu .form-control:hover::-webkit-input-placeholder,
.cid-sqgAGlLxMu .field-input:hover::-webkit-input-placeholder,
.cid-sqgAGlLxMu .form-control:focus::-webkit-input-placeholder,
.cid-sqgAGlLxMu .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sqgAGlLxMu .form-control:hover:-moz-placeholder,
.cid-sqgAGlLxMu .field-input:hover:-moz-placeholder,
.cid-sqgAGlLxMu .form-control:focus:-moz-placeholder,
.cid-sqgAGlLxMu .field-input:focus:-moz-placeholder,
.cid-sqgAGlLxMu .form-control:hover:-moz-placeholder,
.cid-sqgAGlLxMu .field-input:hover:-moz-placeholder,
.cid-sqgAGlLxMu .form-control:focus:-moz-placeholder,
.cid-sqgAGlLxMu .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-sqgAGlLxMu .jq-number__spin:hover,
.cid-sqgAGlLxMu .jq-number__spin:focus {
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sqgAGlLxMu .jq-number__spin {
  border-color: #ffffff;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sqgAGlLxMu input::-webkit-clear-button {
  display: none;
}
.cid-sqgAGlLxMu input::-webkit-inner-spin-button {
  display: none;
}
.cid-sqgAGlLxMu input::-webkit-outer-spin-button {
  display: none;
}
.cid-sqgAGlLxMu input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sqgAGlLxMu .title {
  color: #adcde9;
}
@media (max-width: 767px) {
  .cid-sqgAGlLxMu .socicon-wrap {
    margin: auto;
  }
}
.cid-sqgAGlLxMu .mbr-text {
  color: #999999;
}
.cid-teNOdKmDVk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-teNOdKmDVk .mbr-fallback-image.disabled {
  display: none;
}
.cid-teNOdKmDVk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teNOdKmDVk .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #9fdbf8;
  margin-bottom: 2rem;
}
.cid-teNOdKmDVk .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-teNOdKmDVk .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-teNOdKmDVk .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-sqgAGmt92p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-sqgAGmt92p .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sqgAGmt92p .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sqgAGmt92p .row {
    text-align: center;
  }
  .cid-sqgAGmt92p .row > div {
    margin: auto;
  }
  .cid-sqgAGmt92p .social-row {
    justify-content: center;
  }
}
.cid-sqgAGmt92p .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sqgAGmt92p .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sqgAGmt92p .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqgAGmt92p .list {
    margin-bottom: 0rem;
  }
}
.cid-sqgAGmt92p .mbr-text {
  color: #bbbbbb;
}
.cid-sqgAGmt92p .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sqgAGmt92p .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sqgAGmt92p div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sqgAGmt92p .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v3xoBQKYI4 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-v3xoBQKYI4 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-v3xoBQKYI4 .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-v3xoBQKYI4 .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-v3xoBQKYI4 .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3xoBQKYI4 .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-v3xoBQKYI4 .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v3xoBQKYI4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3xoBQKYI4 .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-v3xoBQKYI4 .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-v3xoBQKYI4 .navbar.collapsed.opened .navbar-collapse.show,
.cid-v3xoBQKYI4 .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-v3xoBQKYI4 .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-v3xoBQKYI4 .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-v3xoBQKYI4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v3xoBQKYI4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3xoBQKYI4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3xoBQKYI4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v3xoBQKYI4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3xoBQKYI4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v3xoBQKYI4 .navbar {
    flex-wrap: nowrap;
  }
  .cid-v3xoBQKYI4 .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-v3xoBQKYI4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3xoBQKYI4 .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-v3xoBQKYI4 .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-v3xoBQKYI4 .navbar.opened .navbar-collapse.show,
  .cid-v3xoBQKYI4 .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-v3xoBQKYI4 .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-v3xoBQKYI4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v3xoBQKYI4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3xoBQKYI4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3xoBQKYI4 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v3xoBQKYI4 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-v3xoBQKYI4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3xoBQKYI4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-v3xoBQKYI4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-v3xoBQKYI4 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-v3xoBQKYI4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-v3xoBQKYI4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v3xoBQKYI4 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3xoBQKYI4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3xoBQKYI4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3xoBQKYI4 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-v3xoBQKYI4 .dropdown-item.active,
.cid-v3xoBQKYI4 .dropdown-item:active {
  background-color: transparent;
}
.cid-v3xoBQKYI4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3xoBQKYI4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3xoBQKYI4 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3xoBQKYI4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3xoBQKYI4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3xoBQKYI4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3xoBQKYI4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v3xoBQKYI4 .navbar-buttons {
  text-align: center;
}
.cid-v3xoBQKYI4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v3xoBQKYI4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06182d;
}
.cid-v3xoBQKYI4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3xoBQKYI4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3xoBQKYI4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3xoBQKYI4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3xoBQKYI4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3xoBQKYI4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3xoBQKYI4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3xoBQKYI4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3xoBQKYI4 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-v3xoBQKYI4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-v3xoBQKYI4 a.nav-link:focus {
  outline: none;
}
.cid-v3xoBQKYI4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3xoBQKYI4 .nav-link:hover,
.cid-v3xoBQKYI4 .dropdown-item:hover {
  color: #353535 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3xoBQKYI4 .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-v3xoBQKYI4 .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v3xoBQTafx {
  padding-top: 75px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-v3xoBQTafx img {
  width: 120px;
  margin: auto;
}
.cid-v3xoBQTafx .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
  text-align: center;
}
.cid-v3xoBQTafx .card:hover {
  opacity: 0.8;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-v3xoBQTafx .col-lg-x {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-v3xoBR1N5y {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-v3xoBR1N5y img {
  width: 120px;
  margin: auto;
}
.cid-v3xoBR1N5y .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
  text-align: center;
}
.cid-v3xoBR1N5y .card:hover {
  opacity: 0.8;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-v3xoBR1N5y .col-lg-x {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-v3xoBR8qlT {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3xoBR8qlT .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v3xoBR8qlT .card {
    margin-bottom: 2rem!important;
  }
  .cid-v3xoBR8qlT .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3xoBR8qlT .link-wrap {
    align-items: center;
  }
}
.cid-v3xoBR8qlT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3xoBR8qlT .mbr-text,
.cid-v3xoBR8qlT .link-wrap,
.cid-v3xoBR8qlT .mbr-section-btn {
  color: #ffffff;
}
.cid-v3xoBR8qlT .card-title,
.cid-v3xoBR8qlT .card-box {
  color: #2c5c99;
}
.cid-v3xoBR8qlT .mbr-text {
  color: #06182d;
}
.cid-v3xoBRfrJz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3xoBRfrJz .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v3xoBRfrJz .card {
    margin-bottom: 2rem!important;
  }
  .cid-v3xoBRfrJz .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3xoBRfrJz .link-wrap {
    align-items: center;
  }
}
.cid-v3xoBRfrJz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3xoBRfrJz .card-title,
.cid-v3xoBRfrJz .card-box {
  color: #2c5c99;
}
.cid-v3xoBRfrJz .mbr-text,
.cid-v3xoBRfrJz .link-wrap,
.cid-v3xoBRfrJz .mbr-section-btn {
  color: #000000;
}
.cid-v3xoBRljPK {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3xoBRljPK .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v3xoBRljPK .card {
    margin-bottom: 2rem!important;
  }
  .cid-v3xoBRljPK .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3xoBRljPK .link-wrap {
    align-items: center;
  }
}
.cid-v3xoBRljPK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3xoBRljPK .mbr-text,
.cid-v3xoBRljPK .link-wrap,
.cid-v3xoBRljPK .mbr-section-btn {
  color: #ffffff;
}
.cid-v3xoBRljPK .card-title,
.cid-v3xoBRljPK .card-box {
  color: #2c5c99;
}
.cid-v3xoBRljPK .mbr-text {
  color: #06182d;
}
.cid-v3xoBRrfp8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3xoBRrfp8 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v3xoBRrfp8 .card {
    margin-bottom: 2rem!important;
  }
  .cid-v3xoBRrfp8 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3xoBRrfp8 .link-wrap {
    align-items: center;
  }
}
.cid-v3xoBRrfp8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3xoBRrfp8 .mbr-text,
.cid-v3xoBRrfp8 .link-wrap,
.cid-v3xoBRrfp8 .mbr-section-btn {
  color: #000000;
}
.cid-v3xoBRrfp8 .card-title,
.cid-v3xoBRrfp8 .card-box {
  color: #2c5c99;
}
.cid-v3xoBRykIG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3xoBRykIG .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v3xoBRykIG .card {
    margin-bottom: 2rem!important;
  }
  .cid-v3xoBRykIG .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3xoBRykIG .link-wrap {
    align-items: center;
  }
}
.cid-v3xoBRykIG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3xoBRykIG .card-title,
.cid-v3xoBRykIG .card-box {
  color: #2c5c99;
}
.cid-v3xoBRykIG .mbr-text,
.cid-v3xoBRykIG .link-wrap,
.cid-v3xoBRykIG .mbr-section-btn {
  color: #06182d;
}
.cid-v3xoBREasI {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3xoBREasI .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v3xoBREasI .card {
    margin-bottom: 2rem!important;
  }
  .cid-v3xoBREasI .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3xoBREasI .link-wrap {
    align-items: center;
  }
}
.cid-v3xoBREasI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3xoBREasI .mbr-text,
.cid-v3xoBREasI .link-wrap,
.cid-v3xoBREasI .mbr-section-btn {
  color: #ffffff;
}
.cid-v3xoBREasI .card-title,
.cid-v3xoBREasI .card-box {
  color: #2c5c99;
}
.cid-v3xoBREasI .mbr-text {
  color: #06182d;
}
.cid-v3xoBRLn44 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3xoBRLn44 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v3xoBRLn44 .card {
    margin-bottom: 2rem!important;
  }
  .cid-v3xoBRLn44 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3xoBRLn44 .link-wrap {
    align-items: center;
  }
}
.cid-v3xoBRLn44 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3xoBRLn44 .card-title,
.cid-v3xoBRLn44 .card-box {
  color: #2c5c99;
}
.cid-v3xoBRLn44 .mbr-text,
.cid-v3xoBRLn44 .link-wrap,
.cid-v3xoBRLn44 .mbr-section-btn {
  color: #000000;
}
.cid-v3xoBRSX7O {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3xoBRSX7O .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v3xoBRSX7O .card {
    margin-bottom: 2rem!important;
  }
  .cid-v3xoBRSX7O .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3xoBRSX7O .link-wrap {
    align-items: center;
  }
}
.cid-v3xoBRSX7O .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3xoBRSX7O .card-title,
.cid-v3xoBRSX7O .card-box {
  color: #2c5c99;
}
.cid-v3xoBRSX7O .mbr-text,
.cid-v3xoBRSX7O .link-wrap,
.cid-v3xoBRSX7O .mbr-section-btn {
  color: #06182d;
}
.cid-v3xoBS0qPU {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3xoBS0qPU .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v3xoBS0qPU .card {
    margin-bottom: 2rem!important;
  }
  .cid-v3xoBS0qPU .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3xoBS0qPU .link-wrap {
    align-items: center;
  }
}
.cid-v3xoBS0qPU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3xoBS0qPU .card-title,
.cid-v3xoBS0qPU .card-box {
  color: #2c5c99;
}
.cid-v3xoBS0qPU .mbr-text,
.cid-v3xoBS0qPU .link-wrap,
.cid-v3xoBS0qPU .mbr-section-btn {
  color: #000000;
}
.cid-v3xoBS0qPU .mbr-text {
  color: #000000;
}
.cid-v3xoBS73Xr {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3xoBS73Xr .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v3xoBS73Xr .card {
    margin-bottom: 2rem!important;
  }
  .cid-v3xoBS73Xr .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3xoBS73Xr .link-wrap {
    align-items: center;
  }
}
.cid-v3xoBS73Xr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3xoBS73Xr .card-title,
.cid-v3xoBS73Xr .card-box {
  color: #2c5c99;
}
.cid-v3xoBS73Xr .mbr-text,
.cid-v3xoBS73Xr .link-wrap,
.cid-v3xoBS73Xr .mbr-section-btn {
  color: #4479d9;
}
.cid-v3xoBS73Xr .mbr-text {
  color: #000000;
}
.cid-v3xoBSeKpD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3xoBSeKpD .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v3xoBSeKpD .card {
    margin-bottom: 2rem!important;
  }
  .cid-v3xoBSeKpD .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3xoBSeKpD .link-wrap {
    align-items: center;
  }
}
.cid-v3xoBSeKpD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3xoBSeKpD .mbr-text,
.cid-v3xoBSeKpD .link-wrap,
.cid-v3xoBSeKpD .mbr-section-btn {
  color: #000000;
}
.cid-v3xoBSeKpD .card-title,
.cid-v3xoBSeKpD .card-box {
  color: #2c5c99;
}
.cid-v3xoBSmugF {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3xoBSmugF .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v3xoBSmugF .card {
    margin-bottom: 2rem!important;
  }
  .cid-v3xoBSmugF .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3xoBSmugF .link-wrap {
    align-items: center;
  }
}
.cid-v3xoBSmugF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3xoBSmugF .card-title,
.cid-v3xoBSmugF .card-box {
  color: #2c5c99;
}
.cid-v3xoBSmugF .mbr-text,
.cid-v3xoBSmugF .link-wrap,
.cid-v3xoBSmugF .mbr-section-btn {
  color: #06182d;
}
.cid-v3xoBStwNl {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3xoBStwNl .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v3xoBStwNl .card {
    margin-bottom: 2rem!important;
  }
  .cid-v3xoBStwNl .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3xoBStwNl .link-wrap {
    align-items: center;
  }
}
.cid-v3xoBStwNl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3xoBStwNl .card-title,
.cid-v3xoBStwNl .card-box {
  color: #2c5c99;
}
.cid-v3xoBStwNl .mbr-text,
.cid-v3xoBStwNl .link-wrap,
.cid-v3xoBStwNl .mbr-section-btn {
  color: #06182d;
}
.cid-v3xoBSBheO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-v3xoBSBheO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3xoBSBheO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3xoBSBheO .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #9fdbf8;
  margin-bottom: 2rem;
}
.cid-v3xoBSBheO .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-v3xoBSBheO .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3xoBSBheO .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-v3xoBSLNVx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-v3xoBSLNVx .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3xoBSLNVx .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3xoBSLNVx .row {
    text-align: center;
  }
  .cid-v3xoBSLNVx .row > div {
    margin: auto;
  }
  .cid-v3xoBSLNVx .social-row {
    justify-content: center;
  }
}
.cid-v3xoBSLNVx .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v3xoBSLNVx .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v3xoBSLNVx .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3xoBSLNVx .list {
    margin-bottom: 0rem;
  }
}
.cid-v3xoBSLNVx .mbr-text {
  color: #bbbbbb;
}
.cid-v3xoBSLNVx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v3xoBSLNVx .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v3xoBSLNVx div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v3xoBSLNVx .mbr-section-subtitle {
  color: #ffffff;
}
