body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #0f7699 !important;
}
.bg-success {
  background-color: #c4bc3b !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #c4bc3b !important;
  border-color: #c4bc3b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #898429 !important;
  border-color: #898429 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #898429 !important;
  border-color: #898429 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #062e3c;
  color: #062e3c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0f7699;
  border-color: #0f7699;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #767123;
  color: #767123;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #c4bc3b;
  border-color: #c4bc3b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #c4bc3b !important;
  border-color: #c4bc3b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #0f7699 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #c4bc3b !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #062e3c !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #767123 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0f7699;
  border-color: #0f7699;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0f7699;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3cbfec;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e2dd9d;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #0f7699;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #0f7699;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #0f7699;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0f7699;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0f7699;
  border-bottom-color: #0f7699;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0f7699 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%230f7699' %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.3;
}
.cid-sj5NwshIb6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sj5NwshIb6 nav.navbar {
  position: fixed;
}
.cid-sj5NwshIb6 .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-sj5NwshIb6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sj5NwshIb6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sj5NwshIb6 .dropdown-item:hover,
.cid-sj5NwshIb6 .dropdown-item:focus {
  background: #0f7699 !important;
  color: white !important;
}
.cid-sj5NwshIb6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sj5NwshIb6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sj5NwshIb6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sj5NwshIb6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sj5NwshIb6 .nav-link {
  position: relative;
}
.cid-sj5NwshIb6 .container {
  display: flex;
  margin: auto;
}
.cid-sj5NwshIb6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sj5NwshIb6 .dropdown-menu,
.cid-sj5NwshIb6 .navbar.opened {
  background: #ffffff !important;
}
.cid-sj5NwshIb6 .nav-item:focus,
.cid-sj5NwshIb6 .nav-link:focus {
  outline: none;
}
.cid-sj5NwshIb6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sj5NwshIb6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sj5NwshIb6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sj5NwshIb6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sj5NwshIb6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sj5NwshIb6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sj5NwshIb6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sj5NwshIb6 .navbar.opened {
  transition: all 0.3s;
}
.cid-sj5NwshIb6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sj5NwshIb6 .navbar .navbar-logo img {
  width: auto;
}
.cid-sj5NwshIb6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sj5NwshIb6 .navbar.collapsed {
  justify-content: center;
}
.cid-sj5NwshIb6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sj5NwshIb6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sj5NwshIb6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-sj5NwshIb6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sj5NwshIb6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sj5NwshIb6 .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-sj5NwshIb6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sj5NwshIb6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sj5NwshIb6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sj5NwshIb6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sj5NwshIb6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sj5NwshIb6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sj5NwshIb6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sj5NwshIb6 .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-sj5NwshIb6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sj5NwshIb6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sj5NwshIb6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sj5NwshIb6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sj5NwshIb6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sj5NwshIb6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sj5NwshIb6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sj5NwshIb6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sj5NwshIb6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sj5NwshIb6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sj5NwshIb6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sj5NwshIb6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sj5NwshIb6 .dropdown-item.active,
.cid-sj5NwshIb6 .dropdown-item:active {
  background-color: transparent;
}
.cid-sj5NwshIb6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sj5NwshIb6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sj5NwshIb6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sj5NwshIb6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sj5NwshIb6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sj5NwshIb6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sj5NwshIb6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sj5NwshIb6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sj5NwshIb6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sj5NwshIb6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sj5NwshIb6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sj5NwshIb6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sj5NwshIb6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sj5NwshIb6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sj5NwshIb6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sj5NwshIb6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sj5NwshIb6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sj5NwshIb6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sj5NwshIb6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sj5NwshIb6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sj5NwshIb6 .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-sj5NwshIb6 .navbar {
    height: 70px;
  }
  .cid-sj5NwshIb6 .navbar.opened {
    height: auto;
  }
  .cid-sj5NwshIb6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uC42JjJSdf {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uC42JjJSdf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC42JjJSdf .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-uC42JjJSdf .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uC42JjJSdf .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uC42JjJSdf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uC42JjJSdf .media-content,
.cid-uC42JjJSdf .mbr-figure {
  align-self: center;
}
.cid-uC42JjJSdf .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uC42JjJSdf .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uC42JjJSdf .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uC42JjJSdf .mbr-section-maintitle {
  text-align: center;
}
.cid-uC42JjJSdf .mbr-section-title {
  text-align: right;
  color: #133595;
}
.cid-uC42JjJSdf .mbr-text,
.cid-uC42JjJSdf .mbr-section-btn {
  text-align: left;
}
.cid-uC42JjJSdf .mbr-section-title DIV {
  text-align: right;
}
.cid-uFEcbLEl1Z {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFEcbLEl1Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFEcbLEl1Z .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-uFEcbLEl1Z .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uFEcbLEl1Z .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uFEcbLEl1Z .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFEcbLEl1Z .media-content,
.cid-uFEcbLEl1Z .mbr-figure {
  align-self: center;
}
.cid-uFEcbLEl1Z .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uFEcbLEl1Z .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uFEcbLEl1Z .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uFEcbLEl1Z .mbr-section-maintitle {
  text-align: center;
}
.cid-uFEcbLEl1Z .mbr-section-title {
  text-align: left;
  color: #2054dd;
}
.cid-uFEcbLEl1Z .mbr-text,
.cid-uFEcbLEl1Z .mbr-section-btn {
  text-align: left;
}
.cid-t0Rkl5jzma {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t0Rkl5jzma .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t0Rkl5jzma .row {
  flex-direction: row-reverse;
}
.cid-t0Rkl5jzma img {
  width: 100%;
}
.cid-t0Rkl5jzma .mbr-description {
  color: #0f7699;
}
.cid-r9wqQ4Mu0d {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #133595;
}
.cid-r9wqQ4Mu0d .row-links {
  width: 100%;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-r9wqQ4Mu0d .social-row {
  width: 100%;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-r9wqQ4Mu0d .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-r9wqQ4Mu0d .media-container-row .foot-menu {
  list-style: none;
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
}
.cid-r9wqQ4Mu0d .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-r9wqQ4Mu0d .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-r9wqQ4Mu0d .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
}
.cid-r9wqQ4Mu0d .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-r9wqQ4Mu0d .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-r9wqQ4Mu0d .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-r9wqQ4Mu0d .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r9wqQ4Mu0d .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-r9wqQ4Mu0d .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-r9wqQ4Mu0d .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tJJWnSKAQ6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJJWnSKAQ6 .mbr-section-subtitle {
  color: #787324;
  text-align: left;
}
.cid-tJJWnSKAQ6 .btn {
  margin: 0 0 .5rem 0;
}
.cid-sj5NwshIb6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sj5NwshIb6 nav.navbar {
  position: fixed;
}
.cid-sj5NwshIb6 .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-sj5NwshIb6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sj5NwshIb6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sj5NwshIb6 .dropdown-item:hover,
.cid-sj5NwshIb6 .dropdown-item:focus {
  background: #0f7699 !important;
  color: white !important;
}
.cid-sj5NwshIb6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sj5NwshIb6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sj5NwshIb6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sj5NwshIb6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sj5NwshIb6 .nav-link {
  position: relative;
}
.cid-sj5NwshIb6 .container {
  display: flex;
  margin: auto;
}
.cid-sj5NwshIb6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sj5NwshIb6 .dropdown-menu,
.cid-sj5NwshIb6 .navbar.opened {
  background: #ffffff !important;
}
.cid-sj5NwshIb6 .nav-item:focus,
.cid-sj5NwshIb6 .nav-link:focus {
  outline: none;
}
.cid-sj5NwshIb6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sj5NwshIb6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sj5NwshIb6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sj5NwshIb6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sj5NwshIb6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sj5NwshIb6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sj5NwshIb6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sj5NwshIb6 .navbar.opened {
  transition: all 0.3s;
}
.cid-sj5NwshIb6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sj5NwshIb6 .navbar .navbar-logo img {
  width: auto;
}
.cid-sj5NwshIb6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sj5NwshIb6 .navbar.collapsed {
  justify-content: center;
}
.cid-sj5NwshIb6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sj5NwshIb6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sj5NwshIb6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-sj5NwshIb6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sj5NwshIb6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sj5NwshIb6 .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-sj5NwshIb6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sj5NwshIb6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sj5NwshIb6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sj5NwshIb6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sj5NwshIb6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sj5NwshIb6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sj5NwshIb6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sj5NwshIb6 .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-sj5NwshIb6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sj5NwshIb6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sj5NwshIb6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sj5NwshIb6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sj5NwshIb6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sj5NwshIb6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sj5NwshIb6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sj5NwshIb6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sj5NwshIb6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sj5NwshIb6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sj5NwshIb6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sj5NwshIb6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sj5NwshIb6 .dropdown-item.active,
.cid-sj5NwshIb6 .dropdown-item:active {
  background-color: transparent;
}
.cid-sj5NwshIb6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sj5NwshIb6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sj5NwshIb6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sj5NwshIb6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sj5NwshIb6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sj5NwshIb6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sj5NwshIb6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sj5NwshIb6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sj5NwshIb6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sj5NwshIb6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sj5NwshIb6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sj5NwshIb6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sj5NwshIb6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sj5NwshIb6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sj5NwshIb6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sj5NwshIb6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sj5NwshIb6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sj5NwshIb6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sj5NwshIb6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sj5NwshIb6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sj5NwshIb6 .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-sj5NwshIb6 .navbar {
    height: 70px;
  }
  .cid-sj5NwshIb6 .navbar.opened {
    height: auto;
  }
  .cid-sj5NwshIb6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-raWC9o316i {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #149dcc;
}
.cid-raWDVhc461 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-raWDVhc461 .counter-container {
  color: #767676;
}
.cid-raWDVhc461 .counter-container ul {
  margin-bottom: 0;
}
.cid-raWDVhc461 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-raWDVhc461 .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-raWDVhc461 .mbr-text P {
  color: #232323;
}
.cid-raWC9q5Jtx {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #0f7699;
}
.cid-raWC9q5Jtx .row-links {
  width: 100%;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-raWC9q5Jtx .social-row {
  width: 100%;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-raWC9q5Jtx .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-raWC9q5Jtx .media-container-row .foot-menu {
  list-style: none;
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
}
.cid-raWC9q5Jtx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-raWC9q5Jtx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-raWC9q5Jtx .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
}
.cid-raWC9q5Jtx .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-raWC9q5Jtx .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-raWC9q5Jtx .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-raWC9q5Jtx .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-raWC9q5Jtx .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-raWC9q5Jtx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-raWC9q5Jtx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tJJXQ3JrQT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJJXQ3JrQT .mbr-section-subtitle {
  color: #787324;
  text-align: left;
}
.cid-tJJXQ3JrQT .btn {
  margin: 0 0 .5rem 0;
}
.cid-sj5NwshIb6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sj5NwshIb6 nav.navbar {
  position: fixed;
}
.cid-sj5NwshIb6 .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-sj5NwshIb6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sj5NwshIb6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sj5NwshIb6 .dropdown-item:hover,
.cid-sj5NwshIb6 .dropdown-item:focus {
  background: #0f7699 !important;
  color: white !important;
}
.cid-sj5NwshIb6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sj5NwshIb6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sj5NwshIb6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sj5NwshIb6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sj5NwshIb6 .nav-link {
  position: relative;
}
.cid-sj5NwshIb6 .container {
  display: flex;
  margin: auto;
}
.cid-sj5NwshIb6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sj5NwshIb6 .dropdown-menu,
.cid-sj5NwshIb6 .navbar.opened {
  background: #ffffff !important;
}
.cid-sj5NwshIb6 .nav-item:focus,
.cid-sj5NwshIb6 .nav-link:focus {
  outline: none;
}
.cid-sj5NwshIb6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sj5NwshIb6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sj5NwshIb6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sj5NwshIb6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sj5NwshIb6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sj5NwshIb6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sj5NwshIb6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sj5NwshIb6 .navbar.opened {
  transition: all 0.3s;
}
.cid-sj5NwshIb6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sj5NwshIb6 .navbar .navbar-logo img {
  width: auto;
}
.cid-sj5NwshIb6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sj5NwshIb6 .navbar.collapsed {
  justify-content: center;
}
.cid-sj5NwshIb6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sj5NwshIb6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sj5NwshIb6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-sj5NwshIb6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sj5NwshIb6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sj5NwshIb6 .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-sj5NwshIb6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sj5NwshIb6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sj5NwshIb6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sj5NwshIb6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sj5NwshIb6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sj5NwshIb6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sj5NwshIb6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sj5NwshIb6 .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-sj5NwshIb6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sj5NwshIb6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sj5NwshIb6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sj5NwshIb6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sj5NwshIb6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sj5NwshIb6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sj5NwshIb6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sj5NwshIb6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sj5NwshIb6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sj5NwshIb6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sj5NwshIb6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sj5NwshIb6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sj5NwshIb6 .dropdown-item.active,
.cid-sj5NwshIb6 .dropdown-item:active {
  background-color: transparent;
}
.cid-sj5NwshIb6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sj5NwshIb6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sj5NwshIb6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sj5NwshIb6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sj5NwshIb6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sj5NwshIb6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sj5NwshIb6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sj5NwshIb6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sj5NwshIb6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sj5NwshIb6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sj5NwshIb6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sj5NwshIb6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sj5NwshIb6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sj5NwshIb6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sj5NwshIb6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sj5NwshIb6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sj5NwshIb6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sj5NwshIb6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sj5NwshIb6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sj5NwshIb6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sj5NwshIb6 .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-sj5NwshIb6 .navbar {
    height: 70px;
  }
  .cid-sj5NwshIb6 .navbar.opened {
    height: auto;
  }
  .cid-sj5NwshIb6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rgvRdL8de3 {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/fondo-2000x1414.jpg");
}
.cid-rgvRdL8de3 .title {
  margin-bottom: 2rem;
}
.cid-rgvRdL8de3 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-rgvRdL8de3 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rgvRdL8de3 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rgvRdL8de3 .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-rgvRdL8de3 .input-group-btn {
  display: block;
  text-align: center;
}
.cid-rgvRdL8de3 .mbr-section-subtitle DIV {
  color: #232323;
  text-align: left;
}
.cid-rgvRdL8de3 LABEL {
  color: #0f7699;
  text-align: left;
}
.cid-rgvRdL8de3 .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-rgvRdL8de3 B {
  color: #efefef;
}
.cid-rgvRdL8de3 H2 {
  color: #ffffff;
}
.cid-rhmJ3IZ7mh {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #55b4d4, #ffffff);
}
@media (min-width: 992px) {
  .cid-rhmJ3IZ7mh .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rhmJ3IZ7mh .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-rhmJ3IZ7mh .mbr-section-title {
  color: #0f7699;
}
.cid-raRFvJU4hG {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #0f7699;
}
.cid-raRFvJU4hG .row-links {
  width: 100%;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-raRFvJU4hG .social-row {
  width: 100%;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-raRFvJU4hG .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-raRFvJU4hG .media-container-row .foot-menu {
  list-style: none;
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
}
.cid-raRFvJU4hG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-raRFvJU4hG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-raRFvJU4hG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
}
.cid-raRFvJU4hG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-raRFvJU4hG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-raRFvJU4hG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-raRFvJU4hG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-raRFvJU4hG .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-raRFvJU4hG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-raRFvJU4hG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tJJXLUngcK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJJXLUngcK .mbr-section-subtitle {
  color: #787324;
  text-align: left;
}
.cid-tJJXLUngcK .btn {
  margin: 0 0 .5rem 0;
}
.cid-sj5NwshIb6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sj5NwshIb6 nav.navbar {
  position: fixed;
}
.cid-sj5NwshIb6 .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-sj5NwshIb6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sj5NwshIb6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sj5NwshIb6 .dropdown-item:hover,
.cid-sj5NwshIb6 .dropdown-item:focus {
  background: #0f7699 !important;
  color: white !important;
}
.cid-sj5NwshIb6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sj5NwshIb6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sj5NwshIb6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sj5NwshIb6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sj5NwshIb6 .nav-link {
  position: relative;
}
.cid-sj5NwshIb6 .container {
  display: flex;
  margin: auto;
}
.cid-sj5NwshIb6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sj5NwshIb6 .dropdown-menu,
.cid-sj5NwshIb6 .navbar.opened {
  background: #ffffff !important;
}
.cid-sj5NwshIb6 .nav-item:focus,
.cid-sj5NwshIb6 .nav-link:focus {
  outline: none;
}
.cid-sj5NwshIb6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sj5NwshIb6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sj5NwshIb6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sj5NwshIb6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sj5NwshIb6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sj5NwshIb6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sj5NwshIb6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sj5NwshIb6 .navbar.opened {
  transition: all 0.3s;
}
.cid-sj5NwshIb6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sj5NwshIb6 .navbar .navbar-logo img {
  width: auto;
}
.cid-sj5NwshIb6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sj5NwshIb6 .navbar.collapsed {
  justify-content: center;
}
.cid-sj5NwshIb6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sj5NwshIb6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sj5NwshIb6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-sj5NwshIb6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sj5NwshIb6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sj5NwshIb6 .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-sj5NwshIb6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sj5NwshIb6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sj5NwshIb6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sj5NwshIb6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sj5NwshIb6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sj5NwshIb6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sj5NwshIb6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sj5NwshIb6 .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-sj5NwshIb6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sj5NwshIb6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sj5NwshIb6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sj5NwshIb6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sj5NwshIb6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sj5NwshIb6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sj5NwshIb6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sj5NwshIb6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sj5NwshIb6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sj5NwshIb6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sj5NwshIb6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sj5NwshIb6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sj5NwshIb6 .dropdown-item.active,
.cid-sj5NwshIb6 .dropdown-item:active {
  background-color: transparent;
}
.cid-sj5NwshIb6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sj5NwshIb6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sj5NwshIb6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sj5NwshIb6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sj5NwshIb6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sj5NwshIb6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sj5NwshIb6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sj5NwshIb6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sj5NwshIb6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sj5NwshIb6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sj5NwshIb6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sj5NwshIb6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sj5NwshIb6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sj5NwshIb6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sj5NwshIb6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sj5NwshIb6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sj5NwshIb6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sj5NwshIb6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sj5NwshIb6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sj5NwshIb6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sj5NwshIb6 .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-sj5NwshIb6 .navbar {
    height: 70px;
  }
  .cid-sj5NwshIb6 .navbar.opened {
    height: auto;
  }
  .cid-sj5NwshIb6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-raLFiBYPat {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #0f7699;
}
.cid-rjD5yZ3VCd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rjD5yZ3VCd .mbr-text,
.cid-rjD5yZ3VCd blockquote {
  color: #767676;
}
.cid-rjD5yZ3VCd .mbr-text P {
  color: #232323;
}
.cid-raRy7pHk5v {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-raRy7pHk5v .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-raRy7pHk5v .video-block {
    width: 100% !important;
  }
}
.cid-raLx66CAd4 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #0f7699;
}
.cid-raLx66CAd4 .row-links {
  width: 100%;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-raLx66CAd4 .social-row {
  width: 100%;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-raLx66CAd4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-raLx66CAd4 .media-container-row .foot-menu {
  list-style: none;
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
}
.cid-raLx66CAd4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-raLx66CAd4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-raLx66CAd4 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
}
.cid-raLx66CAd4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-raLx66CAd4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-raLx66CAd4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-raLx66CAd4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-raLx66CAd4 .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-raLx66CAd4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-raLx66CAd4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tJJXAS8J8S {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJJXAS8J8S .mbr-section-subtitle {
  color: #787324;
  text-align: left;
}
.cid-tJJXAS8J8S .btn {
  margin: 0 0 .5rem 0;
}
.cid-sj5NwshIb6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sj5NwshIb6 nav.navbar {
  position: fixed;
}
.cid-sj5NwshIb6 .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-sj5NwshIb6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sj5NwshIb6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sj5NwshIb6 .dropdown-item:hover,
.cid-sj5NwshIb6 .dropdown-item:focus {
  background: #0f7699 !important;
  color: white !important;
}
.cid-sj5NwshIb6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sj5NwshIb6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sj5NwshIb6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sj5NwshIb6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sj5NwshIb6 .nav-link {
  position: relative;
}
.cid-sj5NwshIb6 .container {
  display: flex;
  margin: auto;
}
.cid-sj5NwshIb6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sj5NwshIb6 .dropdown-menu,
.cid-sj5NwshIb6 .navbar.opened {
  background: #ffffff !important;
}
.cid-sj5NwshIb6 .nav-item:focus,
.cid-sj5NwshIb6 .nav-link:focus {
  outline: none;
}
.cid-sj5NwshIb6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sj5NwshIb6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sj5NwshIb6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sj5NwshIb6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sj5NwshIb6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sj5NwshIb6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sj5NwshIb6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sj5NwshIb6 .navbar.opened {
  transition: all 0.3s;
}
.cid-sj5NwshIb6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sj5NwshIb6 .navbar .navbar-logo img {
  width: auto;
}
.cid-sj5NwshIb6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sj5NwshIb6 .navbar.collapsed {
  justify-content: center;
}
.cid-sj5NwshIb6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sj5NwshIb6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sj5NwshIb6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-sj5NwshIb6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sj5NwshIb6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sj5NwshIb6 .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-sj5NwshIb6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sj5NwshIb6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sj5NwshIb6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sj5NwshIb6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sj5NwshIb6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sj5NwshIb6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sj5NwshIb6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sj5NwshIb6 .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-sj5NwshIb6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sj5NwshIb6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sj5NwshIb6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sj5NwshIb6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sj5NwshIb6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sj5NwshIb6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sj5NwshIb6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sj5NwshIb6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sj5NwshIb6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sj5NwshIb6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sj5NwshIb6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sj5NwshIb6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sj5NwshIb6 .dropdown-item.active,
.cid-sj5NwshIb6 .dropdown-item:active {
  background-color: transparent;
}
.cid-sj5NwshIb6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sj5NwshIb6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sj5NwshIb6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sj5NwshIb6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sj5NwshIb6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sj5NwshIb6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sj5NwshIb6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sj5NwshIb6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sj5NwshIb6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sj5NwshIb6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sj5NwshIb6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sj5NwshIb6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sj5NwshIb6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sj5NwshIb6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sj5NwshIb6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sj5NwshIb6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sj5NwshIb6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sj5NwshIb6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sj5NwshIb6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sj5NwshIb6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sj5NwshIb6 .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-sj5NwshIb6 .navbar {
    height: 70px;
  }
  .cid-sj5NwshIb6 .navbar.opened {
    height: auto;
  }
  .cid-sj5NwshIb6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tATQWrd0nH {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tATQWrd0nH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tATQWrd0nH .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-tATQWrd0nH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tATQWrd0nH .row {
  flex-direction: row-reverse;
}
.cid-tATQWrd0nH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tATQWrd0nH .text-wrapper {
    padding: 2rem;
  }
}
.cid-rjCRUjCaJL {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rjCRUjCaJL .mbr-section-subtitle {
  color: #767676;
}
.cid-rjCRUjCaJL .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rjCRUjCaJL .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rjCRUjCaJL .team-item .item-image img {
  width: 100%;
}
.cid-rjCRUjCaJL .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rjCRUjCaJL .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rjCRUjCaJL .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rjCRUjCaJL .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rjCRUjCaJL .team-item .item-caption {
  background: #efefef;
}
.cid-rjCRUjCaJL H2 {
  color: #0f7699;
}
.cid-rjCRUjCaJL .mbr-section-subtitle B {
  color: #149dcc;
}
.cid-rjCRUjCaJL .item-role B {
  color: #0f7699;
}
.cid-rjCRUjCaJL .item-role P {
  color: #232323;
}
.cid-rk0ooXdaIN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rk0ojU1jaL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rk0ojU1jaL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rk0ojU1jaL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rk0ojU1jaL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rk0ojU1jaL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rk0ojU1jaL .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rk0ojU1jaL .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rk0ojU1jaL .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rk0ojU1jaL .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rk0ojU1jaL .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-r9wqQ4Mu0d {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #0f7699;
}
.cid-r9wqQ4Mu0d .row-links {
  width: 100%;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-r9wqQ4Mu0d .social-row {
  width: 100%;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-r9wqQ4Mu0d .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-r9wqQ4Mu0d .media-container-row .foot-menu {
  list-style: none;
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
}
.cid-r9wqQ4Mu0d .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-r9wqQ4Mu0d .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-r9wqQ4Mu0d .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
}
.cid-r9wqQ4Mu0d .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-r9wqQ4Mu0d .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-r9wqQ4Mu0d .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-r9wqQ4Mu0d .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r9wqQ4Mu0d .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-r9wqQ4Mu0d .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-r9wqQ4Mu0d .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tJJXp2VvaQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJJXp2VvaQ .mbr-section-subtitle {
  color: #787324;
  text-align: left;
}
.cid-tJJXp2VvaQ .btn {
  margin: 0 0 .5rem 0;
}
.cid-sj5NwshIb6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sj5NwshIb6 nav.navbar {
  position: fixed;
}
.cid-sj5NwshIb6 .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-sj5NwshIb6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sj5NwshIb6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sj5NwshIb6 .dropdown-item:hover,
.cid-sj5NwshIb6 .dropdown-item:focus {
  background: #0f7699 !important;
  color: white !important;
}
.cid-sj5NwshIb6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sj5NwshIb6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sj5NwshIb6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sj5NwshIb6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sj5NwshIb6 .nav-link {
  position: relative;
}
.cid-sj5NwshIb6 .container {
  display: flex;
  margin: auto;
}
.cid-sj5NwshIb6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sj5NwshIb6 .dropdown-menu,
.cid-sj5NwshIb6 .navbar.opened {
  background: #ffffff !important;
}
.cid-sj5NwshIb6 .nav-item:focus,
.cid-sj5NwshIb6 .nav-link:focus {
  outline: none;
}
.cid-sj5NwshIb6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sj5NwshIb6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sj5NwshIb6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sj5NwshIb6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sj5NwshIb6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sj5NwshIb6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sj5NwshIb6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sj5NwshIb6 .navbar.opened {
  transition: all 0.3s;
}
.cid-sj5NwshIb6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sj5NwshIb6 .navbar .navbar-logo img {
  width: auto;
}
.cid-sj5NwshIb6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sj5NwshIb6 .navbar.collapsed {
  justify-content: center;
}
.cid-sj5NwshIb6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sj5NwshIb6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sj5NwshIb6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-sj5NwshIb6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sj5NwshIb6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sj5NwshIb6 .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-sj5NwshIb6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sj5NwshIb6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sj5NwshIb6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sj5NwshIb6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sj5NwshIb6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sj5NwshIb6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sj5NwshIb6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sj5NwshIb6 .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-sj5NwshIb6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sj5NwshIb6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sj5NwshIb6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sj5NwshIb6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sj5NwshIb6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sj5NwshIb6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sj5NwshIb6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sj5NwshIb6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sj5NwshIb6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sj5NwshIb6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sj5NwshIb6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sj5NwshIb6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sj5NwshIb6 .dropdown-item.active,
.cid-sj5NwshIb6 .dropdown-item:active {
  background-color: transparent;
}
.cid-sj5NwshIb6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sj5NwshIb6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sj5NwshIb6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sj5NwshIb6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sj5NwshIb6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sj5NwshIb6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sj5NwshIb6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sj5NwshIb6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sj5NwshIb6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sj5NwshIb6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sj5NwshIb6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sj5NwshIb6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sj5NwshIb6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sj5NwshIb6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sj5NwshIb6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sj5NwshIb6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sj5NwshIb6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sj5NwshIb6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sj5NwshIb6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sj5NwshIb6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sj5NwshIb6 .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-sj5NwshIb6 .navbar {
    height: 70px;
  }
  .cid-sj5NwshIb6 .navbar.opened {
    height: auto;
  }
  .cid-sj5NwshIb6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-raRimmmjQy {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #0f7699;
}
.cid-raRimmNfHS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-raRimmNfHS .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-raRimmNfHS .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-raRimmNfHS .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-raRimmNfHS .inner-container {
    width: 100% !important;
  }
}
.cid-raRimmNfHS .section-text DIV {
  text-align: left;
  color: #232323;
}
.cid-raRimnTl5V {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #0f7699;
}
.cid-raRimnTl5V .row-links {
  width: 100%;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-raRimnTl5V .social-row {
  width: 100%;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-raRimnTl5V .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-raRimnTl5V .media-container-row .foot-menu {
  list-style: none;
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
}
.cid-raRimnTl5V .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-raRimnTl5V .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-raRimnTl5V .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
}
.cid-raRimnTl5V .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-raRimnTl5V .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-raRimnTl5V .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-raRimnTl5V .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-raRimnTl5V .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-raRimnTl5V .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-raRimnTl5V .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tJJXD00GLR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJJXD00GLR .mbr-section-subtitle {
  color: #787324;
  text-align: left;
}
.cid-tJJXD00GLR .btn {
  margin: 0 0 .5rem 0;
}
.cid-sj5NwshIb6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sj5NwshIb6 nav.navbar {
  position: fixed;
}
.cid-sj5NwshIb6 .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-sj5NwshIb6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sj5NwshIb6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sj5NwshIb6 .dropdown-item:hover,
.cid-sj5NwshIb6 .dropdown-item:focus {
  background: #0f7699 !important;
  color: white !important;
}
.cid-sj5NwshIb6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sj5NwshIb6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sj5NwshIb6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sj5NwshIb6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sj5NwshIb6 .nav-link {
  position: relative;
}
.cid-sj5NwshIb6 .container {
  display: flex;
  margin: auto;
}
.cid-sj5NwshIb6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sj5NwshIb6 .dropdown-menu,
.cid-sj5NwshIb6 .navbar.opened {
  background: #ffffff !important;
}
.cid-sj5NwshIb6 .nav-item:focus,
.cid-sj5NwshIb6 .nav-link:focus {
  outline: none;
}
.cid-sj5NwshIb6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sj5NwshIb6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sj5NwshIb6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sj5NwshIb6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sj5NwshIb6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sj5NwshIb6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sj5NwshIb6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sj5NwshIb6 .navbar.opened {
  transition: all 0.3s;
}
.cid-sj5NwshIb6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sj5NwshIb6 .navbar .navbar-logo img {
  width: auto;
}
.cid-sj5NwshIb6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sj5NwshIb6 .navbar.collapsed {
  justify-content: center;
}
.cid-sj5NwshIb6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sj5NwshIb6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sj5NwshIb6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-sj5NwshIb6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sj5NwshIb6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sj5NwshIb6 .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-sj5NwshIb6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sj5NwshIb6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sj5NwshIb6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sj5NwshIb6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sj5NwshIb6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sj5NwshIb6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sj5NwshIb6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sj5NwshIb6 .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-sj5NwshIb6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sj5NwshIb6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sj5NwshIb6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sj5NwshIb6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sj5NwshIb6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sj5NwshIb6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sj5NwshIb6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sj5NwshIb6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sj5NwshIb6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sj5NwshIb6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sj5NwshIb6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sj5NwshIb6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sj5NwshIb6 .dropdown-item.active,
.cid-sj5NwshIb6 .dropdown-item:active {
  background-color: transparent;
}
.cid-sj5NwshIb6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sj5NwshIb6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sj5NwshIb6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sj5NwshIb6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sj5NwshIb6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sj5NwshIb6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sj5NwshIb6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sj5NwshIb6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sj5NwshIb6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sj5NwshIb6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sj5NwshIb6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sj5NwshIb6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sj5NwshIb6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sj5NwshIb6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sj5NwshIb6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sj5NwshIb6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sj5NwshIb6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sj5NwshIb6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sj5NwshIb6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sj5NwshIb6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sj5NwshIb6 .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-sj5NwshIb6 .navbar {
    height: 70px;
  }
  .cid-sj5NwshIb6 .navbar.opened {
    height: auto;
  }
  .cid-sj5NwshIb6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-raRimmmjQy {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-raRimmmjQy .mbr-section-subtitle {
  color: #149dcc;
}
.cid-raRimmmjQy H2 {
  color: #232323;
}
.cid-rjIpl0t1PH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rjIpl0t1PH .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-rjIpl0t1PH .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-rjIpl0t1PH .mbr-text {
  color: #232323;
}
.cid-rjIpl0t1PH .mbr-text B {
  color: #0f7699;
}
.cid-rjThUZxLX4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rjThUZxLX4 .mbr-text,
.cid-rjThUZxLX4 blockquote {
  color: #767676;
}
.cid-rjThUZxLX4 .mbr-text P {
  color: #232323;
}
.cid-rjThUZxLX4 .mbr-text {
  color: #ea1818;
}
.cid-rjTi6Na5Om {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-rjHIC5S6dB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rjHIC5S6dB .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rjHIC5S6dB .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-rjHIC5S6dB .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rjHIC5S6dB .inner-container {
    width: 100% !important;
  }
}
.cid-rjHIC5S6dB .section-text B {
  color: #149dcc;
}
.cid-rjHIC5S6dB .section-text DIV {
  color: #232323;
}
.cid-rjHIC5S6dB .section-text FONT {
  color: #232323;
}
.cid-rjIsdw2xkY {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-rjIrT5vNBG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rjIrT5vNBG .counter-container {
  color: #767676;
}
.cid-rjIrT5vNBG .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-rjIrT5vNBG .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-rjIrT5vNBG .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-rjIrT5vNBG .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-rjIrT5vNBG .mbr-text SPAN {
  color: #232323;
}
.cid-rjIrT5vNBG .mbr-text B {
  color: #0f7699;
}
.cid-rjIrT5vNBG .mbr-text LI {
  color: #232323;
}
.cid-rjJ5o0sOI1 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-rjJ5cfXb9l {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rjJ5cfXb9l .counter-container {
  color: #767676;
}
.cid-rjJ5cfXb9l .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-rjJ5cfXb9l .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-rjJ5cfXb9l .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-rjJ5cfXb9l .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-rjJ5cfXb9l .mbr-text B {
  color: #0f7699;
}
.cid-rjJ5cfXb9l .mbr-text LI {
  color: #232323;
}
.cid-rjIwNvglC5 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-rjIJVzxU5o {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rjIJVzxU5o .mbr-text,
.cid-rjIJVzxU5o blockquote {
  color: #767676;
}
.cid-rjIJVzxU5o P {
  color: #0f7699;
}
.cid-rjJ3lnL6kG {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rjJ3lnL6kG .mbr-text,
.cid-rjJ3lnL6kG blockquote {
  color: #767676;
}
.cid-rjJ3lnL6kG .mbr-text P {
  color: #232323;
}
.cid-rjIwXmtwl8 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-rjJ5RgoHag {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rjJ5RgoHag .counter-container {
  color: #767676;
}
.cid-rjJ5RgoHag .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-rjJ5RgoHag .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-rjJ5RgoHag .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-rjJ5RgoHag .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-rjJ5RgoHag .mbr-text B {
  color: #0f7699;
}
.cid-sufGH37O5I {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sufGH37O5I .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sufGH37O5I .row {
  flex-direction: row-reverse;
}
.cid-sufGH37O5I img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sufGH37O5I .text-wrapper {
    padding: 2rem;
  }
}
.cid-sufGH37O5I .mbr-section-title {
  color: #0f7699;
}
.cid-ua1Zh7kcBl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-ua1Zh7kcBl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua1Zh7kcBl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua1Zh7kcBl .mbr-text {
  color: #000000;
}
.cid-ua1Zh7kcBl .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ua1Zh7kcBl .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-ua1Zh7kcBl .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ua1Zh7kcBl .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-ua1Zh7kcBl .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ua1Zh7kcBl .main-button {
    margin-bottom: 2rem;
  }
}
.cid-ua1Zh7kcBl .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ua1Zh7kcBl .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-ua1Zh7kcBl .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ua1Zh7kcBl .mbr-text UL {
  text-align: left;
}
.cid-ua1Zh7kcBl .mbr-section-subtitle,
.cid-ua1Zh7kcBl .main-button {
  color: #000000;
}
.cid-ua1Zh7kcBl .mbr-section-title {
  color: #2054dd;
}
.cid-raRimnTl5V {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #0f7699;
}
.cid-raRimnTl5V .row-links {
  width: 100%;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-raRimnTl5V .social-row {
  width: 100%;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-raRimnTl5V .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-raRimnTl5V .media-container-row .foot-menu {
  list-style: none;
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
}
.cid-raRimnTl5V .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-raRimnTl5V .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-raRimnTl5V .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
}
.cid-raRimnTl5V .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-raRimnTl5V .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-raRimnTl5V .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-raRimnTl5V .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-raRimnTl5V .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-raRimnTl5V .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-raRimnTl5V .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tJJXJiuwVL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJJXJiuwVL .mbr-section-subtitle {
  color: #787324;
  text-align: left;
}
.cid-tJJXJiuwVL .btn {
  margin: 0 0 .5rem 0;
}
.cid-sj5NwshIb6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sj5NwshIb6 nav.navbar {
  position: fixed;
}
.cid-sj5NwshIb6 .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-sj5NwshIb6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sj5NwshIb6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sj5NwshIb6 .dropdown-item:hover,
.cid-sj5NwshIb6 .dropdown-item:focus {
  background: #0f7699 !important;
  color: white !important;
}
.cid-sj5NwshIb6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sj5NwshIb6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sj5NwshIb6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sj5NwshIb6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sj5NwshIb6 .nav-link {
  position: relative;
}
.cid-sj5NwshIb6 .container {
  display: flex;
  margin: auto;
}
.cid-sj5NwshIb6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sj5NwshIb6 .dropdown-menu,
.cid-sj5NwshIb6 .navbar.opened {
  background: #ffffff !important;
}
.cid-sj5NwshIb6 .nav-item:focus,
.cid-sj5NwshIb6 .nav-link:focus {
  outline: none;
}
.cid-sj5NwshIb6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sj5NwshIb6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sj5NwshIb6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sj5NwshIb6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sj5NwshIb6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sj5NwshIb6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sj5NwshIb6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sj5NwshIb6 .navbar.opened {
  transition: all 0.3s;
}
.cid-sj5NwshIb6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sj5NwshIb6 .navbar .navbar-logo img {
  width: auto;
}
.cid-sj5NwshIb6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sj5NwshIb6 .navbar.collapsed {
  justify-content: center;
}
.cid-sj5NwshIb6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sj5NwshIb6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sj5NwshIb6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-sj5NwshIb6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sj5NwshIb6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sj5NwshIb6 .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-sj5NwshIb6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sj5NwshIb6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sj5NwshIb6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sj5NwshIb6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sj5NwshIb6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sj5NwshIb6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sj5NwshIb6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sj5NwshIb6 .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-sj5NwshIb6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sj5NwshIb6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sj5NwshIb6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sj5NwshIb6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sj5NwshIb6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sj5NwshIb6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sj5NwshIb6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sj5NwshIb6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sj5NwshIb6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sj5NwshIb6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sj5NwshIb6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sj5NwshIb6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sj5NwshIb6 .dropdown-item.active,
.cid-sj5NwshIb6 .dropdown-item:active {
  background-color: transparent;
}
.cid-sj5NwshIb6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sj5NwshIb6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sj5NwshIb6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sj5NwshIb6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sj5NwshIb6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sj5NwshIb6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sj5NwshIb6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sj5NwshIb6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sj5NwshIb6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sj5NwshIb6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sj5NwshIb6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sj5NwshIb6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sj5NwshIb6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sj5NwshIb6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sj5NwshIb6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sj5NwshIb6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sj5NwshIb6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sj5NwshIb6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sj5NwshIb6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sj5NwshIb6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sj5NwshIb6 .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-sj5NwshIb6 .navbar {
    height: 70px;
  }
  .cid-sj5NwshIb6 .navbar.opened {
    height: auto;
  }
  .cid-sj5NwshIb6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sj6YegkCPx {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-rIHZpeQtA0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rIHZpeQtA0 h2 {
  text-align: left;
}
.cid-rIHZpeQtA0 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rIHZpeQtA0 p {
  color: #767676;
  text-align: left;
}
.cid-rIHZpeQtA0 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rIHZpeQtA0 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rIHZpeQtA0 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rIHZpeQtA0 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rIHZpeQtA0 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rIHZpeQtA0 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rIHZpeQtA0 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rIHZpeQtA0 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rIHZpeQtA0 .card-img span {
    font-size: 40px !important;
  }
}
.cid-rIHZpeQtA0 P {
  color: #073b4c;
}
.cid-rII0xVXZu2 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rII0xVXZu2 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rII0xVXZu2 .mbr-content-text {
  color: #cc2952;
  margin-bottom: 0;
}
.cid-rII0xVXZu2 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rII0xVXZu2 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rII0xVXZu2 .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rII0xVXZu2 .media-block {
    padding-right: 2rem;
  }
}
.cid-rII0xVXZu2 .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-rII0xVXZu2 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rII0xVXZu2 .count {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .cid-rII0xVXZu2 .panel-item {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-rII0xVXZu2 .card-img {
    padding-bottom: 1rem;
    padding-right: 0 !important;
    margin: auto;
  }
}
.cid-rII0xVXZu2 H4 {
  color: #cc2952;
}
.cid-rII9XlhRnJ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rII9XlhRnJ .counter-container {
  color: #767676;
}
.cid-rII9XlhRnJ .counter-container ul {
  margin-bottom: 0;
}
.cid-rII9XlhRnJ .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rII9XlhRnJ .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-sj6YHtO1Lj {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sj6YHtO1Lj .row {
  flex-direction: row-reverse;
}
.cid-sj6YHtO1Lj .video-wrapper iframe {
  width: 100%;
}
.cid-sj6YHtO1Lj .mbr-section-title,
.cid-sj6YHtO1Lj .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sj6YHtO1Lj .text-wrapper {
    padding: 2rem;
  }
}
.cid-sj6YIyRzCv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sj6YIyRzCv .video-wrapper iframe {
  width: 100%;
}
.cid-sj6YIyRzCv .mbr-section-title,
.cid-sj6YIyRzCv .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sj6YIyRzCv .text-wrapper {
    padding: 2rem;
  }
}
.cid-sj6YJ9TUIh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj6YJ9TUIh .row {
  flex-direction: row-reverse;
}
.cid-sj6YJ9TUIh .video-wrapper iframe {
  width: 100%;
}
.cid-sj6YJ9TUIh .mbr-section-title,
.cid-sj6YJ9TUIh .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sj6YJ9TUIh .text-wrapper {
    padding: 2rem;
  }
}
.cid-sj6YLrBI8R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sj6YLrBI8R .video-wrapper iframe {
  width: 100%;
}
.cid-sj6YLrBI8R .mbr-section-title,
.cid-sj6YLrBI8R .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sj6YLrBI8R .text-wrapper {
    padding: 2rem;
  }
}
.cid-sj73XRINyl {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sj73XRINyl .row {
  flex-direction: row-reverse;
}
.cid-sj73XRINyl .video-wrapper iframe {
  width: 100%;
}
.cid-sj73XRINyl .mbr-section-title,
.cid-sj73XRINyl .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sj73XRINyl .text-wrapper {
    padding: 2rem;
  }
}
.cid-sj5IR6JiEw {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #0f7699;
}
.cid-sj5IR6JiEw .row-links {
  width: 100%;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sj5IR6JiEw .social-row {
  width: 100%;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sj5IR6JiEw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-sj5IR6JiEw .media-container-row .foot-menu {
  list-style: none;
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
}
.cid-sj5IR6JiEw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sj5IR6JiEw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sj5IR6JiEw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
}
.cid-sj5IR6JiEw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sj5IR6JiEw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sj5IR6JiEw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sj5IR6JiEw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sj5IR6JiEw .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sj5IR6JiEw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sj5IR6JiEw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tJJY2ZCIf0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJJY2ZCIf0 .mbr-section-subtitle {
  color: #787324;
  text-align: left;
}
.cid-tJJY2ZCIf0 .btn {
  margin: 0 0 .5rem 0;
}
.cid-sWP4xrlmu3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sWP4xrlmu3 nav.navbar {
  position: fixed;
}
.cid-sWP4xrlmu3 .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-sWP4xrlmu3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sWP4xrlmu3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sWP4xrlmu3 .dropdown-item:hover,
.cid-sWP4xrlmu3 .dropdown-item:focus {
  background: #0f7699 !important;
  color: white !important;
}
.cid-sWP4xrlmu3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sWP4xrlmu3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sWP4xrlmu3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sWP4xrlmu3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sWP4xrlmu3 .nav-link {
  position: relative;
}
.cid-sWP4xrlmu3 .container {
  display: flex;
  margin: auto;
}
.cid-sWP4xrlmu3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sWP4xrlmu3 .dropdown-menu,
.cid-sWP4xrlmu3 .navbar.opened {
  background: #ffffff !important;
}
.cid-sWP4xrlmu3 .nav-item:focus,
.cid-sWP4xrlmu3 .nav-link:focus {
  outline: none;
}
.cid-sWP4xrlmu3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sWP4xrlmu3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWP4xrlmu3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sWP4xrlmu3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sWP4xrlmu3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sWP4xrlmu3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sWP4xrlmu3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sWP4xrlmu3 .navbar.opened {
  transition: all 0.3s;
}
.cid-sWP4xrlmu3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sWP4xrlmu3 .navbar .navbar-logo img {
  width: auto;
}
.cid-sWP4xrlmu3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sWP4xrlmu3 .navbar.collapsed {
  justify-content: center;
}
.cid-sWP4xrlmu3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sWP4xrlmu3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sWP4xrlmu3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-sWP4xrlmu3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sWP4xrlmu3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sWP4xrlmu3 .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-sWP4xrlmu3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sWP4xrlmu3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sWP4xrlmu3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sWP4xrlmu3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sWP4xrlmu3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWP4xrlmu3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sWP4xrlmu3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sWP4xrlmu3 .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-sWP4xrlmu3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sWP4xrlmu3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sWP4xrlmu3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sWP4xrlmu3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sWP4xrlmu3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sWP4xrlmu3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sWP4xrlmu3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sWP4xrlmu3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sWP4xrlmu3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sWP4xrlmu3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sWP4xrlmu3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sWP4xrlmu3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWP4xrlmu3 .dropdown-item.active,
.cid-sWP4xrlmu3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sWP4xrlmu3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sWP4xrlmu3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sWP4xrlmu3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sWP4xrlmu3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sWP4xrlmu3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sWP4xrlmu3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWP4xrlmu3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sWP4xrlmu3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sWP4xrlmu3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sWP4xrlmu3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sWP4xrlmu3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sWP4xrlmu3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sWP4xrlmu3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sWP4xrlmu3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sWP4xrlmu3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sWP4xrlmu3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sWP4xrlmu3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sWP4xrlmu3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sWP4xrlmu3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sWP4xrlmu3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sWP4xrlmu3 .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-sWP4xrlmu3 .navbar {
    height: 70px;
  }
  .cid-sWP4xrlmu3 .navbar.opened {
    height: auto;
  }
  .cid-sWP4xrlmu3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sWSmo6hp4A {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sWSmo6hp4A .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-sWP4xr3jIy {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #0f7699;
}
.cid-sWP4xr3jIy .row-links {
  width: 100%;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sWP4xr3jIy .social-row {
  width: 100%;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sWP4xr3jIy .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-sWP4xr3jIy .media-container-row .foot-menu {
  list-style: none;
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
}
.cid-sWP4xr3jIy .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sWP4xr3jIy .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sWP4xr3jIy .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
}
.cid-sWP4xr3jIy .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sWP4xr3jIy .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sWP4xr3jIy .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sWP4xr3jIy .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sWP4xr3jIy .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sWP4xr3jIy .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sWP4xr3jIy .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tJJY0aEOvY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJJY0aEOvY .mbr-section-subtitle {
  color: #787324;
  text-align: left;
}
.cid-tJJY0aEOvY .btn {
  margin: 0 0 .5rem 0;
}
.cid-sZkw4AsFQL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sZkw4AsFQL nav.navbar {
  position: fixed;
}
.cid-sZkw4AsFQL .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-sZkw4AsFQL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sZkw4AsFQL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sZkw4AsFQL .dropdown-item:hover,
.cid-sZkw4AsFQL .dropdown-item:focus {
  background: #0f7699 !important;
  color: white !important;
}
.cid-sZkw4AsFQL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sZkw4AsFQL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sZkw4AsFQL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sZkw4AsFQL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sZkw4AsFQL .nav-link {
  position: relative;
}
.cid-sZkw4AsFQL .container {
  display: flex;
  margin: auto;
}
.cid-sZkw4AsFQL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sZkw4AsFQL .dropdown-menu,
.cid-sZkw4AsFQL .navbar.opened {
  background: #ffffff !important;
}
.cid-sZkw4AsFQL .nav-item:focus,
.cid-sZkw4AsFQL .nav-link:focus {
  outline: none;
}
.cid-sZkw4AsFQL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sZkw4AsFQL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sZkw4AsFQL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sZkw4AsFQL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sZkw4AsFQL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sZkw4AsFQL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sZkw4AsFQL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sZkw4AsFQL .navbar.opened {
  transition: all 0.3s;
}
.cid-sZkw4AsFQL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sZkw4AsFQL .navbar .navbar-logo img {
  width: auto;
}
.cid-sZkw4AsFQL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sZkw4AsFQL .navbar.collapsed {
  justify-content: center;
}
.cid-sZkw4AsFQL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sZkw4AsFQL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sZkw4AsFQL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-sZkw4AsFQL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sZkw4AsFQL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sZkw4AsFQL .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-sZkw4AsFQL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sZkw4AsFQL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sZkw4AsFQL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sZkw4AsFQL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sZkw4AsFQL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sZkw4AsFQL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sZkw4AsFQL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sZkw4AsFQL .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-sZkw4AsFQL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sZkw4AsFQL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sZkw4AsFQL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sZkw4AsFQL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sZkw4AsFQL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sZkw4AsFQL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sZkw4AsFQL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sZkw4AsFQL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sZkw4AsFQL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sZkw4AsFQL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sZkw4AsFQL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sZkw4AsFQL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sZkw4AsFQL .dropdown-item.active,
.cid-sZkw4AsFQL .dropdown-item:active {
  background-color: transparent;
}
.cid-sZkw4AsFQL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sZkw4AsFQL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sZkw4AsFQL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sZkw4AsFQL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sZkw4AsFQL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sZkw4AsFQL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sZkw4AsFQL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sZkw4AsFQL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sZkw4AsFQL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sZkw4AsFQL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sZkw4AsFQL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sZkw4AsFQL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZkw4AsFQL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sZkw4AsFQL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sZkw4AsFQL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZkw4AsFQL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sZkw4AsFQL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sZkw4AsFQL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sZkw4AsFQL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sZkw4AsFQL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sZkw4AsFQL .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-sZkw4AsFQL .navbar {
    height: 70px;
  }
  .cid-sZkw4AsFQL .navbar.opened {
    height: auto;
  }
  .cid-sZkw4AsFQL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBZ1Ba5TL6 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBZ1Ba5TL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBZ1Ba5TL6 .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-uBZ1Ba5TL6 .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uBZ1Ba5TL6 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uBZ1Ba5TL6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uBZ1Ba5TL6 .media-content,
.cid-uBZ1Ba5TL6 .mbr-figure {
  align-self: center;
}
.cid-uBZ1Ba5TL6 .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uBZ1Ba5TL6 .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uBZ1Ba5TL6 .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uBZ1Ba5TL6 .mbr-section-maintitle {
  text-align: center;
}
.cid-uBZ1Ba5TL6 .mbr-section-title {
  text-align: left;
  color: #2054dd;
}
.cid-uBZ1Ba5TL6 .mbr-text,
.cid-uBZ1Ba5TL6 .mbr-section-btn {
  text-align: left;
}
.cid-uFEa2bZiVn {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFEa2bZiVn .mbr-section-subtitle {
  color: #767676;
}
.cid-uFEa2bZiVn .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uFEa2bZiVn .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-uFEa2bZiVn .team-item .item-image img {
  width: 100%;
}
.cid-uFEa2bZiVn .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uFEa2bZiVn .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uFEa2bZiVn .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uFEa2bZiVn .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uFEa2bZiVn .team-item .item-caption {
  background: #efefef;
}
.cid-uFEa2bZiVn H2 {
  color: #0f7699;
}
.cid-uFEa2bZiVn .mbr-section-subtitle B {
  color: #149dcc;
}
.cid-uFEa2bZiVn .item-role B {
  color: #0f7699;
}
.cid-uFEa2bZiVn .item-role P {
  color: #232323;
}
.cid-uGpxz8qyBK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uGpxz8qyBK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGpxz8qyBK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGpxz8qyBK .mbr-description {
  text-align: left;
}
.cid-uGpxz8qyBK .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uGpxz8qyBK .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGpxz8qyBK .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uGpxz8qyBK .card-title,
.cid-uGpxz8qyBK .iconfont-wrapper {
  color: #000000;
}
.cid-uGpxz8qyBK .card-text {
  color: #000000;
}
.cid-uGpxz8qyBK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGpxz8qyBK .mbr-text,
.cid-uGpxz8qyBK .mbr-section-btn {
  text-align: center;
}
.cid-uGpxz8qyBK .card-text,
.cid-uGpxz8qyBK .item .mbr-section-btn {
  text-align: left;
}
.cid-uGpxz8qyBK .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uGpxz8qyBK .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uGpxz8qyBK .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2054dd;
  background-color: #2054dd;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uGpxz8qyBK .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uGpxz8qyBK .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uGpxz8qyBK .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #2054dd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGpxz8qyBK .mbr-text UL {
  text-align: left;
}
.cid-uGpxz8qyBK .mbr-text {
  text-align: left;
}
.cid-uGpxz8qyBK .mbr-subtitle {
  text-align: center;
}
.cid-uGpxznc1fn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uGpxznc1fn .row {
  flex-direction: row-reverse;
}
.cid-uGpxznc1fn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGpxznc1fn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGpxznc1fn .mbr-description {
  text-align: left;
}
.cid-uGpxznc1fn .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uGpxznc1fn .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uGpxznc1fn .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uGpxznc1fn .card-title,
.cid-uGpxznc1fn .iconfont-wrapper {
  color: #000000;
}
.cid-uGpxznc1fn .card-text {
  color: #000000;
}
.cid-uGpxznc1fn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGpxznc1fn .mbr-text,
.cid-uGpxznc1fn .mbr-section-btn {
  text-align: center;
}
.cid-uGpxznc1fn .card-text,
.cid-uGpxznc1fn .item .mbr-section-btn {
  text-align: left;
}
.cid-uGpxznc1fn .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uGpxznc1fn .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uGpxznc1fn .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2054dd;
  background-color: #2054dd;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uGpxznc1fn .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uGpxznc1fn .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uGpxznc1fn .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #2054dd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGpxznc1fn .mbr-text UL {
  text-align: left;
}
.cid-uGpxznc1fn .mbr-text {
  text-align: left;
}
.cid-uGpxznc1fn .mbr-subtitle {
  text-align: center;
}
.cid-t0RmHuZ5Lk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t0RmHuZ5Lk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t0RmHuZ5Lk .row {
  flex-direction: row-reverse;
}
.cid-t0RmHuZ5Lk img {
  width: 100%;
}
.cid-sZkw4yeLqj {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZkw4yeLqj .mbr-section-subtitle {
  color: #767676;
}
.cid-sZkw4yeLqj .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sZkw4yeLqj .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sZkw4yeLqj .team-item .item-image img {
  width: 100%;
}
.cid-sZkw4yeLqj .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sZkw4yeLqj .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sZkw4yeLqj .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sZkw4yeLqj .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sZkw4yeLqj .team-item .item-caption {
  background: #efefef;
}
.cid-sZkw4yeLqj H2 {
  color: #0f7699;
}
.cid-sZkw4yeLqj .mbr-section-subtitle B {
  color: #149dcc;
}
.cid-sZkw4yeLqj .item-role B {
  color: #0f7699;
}
.cid-sZkw4yeLqj .item-role P {
  color: #232323;
}
.cid-u8IOEM6yd7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u8IOEM6yd7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8IOEM6yd7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8IOEM6yd7 .video-wrapper iframe {
  width: 100%;
}
.cid-u8IOEM6yd7 .mbr-section-title,
.cid-u8IOEM6yd7 .mbr-section-subtitle,
.cid-u8IOEM6yd7 .mbr-text {
  text-align: center;
}
.cid-sZkyPEEash {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sZkyPEEash .video-wrapper iframe {
  width: 100%;
}
.cid-sZkyPEEash .mbr-section-title,
.cid-sZkyPEEash .mbr-section-subtitle,
.cid-sZkyPEEash .mbr-text {
  text-align: center;
}
.cid-sZkyPEEash .mbr-text {
  color: #149dcc;
}
.cid-tzJQv14LRd {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/noseasindiferentealautismo-banner.jpg");
}
.cid-sZkw4zoJOO {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZkw4A9iOt {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #0f7699;
}
.cid-sZkw4A9iOt .row-links {
  width: 100%;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sZkw4A9iOt .social-row {
  width: 100%;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sZkw4A9iOt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-sZkw4A9iOt .media-container-row .foot-menu {
  list-style: none;
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
}
.cid-sZkw4A9iOt .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sZkw4A9iOt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sZkw4A9iOt .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
}
.cid-sZkw4A9iOt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sZkw4A9iOt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sZkw4A9iOt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sZkw4A9iOt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sZkw4A9iOt .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sZkw4A9iOt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sZkw4A9iOt .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tJJXxNJ3Fg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJJXxNJ3Fg .mbr-section-subtitle {
  color: #787324;
  text-align: left;
}
.cid-tJJXxNJ3Fg .btn {
  margin: 0 0 .5rem 0;
}
.cid-t0GuthPQXS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t0GuthPQXS nav.navbar {
  position: fixed;
}
.cid-t0GuthPQXS .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-t0GuthPQXS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t0GuthPQXS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t0GuthPQXS .dropdown-item:hover,
.cid-t0GuthPQXS .dropdown-item:focus {
  background: #0f7699 !important;
  color: white !important;
}
.cid-t0GuthPQXS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t0GuthPQXS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t0GuthPQXS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t0GuthPQXS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0GuthPQXS .nav-link {
  position: relative;
}
.cid-t0GuthPQXS .container {
  display: flex;
  margin: auto;
}
.cid-t0GuthPQXS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0GuthPQXS .dropdown-menu,
.cid-t0GuthPQXS .navbar.opened {
  background: #ffffff !important;
}
.cid-t0GuthPQXS .nav-item:focus,
.cid-t0GuthPQXS .nav-link:focus {
  outline: none;
}
.cid-t0GuthPQXS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t0GuthPQXS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0GuthPQXS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0GuthPQXS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0GuthPQXS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0GuthPQXS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0GuthPQXS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t0GuthPQXS .navbar.opened {
  transition: all 0.3s;
}
.cid-t0GuthPQXS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0GuthPQXS .navbar .navbar-logo img {
  width: auto;
}
.cid-t0GuthPQXS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0GuthPQXS .navbar.collapsed {
  justify-content: center;
}
.cid-t0GuthPQXS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0GuthPQXS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0GuthPQXS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-t0GuthPQXS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0GuthPQXS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0GuthPQXS .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-t0GuthPQXS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0GuthPQXS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t0GuthPQXS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t0GuthPQXS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0GuthPQXS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0GuthPQXS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0GuthPQXS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0GuthPQXS .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-t0GuthPQXS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t0GuthPQXS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0GuthPQXS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0GuthPQXS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0GuthPQXS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0GuthPQXS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0GuthPQXS .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0GuthPQXS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t0GuthPQXS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t0GuthPQXS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t0GuthPQXS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0GuthPQXS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0GuthPQXS .dropdown-item.active,
.cid-t0GuthPQXS .dropdown-item:active {
  background-color: transparent;
}
.cid-t0GuthPQXS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0GuthPQXS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0GuthPQXS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0GuthPQXS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t0GuthPQXS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0GuthPQXS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0GuthPQXS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0GuthPQXS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0GuthPQXS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t0GuthPQXS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t0GuthPQXS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0GuthPQXS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0GuthPQXS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0GuthPQXS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0GuthPQXS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0GuthPQXS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0GuthPQXS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0GuthPQXS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0GuthPQXS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t0GuthPQXS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0GuthPQXS .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-t0GuthPQXS .navbar {
    height: 70px;
  }
  .cid-t0GuthPQXS .navbar.opened {
    height: auto;
  }
  .cid-t0GuthPQXS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0Gy14QgGm {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t0Gy14QgGm .mbr-section-title {
  color: #0f7699;
}
.cid-t0GxnnnH7f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t0GxnnnH7f .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-t0GxnnnH7f .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-t0GxnnnH7f .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-t0GxnnnH7f .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: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0GxnnnH7f .mbr-text {
  color: #232323;
}
.cid-t0GCTS0I97 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t0GCTS0I97 img,
.cid-t0GCTS0I97 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t0GCTS0I97 .item:focus,
.cid-t0GCTS0I97 span:focus {
  outline: none;
}
.cid-t0GCTS0I97 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-t0GCTS0I97 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t0GCTS0I97 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-t0GCTS0I97 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t0GCTS0I97 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t0GCTS0I97 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t0GCTS0I97 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t0GCTS0I97 .mbr-section-title {
  color: #ffffff;
}
.cid-t0GCTS0I97 .mbr-text,
.cid-t0GCTS0I97 .mbr-section-btn {
  text-align: center;
}
.cid-t0GCTS0I97 .item-title {
  text-align: center;
}
.cid-t0GCTS0I97 .item-subtitle {
  text-align: left;
}
.cid-t0GE4jFv3G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t0GE4jFv3G img,
.cid-t0GE4jFv3G .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t0GE4jFv3G .item:focus,
.cid-t0GE4jFv3G span:focus {
  outline: none;
}
.cid-t0GE4jFv3G .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-t0GE4jFv3G .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t0GE4jFv3G .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-t0GE4jFv3G .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t0GE4jFv3G .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t0GE4jFv3G .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t0GE4jFv3G .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t0GE4jFv3G .mbr-section-title {
  color: #ffffff;
}
.cid-t0GE4jFv3G .mbr-text,
.cid-t0GE4jFv3G .mbr-section-btn {
  text-align: center;
}
.cid-t0GE4jFv3G .item-title {
  text-align: center;
}
.cid-t0GE4jFv3G .item-subtitle {
  text-align: left;
}
.cid-t0GuthvZuz {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #0f7699;
}
.cid-t0GuthvZuz .row-links {
  width: 100%;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-t0GuthvZuz .social-row {
  width: 100%;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-t0GuthvZuz .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-t0GuthvZuz .media-container-row .foot-menu {
  list-style: none;
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
}
.cid-t0GuthvZuz .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t0GuthvZuz .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t0GuthvZuz .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
}
.cid-t0GuthvZuz .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t0GuthvZuz .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t0GuthvZuz .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t0GuthvZuz .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t0GuthvZuz .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-t0GuthvZuz .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t0GuthvZuz .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tJJXXtAjf2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJJXXtAjf2 .mbr-section-subtitle {
  color: #787324;
  text-align: left;
}
.cid-tJJXXtAjf2 .btn {
  margin: 0 0 .5rem 0;
}
