body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 2.56rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* 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: #165784 !important;
}
.bg-success {
  background-color: #4479d9 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #165784 !important;
  border-color: #165784 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0a263a !important;
  border-color: #0a263a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0a263a !important;
  border-color: #0a263a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #22a5e5 !important;
  border-color: #22a5e5 !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: #13709e !important;
  border-color: #13709e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !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: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !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: #165784;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0a263a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #165784 !important;
  border-color: #165784 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #22a5e5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #13709e !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: #22a5e5 !important;
  border-color: #22a5e5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4479d9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2150a5 !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: #4479d9 !important;
  border-color: #4479d9 !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: #165784 !important;
}
.text-secondary {
  color: #22a5e5 !important;
}
.text-success {
  color: #4479d9 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #071d2d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #116690 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1f4a98 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #165784;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #165784;
  border-color: #165784;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #165784;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3b9cde;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #eef2fb;
}
.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: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #165784 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #165784;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #165784;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #165784;
}
.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: #165784;
  border-bottom-color: #165784;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #165784 !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: #22a5e5 !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='%23165784' %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-tmbPox05EH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tmbPox05EH .nav-item,
.cid-tmbPox05EH .nav-link,
.cid-tmbPox05EH .navbar-caption {
  font-weight: normal;
}
.cid-tmbPox05EH .nav-item:focus,
.cid-tmbPox05EH .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tmbPox05EH .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-tmbPox05EH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tmbPox05EH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tmbPox05EH .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-tmbPox05EH .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tmbPox05EH .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tmbPox05EH .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tmbPox05EH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tmbPox05EH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tmbPox05EH .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tmbPox05EH .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tmbPox05EH .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tmbPox05EH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-tmbPox05EH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tmbPox05EH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tmbPox05EH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5.7rem);
  }
}
.cid-tmbPox05EH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tmbPox05EH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tmbPox05EH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tmbPox05EH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tmbPox05EH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tmbPox05EH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tmbPox05EH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tmbPox05EH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tmbPox05EH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tmbPox05EH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tmbPox05EH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tmbPox05EH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tmbPox05EH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tmbPox05EH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tmbPox05EH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tmbPox05EH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tmbPox05EH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tmbPox05EH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tmbPox05EH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tmbPox05EH .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tmbPox05EH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tmbPox05EH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tmbPox05EH .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tmbPox05EH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tmbPox05EH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tmbPox05EH .dropdown-item.active,
.cid-tmbPox05EH .dropdown-item:active {
  background-color: transparent;
}
.cid-tmbPox05EH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tmbPox05EH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tmbPox05EH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tmbPox05EH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tmbPox05EH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tmbPox05EH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tmbPox05EH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tmbPox05EH .navbar-buttons {
  text-align: center;
}
.cid-tmbPox05EH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tmbPox05EH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #165784;
}
.cid-tmbPox05EH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tmbPox05EH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tmbPox05EH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tmbPox05EH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tmbPox05EH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tmbPox05EH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tmbPox05EH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tmbPox05EH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tmbPox05EH .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tmbPox05EH a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tmbPox05EH .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-tmbPox05EH .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tmbPox05EH .soc-item {
  margin: .5rem .3rem;
}
.cid-tmbPox05EH .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tmbPox05EH a.nav-link,
.cid-tmbPox05EH a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-tmbPox05EH a.nav-link .mbr-iconfont-btn,
.cid-tmbPox05EH a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tmbPox05EH a.nav-link:hover .mbr-iconfont-btn,
.cid-tmbPox05EH a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tmbPox05EH a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tmbPox05EH .navbar {
    height: 77px;
  }
  .cid-tmbPox05EH .navbar.opened {
    height: auto;
  }
  .cid-tmbPox05EH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tq8jD49tN2 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tq8jD49tN2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tq8jD49tN2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tq8jD49tN2 .mbr-section-subtitle {
  color: #165784;
}
.cid-tm3nSc2ezs {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tm3nSc2ezs .media-container-row {
    padding-bottom: 2rem;
  }
}
.cid-tm3nSc2ezs .carousel-indicators {
  margin: 0 auto;
  padding: 0rem 0;
  align-items: center;
  position: relative;
}
.cid-tm3nSc2ezs .carousel-indicators li {
  position: relative;
  display: block;
  text-indent: 0 !important;
  max-height: 60px !important;
  height: 60px !important;
  max-width: 25%;
  width: 60px !important;
  line-height: 60px !important;
  text-align: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  background: #fff;
  opacity: 1;
}
.cid-tm3nSc2ezs .carousel-indicators li:not(:last-child) {
  margin-right: 240px;
}
@media (max-width: 991px) {
  .cid-tm3nSc2ezs .carousel-indicators li:not(:last-child):not(:last-child) {
    margin-right: 150px;
  }
}
@media (max-width: 767px) {
  .cid-tm3nSc2ezs .carousel-indicators li:not(:last-child):not(:last-child) {
    margin-right: 30px;
  }
}
.cid-tm3nSc2ezs .carousel-indicators li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 61px;
  width: 244px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tm3nSc2ezs .carousel-indicators li:not(:first-child)::before {
    width: 153px;
  }
}
@media (max-width: 767px) {
  .cid-tm3nSc2ezs .carousel-indicators li:not(:first-child)::before {
    width: 34px;
    right: 41px;
  }
}
.cid-tm3nSc2ezs .carousel-indicators li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: #ffffff;
  width: 100%;
  height: 100%;
}
.cid-tm3nSc2ezs .carousel-indicators .li1::after {
  content: "1";
}
.cid-tm3nSc2ezs .carousel-indicators .li2::after {
  content: "2";
}
.cid-tm3nSc2ezs .carousel-indicators .li3::after {
  content: "3";
}
.cid-tm3nSc2ezs .carousel-indicators .li4::after {
  content: "4";
}
.cid-tm3nSc2ezs li.active,
.cid-tm3nSc2ezs li:active {
  opacity: 1;
  border-color: #ffffff;
}
.cid-tm3nSc2ezs li.active:after,
.cid-tm3nSc2ezs li:active:after {
  color: #ffffff;
}
.cid-tm3nSc2ezs li.active:before,
.cid-tm3nSc2ezs li:active:before {
  background-color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tm3nSc2ezs .carousel-indicators li {
    line-height: 40px !important;
    height: 40px !important;
    width: 40px !important;
  }
  .cid-tm3nSc2ezs .carousel-control-next {
    bottom: auto;
    top: 95%;
    right: 1rem;
  }
}
.cid-tm3nSc2ezs .mbr-text {
  margin-top: 1rem;
}
.cid-tm3nSc2ezs .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-tm3nSc2ezs .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background-color: #d4e7eb;
}
@media (max-width: 767px) {
  .cid-tm3nSc2ezs .back {
    width: 100%;
    height: 105% !important;
  }
}
.cid-tm3nSc2ezs .row-element,
.cid-tm3nSc2ezs .image-element {
  padding: 0;
}
.cid-tm3nSc2ezs .image-element {
  display: flex;
  height: 550px;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 3rem;
}
.cid-tm3nSc2ezs .image-element img {
  z-index: 1;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tm3nSc2ezs .wrap {
  z-index: 2;
}
.cid-tm3nSc2ezs .card-wrap {
  background-color: #fff;
  padding: 3rem 2.5rem;
  margin-top: 6rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-tm3nSc2ezs .card-wrap {
    width: calc(100% + 15rem);
    margin-left: -17.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tm3nSc2ezs .card-wrap {
    margin: 2rem auto 0 auto;
    padding: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-tm3nSc2ezs .card-wrap {
    margin-top: 1rem;
  }
}
.cid-tm3nSc2ezs .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tm3nSc2ezs .carousel-item.active,
.cid-tm3nSc2ezs .carousel-item-next {
  display: flex;
}
.cid-tm3nSc2ezs .carousel-control-next {
  opacity: 1;
  width: 45px;
  height: 45px;
}
.cid-tm3nSc2ezs .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tm3nSc2ezs .mbri-arrow-next::before {
  content: "\f054" !important;
}
.cid-tm3nSc2ezs .carousel-controls a {
  transition: 0.3s;
  border-radius: 50%;
  border: 2px solid #165784;
  background-color: #165784;
}
.cid-tm3nSc2ezs .carousel-controls a span {
  color: #ffffff;
  font-size: 1.1rem;
}
.cid-tm3nSc2ezs .carousel-controls a:hover {
  transform: scale(1.05);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tm3nSc2ezs .image-element {
    min-width: 50%;
  }
  .cid-tm3nSc2ezs .media-container-row {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tm3nSc2ezs .carousel-control-next {
    bottom: auto;
    top: 95%;
    right: 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-tm3nSc2ezs .carousel-control-next {
    bottom: 2.3rem;
    top: 95%;
    right: 1.8rem;
  }
}
.cid-tm3nSc2ezs .title-wrap {
  display: flex;
  justify-content: flex-end;
}
.cid-tm3nSc2ezs .icon-left {
  margin-right: 0.1rem;
}
.cid-tm3nSc2ezs .icon-right {
  margin-left: 0.1rem;
}
.cid-tm3nSc2ezs H1 {
  text-align: left;
  color: #165784;
}
.cid-tm3nSc2ezs .mbr-section-text,
.cid-tm3nSc2ezs .mbr-section-btn {
  text-align: left;
  color: #6c6b6b;
}
.cid-tm3qJiJ2Db {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fbfbfb;
}
.cid-tm3qJiJ2Db .mbr-fallback-image.disabled {
  display: none;
}
.cid-tm3qJiJ2Db .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tm3qJiJ2Db .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tm3qJiJ2Db .row {
    flex-wrap: wrap;
  }
}
.cid-tm3qJiJ2Db .text-container {
  width: 57% !important;
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-tm3qJiJ2Db .text-container {
    width: 100% !important;
  }
}
.cid-tm3qJiJ2Db .mbr-section-title {
  color: #165784;
}
.cid-tm3qJiJ2Db .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ee2524;
}
.cid-tm3qJiJ2Db .mbr-text {
  width: 68%;
  margin-top: 1.2em;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tm3qJiJ2Db .mbr-text {
    width: 83%;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tm3qJiJ2Db .mbr-text {
    width: 100%;
  }
}
.cid-tm3qJiJ2Db .card-col {
  display: flex;
  width: 43% !important;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-tm3qJiJ2Db .card-col {
    width: 100% !important;
    justify-content: center;
  }
}
.cid-tm3qJiJ2Db .card-wrapper {
  display: flex;
  margin-left: 8em;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tm3qJiJ2Db .card-wrapper {
    margin-left: 1em;
  }
}
@media (max-width: 767px) {
  .cid-tm3qJiJ2Db .card-wrapper {
    margin-top: 4em;
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tm3qJiJ2Db .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 18em;
  max-height: 18em;
  width: 18em;
  height: 18em;
  border-radius: 50%;
  background-color: transparent;
  position: relative;
}
.cid-tm3qJiJ2Db .card-box .bg-hover {
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  transform: scale(0);
  transition: .5s all;
}
.cid-tm3qJiJ2Db .card-box .mbr-iconfont {
  position: relative;
  z-index: 100;
  display: block;
  font-size: 6.5rem;
  color: #EE2524;
  transition: .5s all;
  cursor: pointer;
}
.cid-tm3qJiJ2Db .card-box:hover .bg-hover {
  transform: scale(1);
}
.cid-tm3qJiJ2Db .card-box:hover .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-tm3qJiJ2Db .item-img {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  transition: .5s all;
  top: 1.5em;
  left: 1.5em;
  max-width: 15em;
  max-height: 15em;
  width: 100%;
  height: 100%;
  animation: img-move 5s infinite linear both;
  cursor: pointer;
}
.cid-tm3qJiJ2Db .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes img-move {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cid-tm3qJiJ2Db .mbr-text,
.cid-tm3qJiJ2Db .mbr-section-btn {
  color: #6c6b6b;
}
.cid-tm3shlXjhH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tm3shlXjhH img,
.cid-tm3shlXjhH .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tm3shlXjhH .item:focus,
.cid-tm3shlXjhH span:focus {
  outline: none;
}
.cid-tm3shlXjhH .item-wrapper {
  position: relative;
}
.cid-tm3shlXjhH .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tm3shlXjhH .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tm3shlXjhH .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tm3shlXjhH .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tm3shlXjhH .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tm3shlXjhH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tm3shlXjhH .mbr-section-title {
  color: #165784;
}
.cid-tm3shlXjhH .mbr-text,
.cid-tm3shlXjhH .mbr-section-btn {
  text-align: left;
  color: #6c6b6b;
}
.cid-tm3shlXjhH .item-title {
  text-align: left;
  color: #165784;
}
.cid-tm3shlXjhH .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tm3shlXjhH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-tm3shlXjhH .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tm3shlXjhH .embla__button--next,
.cid-tm3shlXjhH .embla__button--prev {
  display: flex;
}
.cid-tm3shlXjhH .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tm3shlXjhH .embla__button {
    display: none;
  }
}
.cid-tm3shlXjhH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tm3shlXjhH .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tm3shlXjhH .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tm3shlXjhH .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tm3shlXjhH .embla__button {
    top: auto;
  }
}
.cid-tm3shlXjhH .embla {
  position: relative;
  width: 100%;
}
.cid-tm3shlXjhH .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tm3shlXjhH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tm3shlXjhH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tm3shlXjhH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-tm3shlXjhH .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-tm3shlXjhH .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-tm3shlXjhH .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-tmbSeQWv0D {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tmbSeQWv0D img,
.cid-tmbSeQWv0D .item-img {
  width: 100%;
}
.cid-tmbSeQWv0D .item:focus,
.cid-tmbSeQWv0D span:focus {
  outline: none;
}
.cid-tmbSeQWv0D .item-wrapper {
  position: relative;
}
.cid-tmbSeQWv0D .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tmbSeQWv0D .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tmbSeQWv0D .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tmbSeQWv0D .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tmbSeQWv0D .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tmbSeQWv0D .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tmbSeQWv0D .mbr-section-title {
  color: #165784;
}
.cid-tmbSeQWv0D .mbr-text,
.cid-tmbSeQWv0D .mbr-section-btn {
  text-align: left;
  color: #767676;
}
.cid-tmbSeQWv0D .item-title {
  text-align: left;
  color: #103178;
}
.cid-tmbSeQWv0D .item-subtitle {
  text-align: left;
  color: #e43f3f;
}
.cid-tmbSeQWv0D .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tmbSeQWv0D .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tmbSeQWv0D .embla__button--next,
.cid-tmbSeQWv0D .embla__button--prev {
  display: flex;
}
.cid-tmbSeQWv0D .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tmbSeQWv0D .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tmbSeQWv0D .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tmbSeQWv0D .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tmbSeQWv0D .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tmbSeQWv0D .embla__button {
    top: auto;
  }
}
.cid-tmbSeQWv0D .embla {
  position: relative;
  width: 100%;
}
.cid-tmbSeQWv0D .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tmbSeQWv0D .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tmbSeQWv0D .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tmbSeQWv0D .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tmbSSBejW7 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tmbSSBejW7 img,
.cid-tmbSSBejW7 .item-img {
  width: 100%;
}
.cid-tmbSSBejW7 .item:focus,
.cid-tmbSSBejW7 span:focus {
  outline: none;
}
.cid-tmbSSBejW7 .item-wrapper {
  position: relative;
}
.cid-tmbSSBejW7 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tmbSSBejW7 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tmbSSBejW7 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tmbSSBejW7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tmbSSBejW7 .mbr-section-title {
  color: #165784;
}
.cid-tmbSSBejW7 .mbr-text,
.cid-tmbSSBejW7 .mbr-section-btn {
  text-align: left;
}
.cid-tmbSSBejW7 .item-title {
  text-align: left;
}
.cid-tmbSSBejW7 .item-subtitle {
  text-align: left;
}
.cid-tmbSSBejW7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tmbSSBejW7 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tmbSSBejW7 .embla__button--next,
.cid-tmbSSBejW7 .embla__button--prev {
  display: flex;
}
.cid-tmbSSBejW7 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tmbSSBejW7 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tmbSSBejW7 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tmbSSBejW7 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tmbSSBejW7 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tmbSSBejW7 .embla__button {
    top: auto;
  }
}
.cid-tmbSSBejW7 .embla {
  position: relative;
  width: 100%;
}
.cid-tmbSSBejW7 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tmbSSBejW7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tmbSSBejW7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tmbSSBejW7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tm3y8X6EsZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tm3y8X6EsZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tm3y8X6EsZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tm3y8X6EsZ .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tm3y8X6EsZ .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tm3y8X6EsZ .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tm3y8X6EsZ .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tm3y8X6EsZ .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #165784;
}
.cid-tm3y8X6EsZ .mbr-section-title {
  color: #165784;
}
.cid-tm3y8X6EsZ .card-title {
  color: #165784;
}
.cid-tm3y8X6EsZ P {
  color: #6c6b6b;
}
.cid-tm3yFyjtff {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/happy-upbeat-asian-female-asian-architect-in-safety-helmet-and-reflective-jacket-showing-peace-sign.jpg");
}
.cid-tm3yFyjtff .mbr-overlay {
  background-color: #353535;
  opacity: 0;
}
@media (max-width: 992px) {
  .cid-tm3yFyjtff {
    background-position: right;
  }
}
.cid-tm3yFyjtff input,
.cid-tm3yFyjtff textarea {
  border-radius: 0;
}
.cid-tm3yFyjtff input:hover,
.cid-tm3yFyjtff textarea:hover {
  border: 1px solid transparent !important;
}
.cid-tm3yFyjtff .row {
  justify-content: flex-end;
}
.cid-tm3yFyjtff textarea {
  min-height: 200px;
}
.cid-tm3yFyjtff .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-tm3yFyjtff .col-auto {
    margin: auto;
  }
}
.cid-tm3yFyjtff .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-tm3yFyjtff .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #165784;
  font-size: 1.2rem;
}
.cid-tm3yFyjtff .mbr-main-subtitle {
  background: #165784;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-tm3yFyjtff .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #165784;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tm3yFyjtff .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-tm3yFyjtff .btn {
  padding: 1rem 3rem;
}
.cid-tm3yFyjtff .form-control,
.cid-tm3yFyjtff .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tm3yFyjtff .form-control::-webkit-input-placeholder,
.cid-tm3yFyjtff .field-input::-webkit-input-placeholder,
.cid-tm3yFyjtff .form-control::-webkit-input-placeholder,
.cid-tm3yFyjtff .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tm3yFyjtff .form-control:-moz-placeholder,
.cid-tm3yFyjtff .field-input:-moz-placeholder,
.cid-tm3yFyjtff .form-control:-moz-placeholder,
.cid-tm3yFyjtff .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tm3yFyjtff .form-control:hover,
.cid-tm3yFyjtff .field-input:hover,
.cid-tm3yFyjtff .form-control:focus,
.cid-tm3yFyjtff .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tm3yFyjtff .form-control:hover::-webkit-input-placeholder,
.cid-tm3yFyjtff .field-input:hover::-webkit-input-placeholder,
.cid-tm3yFyjtff .form-control:focus::-webkit-input-placeholder,
.cid-tm3yFyjtff .field-input:focus::-webkit-input-placeholder,
.cid-tm3yFyjtff .form-control:hover::-webkit-input-placeholder,
.cid-tm3yFyjtff .field-input:hover::-webkit-input-placeholder,
.cid-tm3yFyjtff .form-control:focus::-webkit-input-placeholder,
.cid-tm3yFyjtff .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tm3yFyjtff .form-control:hover:-moz-placeholder,
.cid-tm3yFyjtff .field-input:hover:-moz-placeholder,
.cid-tm3yFyjtff .form-control:focus:-moz-placeholder,
.cid-tm3yFyjtff .field-input:focus:-moz-placeholder,
.cid-tm3yFyjtff .form-control:hover:-moz-placeholder,
.cid-tm3yFyjtff .field-input:hover:-moz-placeholder,
.cid-tm3yFyjtff .form-control:focus:-moz-placeholder,
.cid-tm3yFyjtff .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tm3yFyjtff .jq-number__spin:hover,
.cid-tm3yFyjtff .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tm3yFyjtff .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tm3yFyjtff .jq-selectbox li,
.cid-tm3yFyjtff .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tm3yFyjtff .jq-selectbox li:hover,
.cid-tm3yFyjtff .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tm3yFyjtff .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tm3yFyjtff .jq-number__spin.minus:hover:after,
.cid-tm3yFyjtff .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tm3yFyjtff .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tm3yFyjtff .jq-number__spin.minus:after,
.cid-tm3yFyjtff .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tm3yFyjtff .mbr-section-text {
  color: #6c6b6b;
}
.cid-tm3yFyjtff .mbr-section-title {
  color: #165784;
}
.cid-tm3yFyjtff .soc-link,
.cid-tm3yFyjtff .soc-wrapper {
  color: #000000;
}
.cid-tm3x96VwEz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tm3x96VwEz .google-map {
  height: 35rem;
  position: relative;
}
.cid-tm3x96VwEz .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tm3x96VwEz .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tm3x96VwEz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tm3x96VwEz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tm3x96VwEz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tm3x96VwEz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tm4q5yFOpT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tm4q5yFOpT .container {
  display: flex;
  justify-content: center;
}
.cid-tm4q5yFOpT .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tm4q5yFOpT .col-brand {
  margin-bottom: 40px;
}
.cid-tm4q5yFOpT .col-link {
  margin-bottom: 30px;
}
.cid-tm4q5yFOpT .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tm4q5yFOpT .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tm4q5yFOpT .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tm4q5yFOpT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tm4q5yFOpT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tm4q5yFOpT .mbr-section-subtitle {
  color: #165784;
  margin-bottom: 20px;
}
.cid-tm4q5yFOpT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tm4q5yFOpT .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-tm4q5yFOpT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tm4q5yFOpT .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tm4q5yFOpT .soc-item:hover {
  background-color: #738bae;
}
.cid-tm4q5yFOpT .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tm4q5yFOpT .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #165784;
}
.cid-tm4q5yFOpT .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tm4q5yFOpT .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tm4q5yFOpT .brand-text {
  margin-bottom: 35px;
  color: #6c6b6b;
  opacity: 0.8;
}
.cid-tm4q5yFOpT .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tm4q5yFOpT .mbr-text .text-black {
  color: #00284E !important;
}
.cid-tm4q5yFOpT .mbr-text a {
  opacity: 0.8;
}
.cid-tm4q5yFOpT .mbr-text a:hover {
  opacity: 1;
  color: #165784 !important;
}
.cid-tm4q5yFOpT .col-copyright {
  margin-top: 44px;
}
.cid-tm4q5yFOpT .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tm4q5yFOpT .copyright {
    text-align: center !important;
  }
}
.cid-tm4q5yFOpT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tm4q5yFOpT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmx8nDMTi8 {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-23.jpg");
}
.cid-tmx8nDMTi8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmx8nDMTi8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmx8nDMTi8 .mbr-section-title {
  color: #ffffff;
}
.cid-tmx8nDMTi8 .mbr-text,
.cid-tmx8nDMTi8 .mbr-section-btn {
  color: #ffffff;
}
.cid-tmx8nF2mpx {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-tmx8nF2mpx .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #165784;
  background: #fafafa;
  width: 110px;
  height: 110px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: auto;
  transition: all 0.3s;
  margin-bottom: 2rem;
  border: 1px solid transparent;
}
.cid-tmx8nF2mpx .iconfont-wrapper .mbr-iconfont:hover {
  background: transparent;
  border: 1px solid #165784;
}
.cid-tmx8nF2mpx .card-wrapper {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.cid-tmx8nF2mpx .row {
  justify-content: center;
}
@media (min-width: 1400px) {
  .cid-tmx8nF2mpx .card {
    max-width: 14.2%;
  }
}
.cid-tmx8nF2mpx .card-title,
.cid-tmx8nF2mpx .iconfont-wrapper {
  color: #165784;
}
.cid-tmx8nF2mpx .mbr-section-title {
  color: #165784;
}
.cid-tmx8nF2mpx .mbr-section-subtitle {
  color: #767676;
}
.cid-tmx8nF2mpx .card-text {
  color: #6c6b6b;
}
.cid-tmx8nFCuIC {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tmx8nFCuIC .container-fluid {
  padding: 0;
}
.cid-tmx8nFCuIC .content-wrapper .text {
  padding: 100px 2rem;
}
@media (min-width: 768px) {
  .cid-tmx8nFCuIC .content-wrapper .text {
    padding: 145px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tmx8nFCuIC .content-wrapper .text {
    padding: 140px 130px;
  }
}
@media (min-width: 1400px) {
  .cid-tmx8nFCuIC .content-wrapper .text {
    padding: 200px 190px;
  }
}
.cid-tmx8nFCuIC .content-wrapper .image {
  padding: 60px 2rem;
  background-color: #f0f0f0;
}
@media (min-width: 768px) {
  .cid-tmx8nFCuIC .content-wrapper .image {
    padding: 200px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tmx8nFCuIC .content-wrapper .image {
    padding: 140px 120px;
  }
}
@media (min-width: 1400px) {
  .cid-tmx8nFCuIC .content-wrapper .image {
    padding: 140px 190px;
  }
}
.cid-tmx8nFCuIC .content-wrapper .image-wrapper {
  height: 100%;
}
.cid-tmx8nFCuIC .content-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tmx8nFCuIC .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-tmx8nFCuIC .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}
.cid-tmx8nFCuIC .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
.cid-tmx8nFCuIC .mbr-text,
.cid-tmx8nFCuIC .link-title {
  color: #6c6b6b;
}
.cid-tmx8nFCuIC .card-subtitle {
  color: #165784;
}
.cid-tmx8nFCuIC .card-title {
  color: #165784;
}
.cid-tmx8nFUgIb {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tmx8nFUgIb .row {
  flex-direction: row-reverse;
}
.cid-tmx8nFUgIb .container-fluid {
  padding: 0;
}
.cid-tmx8nFUgIb .content-wrapper .text {
  padding: 100px 2rem;
}
@media (min-width: 768px) {
  .cid-tmx8nFUgIb .content-wrapper .text {
    padding: 145px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tmx8nFUgIb .content-wrapper .text {
    padding: 140px 130px;
  }
}
@media (min-width: 1400px) {
  .cid-tmx8nFUgIb .content-wrapper .text {
    padding: 200px 190px;
  }
}
.cid-tmx8nFUgIb .content-wrapper .image {
  padding: 60px 2rem;
  background-color: #f0f0f0;
}
@media (min-width: 768px) {
  .cid-tmx8nFUgIb .content-wrapper .image {
    padding: 200px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tmx8nFUgIb .content-wrapper .image {
    padding: 140px 120px;
  }
}
@media (min-width: 1400px) {
  .cid-tmx8nFUgIb .content-wrapper .image {
    padding: 140px 190px;
  }
}
.cid-tmx8nFUgIb .content-wrapper .image-wrapper {
  height: 100%;
}
.cid-tmx8nFUgIb .content-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tmx8nFUgIb .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-tmx8nFUgIb .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}
.cid-tmx8nFUgIb .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
.cid-tmx8nFUgIb .mbr-text,
.cid-tmx8nFUgIb .link-title {
  color: #6c6b6b;
}
.cid-tmx8nFUgIb .card-subtitle {
  color: #165784;
}
.cid-tmx8nFUgIb .card-title {
  color: #165784;
}
.cid-tmx8nG9saH {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tmx8nG9saH .container-fluid {
  padding: 0;
}
.cid-tmx8nG9saH .content-wrapper .text {
  padding: 100px 2rem;
}
@media (min-width: 768px) {
  .cid-tmx8nG9saH .content-wrapper .text {
    padding: 145px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tmx8nG9saH .content-wrapper .text {
    padding: 140px 130px;
  }
}
@media (min-width: 1400px) {
  .cid-tmx8nG9saH .content-wrapper .text {
    padding: 200px 190px;
  }
}
.cid-tmx8nG9saH .content-wrapper .image {
  padding: 60px 2rem;
  background-color: #f0f0f0;
}
@media (min-width: 768px) {
  .cid-tmx8nG9saH .content-wrapper .image {
    padding: 200px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tmx8nG9saH .content-wrapper .image {
    padding: 140px 120px;
  }
}
@media (min-width: 1400px) {
  .cid-tmx8nG9saH .content-wrapper .image {
    padding: 140px 190px;
  }
}
.cid-tmx8nG9saH .content-wrapper .image-wrapper {
  height: 100%;
}
.cid-tmx8nG9saH .content-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tmx8nG9saH .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-tmx8nG9saH .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}
.cid-tmx8nG9saH .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
.cid-tmx8nG9saH .mbr-text,
.cid-tmx8nG9saH .link-title {
  color: #6c6b6b;
}
.cid-tmx8nG9saH .card-subtitle {
  color: #165784;
}
.cid-tmx8nG9saH .card-title {
  color: #165784;
}
.cid-tq8vwjrgJ4 {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tq8vwjrgJ4 .row {
  flex-direction: row-reverse;
}
.cid-tq8vwjrgJ4 .container-fluid {
  padding: 0;
}
.cid-tq8vwjrgJ4 .content-wrapper .text {
  padding: 100px 2rem;
}
@media (min-width: 768px) {
  .cid-tq8vwjrgJ4 .content-wrapper .text {
    padding: 145px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tq8vwjrgJ4 .content-wrapper .text {
    padding: 140px 130px;
  }
}
@media (min-width: 1400px) {
  .cid-tq8vwjrgJ4 .content-wrapper .text {
    padding: 200px 190px;
  }
}
.cid-tq8vwjrgJ4 .content-wrapper .image {
  padding: 60px 2rem;
  background-color: #f0f0f0;
}
@media (min-width: 768px) {
  .cid-tq8vwjrgJ4 .content-wrapper .image {
    padding: 200px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tq8vwjrgJ4 .content-wrapper .image {
    padding: 140px 120px;
  }
}
@media (min-width: 1400px) {
  .cid-tq8vwjrgJ4 .content-wrapper .image {
    padding: 140px 190px;
  }
}
.cid-tq8vwjrgJ4 .content-wrapper .image-wrapper {
  height: 100%;
}
.cid-tq8vwjrgJ4 .content-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tq8vwjrgJ4 .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-tq8vwjrgJ4 .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}
.cid-tq8vwjrgJ4 .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
.cid-tq8vwjrgJ4 .mbr-text,
.cid-tq8vwjrgJ4 .link-title {
  color: #6c6b6b;
}
.cid-tq8vwjrgJ4 .card-subtitle {
  color: #165784;
}
.cid-tmx8nHip5W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tmx8nHip5W .container {
  display: flex;
  justify-content: center;
}
.cid-tmx8nHip5W .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tmx8nHip5W .col-brand {
  margin-bottom: 40px;
}
.cid-tmx8nHip5W .col-link {
  margin-bottom: 30px;
}
.cid-tmx8nHip5W .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tmx8nHip5W .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tmx8nHip5W .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tmx8nHip5W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tmx8nHip5W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tmx8nHip5W .mbr-section-subtitle {
  color: #165784;
  margin-bottom: 20px;
}
.cid-tmx8nHip5W .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tmx8nHip5W .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-tmx8nHip5W .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tmx8nHip5W .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tmx8nHip5W .soc-item:hover {
  background-color: #738bae;
}
.cid-tmx8nHip5W .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tmx8nHip5W .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #165784;
}
.cid-tmx8nHip5W .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tmx8nHip5W .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tmx8nHip5W .brand-text {
  margin-bottom: 35px;
  color: #6c6b6b;
  opacity: 0.8;
}
.cid-tmx8nHip5W .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tmx8nHip5W .mbr-text .text-black {
  color: #00284E !important;
}
.cid-tmx8nHip5W .mbr-text a {
  opacity: 0.8;
}
.cid-tmx8nHip5W .mbr-text a:hover {
  opacity: 1;
  color: #165784 !important;
}
.cid-tmx8nHip5W .col-copyright {
  margin-top: 44px;
}
.cid-tmx8nHip5W .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tmx8nHip5W .copyright {
    text-align: center !important;
  }
}
.cid-tmx8nHip5W .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmx8nHip5W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmx8nI0KLe .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tmx8nI0KLe .nav-item,
.cid-tmx8nI0KLe .nav-link,
.cid-tmx8nI0KLe .navbar-caption {
  font-weight: normal;
}
.cid-tmx8nI0KLe .nav-item:focus,
.cid-tmx8nI0KLe .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tmx8nI0KLe .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-tmx8nI0KLe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tmx8nI0KLe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tmx8nI0KLe .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-tmx8nI0KLe .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tmx8nI0KLe .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tmx8nI0KLe .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tmx8nI0KLe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tmx8nI0KLe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tmx8nI0KLe .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tmx8nI0KLe .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tmx8nI0KLe .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tmx8nI0KLe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-tmx8nI0KLe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tmx8nI0KLe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tmx8nI0KLe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5.7rem);
  }
}
.cid-tmx8nI0KLe .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tmx8nI0KLe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tmx8nI0KLe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tmx8nI0KLe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tmx8nI0KLe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tmx8nI0KLe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tmx8nI0KLe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tmx8nI0KLe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tmx8nI0KLe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tmx8nI0KLe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tmx8nI0KLe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tmx8nI0KLe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tmx8nI0KLe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tmx8nI0KLe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tmx8nI0KLe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tmx8nI0KLe .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tmx8nI0KLe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tmx8nI0KLe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tmx8nI0KLe .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tmx8nI0KLe .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tmx8nI0KLe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tmx8nI0KLe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tmx8nI0KLe .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tmx8nI0KLe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tmx8nI0KLe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tmx8nI0KLe .dropdown-item.active,
.cid-tmx8nI0KLe .dropdown-item:active {
  background-color: transparent;
}
.cid-tmx8nI0KLe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tmx8nI0KLe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tmx8nI0KLe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tmx8nI0KLe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tmx8nI0KLe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tmx8nI0KLe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tmx8nI0KLe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tmx8nI0KLe .navbar-buttons {
  text-align: center;
}
.cid-tmx8nI0KLe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tmx8nI0KLe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #165784;
}
.cid-tmx8nI0KLe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tmx8nI0KLe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tmx8nI0KLe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tmx8nI0KLe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tmx8nI0KLe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tmx8nI0KLe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tmx8nI0KLe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tmx8nI0KLe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tmx8nI0KLe .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tmx8nI0KLe a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tmx8nI0KLe .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-tmx8nI0KLe .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tmx8nI0KLe .soc-item {
  margin: .5rem .3rem;
}
.cid-tmx8nI0KLe .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tmx8nI0KLe a.nav-link,
.cid-tmx8nI0KLe a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-tmx8nI0KLe a.nav-link .mbr-iconfont-btn,
.cid-tmx8nI0KLe a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tmx8nI0KLe a.nav-link:hover .mbr-iconfont-btn,
.cid-tmx8nI0KLe a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tmx8nI0KLe a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tmx8nI0KLe .navbar {
    height: 77px;
  }
  .cid-tmx8nI0KLe .navbar.opened {
    height: auto;
  }
  .cid-tmx8nI0KLe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tm4j5ZBVrb {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-12.jpg");
}
.cid-tm4j5ZBVrb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tm4j5ZBVrb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tm4j5ZBVrb .mbr-section-title {
  color: #ffffff;
}
.cid-tm4j5ZBVrb .mbr-text,
.cid-tm4j5ZBVrb .mbr-section-btn {
  color: #ffffff;
}
.cid-tm4lI0vcgW {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-tm4lI0vcgW .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #165784;
  background: #fafafa;
  width: 110px;
  height: 110px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: auto;
  transition: all 0.3s;
  margin-bottom: 2rem;
  border: 1px solid transparent;
}
.cid-tm4lI0vcgW .iconfont-wrapper .mbr-iconfont:hover {
  background: transparent;
  border: 1px solid #165784;
}
.cid-tm4lI0vcgW .card-wrapper {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.cid-tm4lI0vcgW .row {
  justify-content: center;
}
@media (min-width: 1400px) {
  .cid-tm4lI0vcgW .card {
    max-width: 14.2%;
  }
}
.cid-tm4lI0vcgW .card-title,
.cid-tm4lI0vcgW .iconfont-wrapper {
  color: #165784;
}
.cid-tm4lI0vcgW .mbr-section-title {
  color: #165784;
}
.cid-tm4lI0vcgW .mbr-section-subtitle {
  color: #767676;
}
.cid-tm4lI0vcgW .card-text {
  color: #6c6b6b;
}
.cid-tmc0z2gl6d {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tmc0z2gl6d .container-fluid {
  padding: 0;
}
.cid-tmc0z2gl6d .content-wrapper .text {
  padding: 100px 2rem;
}
@media (min-width: 768px) {
  .cid-tmc0z2gl6d .content-wrapper .text {
    padding: 145px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tmc0z2gl6d .content-wrapper .text {
    padding: 140px 130px;
  }
}
@media (min-width: 1400px) {
  .cid-tmc0z2gl6d .content-wrapper .text {
    padding: 200px 190px;
  }
}
.cid-tmc0z2gl6d .content-wrapper .image {
  padding: 60px 2rem;
  background-color: #f0f0f0;
}
@media (min-width: 768px) {
  .cid-tmc0z2gl6d .content-wrapper .image {
    padding: 200px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tmc0z2gl6d .content-wrapper .image {
    padding: 140px 120px;
  }
}
@media (min-width: 1400px) {
  .cid-tmc0z2gl6d .content-wrapper .image {
    padding: 140px 190px;
  }
}
.cid-tmc0z2gl6d .content-wrapper .image-wrapper {
  height: 100%;
}
.cid-tmc0z2gl6d .content-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tmc0z2gl6d .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-tmc0z2gl6d .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}
.cid-tmc0z2gl6d .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
.cid-tmc0z2gl6d .mbr-text,
.cid-tmc0z2gl6d .link-title {
  color: #6c6b6b;
}
.cid-tmc0z2gl6d .card-subtitle {
  color: #165784;
}
.cid-tmc0z2gl6d .card-title {
  color: #165784;
}
.cid-tmc61uebcq {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tmc61uebcq .row {
  flex-direction: row-reverse;
}
.cid-tmc61uebcq .container-fluid {
  padding: 0;
}
.cid-tmc61uebcq .content-wrapper .text {
  padding: 100px 2rem;
}
@media (min-width: 768px) {
  .cid-tmc61uebcq .content-wrapper .text {
    padding: 145px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tmc61uebcq .content-wrapper .text {
    padding: 140px 130px;
  }
}
@media (min-width: 1400px) {
  .cid-tmc61uebcq .content-wrapper .text {
    padding: 200px 190px;
  }
}
.cid-tmc61uebcq .content-wrapper .image {
  padding: 60px 2rem;
  background-color: #f0f0f0;
}
@media (min-width: 768px) {
  .cid-tmc61uebcq .content-wrapper .image {
    padding: 200px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tmc61uebcq .content-wrapper .image {
    padding: 140px 120px;
  }
}
@media (min-width: 1400px) {
  .cid-tmc61uebcq .content-wrapper .image {
    padding: 140px 190px;
  }
}
.cid-tmc61uebcq .content-wrapper .image-wrapper {
  height: 100%;
}
.cid-tmc61uebcq .content-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tmc61uebcq .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-tmc61uebcq .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}
.cid-tmc61uebcq .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
.cid-tmc61uebcq .mbr-text,
.cid-tmc61uebcq .link-title {
  color: #6c6b6b;
}
.cid-tmc61uebcq .card-subtitle {
  color: #165784;
}
.cid-tmc61uebcq .card-title {
  color: #165784;
}
.cid-tmc7FGU3gE {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tmc7FGU3gE .container-fluid {
  padding: 0;
}
.cid-tmc7FGU3gE .content-wrapper .text {
  padding: 100px 2rem;
}
@media (min-width: 768px) {
  .cid-tmc7FGU3gE .content-wrapper .text {
    padding: 145px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tmc7FGU3gE .content-wrapper .text {
    padding: 140px 130px;
  }
}
@media (min-width: 1400px) {
  .cid-tmc7FGU3gE .content-wrapper .text {
    padding: 200px 190px;
  }
}
.cid-tmc7FGU3gE .content-wrapper .image {
  padding: 60px 2rem;
  background-color: #f0f0f0;
}
@media (min-width: 768px) {
  .cid-tmc7FGU3gE .content-wrapper .image {
    padding: 200px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tmc7FGU3gE .content-wrapper .image {
    padding: 140px 120px;
  }
}
@media (min-width: 1400px) {
  .cid-tmc7FGU3gE .content-wrapper .image {
    padding: 140px 190px;
  }
}
.cid-tmc7FGU3gE .content-wrapper .image-wrapper {
  height: 100%;
}
.cid-tmc7FGU3gE .content-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tmc7FGU3gE .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-tmc7FGU3gE .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}
.cid-tmc7FGU3gE .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
.cid-tmc7FGU3gE .mbr-text,
.cid-tmc7FGU3gE .link-title {
  color: #6c6b6b;
}
.cid-tmc7FGU3gE .card-subtitle {
  color: #165784;
}
.cid-tmc7FGU3gE .card-title {
  color: #165784;
}
.cid-tmc83HVN4o {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tmc83HVN4o .row {
  flex-direction: row-reverse;
}
.cid-tmc83HVN4o .container-fluid {
  padding: 0;
}
.cid-tmc83HVN4o .content-wrapper .text {
  padding: 100px 2rem;
}
@media (min-width: 768px) {
  .cid-tmc83HVN4o .content-wrapper .text {
    padding: 145px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tmc83HVN4o .content-wrapper .text {
    padding: 140px 130px;
  }
}
@media (min-width: 1400px) {
  .cid-tmc83HVN4o .content-wrapper .text {
    padding: 200px 190px;
  }
}
.cid-tmc83HVN4o .content-wrapper .image {
  padding: 60px 2rem;
  background-color: #f0f0f0;
}
@media (min-width: 768px) {
  .cid-tmc83HVN4o .content-wrapper .image {
    padding: 200px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tmc83HVN4o .content-wrapper .image {
    padding: 140px 120px;
  }
}
@media (min-width: 1400px) {
  .cid-tmc83HVN4o .content-wrapper .image {
    padding: 140px 190px;
  }
}
.cid-tmc83HVN4o .content-wrapper .image-wrapper {
  height: 100%;
}
.cid-tmc83HVN4o .content-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tmc83HVN4o .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-tmc83HVN4o .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}
.cid-tmc83HVN4o .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
.cid-tmc83HVN4o .mbr-text,
.cid-tmc83HVN4o .link-title {
  color: #6c6b6b;
}
.cid-tmc83HVN4o .card-subtitle {
  color: #165784;
}
.cid-tmc83HVN4o .card-title {
  color: #165784;
}
.cid-tmc8FTESI3 {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tmc8FTESI3 .container-fluid {
  padding: 0;
}
.cid-tmc8FTESI3 .content-wrapper .text {
  padding: 100px 2rem;
}
@media (min-width: 768px) {
  .cid-tmc8FTESI3 .content-wrapper .text {
    padding: 145px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tmc8FTESI3 .content-wrapper .text {
    padding: 140px 130px;
  }
}
@media (min-width: 1400px) {
  .cid-tmc8FTESI3 .content-wrapper .text {
    padding: 200px 190px;
  }
}
.cid-tmc8FTESI3 .content-wrapper .image {
  padding: 60px 2rem;
  background-color: #f0f0f0;
}
@media (min-width: 768px) {
  .cid-tmc8FTESI3 .content-wrapper .image {
    padding: 200px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tmc8FTESI3 .content-wrapper .image {
    padding: 140px 120px;
  }
}
@media (min-width: 1400px) {
  .cid-tmc8FTESI3 .content-wrapper .image {
    padding: 140px 190px;
  }
}
.cid-tmc8FTESI3 .content-wrapper .image-wrapper {
  height: 100%;
}
.cid-tmc8FTESI3 .content-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tmc8FTESI3 .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-tmc8FTESI3 .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}
.cid-tmc8FTESI3 .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
.cid-tmc8FTESI3 .mbr-text,
.cid-tmc8FTESI3 .link-title {
  color: #6c6b6b;
}
.cid-tmc8FTESI3 .card-subtitle {
  color: #165784;
}
.cid-tmc8FTESI3 .card-title {
  color: #165784;
}
.cid-tmcaiwQIci {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tmcaiwQIci .row {
  flex-direction: row-reverse;
}
.cid-tmcaiwQIci .container-fluid {
  padding: 0;
}
.cid-tmcaiwQIci .content-wrapper .text {
  padding: 100px 2rem;
}
@media (min-width: 768px) {
  .cid-tmcaiwQIci .content-wrapper .text {
    padding: 145px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tmcaiwQIci .content-wrapper .text {
    padding: 140px 130px;
  }
}
@media (min-width: 1400px) {
  .cid-tmcaiwQIci .content-wrapper .text {
    padding: 200px 190px;
  }
}
.cid-tmcaiwQIci .content-wrapper .image {
  padding: 60px 2rem;
  background-color: #f0f0f0;
}
@media (min-width: 768px) {
  .cid-tmcaiwQIci .content-wrapper .image {
    padding: 200px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tmcaiwQIci .content-wrapper .image {
    padding: 140px 120px;
  }
}
@media (min-width: 1400px) {
  .cid-tmcaiwQIci .content-wrapper .image {
    padding: 140px 190px;
  }
}
.cid-tmcaiwQIci .content-wrapper .image-wrapper {
  height: 100%;
}
.cid-tmcaiwQIci .content-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tmcaiwQIci .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-tmcaiwQIci .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}
.cid-tmcaiwQIci .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
.cid-tmcaiwQIci .mbr-text,
.cid-tmcaiwQIci .link-title {
  color: #6c6b6b;
}
.cid-tmcaiwQIci .card-subtitle {
  color: #165784;
}
.cid-tmcaiwQIci .card-title {
  color: #165784;
}
.cid-tq8x7UEHNF {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tq8x7UEHNF .container-fluid {
  padding: 0;
}
.cid-tq8x7UEHNF .content-wrapper .text {
  padding: 100px 2rem;
}
@media (min-width: 768px) {
  .cid-tq8x7UEHNF .content-wrapper .text {
    padding: 145px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tq8x7UEHNF .content-wrapper .text {
    padding: 140px 130px;
  }
}
@media (min-width: 1400px) {
  .cid-tq8x7UEHNF .content-wrapper .text {
    padding: 200px 190px;
  }
}
.cid-tq8x7UEHNF .content-wrapper .image {
  padding: 60px 2rem;
  background-color: #f0f0f0;
}
@media (min-width: 768px) {
  .cid-tq8x7UEHNF .content-wrapper .image {
    padding: 200px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tq8x7UEHNF .content-wrapper .image {
    padding: 140px 120px;
  }
}
@media (min-width: 1400px) {
  .cid-tq8x7UEHNF .content-wrapper .image {
    padding: 140px 190px;
  }
}
.cid-tq8x7UEHNF .content-wrapper .image-wrapper {
  height: 100%;
}
.cid-tq8x7UEHNF .content-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tq8x7UEHNF .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-tq8x7UEHNF .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}
.cid-tq8x7UEHNF .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
.cid-tq8x7UEHNF .mbr-text,
.cid-tq8x7UEHNF .link-title {
  color: #6c6b6b;
}
.cid-tq8x7UEHNF .card-subtitle {
  color: #165784;
}
.cid-tm4q5yFOpT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tm4q5yFOpT .container {
  display: flex;
  justify-content: center;
}
.cid-tm4q5yFOpT .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tm4q5yFOpT .col-brand {
  margin-bottom: 40px;
}
.cid-tm4q5yFOpT .col-link {
  margin-bottom: 30px;
}
.cid-tm4q5yFOpT .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tm4q5yFOpT .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tm4q5yFOpT .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tm4q5yFOpT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tm4q5yFOpT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tm4q5yFOpT .mbr-section-subtitle {
  color: #165784;
  margin-bottom: 20px;
}
.cid-tm4q5yFOpT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tm4q5yFOpT .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-tm4q5yFOpT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tm4q5yFOpT .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tm4q5yFOpT .soc-item:hover {
  background-color: #738bae;
}
.cid-tm4q5yFOpT .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tm4q5yFOpT .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #165784;
}
.cid-tm4q5yFOpT .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tm4q5yFOpT .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tm4q5yFOpT .brand-text {
  margin-bottom: 35px;
  color: #6c6b6b;
  opacity: 0.8;
}
.cid-tm4q5yFOpT .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tm4q5yFOpT .mbr-text .text-black {
  color: #00284E !important;
}
.cid-tm4q5yFOpT .mbr-text a {
  opacity: 0.8;
}
.cid-tm4q5yFOpT .mbr-text a:hover {
  opacity: 1;
  color: #165784 !important;
}
.cid-tm4q5yFOpT .col-copyright {
  margin-top: 44px;
}
.cid-tm4q5yFOpT .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tm4q5yFOpT .copyright {
    text-align: center !important;
  }
}
.cid-tm4q5yFOpT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tm4q5yFOpT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmbPox05EH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tmbPox05EH .nav-item,
.cid-tmbPox05EH .nav-link,
.cid-tmbPox05EH .navbar-caption {
  font-weight: normal;
}
.cid-tmbPox05EH .nav-item:focus,
.cid-tmbPox05EH .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tmbPox05EH .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-tmbPox05EH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tmbPox05EH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tmbPox05EH .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-tmbPox05EH .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tmbPox05EH .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tmbPox05EH .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tmbPox05EH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tmbPox05EH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tmbPox05EH .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tmbPox05EH .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tmbPox05EH .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tmbPox05EH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-tmbPox05EH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tmbPox05EH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tmbPox05EH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5.7rem);
  }
}
.cid-tmbPox05EH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tmbPox05EH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tmbPox05EH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tmbPox05EH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tmbPox05EH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tmbPox05EH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tmbPox05EH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tmbPox05EH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tmbPox05EH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tmbPox05EH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tmbPox05EH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tmbPox05EH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tmbPox05EH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tmbPox05EH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tmbPox05EH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tmbPox05EH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tmbPox05EH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tmbPox05EH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tmbPox05EH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tmbPox05EH .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tmbPox05EH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tmbPox05EH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tmbPox05EH .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tmbPox05EH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tmbPox05EH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tmbPox05EH .dropdown-item.active,
.cid-tmbPox05EH .dropdown-item:active {
  background-color: transparent;
}
.cid-tmbPox05EH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tmbPox05EH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tmbPox05EH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tmbPox05EH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tmbPox05EH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tmbPox05EH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tmbPox05EH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tmbPox05EH .navbar-buttons {
  text-align: center;
}
.cid-tmbPox05EH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tmbPox05EH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #165784;
}
.cid-tmbPox05EH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tmbPox05EH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tmbPox05EH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tmbPox05EH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tmbPox05EH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tmbPox05EH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tmbPox05EH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tmbPox05EH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tmbPox05EH .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tmbPox05EH a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tmbPox05EH .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-tmbPox05EH .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tmbPox05EH .soc-item {
  margin: .5rem .3rem;
}
.cid-tmbPox05EH .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tmbPox05EH a.nav-link,
.cid-tmbPox05EH a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-tmbPox05EH a.nav-link .mbr-iconfont-btn,
.cid-tmbPox05EH a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tmbPox05EH a.nav-link:hover .mbr-iconfont-btn,
.cid-tmbPox05EH a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tmbPox05EH a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tmbPox05EH .navbar {
    height: 77px;
  }
  .cid-tmbPox05EH .navbar.opened {
    height: auto;
  }
  .cid-tmbPox05EH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tm3OQJ2tzM {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tm3OQJ2tzM .row {
  align-items: center;
}
.cid-tm3OQJ2tzM .image-wrapper img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tm3OQJ2tzM .image-wrapper {
    padding-top: 1.5rem;
  }
}
.cid-tm3OQJ2tzM .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-tm3OQJ2tzM .text-wrapper {
    padding-right: 115px;
  }
}
.cid-tm3OQJ2tzM .label-text {
  width: 100%;
  margin-bottom: 12px;
  color: #adadad;
}
.cid-tm3OQJ2tzM .mbr-section-title {
  margin-bottom: 12px;
  color: #165784;
}
.cid-tm3OQJ2tzM .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tm3OQJ2tzM .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-tm3OQJ2tzM .btn-container {
  width: 100%;
}
.cid-tm3OQJ2tzM .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tm3OQJ2tzM .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tm3OQJ2tzM .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tm3QPhnfrf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tm3QPhnfrf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tm3QPhnfrf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tm3QPhnfrf .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tm3QPhnfrf .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tm3QPhnfrf .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tm3QPhnfrf .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tm3QPhnfrf .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tm3QPhnfrf .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tm3QPhnfrf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tm3QPhnfrf .card-title {
  color: #165784;
}
.cid-tm3QPhnfrf .mbr-text,
.cid-tm3QPhnfrf .mbr-section-btn {
  color: #6c6b6b;
}
.cid-tm3Qdg0xET {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tm3Qdg0xET .mbr-fallback-image.disabled {
  display: none;
}
.cid-tm3Qdg0xET .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tm3Qdg0xET .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tm3Qdg0xET .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tm3Qdg0xET .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tm3Qdg0xET .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tm3Qdg0xET .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tm3Qdg0xET .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tm3Qdg0xET .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tm3Qdg0xET .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tm3Qdg0xET .card-title {
  color: #165784;
}
.cid-tm3Qdg0xET .mbr-text,
.cid-tm3Qdg0xET .mbr-section-btn {
  color: #6c6b6b;
}
.cid-tm3Sn7unNF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tm3Sn7unNF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tm3Sn7unNF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tm3Sn7unNF .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tm3Sn7unNF .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tm3Sn7unNF .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tm3Sn7unNF .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tm3Sn7unNF .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tm3Sn7unNF .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tm3Sn7unNF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tm3Sn7unNF .card-title {
  color: #165784;
}
.cid-tm3Sn7unNF .mbr-text,
.cid-tm3Sn7unNF .mbr-section-btn {
  color: #6c6b6b;
}
.cid-tm4q5yFOpT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tm4q5yFOpT .container {
  display: flex;
  justify-content: center;
}
.cid-tm4q5yFOpT .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tm4q5yFOpT .col-brand {
  margin-bottom: 40px;
}
.cid-tm4q5yFOpT .col-link {
  margin-bottom: 30px;
}
.cid-tm4q5yFOpT .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tm4q5yFOpT .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tm4q5yFOpT .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tm4q5yFOpT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tm4q5yFOpT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tm4q5yFOpT .mbr-section-subtitle {
  color: #165784;
  margin-bottom: 20px;
}
.cid-tm4q5yFOpT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tm4q5yFOpT .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-tm4q5yFOpT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tm4q5yFOpT .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tm4q5yFOpT .soc-item:hover {
  background-color: #738bae;
}
.cid-tm4q5yFOpT .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tm4q5yFOpT .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #165784;
}
.cid-tm4q5yFOpT .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tm4q5yFOpT .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tm4q5yFOpT .brand-text {
  margin-bottom: 35px;
  color: #6c6b6b;
  opacity: 0.8;
}
.cid-tm4q5yFOpT .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tm4q5yFOpT .mbr-text .text-black {
  color: #00284E !important;
}
.cid-tm4q5yFOpT .mbr-text a {
  opacity: 0.8;
}
.cid-tm4q5yFOpT .mbr-text a:hover {
  opacity: 1;
  color: #165784 !important;
}
.cid-tm4q5yFOpT .col-copyright {
  margin-top: 44px;
}
.cid-tm4q5yFOpT .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tm4q5yFOpT .copyright {
    text-align: center !important;
  }
}
.cid-tm4q5yFOpT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tm4q5yFOpT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmbPox05EH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tmbPox05EH .nav-item,
.cid-tmbPox05EH .nav-link,
.cid-tmbPox05EH .navbar-caption {
  font-weight: normal;
}
.cid-tmbPox05EH .nav-item:focus,
.cid-tmbPox05EH .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tmbPox05EH .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-tmbPox05EH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tmbPox05EH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tmbPox05EH .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-tmbPox05EH .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tmbPox05EH .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tmbPox05EH .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tmbPox05EH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tmbPox05EH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tmbPox05EH .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tmbPox05EH .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tmbPox05EH .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tmbPox05EH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-tmbPox05EH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tmbPox05EH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tmbPox05EH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5.7rem);
  }
}
.cid-tmbPox05EH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tmbPox05EH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tmbPox05EH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tmbPox05EH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tmbPox05EH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tmbPox05EH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tmbPox05EH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tmbPox05EH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tmbPox05EH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tmbPox05EH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tmbPox05EH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tmbPox05EH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tmbPox05EH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tmbPox05EH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tmbPox05EH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tmbPox05EH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tmbPox05EH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tmbPox05EH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tmbPox05EH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tmbPox05EH .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tmbPox05EH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tmbPox05EH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tmbPox05EH .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tmbPox05EH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tmbPox05EH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tmbPox05EH .dropdown-item.active,
.cid-tmbPox05EH .dropdown-item:active {
  background-color: transparent;
}
.cid-tmbPox05EH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tmbPox05EH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tmbPox05EH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tmbPox05EH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tmbPox05EH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tmbPox05EH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tmbPox05EH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tmbPox05EH .navbar-buttons {
  text-align: center;
}
.cid-tmbPox05EH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tmbPox05EH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #165784;
}
.cid-tmbPox05EH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tmbPox05EH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tmbPox05EH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tmbPox05EH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tmbPox05EH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tmbPox05EH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tmbPox05EH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tmbPox05EH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tmbPox05EH .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tmbPox05EH a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tmbPox05EH .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-tmbPox05EH .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tmbPox05EH .soc-item {
  margin: .5rem .3rem;
}
.cid-tmbPox05EH .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tmbPox05EH a.nav-link,
.cid-tmbPox05EH a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-tmbPox05EH a.nav-link .mbr-iconfont-btn,
.cid-tmbPox05EH a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tmbPox05EH a.nav-link:hover .mbr-iconfont-btn,
.cid-tmbPox05EH a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tmbPox05EH a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tmbPox05EH .navbar {
    height: 77px;
  }
  .cid-tmbPox05EH .navbar.opened {
    height: auto;
  }
  .cid-tmbPox05EH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmxib1LTuO {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/img-611.jpeg");
}
.cid-tmxib1LTuO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmxib1LTuO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmxib1LTuO .mbr-section-title {
  color: #ffffff;
}
.cid-tmxib1LTuO .mbr-text,
.cid-tmxib1LTuO .mbr-section-btn {
  color: #ffffff;
}
.cid-tmxib2GHdP {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-tmxib2GHdP .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #165784;
  background: #fafafa;
  width: 110px;
  height: 110px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: auto;
  transition: all 0.3s;
  margin-bottom: 2rem;
  border: 1px solid transparent;
}
.cid-tmxib2GHdP .iconfont-wrapper .mbr-iconfont:hover {
  background: transparent;
  border: 1px solid #165784;
}
.cid-tmxib2GHdP .card-wrapper {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.cid-tmxib2GHdP .row {
  justify-content: center;
}
@media (min-width: 1400px) {
  .cid-tmxib2GHdP .card {
    max-width: 14.2%;
  }
}
.cid-tmxib2GHdP .card-title,
.cid-tmxib2GHdP .iconfont-wrapper {
  color: #165784;
}
.cid-tmxib2GHdP .mbr-section-title {
  color: #165784;
}
.cid-tmxib2GHdP .mbr-section-subtitle {
  color: #767676;
}
.cid-tmxib2GHdP .card-text {
  color: #6c6b6b;
}
.cid-tmxib3e7ql {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tmxib3e7ql .container-fluid {
  padding: 0;
}
.cid-tmxib3e7ql .content-wrapper .text {
  padding: 100px 2rem;
}
@media (min-width: 768px) {
  .cid-tmxib3e7ql .content-wrapper .text {
    padding: 145px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tmxib3e7ql .content-wrapper .text {
    padding: 140px 130px;
  }
}
@media (min-width: 1400px) {
  .cid-tmxib3e7ql .content-wrapper .text {
    padding: 200px 190px;
  }
}
.cid-tmxib3e7ql .content-wrapper .image {
  padding: 60px 2rem;
  background-color: #f0f0f0;
}
@media (min-width: 768px) {
  .cid-tmxib3e7ql .content-wrapper .image {
    padding: 200px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tmxib3e7ql .content-wrapper .image {
    padding: 140px 120px;
  }
}
@media (min-width: 1400px) {
  .cid-tmxib3e7ql .content-wrapper .image {
    padding: 140px 190px;
  }
}
.cid-tmxib3e7ql .content-wrapper .image-wrapper {
  height: 100%;
}
.cid-tmxib3e7ql .content-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tmxib3e7ql .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-tmxib3e7ql .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}
.cid-tmxib3e7ql .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
.cid-tmxib3e7ql .mbr-text,
.cid-tmxib3e7ql .link-title {
  color: #6c6b6b;
}
.cid-tmxib3e7ql .card-subtitle {
  color: #165784;
}
.cid-tmxib3e7ql .card-title {
  color: #165784;
}
.cid-tmxib3wl8U {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tmxib3wl8U .row {
  flex-direction: row-reverse;
}
.cid-tmxib3wl8U .container-fluid {
  padding: 0;
}
.cid-tmxib3wl8U .content-wrapper .text {
  padding: 100px 2rem;
}
@media (min-width: 768px) {
  .cid-tmxib3wl8U .content-wrapper .text {
    padding: 145px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tmxib3wl8U .content-wrapper .text {
    padding: 140px 130px;
  }
}
@media (min-width: 1400px) {
  .cid-tmxib3wl8U .content-wrapper .text {
    padding: 200px 190px;
  }
}
.cid-tmxib3wl8U .content-wrapper .image {
  padding: 60px 2rem;
  background-color: #f0f0f0;
}
@media (min-width: 768px) {
  .cid-tmxib3wl8U .content-wrapper .image {
    padding: 200px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tmxib3wl8U .content-wrapper .image {
    padding: 140px 120px;
  }
}
@media (min-width: 1400px) {
  .cid-tmxib3wl8U .content-wrapper .image {
    padding: 140px 190px;
  }
}
.cid-tmxib3wl8U .content-wrapper .image-wrapper {
  height: 100%;
}
.cid-tmxib3wl8U .content-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tmxib3wl8U .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-tmxib3wl8U .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}
.cid-tmxib3wl8U .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
.cid-tmxib3wl8U .mbr-text,
.cid-tmxib3wl8U .link-title {
  color: #6c6b6b;
}
.cid-tmxib3wl8U .card-subtitle {
  color: #165784;
}
.cid-tmxib3wl8U .card-title {
  color: #165784;
}
.cid-tmxib3LZiO {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tmxib3LZiO .container-fluid {
  padding: 0;
}
.cid-tmxib3LZiO .content-wrapper .text {
  padding: 100px 2rem;
}
@media (min-width: 768px) {
  .cid-tmxib3LZiO .content-wrapper .text {
    padding: 145px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tmxib3LZiO .content-wrapper .text {
    padding: 140px 130px;
  }
}
@media (min-width: 1400px) {
  .cid-tmxib3LZiO .content-wrapper .text {
    padding: 200px 190px;
  }
}
.cid-tmxib3LZiO .content-wrapper .image {
  padding: 60px 2rem;
  background-color: #f0f0f0;
}
@media (min-width: 768px) {
  .cid-tmxib3LZiO .content-wrapper .image {
    padding: 200px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tmxib3LZiO .content-wrapper .image {
    padding: 140px 120px;
  }
}
@media (min-width: 1400px) {
  .cid-tmxib3LZiO .content-wrapper .image {
    padding: 140px 190px;
  }
}
.cid-tmxib3LZiO .content-wrapper .image-wrapper {
  height: 100%;
}
.cid-tmxib3LZiO .content-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tmxib3LZiO .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-tmxib3LZiO .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}
.cid-tmxib3LZiO .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
.cid-tmxib3LZiO .mbr-text,
.cid-tmxib3LZiO .link-title {
  color: #6c6b6b;
}
.cid-tmxib3LZiO .card-subtitle {
  color: #165784;
}
.cid-tmxib3LZiO .card-title {
  color: #165784;
}
.cid-tmxib46Jk5 {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tmxib46Jk5 .row {
  flex-direction: row-reverse;
}
.cid-tmxib46Jk5 .container-fluid {
  padding: 0;
}
.cid-tmxib46Jk5 .content-wrapper .text {
  padding: 100px 2rem;
}
@media (min-width: 768px) {
  .cid-tmxib46Jk5 .content-wrapper .text {
    padding: 145px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tmxib46Jk5 .content-wrapper .text {
    padding: 140px 130px;
  }
}
@media (min-width: 1400px) {
  .cid-tmxib46Jk5 .content-wrapper .text {
    padding: 200px 190px;
  }
}
.cid-tmxib46Jk5 .content-wrapper .image {
  padding: 60px 2rem;
  background-color: #f0f0f0;
}
@media (min-width: 768px) {
  .cid-tmxib46Jk5 .content-wrapper .image {
    padding: 200px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tmxib46Jk5 .content-wrapper .image {
    padding: 140px 120px;
  }
}
@media (min-width: 1400px) {
  .cid-tmxib46Jk5 .content-wrapper .image {
    padding: 140px 190px;
  }
}
.cid-tmxib46Jk5 .content-wrapper .image-wrapper {
  height: 100%;
}
.cid-tmxib46Jk5 .content-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tmxib46Jk5 .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-tmxib46Jk5 .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}
.cid-tmxib46Jk5 .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
.cid-tmxib46Jk5 .mbr-text,
.cid-tmxib46Jk5 .link-title {
  color: #6c6b6b;
}
.cid-tmxib46Jk5 .card-subtitle {
  color: #165784;
}
.cid-tmxib46Jk5 .card-title {
  color: #165784;
}
.cid-tmxib4ZjHA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tmxib4ZjHA .container {
  display: flex;
  justify-content: center;
}
.cid-tmxib4ZjHA .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tmxib4ZjHA .col-brand {
  margin-bottom: 40px;
}
.cid-tmxib4ZjHA .col-link {
  margin-bottom: 30px;
}
.cid-tmxib4ZjHA .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tmxib4ZjHA .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tmxib4ZjHA .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tmxib4ZjHA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tmxib4ZjHA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tmxib4ZjHA .mbr-section-subtitle {
  color: #165784;
  margin-bottom: 20px;
}
.cid-tmxib4ZjHA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tmxib4ZjHA .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-tmxib4ZjHA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tmxib4ZjHA .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tmxib4ZjHA .soc-item:hover {
  background-color: #738bae;
}
.cid-tmxib4ZjHA .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tmxib4ZjHA .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #165784;
}
.cid-tmxib4ZjHA .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tmxib4ZjHA .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tmxib4ZjHA .brand-text {
  margin-bottom: 35px;
  color: #6c6b6b;
  opacity: 0.8;
}
.cid-tmxib4ZjHA .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tmxib4ZjHA .mbr-text .text-black {
  color: #00284E !important;
}
.cid-tmxib4ZjHA .mbr-text a {
  opacity: 0.8;
}
.cid-tmxib4ZjHA .mbr-text a:hover {
  opacity: 1;
  color: #165784 !important;
}
.cid-tmxib4ZjHA .col-copyright {
  margin-top: 44px;
}
.cid-tmxib4ZjHA .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tmxib4ZjHA .copyright {
    text-align: center !important;
  }
}
.cid-tmxib4ZjHA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmxib4ZjHA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmxib5wiFf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tmxib5wiFf .nav-item,
.cid-tmxib5wiFf .nav-link,
.cid-tmxib5wiFf .navbar-caption {
  font-weight: normal;
}
.cid-tmxib5wiFf .nav-item:focus,
.cid-tmxib5wiFf .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tmxib5wiFf .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-tmxib5wiFf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tmxib5wiFf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tmxib5wiFf .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-tmxib5wiFf .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tmxib5wiFf .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tmxib5wiFf .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tmxib5wiFf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tmxib5wiFf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tmxib5wiFf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tmxib5wiFf .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tmxib5wiFf .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tmxib5wiFf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-tmxib5wiFf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tmxib5wiFf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tmxib5wiFf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5.7rem);
  }
}
.cid-tmxib5wiFf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tmxib5wiFf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tmxib5wiFf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tmxib5wiFf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tmxib5wiFf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tmxib5wiFf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tmxib5wiFf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tmxib5wiFf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tmxib5wiFf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tmxib5wiFf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tmxib5wiFf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tmxib5wiFf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tmxib5wiFf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tmxib5wiFf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tmxib5wiFf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tmxib5wiFf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tmxib5wiFf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tmxib5wiFf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tmxib5wiFf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tmxib5wiFf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tmxib5wiFf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tmxib5wiFf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tmxib5wiFf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tmxib5wiFf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tmxib5wiFf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tmxib5wiFf .dropdown-item.active,
.cid-tmxib5wiFf .dropdown-item:active {
  background-color: transparent;
}
.cid-tmxib5wiFf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tmxib5wiFf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tmxib5wiFf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tmxib5wiFf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tmxib5wiFf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tmxib5wiFf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tmxib5wiFf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tmxib5wiFf .navbar-buttons {
  text-align: center;
}
.cid-tmxib5wiFf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tmxib5wiFf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #165784;
}
.cid-tmxib5wiFf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tmxib5wiFf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tmxib5wiFf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tmxib5wiFf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tmxib5wiFf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tmxib5wiFf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tmxib5wiFf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tmxib5wiFf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tmxib5wiFf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tmxib5wiFf a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tmxib5wiFf .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-tmxib5wiFf .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tmxib5wiFf .soc-item {
  margin: .5rem .3rem;
}
.cid-tmxib5wiFf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tmxib5wiFf a.nav-link,
.cid-tmxib5wiFf a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-tmxib5wiFf a.nav-link .mbr-iconfont-btn,
.cid-tmxib5wiFf a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tmxib5wiFf a.nav-link:hover .mbr-iconfont-btn,
.cid-tmxib5wiFf a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tmxib5wiFf a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tmxib5wiFf .navbar {
    height: 77px;
  }
  .cid-tmxib5wiFf .navbar.opened {
    height: auto;
  }
  .cid-tmxib5wiFf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmxltFZeC5 {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/img-3549.jpeg");
}
.cid-tmxltFZeC5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmxltFZeC5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmxltFZeC5 .mbr-section-title {
  color: #ffffff;
}
.cid-tmxltFZeC5 .mbr-text,
.cid-tmxltFZeC5 .mbr-section-btn {
  color: #ffffff;
}
.cid-tmxltGQwUg {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-tmxltGQwUg .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #165784;
  background: #fafafa;
  width: 110px;
  height: 110px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: auto;
  transition: all 0.3s;
  margin-bottom: 2rem;
  border: 1px solid transparent;
}
.cid-tmxltGQwUg .iconfont-wrapper .mbr-iconfont:hover {
  background: transparent;
  border: 1px solid #165784;
}
.cid-tmxltGQwUg .card-wrapper {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.cid-tmxltGQwUg .row {
  justify-content: center;
}
@media (min-width: 1400px) {
  .cid-tmxltGQwUg .card {
    max-width: 14.2%;
  }
}
.cid-tmxltGQwUg .card-title,
.cid-tmxltGQwUg .iconfont-wrapper {
  color: #165784;
}
.cid-tmxltGQwUg .mbr-section-title {
  color: #165784;
}
.cid-tmxltGQwUg .mbr-section-subtitle {
  color: #767676;
}
.cid-tmxltGQwUg .card-text {
  color: #6c6b6b;
}
.cid-tmxltHnseB {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tmxltHnseB .container-fluid {
  padding: 0;
}
.cid-tmxltHnseB .content-wrapper .text {
  padding: 100px 2rem;
}
@media (min-width: 768px) {
  .cid-tmxltHnseB .content-wrapper .text {
    padding: 145px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tmxltHnseB .content-wrapper .text {
    padding: 140px 130px;
  }
}
@media (min-width: 1400px) {
  .cid-tmxltHnseB .content-wrapper .text {
    padding: 200px 190px;
  }
}
.cid-tmxltHnseB .content-wrapper .image {
  padding: 60px 2rem;
  background-color: #f0f0f0;
}
@media (min-width: 768px) {
  .cid-tmxltHnseB .content-wrapper .image {
    padding: 200px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tmxltHnseB .content-wrapper .image {
    padding: 140px 120px;
  }
}
@media (min-width: 1400px) {
  .cid-tmxltHnseB .content-wrapper .image {
    padding: 140px 190px;
  }
}
.cid-tmxltHnseB .content-wrapper .image-wrapper {
  height: 100%;
}
.cid-tmxltHnseB .content-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tmxltHnseB .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-tmxltHnseB .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}
.cid-tmxltHnseB .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
.cid-tmxltHnseB .mbr-text,
.cid-tmxltHnseB .link-title {
  color: #6c6b6b;
}
.cid-tmxltHnseB .card-subtitle {
  color: #165784;
}
.cid-tmxltHnseB .card-title {
  color: #165784;
}
.cid-tmxltHDszE {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tmxltHDszE .row {
  flex-direction: row-reverse;
}
.cid-tmxltHDszE .container-fluid {
  padding: 0;
}
.cid-tmxltHDszE .content-wrapper .text {
  padding: 100px 2rem;
}
@media (min-width: 768px) {
  .cid-tmxltHDszE .content-wrapper .text {
    padding: 145px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tmxltHDszE .content-wrapper .text {
    padding: 140px 130px;
  }
}
@media (min-width: 1400px) {
  .cid-tmxltHDszE .content-wrapper .text {
    padding: 200px 190px;
  }
}
.cid-tmxltHDszE .content-wrapper .image {
  padding: 60px 2rem;
  background-color: #f0f0f0;
}
@media (min-width: 768px) {
  .cid-tmxltHDszE .content-wrapper .image {
    padding: 200px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tmxltHDszE .content-wrapper .image {
    padding: 140px 120px;
  }
}
@media (min-width: 1400px) {
  .cid-tmxltHDszE .content-wrapper .image {
    padding: 140px 190px;
  }
}
.cid-tmxltHDszE .content-wrapper .image-wrapper {
  height: 100%;
}
.cid-tmxltHDszE .content-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tmxltHDszE .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-tmxltHDszE .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}
.cid-tmxltHDszE .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
.cid-tmxltHDszE .mbr-text,
.cid-tmxltHDszE .link-title {
  color: #6c6b6b;
}
.cid-tmxltHDszE .card-subtitle {
  color: #165784;
}
.cid-tmxltHDszE .card-title {
  color: #165784;
}
.cid-tmxltHUETM {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tmxltHUETM .container-fluid {
  padding: 0;
}
.cid-tmxltHUETM .content-wrapper .text {
  padding: 100px 2rem;
}
@media (min-width: 768px) {
  .cid-tmxltHUETM .content-wrapper .text {
    padding: 145px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tmxltHUETM .content-wrapper .text {
    padding: 140px 130px;
  }
}
@media (min-width: 1400px) {
  .cid-tmxltHUETM .content-wrapper .text {
    padding: 200px 190px;
  }
}
.cid-tmxltHUETM .content-wrapper .image {
  padding: 60px 2rem;
  background-color: #f0f0f0;
}
@media (min-width: 768px) {
  .cid-tmxltHUETM .content-wrapper .image {
    padding: 200px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tmxltHUETM .content-wrapper .image {
    padding: 140px 120px;
  }
}
@media (min-width: 1400px) {
  .cid-tmxltHUETM .content-wrapper .image {
    padding: 140px 190px;
  }
}
.cid-tmxltHUETM .content-wrapper .image-wrapper {
  height: 100%;
}
.cid-tmxltHUETM .content-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tmxltHUETM .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-tmxltHUETM .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}
.cid-tmxltHUETM .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
.cid-tmxltHUETM .mbr-text,
.cid-tmxltHUETM .link-title {
  color: #6c6b6b;
}
.cid-tmxltHUETM .card-subtitle {
  color: #165784;
}
.cid-tmxltHUETM .card-title {
  color: #165784;
}
.cid-tmxltIhgJW {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tmxltIhgJW .row {
  flex-direction: row-reverse;
}
.cid-tmxltIhgJW .container-fluid {
  padding: 0;
}
.cid-tmxltIhgJW .content-wrapper .text {
  padding: 100px 2rem;
}
@media (min-width: 768px) {
  .cid-tmxltIhgJW .content-wrapper .text {
    padding: 145px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tmxltIhgJW .content-wrapper .text {
    padding: 140px 130px;
  }
}
@media (min-width: 1400px) {
  .cid-tmxltIhgJW .content-wrapper .text {
    padding: 200px 190px;
  }
}
.cid-tmxltIhgJW .content-wrapper .image {
  padding: 60px 2rem;
  background-color: #f0f0f0;
}
@media (min-width: 768px) {
  .cid-tmxltIhgJW .content-wrapper .image {
    padding: 200px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tmxltIhgJW .content-wrapper .image {
    padding: 140px 120px;
  }
}
@media (min-width: 1400px) {
  .cid-tmxltIhgJW .content-wrapper .image {
    padding: 140px 190px;
  }
}
.cid-tmxltIhgJW .content-wrapper .image-wrapper {
  height: 100%;
}
.cid-tmxltIhgJW .content-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tmxltIhgJW .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-tmxltIhgJW .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}
.cid-tmxltIhgJW .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
.cid-tmxltIhgJW .mbr-text,
.cid-tmxltIhgJW .link-title {
  color: #6c6b6b;
}
.cid-tmxltIhgJW .card-subtitle {
  color: #165784;
}
.cid-tmxltIhgJW .card-title {
  color: #165784;
}
.cid-tmxltIzMe1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tmxltIzMe1 .container {
  display: flex;
  justify-content: center;
}
.cid-tmxltIzMe1 .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-tmxltIzMe1 .col-brand {
  margin-bottom: 40px;
}
.cid-tmxltIzMe1 .col-link {
  margin-bottom: 30px;
}
.cid-tmxltIzMe1 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-tmxltIzMe1 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tmxltIzMe1 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tmxltIzMe1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tmxltIzMe1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tmxltIzMe1 .mbr-section-subtitle {
  color: #165784;
  margin-bottom: 20px;
}
.cid-tmxltIzMe1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tmxltIzMe1 .mbr-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-tmxltIzMe1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-tmxltIzMe1 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tmxltIzMe1 .soc-item:hover {
  background-color: #738bae;
}
.cid-tmxltIzMe1 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-tmxltIzMe1 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #165784;
}
.cid-tmxltIzMe1 .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tmxltIzMe1 .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-tmxltIzMe1 .brand-text {
  margin-bottom: 35px;
  color: #6c6b6b;
  opacity: 0.8;
}
.cid-tmxltIzMe1 .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-tmxltIzMe1 .mbr-text .text-black {
  color: #00284E !important;
}
.cid-tmxltIzMe1 .mbr-text a {
  opacity: 0.8;
}
.cid-tmxltIzMe1 .mbr-text a:hover {
  opacity: 1;
  color: #165784 !important;
}
.cid-tmxltIzMe1 .col-copyright {
  margin-top: 44px;
}
.cid-tmxltIzMe1 .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tmxltIzMe1 .copyright {
    text-align: center !important;
  }
}
.cid-tmxltIzMe1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmxltIzMe1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmxltJ121s .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tmxltJ121s .nav-item,
.cid-tmxltJ121s .nav-link,
.cid-tmxltJ121s .navbar-caption {
  font-weight: normal;
}
.cid-tmxltJ121s .nav-item:focus,
.cid-tmxltJ121s .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tmxltJ121s .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-tmxltJ121s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tmxltJ121s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tmxltJ121s .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-tmxltJ121s .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tmxltJ121s .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tmxltJ121s .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tmxltJ121s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tmxltJ121s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tmxltJ121s .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tmxltJ121s .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tmxltJ121s .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tmxltJ121s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-tmxltJ121s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tmxltJ121s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tmxltJ121s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5.7rem);
  }
}
.cid-tmxltJ121s .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tmxltJ121s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tmxltJ121s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tmxltJ121s .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tmxltJ121s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tmxltJ121s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tmxltJ121s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tmxltJ121s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tmxltJ121s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tmxltJ121s .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tmxltJ121s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tmxltJ121s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tmxltJ121s .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tmxltJ121s .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tmxltJ121s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tmxltJ121s .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tmxltJ121s .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tmxltJ121s .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tmxltJ121s .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tmxltJ121s .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tmxltJ121s .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tmxltJ121s .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tmxltJ121s .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tmxltJ121s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tmxltJ121s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tmxltJ121s .dropdown-item.active,
.cid-tmxltJ121s .dropdown-item:active {
  background-color: transparent;
}
.cid-tmxltJ121s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tmxltJ121s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tmxltJ121s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tmxltJ121s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tmxltJ121s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tmxltJ121s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tmxltJ121s ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tmxltJ121s .navbar-buttons {
  text-align: center;
}
.cid-tmxltJ121s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tmxltJ121s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #165784;
}
.cid-tmxltJ121s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tmxltJ121s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tmxltJ121s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tmxltJ121s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tmxltJ121s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tmxltJ121s nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tmxltJ121s nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tmxltJ121s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tmxltJ121s .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tmxltJ121s a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tmxltJ121s .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-tmxltJ121s .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tmxltJ121s .soc-item {
  margin: .5rem .3rem;
}
.cid-tmxltJ121s .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tmxltJ121s a.nav-link,
.cid-tmxltJ121s a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-tmxltJ121s a.nav-link .mbr-iconfont-btn,
.cid-tmxltJ121s a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tmxltJ121s a.nav-link:hover .mbr-iconfont-btn,
.cid-tmxltJ121s a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tmxltJ121s a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tmxltJ121s .navbar {
    height: 77px;
  }
  .cid-tmxltJ121s .navbar.opened {
    height: auto;
  }
  .cid-tmxltJ121s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
