.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9fe870 !important;
}
.bg-success {
  background-color: #551b10 !important;
}
.bg-info {
  background-color: #df081c !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #0c2c68 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fffe00 !important;
  border-color: #fffe00 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fffe33 !important;
  border-color: #fffe33 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #fffe33 !important;
  border-color: #fffe33 !important;
}
.btn-info,
.btn-info:active {
  background-color: #df081c !important;
  border-color: #df081c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #f72337 !important;
  border-color: #f72337 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #f72337 !important;
  border-color: #f72337 !important;
}
.btn-success,
.btn-success:active {
  background-color: #551b10 !important;
  border-color: #551b10 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #802918 !important;
  border-color: #802918 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #802918 !important;
  border-color: #802918 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fffe00;
  color: #fffe00;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a8a800 !important;
  background-color: transparent !important;
  border-color: #a8a800 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #fffe00 !important;
  border-color: #fffe00 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #df081c;
  color: #df081c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #8b0511 !important;
  background-color: transparent !important;
  border-color: #8b0511 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #df081c !important;
  border-color: #df081c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #551b10;
  color: #551b10;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0c0402 !important;
  background-color: transparent !important;
  border-color: #0c0402 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #551b10 !important;
  border-color: #551b10 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #0c2c68;
  color: #0c2c68;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #030b1a !important;
  background-color: transparent !important;
  border-color: #030b1a !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #9fe870 !important;
}
.text-secondary {
  color: #fffe00 !important;
}
.text-success {
  color: #551b10 !important;
}
.text-info {
  color: #df081c !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #0c2c68 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #999800 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #7d0410 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #01050d !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: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #df081c;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #0c2c68;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9fe870;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e37b68;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fcb7bd;
}
.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: #195cda;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #9fe870;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .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: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #9fe870;
  border-bottom-color: #9fe870;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #9fe870 !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: #fffe00 !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='%239fe870' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uB3w265P2p {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-uB3w265P2p nav.navbar {
  position: fixed;
}
.cid-uB3w265P2p .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB3w265P2p .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uB3w265P2p .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uB3w265P2p .dropdown-item:hover,
.cid-uB3w265P2p .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-uB3w265P2p .dropdown-item:hover span {
  color: white;
}
.cid-uB3w265P2p .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uB3w265P2p .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uB3w265P2p .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uB3w265P2p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uB3w265P2p .nav-link {
  position: relative;
}
.cid-uB3w265P2p .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uB3w265P2p .container {
    flex-wrap: nowrap;
  }
}
.cid-uB3w265P2p .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uB3w265P2p .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uB3w265P2p .dropdown-menu,
.cid-uB3w265P2p .navbar.opened {
  background: #003376 !important;
}
.cid-uB3w265P2p .nav-item:focus,
.cid-uB3w265P2p .nav-link:focus {
  outline: none;
}
.cid-uB3w265P2p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB3w265P2p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB3w265P2p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB3w265P2p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB3w265P2p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB3w265P2p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB3w265P2p .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #003376;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uB3w265P2p .navbar.opened {
  transition: all 0.3s;
}
.cid-uB3w265P2p .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uB3w265P2p .navbar .navbar-logo img {
  width: auto;
}
.cid-uB3w265P2p .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uB3w265P2p .navbar.collapsed {
  justify-content: center;
}
.cid-uB3w265P2p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB3w265P2p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uB3w265P2p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB3w265P2p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB3w265P2p .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uB3w265P2p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB3w265P2p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uB3w265P2p .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uB3w265P2p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB3w265P2p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB3w265P2p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB3w265P2p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uB3w265P2p .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uB3w265P2p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uB3w265P2p .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uB3w265P2p .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uB3w265P2p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uB3w265P2p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB3w265P2p .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uB3w265P2p .navbar.navbar-short {
  min-height: 96px;
}
.cid-uB3w265P2p .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uB3w265P2p .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uB3w265P2p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uB3w265P2p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB3w265P2p .dropdown-item.active,
.cid-uB3w265P2p .dropdown-item:active {
  background-color: transparent;
}
.cid-uB3w265P2p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uB3w265P2p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB3w265P2p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB3w265P2p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #003376;
}
.cid-uB3w265P2p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB3w265P2p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB3w265P2p ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uB3w265P2p ul.navbar-nav {
    padding: 8px 16px;
    background-color: #114a97;
    border: 1px solid #baace7;
  }
}
.cid-uB3w265P2p .navbar-buttons {
  text-align: center;
}
.cid-uB3w265P2p .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uB3w265P2p .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uB3w265P2p .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uB3w265P2p .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uB3w265P2p button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #003376 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uB3w265P2p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uB3w265P2p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uB3w265P2p button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uB3w265P2p button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uB3w265P2p button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uB3w265P2p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB3w265P2p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB3w265P2p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB3w265P2p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB3w265P2p .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uB3w265P2p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uB3w265P2p .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uB3w265P2p .navbar {
    height: 70px;
  }
  .cid-uB3w265P2p .navbar.opened {
    height: auto;
  }
  .cid-uB3w265P2p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB3w265P2p .navbar-nav {
  margin: 0 auto;
}
.cid-uB3w265P2p .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uB3w265P2p .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uB3w265P2p .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uB3w265P2p .nav-item .nav-link::after {
  color: #fffe00 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uB3w265P2p .nav-item .nav-link:hover {
  background-color: #003376;
}
.cid-uB3w265P2p .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uB3w265P2p .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uB3w265P2p .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uB3w265P2p .nav-item .dropdown-menu .dropdown-item {
  color: #003376 !important;
  background-color: transparent !important;
}
.cid-uB3w265P2p .nav-item .dropdown-menu .dropdown-item:hover {
  color: #9fe870 !important;
}
@media (max-width: 991px) {
  .cid-uB3w265P2p .navbar {
    justify-content: flex-start !important;
  }
  .cid-uB3w265P2p .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uB3w265P2p .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uB3w265P2p .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uB3w265P2p .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uB3w265P2p .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uB3w265P2p .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uB3wbs42fA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #114a97;
}
.cid-uB3wbs42fA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB3wbs42fA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB3wbs42fA .mbr-section-title {
  color: #ffffff;
}
.cid-uB3BcHR4vz {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #114a97;
}
.cid-uB3BcHR4vz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB3BcHR4vz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uB3BcHR4vz .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uB3BcHR4vz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uB3BcHR4vz .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uB3BcHR4vz .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uB3BcHR4vz .mbr-section-title {
  color: #ffffff;
}
.cid-uB3BcHR4vz .mbr-text,
.cid-uB3BcHR4vz .mbr-section-btn {
  color: #ffffff;
}
.cid-uC0fHLYPve {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #003376;
}
.cid-uC0fHLYPve .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC0fHLYPve .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC0fHLYPve .mbr-section-title {
  color: #ffffff;
}
.cid-uC0fHLYPve .mbr-section-subtitle {
  color: #fffe00;
}
.cid-uBgt3G1Qq1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uBgt3G1Qq1 .container {
    padding: 0 25px;
  }
}
.cid-uBgt3G1Qq1 .item:focus,
.cid-uBgt3G1Qq1 span:focus {
  outline: none;
}
.cid-uBgt3G1Qq1 .item-wrapper {
  position: relative;
}
.cid-uBgt3G1Qq1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 250px;
  max-width: 250px;
}
@media (max-width: 767px) {
  .cid-uBgt3G1Qq1 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uBgt3G1Qq1 .embla__slide .slide-content .item-wrapper:hover .item-img img,
.cid-uBgt3G1Qq1 .embla__slide .slide-content .item-wrapper:focus .item-img img {
  border-radius: 100px !important;
}
.cid-uBgt3G1Qq1 .embla__slide .slide-content .item-wrapper:hover .item-img::after,
.cid-uBgt3G1Qq1 .embla__slide .slide-content .item-wrapper:focus .item-img::after {
  border-radius: 100px;
  opacity: .5;
}
.cid-uBgt3G1Qq1 .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.cid-uBgt3G1Qq1 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
}
.cid-uBgt3G1Qq1 .embla__slide .slide-content .item-wrapper .item-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: #ffc394;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uBgt3G1Qq1 .embla__slide .slide-content .item-content .role-wrap {
  margin-bottom: 10px;
}
.cid-uBgt3G1Qq1 .embla__slide .slide-content .item-content .role-wrap .mbr-role {
  display: inline-flex;
  background-color: #114a97;
  padding: 2px 4px 0;
}
.cid-uBgt3G1Qq1 .embla__slide .slide-content .item-content .mbr-name {
  margin-bottom: 8px;
}
.cid-uBgt3G1Qq1 .embla__slide .slide-content .item-content .mbr-text {
  line-height: 1.5;
  margin-bottom: 0;
}
.cid-uBgt3G1Qq1 .embla__slide .slide-content .item-content .social-wrap {
  margin-top: 16px;
}
.cid-uBgt3G1Qq1 .embla__slide .slide-content .item-content .social-wrap .social-row {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBgt3G1Qq1 .embla__slide .slide-content .item-content .social-wrap .social-row .soc-item {
  margin-right: 10px;
}
.cid-uBgt3G1Qq1 .embla__slide .slide-content .item-content .social-wrap .social-row .soc-item a:hover .mbr-iconfont {
  background-color: #a0ffc2;
}
.cid-uBgt3G1Qq1 .embla__slide .slide-content .item-content .social-wrap .social-row .soc-item a .mbr-iconfont {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  color: #2f2e30;
}
.cid-uBgt3G1Qq1 .embla__button--next,
.cid-uBgt3G1Qq1 .embla__button--prev {
  display: flex;
}
.cid-uBgt3G1Qq1 .embla__button {
  top: 30%;
  width: 52px;
  height: 52px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: #a0ffc2 !important;
  opacity: 1 !important;
  color: #2f2e30 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uBgt3G1Qq1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBgt3G1Qq1 .embla__button:hover {
  background: transparent;
  color: #2f2e30;
  opacity: .7 !important;
}
.cid-uBgt3G1Qq1 .embla__button.embla__button--prev {
  left: -26px;
}
.cid-uBgt3G1Qq1 .embla__button.embla__button--next {
  right: -26px;
}
@media (max-width: 992px) {
  .cid-uBgt3G1Qq1 .embla__button {
    bottom: 1.5rem;
  }
}
.cid-uBgt3G1Qq1 .embla {
  position: relative;
  width: 100%;
}
.cid-uBgt3G1Qq1 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uBgt3G1Qq1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBgt3G1Qq1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBgt3G1Qq1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBgt3G1Qq1 .item-menu-overlay {
  border-radius: 100px;
}
.cid-uBgt3G1Qq1 .item-title {
  color: #2f2e30;
}
.cid-uBgt3G1Qq1 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uBgt3G1Qq1 .mbr-role,
.cid-uBgt3G1Qq1 .role-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-uBgt3G1Qq1 .mbr-name,
.cid-uBgt3G1Qq1 .social-wrap {
  text-align: center;
}
.cid-uC0fIGIMZY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #003376;
}
.cid-uC0fIGIMZY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC0fIGIMZY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC0fIGIMZY .mbr-section-title {
  color: #ffffff;
}
.cid-uC0fIGIMZY .mbr-section-subtitle {
  color: #fffe00;
}
.cid-uB3Bqfr6YA {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uB3Bqfr6YA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB3Bqfr6YA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB3Bqfr6YA .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uB3Bqfr6YA .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uB3Bqfr6YA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uB3Bqfr6YA .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uB3Bqfr6YA .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uC0fJqzgLc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #003376;
}
.cid-uC0fJqzgLc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC0fJqzgLc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC0fJqzgLc .mbr-section-title {
  color: #ffffff;
}
.cid-uC0fJqzgLc .mbr-section-subtitle {
  color: #fffe00;
}
.cid-uB3ArFWYE5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uC0fK6Q5tV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #003376;
}
.cid-uC0fK6Q5tV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC0fK6Q5tV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC0fK6Q5tV .mbr-section-title {
  color: #ffffff;
}
.cid-uC0fK6Q5tV .mbr-section-subtitle {
  color: #fffe00;
}
.cid-uB3ByUYFDx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uB3ByUYFDx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB3ByUYFDx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB3ByUYFDx .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uB3ByUYFDx .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uB3ByUYFDx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uB3ByUYFDx .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uB3ByUYFDx .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uC0fKW5CHj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #003376;
}
.cid-uC0fKW5CHj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC0fKW5CHj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC0fKW5CHj .mbr-section-title {
  color: #ffffff;
}
.cid-uC0fKW5CHj .mbr-section-subtitle {
  color: #fffe00;
}
.cid-uB49wx11Cu {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uB3Cv44llB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uB3Cv44llB .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uB3Cv44llB .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uB3Cv44llB .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #114a97;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uC0fLFBBOM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #003376;
}
.cid-uC0fLFBBOM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC0fLFBBOM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC0fLFBBOM .mbr-section-title {
  color: #ffffff;
}
.cid-uC0fLFBBOM .mbr-section-subtitle {
  color: #fffe00;
}
.cid-uB49HSiDSL {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uB3Cwzm6J7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uB3Cwzm6J7 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-uB3Cwzm6J7 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uB3Cwzm6J7 .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-uB3Cwzm6J7 .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #114a97;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uB3Cwzm6J7 .mbr-text {
  text-align: left;
}
.cid-uC0fMGpZDr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #003376;
}
.cid-uC0fMGpZDr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC0fMGpZDr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC0fMGpZDr .mbr-section-title {
  color: #ffffff;
}
.cid-uC0fMGpZDr .mbr-section-subtitle {
  color: #ffeb69;
}
.cid-uCuOcnLVWm {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCuOcnLVWm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCuOcnLVWm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCuOcnLVWm .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uCuOcnLVWm .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uCuOcnLVWm .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uCuOcnLVWm .mbr-section-title {
  color: #131313;
}
.cid-uCuOcnLVWm .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uCuOcnLVWm .items-row {
  row-gap: 24px;
}
.cid-uCuOcnLVWm .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uCuOcnLVWm .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #114a97;
  box-shadow: 4px 4px 0 #114a97;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uCuOcnLVWm .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uCuOcnLVWm .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uCuOcnLVWm .item-img img {
  width: 100%;
  object-fit: cover;
  height: auto;
}
.cid-uCuOcnLVWm .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uCuOcnLVWm .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uCuOcnLVWm .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uCuOcnLVWm .card-title {
  color: #131313;
}
.cid-uCuOcnLVWm .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uCuOcnLVWm .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uCuOcnLVWm .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uCuOcnLVWm .link-text {
    margin-top: 5px;
  }
}
.cid-uCuOcnLVWm .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uCuOcnLVWm .mbr-section-btn {
  margin-top: 5px;
}
.cid-uC0fORJyWo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #003376;
}
.cid-uC0fORJyWo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC0fORJyWo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC0fORJyWo .mbr-section-title {
  color: #ffffff;
}
.cid-uC0fORJyWo .mbr-section-subtitle {
  color: #fffe00;
}
.cid-uB3D11ioac {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #114a97;
}
.cid-uB3D11ioac .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB3D11ioac .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uB3D11ioac .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uB3D11ioac .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uB3D11ioac .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uB3D11ioac .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uB3D11ioac .mbr-text,
.cid-uB3D11ioac .mbr-section-btn {
  color: #ffffff;
}
.cid-uB3D11ioac .mbr-section-title {
  color: #ffffff;
}
.cid-uC0fQhwugq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #003376;
}
.cid-uC0fQhwugq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC0fQhwugq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC0fQhwugq .mbr-section-title {
  color: #ffffff;
}
.cid-uC0fQhwugq .mbr-section-subtitle {
  color: #fffe00;
}
.cid-uB3DeKS2BF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uB3DeKS2BF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB3DeKS2BF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB3DeKS2BF .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uB3DeKS2BF .mbr-section-title {
  color: #24262b;
}
.cid-uB3DeKS2BF .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uB3DeKS2BF .cards-row {
  row-gap: 32px;
}
.cid-uB3DeKS2BF .card {
  border-radius: 0;
}
.cid-uB3DeKS2BF .card-wrapper {
  width: 100%;
  height: 100%;
  padding: 32px 32px 24px;
  background: #114a97;
}
@media (max-width: 991px) {
  .cid-uB3DeKS2BF .card-wrapper {
    padding: 32px 16px 24px;
  }
}
.cid-uB3DeKS2BF .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  margin-right: auto;
  margin-bottom: 24px;
  border-radius: 50%;
  overflow: hidden;
}
.cid-uB3DeKS2BF .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uB3DeKS2BF .card-title {
  margin-bottom: 8px;
  color: #ffffff;
  text-align: center;
}
.cid-uB3DeKS2BF .card-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uB3DeKS2BF .card-bottom-wrap {
  margin-top: 24px;
}
.cid-uB3DeKS2BF .card-name {
  color: #ffffff;
  text-align: center;
}
.cid-uB3DeKS2BF .card-text {
  color: #24262b;
  text-align: center;
}
.cid-uC0fR9upc8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #003376;
}
.cid-uC0fR9upc8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC0fR9upc8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC0fR9upc8 .mbr-section-title {
  color: #ffffff;
}
.cid-uC0fR9upc8 .mbr-section-subtitle {
  color: #ffeb69;
}
.cid-uKXX1NniQG {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uKXX1NniQG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKXX1NniQG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKXX1NniQG .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uKXX1NniQG .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uKXX1NniQG .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uKXX1NniQG .mbr-section-title {
  color: #131313;
}
.cid-uKXX1NniQG .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uKXX1NniQG .items-row {
  row-gap: 24px;
}
.cid-uKXX1NniQG .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uKXX1NniQG .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #114a97;
  box-shadow: 4px 4px 0 #114a97;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uKXX1NniQG .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uKXX1NniQG .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uKXX1NniQG .item-img img {
  width: 100%;
  object-fit: cover;
  height: auto;
}
.cid-uKXX1NniQG .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uKXX1NniQG .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKXX1NniQG .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uKXX1NniQG .card-title {
  color: #131313;
}
.cid-uKXX1NniQG .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uKXX1NniQG .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uKXX1NniQG .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uKXX1NniQG .link-text {
    margin-top: 5px;
  }
}
.cid-uKXX1NniQG .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uKXX1NniQG .mbr-section-btn {
  margin-top: 5px;
}
.cid-uC0fSvo9g4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #003376;
}
.cid-uC0fSvo9g4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC0fSvo9g4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC0fSvo9g4 .mbr-section-title {
  color: #ffffff;
}
.cid-uC0fSvo9g4 .mbr-section-subtitle {
  color: #fffe00;
}
.cid-uB3Diy2nj6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uB3DraXsyo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uB3DraXsyo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB3DraXsyo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB3DraXsyo .row {
  flex-direction: row-reverse;
}
.cid-uB4t8fOOWh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uB4t8fOOWh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB4t8fOOWh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB4t8fOOWh .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-uB4t8fOOWh .item {
    margin-bottom: 4rem;
  }
}
.cid-uB4t8fOOWh .item:last-child .icon-box:before {
  display: none;
}
.cid-uB4t8fOOWh .item.last .icon-box:before {
  display: none;
}
.cid-uB4t8fOOWh .icon-box {
  background: #114a97;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uB4t8fOOWh .icon-box {
    margin-right: 1rem;
  }
}
.cid-uB4t8fOOWh .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #114a97;
  transform: translate(-50%, 0);
}
.cid-uB4t8fOOWh span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uB4t8fOOWh .card {
    margin-bottom: 2rem;
  }
  .cid-uB4t8fOOWh .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uB4t8fOOWh .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-uB4t8fOOWh .icon-box::before {
    top: 114%;
  }
}
.cid-uKGqpTsRr5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #003376;
}
.cid-uKGqpTsRr5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKGqpTsRr5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKGqpTsRr5 .mbr-section-title {
  color: #ffffff;
}
.cid-uKGqpTsRr5 .mbr-section-subtitle {
  color: #fffe00;
}
.cid-uKGqs1j39Q {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #114a97;
}
.cid-uKGqs1j39Q img {
  object-fit: cover;
  width: 90%;
}
@media (max-width: 992px) {
  .cid-uKGqs1j39Q img {
    width: 100%;
  }
}
.cid-uKGqs1j39Q .link {
  text-decoration: underline;
}
.cid-uKGqs1j39Q .tag-wrapper {
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uKGqs1j39Q .tag-wrapper {
    justify-content: center;
  }
}
.cid-uKGqs1j39Q .tag {
  padding: 6px 16px;
  padding-top: 9px;
  margin-bottom: 1rem;
  margin-right: 1rem;
  width: fit-content;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKGqs1j39Q .tag {
    margin: 0 0.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uKGqs1j39Q .tag1 {
  background: #30c7bf;
}
.cid-uKGqs1j39Q .tag2 {
  background: #fc898c;
}
.cid-uKGqs1j39Q .tag3 {
  background: #00004c;
}
.cid-uKGqs1j39Q .tag4 {
  background: #30c7bf;
}
.cid-uKGqs1j39Q .tag5 {
  background: #fc898c;
}
.cid-uKGqs1j39Q .mbr-section-title {
  color: #ffdd00;
}
.cid-uKGqs1j39Q .mbr-text {
  color: #ffffff;
}
.cid-uKGqs1j39Q .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uKGqOtSdlC {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #114a97;
}
.cid-uKGqOtSdlC img {
  object-fit: cover;
  width: 90%;
}
@media (max-width: 992px) {
  .cid-uKGqOtSdlC img {
    width: 100%;
  }
}
.cid-uKGqOtSdlC .link {
  text-decoration: underline;
}
.cid-uKGqOtSdlC .tag-wrapper {
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uKGqOtSdlC .tag-wrapper {
    justify-content: center;
  }
}
.cid-uKGqOtSdlC .tag {
  padding: 6px 16px;
  padding-top: 9px;
  margin-bottom: 1rem;
  margin-right: 1rem;
  width: fit-content;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKGqOtSdlC .tag {
    margin: 0 0.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uKGqOtSdlC .tag1 {
  background: #30c7bf;
}
.cid-uKGqOtSdlC .tag2 {
  background: #fc898c;
}
.cid-uKGqOtSdlC .tag3 {
  background: #00004c;
}
.cid-uKGqOtSdlC .tag4 {
  background: #30c7bf;
}
.cid-uKGqOtSdlC .tag5 {
  background: #fc898c;
}
.cid-uKGqOtSdlC .mbr-section-title {
  color: #ffdd00;
}
.cid-uKGqOtSdlC .mbr-text {
  color: #ffffff;
}
.cid-uKGqOtSdlC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uB3Aev6kFQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #003376;
}
.cid-uB3Aev6kFQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB3Aev6kFQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB3Aev6kFQ .mbr-section-title {
  color: #ffffff;
}
.cid-uB3Aev6kFQ .mbr-section-subtitle {
  color: #fffe00;
}
.cid-uB3CJIrkul {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uB3CJIrkul .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB3CJIrkul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uB3CJIrkul .container {
    padding: 0 24px;
  }
}
.cid-uB3CJIrkul .row {
  justify-content: center;
}
.cid-uB3CJIrkul .tabs-wrapper {
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uB3CJIrkul .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB3CJIrkul .tabs-wrapper .nav.nav-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  border: none;
  justify-content: center;
  border-radius: 40px;
  background-color: #114a97;
}
.cid-uB3CJIrkul .tabs-wrapper .nav.nav-tabs .nav-item {
  margin: 8px;
}
.cid-uB3CJIrkul .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  padding: 0 16px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  min-width: 310px;
  margin-bottom: 0;
  border: none;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-uB3CJIrkul .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    min-width: 225px;
  }
}
.cid-uB3CJIrkul .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #ffffff;
  color: #000000;
}
.cid-uB3CJIrkul .tab-content .tab-pane .content-wrapper .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uB3CJIrkul .tab-content .tab-pane .content-wrapper .image-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uB3CJIrkul .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uB3CJIrkul .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uB3CJIrkul .tab-content .tab-pane .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uB3CJIrkul .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uC0fU5iT8E {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #003376;
}
.cid-uC0fU5iT8E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC0fU5iT8E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC0fU5iT8E .mbr-section-title {
  color: #ffffff;
}
.cid-uC0fU5iT8E .mbr-section-subtitle {
  color: #fffe00;
}
.cid-uB3IDHs5u0 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uB3IDHs5u0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB3IDHs5u0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB3IDHs5u0 .container {
  max-width: 1140px;
}
.cid-uB3IDHs5u0 .row {
  justify-content: center;
}
.cid-uB3IDHs5u0 .title-container {
  padding: 0;
  margin-bottom: 70px;
  margin-right: auto;
  margin-left: auto;
}
.cid-uB3IDHs5u0 .mbr-section-title {
  color: #1d191f;
  margin-bottom: 0 !important;
}
.cid-uB3IDHs5u0 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.cid-uB3IDHs5u0 .toggle-panel {
  width: 100%;
}
.cid-uB3IDHs5u0 .card {
  border-radius: 0 !important;
  border-bottom: 1px solid #114a97;
}
.cid-uB3IDHs5u0 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uB3IDHs5u0 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uB3IDHs5u0 .panel-title {
    align-items: flex-start;
  }
}
.cid-uB3IDHs5u0 .mbr-iconfont {
  padding: 5px;
  font-family: 'Moririse2' !important;
  font-size: 12px !important;
  color: #ffffff;
  background-color: #114a97;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transform: rotate(180deg);
  transition: 0.3s all;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .cid-uB3IDHs5u0 .mbr-iconfont {
    margin-top: 14px;
  }
}
@media (max-width: 565px) {
  .cid-uB3IDHs5u0 .mbr-iconfont {
    margin-top: 10px;
  }
}
.cid-uB3IDHs5u0 .collapsed .mbr-iconfont {
  transform: rotate(0);
}
.cid-uB3IDHs5u0 .card-header {
  border-bottom: none;
  padding: 20px 0;
}
.cid-uB3IDHs5u0 .panel-body {
  margin-bottom: 20px;
  width: 80%;
}
@media (max-width: 767px) {
  .cid-uB3IDHs5u0 .panel-body {
    width: 100%;
  }
}
.cid-uB3IDHs5u0 .panel-title-edit {
  color: #003376;
}
.cid-uB3IDHs5u0 .panel-text {
  color: #1D191F;
  margin-bottom: 0;
}
.cid-uB3AeHQwH9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #003376;
}
.cid-uB3AeHQwH9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB3AeHQwH9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB3AeHQwH9 .mbr-section-title {
  color: #ffffff;
}
.cid-uB3AeHQwH9 .mbr-section-subtitle {
  color: #fffe00;
}
.cid-uB3INeGCf8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #003376;
}
.cid-uB3INeGCf8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB3INeGCf8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB3INeGCf8 .row {
  flex-direction: row-reverse;
}
.cid-uB3IRi3nNR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #003376;
}
.cid-uB3IRi3nNR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB3IRi3nNR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB3IRi3nNR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uB3IRi3nNR .mbr-section-title {
  color: #ffffff;
}
.cid-uB4PJ03ctH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uB4PJ03ctH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB4PJ03ctH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB4PJ03ctH .mbr-section-title {
  color: #ffffff;
}
.cid-uB3IZEs6nt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uB3IZEs6nt .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uB3DXEIRZU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uB3DXEIRZU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB3DXEIRZU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB3DXEIRZU .copyright {
  color: #ffffff;
}
.cid-uB3DXEIRZU .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uB3DXEIRZU .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uB3DXEIRZU .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uB3DXEIRZU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uB3DXEIRZU .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uB3DXEIRZU .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uB3DXEIRZU .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uB3DXEIRZU .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uB3DXEIRZU .row-links-soc,
.cid-uB3DXEIRZU .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uB3DXEIRZU .copyright,
.cid-uB3DXEIRZU .line {
  color: #ffffff;
  text-align: left;
}
.cid-uB3w265P2p {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-uB3w265P2p nav.navbar {
  position: fixed;
}
.cid-uB3w265P2p .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB3w265P2p .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uB3w265P2p .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uB3w265P2p .dropdown-item:hover,
.cid-uB3w265P2p .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-uB3w265P2p .dropdown-item:hover span {
  color: white;
}
.cid-uB3w265P2p .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uB3w265P2p .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uB3w265P2p .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uB3w265P2p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uB3w265P2p .nav-link {
  position: relative;
}
.cid-uB3w265P2p .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uB3w265P2p .container {
    flex-wrap: nowrap;
  }
}
.cid-uB3w265P2p .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uB3w265P2p .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uB3w265P2p .dropdown-menu,
.cid-uB3w265P2p .navbar.opened {
  background: #003376 !important;
}
.cid-uB3w265P2p .nav-item:focus,
.cid-uB3w265P2p .nav-link:focus {
  outline: none;
}
.cid-uB3w265P2p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB3w265P2p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB3w265P2p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB3w265P2p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB3w265P2p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB3w265P2p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB3w265P2p .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #003376;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uB3w265P2p .navbar.opened {
  transition: all 0.3s;
}
.cid-uB3w265P2p .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uB3w265P2p .navbar .navbar-logo img {
  width: auto;
}
.cid-uB3w265P2p .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uB3w265P2p .navbar.collapsed {
  justify-content: center;
}
.cid-uB3w265P2p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB3w265P2p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uB3w265P2p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB3w265P2p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB3w265P2p .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uB3w265P2p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB3w265P2p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uB3w265P2p .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uB3w265P2p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB3w265P2p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB3w265P2p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB3w265P2p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uB3w265P2p .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uB3w265P2p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uB3w265P2p .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uB3w265P2p .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uB3w265P2p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uB3w265P2p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB3w265P2p .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uB3w265P2p .navbar.navbar-short {
  min-height: 96px;
}
.cid-uB3w265P2p .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uB3w265P2p .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uB3w265P2p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uB3w265P2p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB3w265P2p .dropdown-item.active,
.cid-uB3w265P2p .dropdown-item:active {
  background-color: transparent;
}
.cid-uB3w265P2p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uB3w265P2p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB3w265P2p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB3w265P2p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #003376;
}
.cid-uB3w265P2p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB3w265P2p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB3w265P2p ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uB3w265P2p ul.navbar-nav {
    padding: 8px 16px;
    background-color: #114a97;
    border: 1px solid #baace7;
  }
}
.cid-uB3w265P2p .navbar-buttons {
  text-align: center;
}
.cid-uB3w265P2p .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uB3w265P2p .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uB3w265P2p .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uB3w265P2p .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uB3w265P2p button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #003376 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uB3w265P2p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uB3w265P2p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uB3w265P2p button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uB3w265P2p button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uB3w265P2p button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uB3w265P2p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB3w265P2p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB3w265P2p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB3w265P2p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB3w265P2p .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uB3w265P2p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uB3w265P2p .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uB3w265P2p .navbar {
    height: 70px;
  }
  .cid-uB3w265P2p .navbar.opened {
    height: auto;
  }
  .cid-uB3w265P2p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB3w265P2p .navbar-nav {
  margin: 0 auto;
}
.cid-uB3w265P2p .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uB3w265P2p .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uB3w265P2p .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uB3w265P2p .nav-item .nav-link::after {
  color: #fffe00 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uB3w265P2p .nav-item .nav-link:hover {
  background-color: #003376;
}
.cid-uB3w265P2p .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uB3w265P2p .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uB3w265P2p .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uB3w265P2p .nav-item .dropdown-menu .dropdown-item {
  color: #003376 !important;
  background-color: transparent !important;
}
.cid-uB3w265P2p .nav-item .dropdown-menu .dropdown-item:hover {
  color: #9fe870 !important;
}
@media (max-width: 991px) {
  .cid-uB3w265P2p .navbar {
    justify-content: flex-start !important;
  }
  .cid-uB3w265P2p .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uB3w265P2p .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uB3w265P2p .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uB3w265P2p .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uB3w265P2p .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uB3w265P2p .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uBsAxvqg4L {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBsAxvqg4L .mbr-section-title {
  text-align: center;
}
.cid-uB3DXEIRZU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uB3DXEIRZU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB3DXEIRZU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB3DXEIRZU .copyright {
  color: #ffffff;
}
.cid-uB3DXEIRZU .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uB3DXEIRZU .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uB3DXEIRZU .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uB3DXEIRZU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uB3DXEIRZU .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uB3DXEIRZU .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uB3DXEIRZU .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uB3DXEIRZU .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uB3DXEIRZU .row-links-soc,
.cid-uB3DXEIRZU .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uB3DXEIRZU .copyright,
.cid-uB3DXEIRZU .line {
  color: #ffffff;
  text-align: left;
}
.cid-uB3w265P2p {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-uB3w265P2p nav.navbar {
  position: fixed;
}
.cid-uB3w265P2p .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB3w265P2p .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uB3w265P2p .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uB3w265P2p .dropdown-item:hover,
.cid-uB3w265P2p .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-uB3w265P2p .dropdown-item:hover span {
  color: white;
}
.cid-uB3w265P2p .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uB3w265P2p .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uB3w265P2p .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uB3w265P2p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uB3w265P2p .nav-link {
  position: relative;
}
.cid-uB3w265P2p .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uB3w265P2p .container {
    flex-wrap: nowrap;
  }
}
.cid-uB3w265P2p .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uB3w265P2p .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uB3w265P2p .dropdown-menu,
.cid-uB3w265P2p .navbar.opened {
  background: #003376 !important;
}
.cid-uB3w265P2p .nav-item:focus,
.cid-uB3w265P2p .nav-link:focus {
  outline: none;
}
.cid-uB3w265P2p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB3w265P2p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB3w265P2p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB3w265P2p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB3w265P2p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB3w265P2p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB3w265P2p .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #003376;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uB3w265P2p .navbar.opened {
  transition: all 0.3s;
}
.cid-uB3w265P2p .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uB3w265P2p .navbar .navbar-logo img {
  width: auto;
}
.cid-uB3w265P2p .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uB3w265P2p .navbar.collapsed {
  justify-content: center;
}
.cid-uB3w265P2p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB3w265P2p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uB3w265P2p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB3w265P2p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB3w265P2p .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uB3w265P2p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB3w265P2p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uB3w265P2p .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uB3w265P2p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB3w265P2p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB3w265P2p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB3w265P2p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uB3w265P2p .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uB3w265P2p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uB3w265P2p .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uB3w265P2p .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uB3w265P2p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uB3w265P2p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB3w265P2p .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uB3w265P2p .navbar.navbar-short {
  min-height: 96px;
}
.cid-uB3w265P2p .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uB3w265P2p .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uB3w265P2p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uB3w265P2p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB3w265P2p .dropdown-item.active,
.cid-uB3w265P2p .dropdown-item:active {
  background-color: transparent;
}
.cid-uB3w265P2p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uB3w265P2p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB3w265P2p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB3w265P2p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #003376;
}
.cid-uB3w265P2p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB3w265P2p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB3w265P2p ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uB3w265P2p ul.navbar-nav {
    padding: 8px 16px;
    background-color: #114a97;
    border: 1px solid #baace7;
  }
}
.cid-uB3w265P2p .navbar-buttons {
  text-align: center;
}
.cid-uB3w265P2p .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uB3w265P2p .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uB3w265P2p .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uB3w265P2p .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uB3w265P2p button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #003376 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uB3w265P2p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uB3w265P2p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uB3w265P2p button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uB3w265P2p button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uB3w265P2p button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uB3w265P2p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB3w265P2p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB3w265P2p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB3w265P2p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB3w265P2p .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uB3w265P2p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uB3w265P2p .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uB3w265P2p .navbar {
    height: 70px;
  }
  .cid-uB3w265P2p .navbar.opened {
    height: auto;
  }
  .cid-uB3w265P2p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB3w265P2p .navbar-nav {
  margin: 0 auto;
}
.cid-uB3w265P2p .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uB3w265P2p .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uB3w265P2p .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uB3w265P2p .nav-item .nav-link::after {
  color: #fffe00 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uB3w265P2p .nav-item .nav-link:hover {
  background-color: #003376;
}
.cid-uB3w265P2p .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uB3w265P2p .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uB3w265P2p .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uB3w265P2p .nav-item .dropdown-menu .dropdown-item {
  color: #003376 !important;
  background-color: transparent !important;
}
.cid-uB3w265P2p .nav-item .dropdown-menu .dropdown-item:hover {
  color: #9fe870 !important;
}
@media (max-width: 991px) {
  .cid-uB3w265P2p .navbar {
    justify-content: flex-start !important;
  }
  .cid-uB3w265P2p .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uB3w265P2p .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uB3w265P2p .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uB3w265P2p .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uB3w265P2p .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uB3w265P2p .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uBsA1c0W1X {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBsA1c0W1X .mbr-section-title {
  text-align: center;
}
.cid-uB3DXEIRZU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uB3DXEIRZU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB3DXEIRZU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB3DXEIRZU .copyright {
  color: #ffffff;
}
.cid-uB3DXEIRZU .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uB3DXEIRZU .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uB3DXEIRZU .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uB3DXEIRZU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uB3DXEIRZU .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uB3DXEIRZU .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uB3DXEIRZU .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uB3DXEIRZU .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uB3DXEIRZU .row-links-soc,
.cid-uB3DXEIRZU .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uB3DXEIRZU .copyright,
.cid-uB3DXEIRZU .line {
  color: #ffffff;
  text-align: left;
}
.cid-uB3w265P2p {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-uB3w265P2p nav.navbar {
  position: fixed;
}
.cid-uB3w265P2p .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB3w265P2p .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uB3w265P2p .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uB3w265P2p .dropdown-item:hover,
.cid-uB3w265P2p .dropdown-item:focus {
  background: #9fe870 !important;
  color: white !important;
}
.cid-uB3w265P2p .dropdown-item:hover span {
  color: white;
}
.cid-uB3w265P2p .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uB3w265P2p .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uB3w265P2p .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uB3w265P2p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uB3w265P2p .nav-link {
  position: relative;
}
.cid-uB3w265P2p .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uB3w265P2p .container {
    flex-wrap: nowrap;
  }
}
.cid-uB3w265P2p .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uB3w265P2p .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uB3w265P2p .dropdown-menu,
.cid-uB3w265P2p .navbar.opened {
  background: #003376 !important;
}
.cid-uB3w265P2p .nav-item:focus,
.cid-uB3w265P2p .nav-link:focus {
  outline: none;
}
.cid-uB3w265P2p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB3w265P2p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB3w265P2p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB3w265P2p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB3w265P2p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB3w265P2p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB3w265P2p .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #003376;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uB3w265P2p .navbar.opened {
  transition: all 0.3s;
}
.cid-uB3w265P2p .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uB3w265P2p .navbar .navbar-logo img {
  width: auto;
}
.cid-uB3w265P2p .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uB3w265P2p .navbar.collapsed {
  justify-content: center;
}
.cid-uB3w265P2p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB3w265P2p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uB3w265P2p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB3w265P2p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB3w265P2p .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uB3w265P2p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB3w265P2p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uB3w265P2p .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uB3w265P2p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB3w265P2p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB3w265P2p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB3w265P2p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uB3w265P2p .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uB3w265P2p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uB3w265P2p .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uB3w265P2p .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uB3w265P2p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uB3w265P2p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB3w265P2p .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uB3w265P2p .navbar.navbar-short {
  min-height: 96px;
}
.cid-uB3w265P2p .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uB3w265P2p .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uB3w265P2p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uB3w265P2p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB3w265P2p .dropdown-item.active,
.cid-uB3w265P2p .dropdown-item:active {
  background-color: transparent;
}
.cid-uB3w265P2p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uB3w265P2p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB3w265P2p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB3w265P2p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #003376;
}
.cid-uB3w265P2p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB3w265P2p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB3w265P2p ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uB3w265P2p ul.navbar-nav {
    padding: 8px 16px;
    background-color: #114a97;
    border: 1px solid #baace7;
  }
}
.cid-uB3w265P2p .navbar-buttons {
  text-align: center;
}
.cid-uB3w265P2p .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uB3w265P2p .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uB3w265P2p .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uB3w265P2p .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uB3w265P2p button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #003376 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uB3w265P2p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uB3w265P2p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uB3w265P2p button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uB3w265P2p button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uB3w265P2p button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uB3w265P2p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB3w265P2p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB3w265P2p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB3w265P2p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB3w265P2p .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uB3w265P2p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uB3w265P2p .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uB3w265P2p .navbar {
    height: 70px;
  }
  .cid-uB3w265P2p .navbar.opened {
    height: auto;
  }
  .cid-uB3w265P2p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB3w265P2p .navbar-nav {
  margin: 0 auto;
}
.cid-uB3w265P2p .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uB3w265P2p .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uB3w265P2p .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uB3w265P2p .nav-item .nav-link::after {
  color: #fffe00 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uB3w265P2p .nav-item .nav-link:hover {
  background-color: #003376;
}
.cid-uB3w265P2p .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uB3w265P2p .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uB3w265P2p .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uB3w265P2p .nav-item .dropdown-menu .dropdown-item {
  color: #003376 !important;
  background-color: transparent !important;
}
.cid-uB3w265P2p .nav-item .dropdown-menu .dropdown-item:hover {
  color: #9fe870 !important;
}
@media (max-width: 991px) {
  .cid-uB3w265P2p .navbar {
    justify-content: flex-start !important;
  }
  .cid-uB3w265P2p .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uB3w265P2p .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uB3w265P2p .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uB3w265P2p .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uB3w265P2p .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uB3w265P2p .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uBszz79TKJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uBszz79TKJ .mbr-section-title {
  text-align: center;
}
.cid-uB3DXEIRZU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uB3DXEIRZU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB3DXEIRZU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB3DXEIRZU .copyright {
  color: #ffffff;
}
.cid-uB3DXEIRZU .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uB3DXEIRZU .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uB3DXEIRZU .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uB3DXEIRZU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uB3DXEIRZU .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uB3DXEIRZU .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uB3DXEIRZU .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uB3DXEIRZU .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uB3DXEIRZU .row-links-soc,
.cid-uB3DXEIRZU .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uB3DXEIRZU .copyright,
.cid-uB3DXEIRZU .line {
  color: #ffffff;
  text-align: left;
}
