body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4.2rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.72rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.4rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.9rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.6rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Noto Sans', 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.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((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: #0b2438 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #b1a374 !important;
}
.bg-warning {
  background-color: #265276 !important;
}
.bg-danger {
  background-color: #c4bc3b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0b2438 !important;
  border-color: #0b2438 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-info,
.btn-info:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #265276 !important;
  border-color: #265276 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #132a3c !important;
  border-color: #132a3c !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #132a3c !important;
  border-color: #132a3c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c4bc3b !important;
  border-color: #c4bc3b !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #898429 !important;
  border-color: #898429 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #898429 !important;
  border-color: #898429 !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: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0b2438;
  border-color: #0b2438;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0b2438 !important;
  border-color: #0b2438 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #0d1c29;
  color: #0d1c29;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #265276;
  border-color: #265276;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #265276 !important;
  border-color: #265276 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #767123;
  color: #767123;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #c4bc3b;
  border-color: #c4bc3b;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c4bc3b !important;
  border-color: #c4bc3b !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: #0b2438 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #b1a374 !important;
}
.text-warning {
  color: #265276 !important;
}
.text-danger {
  color: #c4bc3b !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #7a6e45 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #0d1c29 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #767123 !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: #b1a374;
}
.alert-warning {
  background-color: #265276;
}
.alert-danger {
  background-color: #c4bc3b;
}
.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: #0b2438;
  border-color: #0b2438;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0b2438;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4d9cdc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dfd9c6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #5494c8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e2dd9d;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #0b2438;
}
/* 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: #0b2438;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #0b2438;
}
.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: #0b2438;
  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: #0b2438;
  border-bottom-color: #0b2438;
}
.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: #0b2438 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffffff !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='%230b2438' %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-uFbGvMv06n .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uFbGvMv06n .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uFbGvMv06n a {
  font-style: normal;
}
.cid-uFbGvMv06n .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFbGvMv06n .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFbGvMv06n .nav-item:focus,
.cid-uFbGvMv06n .nav-link:focus {
  outline: none;
}
.cid-uFbGvMv06n .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFbGvMv06n .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFbGvMv06n .menu-logo {
  margin-right: auto;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFbGvMv06n .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uFbGvMv06n .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFbGvMv06n .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFbGvMv06n button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFbGvMv06n button.navbar-toggler:focus {
  outline: none;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #008374;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFbGvMv06n .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFbGvMv06n .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFbGvMv06n .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFbGvMv06n .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFbGvMv06n .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFbGvMv06n .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFbGvMv06n .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFbGvMv06n.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFbGvMv06n img {
    height: 3.8rem !important;
  }
  .cid-uFbGvMv06n .btn {
    display: -webkit-flex;
  }
  .cid-uFbGvMv06n button.navbar-toggler {
    display: block;
  }
  .cid-uFbGvMv06n .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFbGvMv06n .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFbGvMv06n .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing,
  .cid-uFbGvMv06n .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-nav,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFbGvMv06n .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFbGvMv06n .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFbGvMv06n .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFbGvMv06n .nav-link:hover,
.cid-uFbGvMv06n .dropdown-item:hover {
  color: #767676 !important;
}
.cid-ueCku0ofJI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ueCku0ofJI .mbr-text,
.cid-ueCku0ofJI blockquote {
  color: #767676;
}
.cid-unrs7peimt {
  background: #000000;
}
.cid-unrs7peimt .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-unrs7peimt .video-block {
    width: 100% !important;
  }
}
.cid-unrs84kzz9 {
  background-image: url("../../../assets/images/400dc-zoom-2000x1304.webp");
}
.cid-unrs84kzz9 H1 {
  text-align: left;
}
.cid-unrs84kzz9 H3 {
  text-align: left;
}
.cid-unrsas3FLP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unrsas3FLP .mbr-section-subtitle {
  color: #405051;
}
.cid-unrsas3FLP H2 {
  color: #405051;
}
.cid-uKFWsT7816 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/280cc-x-and-400dcx-dubai.webp");
}
.cid-unrscbg6JS {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-unrscbg6JS .image-block {
  margin: auto;
}
.cid-unrscbg6JS .mbr-figure {
  margin: 0 auto;
}
.cid-unrscbg6JS figcaption {
  position: relative;
}
.cid-unrscbg6JS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unrscbg6JS .image-block {
    width: 100% !important;
  }
}
.cid-ufu4tItSvW {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-ufu4tItSvW::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #c1c1c1 -10%, transparent 80%);
}
.cid-ufu4tItSvW::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #ffffff -10%, transparent 80%);
}
.cid-ufu4tItSvW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufu4tItSvW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ufu4tItSvW .container {
    padding: 0 16px;
  }
}
.cid-ufu4tItSvW .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-ufu4tItSvW .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-ufu4tItSvW .content-wrapper {
  margin-bottom: 80px;
}
.cid-ufu4tItSvW .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ufu4tItSvW .content-wrapper .mbr-section-title span {
  color: #efefef;
}
.cid-ufu4tItSvW .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-ufu4tItSvW .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-ufu4tItSvW .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-ufu4tItSvW .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-ufu4tItSvW .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-ufu4tItSvW .item .item-wrapper {
    padding: 32px;
  }
}
.cid-ufu4tItSvW .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ufu4tItSvW .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-ufu4tItSvW .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-ufu4tItSvW .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #232323;
}
.cid-ufu4tItSvW .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-ufu4tItSvW .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-ufu4tItSvW .mbr-section-title {
  color: #000000;
}
.cid-ufu4tItSvW .mbr-text,
.cid-ufu4tItSvW .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.cid-ufu4tItSvW .item-title {
  color: #000000;
}
.cid-ufu4tItSvW .item-text {
  color: #6f6f6f;
}
.cid-ufu4tItSvW .mbr-section-title,
.cid-ufu4tItSvW .mbr-section-btn {
  text-align: center;
}
.cid-unrsdr1K8l {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-unrsdr1K8l .card-box {
  padding: 0 2rem;
}
.cid-unrsdr1K8l .mbr-section-btn {
  padding-top: 1rem;
}
.cid-unrsdr1K8l .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-unrsdr1K8l h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-unrsdr1K8l p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-unrsdr1K8l .mbr-text {
  color: #767676;
}
.cid-unrsdr1K8l .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-unrsdr1K8l .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-unrsdr1K8l .card-title {
  color: #008374;
}
.cid-unrs98b4P0 {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-unrs98b4P0 .image-block {
  margin: auto;
}
.cid-unrs98b4P0 .mbr-figure {
  margin: 0 auto;
}
.cid-unrs98b4P0 figcaption {
  position: relative;
}
.cid-unrs98b4P0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unrs98b4P0 .image-block {
    width: 100% !important;
  }
}
.cid-unrsfl0ySD {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-unrsfl0ySD .mbr-section-subtitle {
  color: #405051;
}
.cid-unrsgWf2wI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-unrsgWf2wI .card-box {
  padding: 0 2rem;
}
.cid-unrsgWf2wI .mbr-section-btn {
  padding-top: 1rem;
}
.cid-unrsgWf2wI .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-unrsgWf2wI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-unrsgWf2wI p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-unrsgWf2wI .mbr-text {
  color: #767676;
}
.cid-unrsgWf2wI .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-unrsgWf2wI .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-unrsgWf2wI .card-title {
  color: #008374;
}
.cid-ufu9Z8clKo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufu9Z8clKo h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ufu9Z8clKo p {
  color: #767676;
  text-align: left;
}
.cid-ufu9Z8clKo .card-box {
  padding-top: 2rem;
}
.cid-ufu9Z8clKo .card-wrapper {
  height: 100%;
}
.cid-unrshEPCDO {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-unrshEPCDO .image-block {
  margin: auto;
}
.cid-unrshEPCDO .mbr-figure {
  margin: 0 auto;
}
.cid-unrshEPCDO figcaption {
  position: relative;
}
.cid-unrshEPCDO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unrshEPCDO .image-block {
    width: 100% !important;
  }
}
.cid-unrsiiyO2J {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-unrsiiyO2J .card-box {
  padding: 0 2rem;
}
.cid-unrsiiyO2J .mbr-section-btn {
  padding-top: 1rem;
}
.cid-unrsiiyO2J .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-unrsiiyO2J h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-unrsiiyO2J p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-unrsiiyO2J .mbr-text {
  color: #767676;
}
.cid-unrsiiyO2J .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-unrsiiyO2J .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-unrsiiyO2J .card-title {
  color: #008374;
}
.cid-unrsiZEjVU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-unrsiZEjVU h2 {
  text-align: left;
}
.cid-unrsiZEjVU h4 {
  text-align: left;
  font-weight: 500;
}
.cid-unrsiZEjVU p {
  color: #767676;
  text-align: left;
}
.cid-unrsiZEjVU .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-unrsiZEjVU .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-unrsiZEjVU .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-unrsiZEjVU .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-unrsiZEjVU .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-unrsiZEjVU .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-unrsiZEjVU .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-unrsiZEjVU .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-unrsiZEjVU .card-img span {
    font-size: 40px !important;
  }
}
.cid-unrsiZEjVU P {
  color: #465052;
}
.cid-unrsjBgOFv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-unrsjBgOFv .card-box {
  padding: 0 2rem;
}
.cid-unrsjBgOFv .mbr-section-btn {
  padding-top: 1rem;
}
.cid-unrsjBgOFv .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-unrsjBgOFv h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-unrsjBgOFv p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-unrsjBgOFv .mbr-text {
  color: #767676;
}
.cid-unrsjBgOFv .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-unrsjBgOFv .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-unrsjBgOFv .card-title {
  color: #008374;
}
.cid-unrsk20HkA {
  background: #ffffff;
}
.cid-unrsk20HkA .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-unrsk20HkA .video-block {
    width: 100% !important;
  }
}
.cid-unsb0Yj5Pp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unsb0Yj5Pp .line {
  background-color: #1a6a35;
  color: #1a6a35;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-unsb0Yj5Pp .section-text {
  padding: 2rem 0;
}
.cid-unsb0Yj5Pp .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-unsb0Yj5Pp .inner-container {
    width: 100% !important;
  }
}
.cid-uwZ1xBZk5x {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #000000, #ffffff);
}
.cid-uwZ1xBZk5x .image-block {
  margin: auto;
}
.cid-uwZ1xBZk5x .mbr-figure {
  margin: 0 auto;
}
.cid-uwZ1xBZk5x figcaption {
  position: relative;
}
.cid-uwZ1xBZk5x figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwZ1xBZk5x .image-block {
    width: 100% !important;
  }
}
.cid-uFbGArajjT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #061622;
}
.cid-uFbGArajjT .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFbGArajjT .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFbGArajjT .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFbGArajjT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFbGArajjT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFbGArajjT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFbGArajjT .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFbGArajjT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFbGArajjT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFbGArajjT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFbGArajjT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFbGArajjT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFbGArajjT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFbGArajjT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFbGvMv06n .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uFbGvMv06n .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uFbGvMv06n a {
  font-style: normal;
}
.cid-uFbGvMv06n .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFbGvMv06n .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFbGvMv06n .nav-item:focus,
.cid-uFbGvMv06n .nav-link:focus {
  outline: none;
}
.cid-uFbGvMv06n .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFbGvMv06n .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFbGvMv06n .menu-logo {
  margin-right: auto;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFbGvMv06n .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uFbGvMv06n .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFbGvMv06n .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFbGvMv06n button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFbGvMv06n button.navbar-toggler:focus {
  outline: none;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #008374;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFbGvMv06n .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFbGvMv06n .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFbGvMv06n .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFbGvMv06n .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFbGvMv06n .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFbGvMv06n .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFbGvMv06n .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFbGvMv06n.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFbGvMv06n img {
    height: 3.8rem !important;
  }
  .cid-uFbGvMv06n .btn {
    display: -webkit-flex;
  }
  .cid-uFbGvMv06n button.navbar-toggler {
    display: block;
  }
  .cid-uFbGvMv06n .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFbGvMv06n .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFbGvMv06n .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing,
  .cid-uFbGvMv06n .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-nav,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFbGvMv06n .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFbGvMv06n .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFbGvMv06n .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFbGvMv06n .nav-link:hover,
.cid-uFbGvMv06n .dropdown-item:hover {
  color: #767676 !important;
}
.cid-unseusXDGd {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-unseusXDGd .image-block {
  margin: auto;
}
.cid-unseusXDGd .mbr-figure {
  margin: 0 auto;
}
.cid-unseusXDGd figcaption {
  position: relative;
}
.cid-unseusXDGd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unseusXDGd .image-block {
    width: 100% !important;
  }
}
.cid-std1kwQ2BZ {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #073b4c;
}
.cid-std1kwQ2BZ .form-control,
.cid-std1kwQ2BZ .form-control:focus {
  background: #efefef;
  border: 1px solid #465052;
}
.cid-std1kwQ2BZ .form-container {
  transition: all .2s;
  border: 1px solid #465052;
  padding: 1rem;
  background: linear-gradient(#c1c1c1, #232323);
  border: none;
}
.cid-std1kwQ2BZ textarea.form-control {
  min-height: 188px;
}
.cid-std1kwQ2BZ .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .cid-std1kwQ2BZ .content-container {
    padding-right: 5rem;
  }
}
.cid-std1kwQ2BZ H1 {
  color: #011121;
}
.cid-std1kwQ2BZ .mbr-text,
.cid-std1kwQ2BZ .mbr-section-btn {
  color: #ffffff;
}
.cid-std1kwQ2BZ LABEL {
  color: #ffffff;
}
.cid-std1kwQ2BZ H6 {
  color: #ffffff;
}
.cid-uvWo868gzL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-20241121-105642798-hdr-2000x1500.webp");
}
.cid-uFbGArajjT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #061622;
}
.cid-uFbGArajjT .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFbGArajjT .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFbGArajjT .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFbGArajjT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFbGArajjT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFbGArajjT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFbGArajjT .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFbGArajjT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFbGArajjT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFbGArajjT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFbGArajjT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFbGArajjT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFbGArajjT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFbGArajjT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFbGvMv06n .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uFbGvMv06n .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uFbGvMv06n a {
  font-style: normal;
}
.cid-uFbGvMv06n .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFbGvMv06n .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFbGvMv06n .nav-item:focus,
.cid-uFbGvMv06n .nav-link:focus {
  outline: none;
}
.cid-uFbGvMv06n .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFbGvMv06n .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFbGvMv06n .menu-logo {
  margin-right: auto;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFbGvMv06n .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uFbGvMv06n .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFbGvMv06n .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFbGvMv06n button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFbGvMv06n button.navbar-toggler:focus {
  outline: none;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #008374;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFbGvMv06n .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFbGvMv06n .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFbGvMv06n .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFbGvMv06n .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFbGvMv06n .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFbGvMv06n .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFbGvMv06n .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFbGvMv06n.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFbGvMv06n img {
    height: 3.8rem !important;
  }
  .cid-uFbGvMv06n .btn {
    display: -webkit-flex;
  }
  .cid-uFbGvMv06n button.navbar-toggler {
    display: block;
  }
  .cid-uFbGvMv06n .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFbGvMv06n .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFbGvMv06n .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing,
  .cid-uFbGvMv06n .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-nav,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFbGvMv06n .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFbGvMv06n .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFbGvMv06n .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFbGvMv06n .nav-link:hover,
.cid-uFbGvMv06n .dropdown-item:hover {
  color: #767676 !important;
}
.cid-ucWelSQuWZ {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-ucWelSQuWZ .mbr-text,
.cid-ucWelSQuWZ blockquote {
  color: #767676;
}
.cid-ucW5xPnUFY {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-ucW5xPnUFY .mbr-section-subtitle {
  color: #767676;
}
.cid-ucW5xPnUFY .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tc09A2IMNW {
  background: #ffffff;
  background: linear-gradient(0deg, #000000, #ffffff);
}
.cid-tc09A2IMNW .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tc09A2IMNW figcaption {
  position: relative;
}
.cid-tc09A2IMNW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tc09A2IMNW .image-block {
    width: 100% !important;
  }
}
.cid-uFbGArajjT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #061622;
}
.cid-uFbGArajjT .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFbGArajjT .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFbGArajjT .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFbGArajjT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFbGArajjT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFbGArajjT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFbGArajjT .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFbGArajjT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFbGArajjT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFbGArajjT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFbGArajjT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFbGArajjT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFbGArajjT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFbGArajjT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFbGvMv06n .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uFbGvMv06n .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uFbGvMv06n a {
  font-style: normal;
}
.cid-uFbGvMv06n .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFbGvMv06n .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFbGvMv06n .nav-item:focus,
.cid-uFbGvMv06n .nav-link:focus {
  outline: none;
}
.cid-uFbGvMv06n .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFbGvMv06n .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFbGvMv06n .menu-logo {
  margin-right: auto;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFbGvMv06n .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uFbGvMv06n .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFbGvMv06n .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFbGvMv06n button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFbGvMv06n button.navbar-toggler:focus {
  outline: none;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #008374;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFbGvMv06n .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFbGvMv06n .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFbGvMv06n .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFbGvMv06n .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFbGvMv06n .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFbGvMv06n .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFbGvMv06n .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFbGvMv06n.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFbGvMv06n img {
    height: 3.8rem !important;
  }
  .cid-uFbGvMv06n .btn {
    display: -webkit-flex;
  }
  .cid-uFbGvMv06n button.navbar-toggler {
    display: block;
  }
  .cid-uFbGvMv06n .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFbGvMv06n .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFbGvMv06n .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing,
  .cid-uFbGvMv06n .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-nav,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFbGvMv06n .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFbGvMv06n .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFbGvMv06n .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFbGvMv06n .nav-link:hover,
.cid-uFbGvMv06n .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sD5eBvWvMP {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sD5eBvWvMP .mbr-section-subtitle {
  color: #002f53;
}
.cid-sD5eBvWvMP H1 {
  color: #002f53;
}
.cid-u6dHTlB3w2 {
  background: #ffffff;
}
.cid-u6dHTlB3w2 .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-u6dHTlB3w2 .video-block {
    width: 100% !important;
  }
}
.cid-tw4glBwbg3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tw4glBwbg3 .mbr-section-subtitle {
  color: #405051;
}
.cid-tw4glBwbg3 H2 {
  color: #405051;
}
.cid-uf5Yw697Bl {
  background: #ffffff;
}
.cid-uf5Yw697Bl .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uf5Yw697Bl .mbr-figure {
  margin: 0 auto;
}
.cid-uf5Yw697Bl figcaption {
  position: relative;
}
.cid-uf5Yw697Bl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uf5Yw697Bl .image-block {
    width: 100% !important;
  }
}
.cid-sJ2lwK3v2x {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJ2lwK3v2x .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sJ2lwK3v2x .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sJ2lwK3v2x .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-sJ2lwK3v2x .card-box {
  margin: auto;
}
.cid-sJ2lwK3v2x .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 5rem;
  padding-right: 1.5rem;
  color: #173b56;
}
@media (max-width: 767px) {
  .cid-sJ2lwK3v2x .iconfont-wrapper .mbr-iconfont {
    padding-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-sJ2lwK3v2x .mbr-section-title {
  border-top: 1px solid #a6a6a6;
  padding-top: 1rem;
}
.cid-sJ2lwK3v2x .card-text {
  color: #0b2438;
}
.cid-sJ2lxtH55S {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sJ2lxtH55S .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sJ2lxtH55S .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sJ2lxtH55S .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-sJ2lxtH55S .card-box {
  margin: auto;
}
.cid-sJ2lxtH55S .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 5rem;
  padding-right: 1.5rem;
  color: #173b56;
}
@media (max-width: 767px) {
  .cid-sJ2lxtH55S .iconfont-wrapper .mbr-iconfont {
    padding-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-sJ2lxtH55S .mbr-section-title {
  border-top: 1px solid #a6a6a6;
  padding-top: 1rem;
}
.cid-sJ2lxtH55S .card-text {
  color: #0b2438;
}
.cid-uf5YK7aQj5 {
  background: #ffffff;
}
.cid-uf5YK7aQj5 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uf5YK7aQj5 .mbr-figure {
  margin: 0 auto;
}
.cid-uf5YK7aQj5 figcaption {
  position: relative;
}
.cid-uf5YK7aQj5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uf5YK7aQj5 .image-block {
    width: 100% !important;
  }
}
#custom-html-xs {
  /* Type valid CSS here */
}
#custom-html-xs div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-xs p {
  font-size: 60px;
  color: #777;
}
.cid-sJ1GX8vFDz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/screenshot-2022-12-29-151433-1910x850.webp");
}
.cid-sJ1GX8vFDz .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-sJ1GX8vFDz .media-container-column {
  background-color: #0b2438;
}
@media (max-width: 767px) {
  .cid-sJ1GX8vFDz .media-container-column {
    padding: 1rem !important;
  }
}
.cid-uf5YUOKAbp {
  background: #ffffff;
}
.cid-uf5YUOKAbp .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uf5YUOKAbp .mbr-figure {
  margin: 0 auto;
}
.cid-uf5YUOKAbp figcaption {
  position: relative;
}
.cid-uf5YUOKAbp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uf5YUOKAbp .image-block {
    width: 100% !important;
  }
}
.cid-unvki8386V {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-unvki8386V::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #c1c1c1 -10%, transparent 80%);
}
.cid-unvki8386V::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #ffffff -10%, transparent 80%);
}
.cid-unvki8386V .mbr-fallback-image.disabled {
  display: none;
}
.cid-unvki8386V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-unvki8386V .container {
    padding: 0 16px;
  }
}
.cid-unvki8386V .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-unvki8386V .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-unvki8386V .content-wrapper {
  margin-bottom: 80px;
}
.cid-unvki8386V .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-unvki8386V .content-wrapper .mbr-section-title span {
  color: #efefef;
}
.cid-unvki8386V .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-unvki8386V .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-unvki8386V .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-unvki8386V .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-unvki8386V .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-unvki8386V .item .item-wrapper {
    padding: 32px;
  }
}
.cid-unvki8386V .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-unvki8386V .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-unvki8386V .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-unvki8386V .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #232323;
}
.cid-unvki8386V .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-unvki8386V .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-unvki8386V .mbr-section-title {
  color: #000000;
}
.cid-unvki8386V .mbr-text,
.cid-unvki8386V .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.cid-unvki8386V .item-title {
  color: #000000;
}
.cid-unvki8386V .item-text {
  color: #6f6f6f;
}
.cid-unvki8386V .mbr-section-title,
.cid-unvki8386V .mbr-section-btn {
  text-align: center;
}
.cid-sJ1FjiU9YW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0b2438;
}
.cid-sJ1FjiU9YW .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sJ1FjiU9YW .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sJ1FjiU9YW .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #0b2438;
}
.cid-sJ1FjiU9YW .panel-body,
.cid-sJ1FjiU9YW .card-header {
  padding: 1rem 0;
}
.cid-sJ1FjiU9YW .panel-title-edit {
  color: #ffffff;
}
.cid-sJ1FjiU9YW H3 {
  color: #ffffff;
}
.cid-sJ1FjiU9YW P {
  color: #ffffff;
}
.cid-sJ1FjiU9YW H4 {
  color: #ffffff;
}
.cid-unvkR1VFDN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unvkR1VFDN .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-unvkR1VFDN .section-text {
  padding: 2rem 0;
}
.cid-unvkR1VFDN .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-unvkR1VFDN .inner-container {
    width: 100% !important;
  }
}
.cid-uf5Z48E9zQ {
  background: #ffffff;
}
.cid-uf5Z48E9zQ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uf5Z48E9zQ .mbr-figure {
  margin: 0 auto;
}
.cid-uf5Z48E9zQ figcaption {
  position: relative;
}
.cid-uf5Z48E9zQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uf5Z48E9zQ .image-block {
    width: 100% !important;
  }
}
.cid-uvWnUZv3JG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-20241126-150624670-2000x1500.webp");
}
.cid-uFbGArajjT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #061622;
}
.cid-uFbGArajjT .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFbGArajjT .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFbGArajjT .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFbGArajjT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFbGArajjT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFbGArajjT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFbGArajjT .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFbGArajjT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFbGArajjT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFbGArajjT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFbGArajjT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFbGArajjT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFbGArajjT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFbGArajjT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFbGvMv06n .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uFbGvMv06n .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uFbGvMv06n a {
  font-style: normal;
}
.cid-uFbGvMv06n .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFbGvMv06n .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFbGvMv06n .nav-item:focus,
.cid-uFbGvMv06n .nav-link:focus {
  outline: none;
}
.cid-uFbGvMv06n .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFbGvMv06n .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFbGvMv06n .menu-logo {
  margin-right: auto;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFbGvMv06n .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uFbGvMv06n .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFbGvMv06n .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFbGvMv06n button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFbGvMv06n button.navbar-toggler:focus {
  outline: none;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #008374;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFbGvMv06n .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFbGvMv06n .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFbGvMv06n .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFbGvMv06n .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFbGvMv06n .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFbGvMv06n .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFbGvMv06n .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFbGvMv06n.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFbGvMv06n img {
    height: 3.8rem !important;
  }
  .cid-uFbGvMv06n .btn {
    display: -webkit-flex;
  }
  .cid-uFbGvMv06n button.navbar-toggler {
    display: block;
  }
  .cid-uFbGvMv06n .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFbGvMv06n .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFbGvMv06n .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing,
  .cid-uFbGvMv06n .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-nav,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFbGvMv06n .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFbGvMv06n .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFbGvMv06n .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFbGvMv06n .nav-link:hover,
.cid-uFbGvMv06n .dropdown-item:hover {
  color: #767676 !important;
}
.cid-u1GM6LnQiJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u1GM6LnQiJ .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u1GM6LnQiJ .section-text {
  padding: 2rem 0;
}
.cid-u1GM6LnQiJ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u1GM6LnQiJ .inner-container {
    width: 100% !important;
  }
}
.cid-u1GMvk8s37 {
  background: #ffffff;
}
.cid-u1GMvk8s37 .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-u1GMvk8s37 .video-block {
    width: 100% !important;
  }
}
.cid-u1GIWr2bYj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u1GIWr2bYj .mbr-section-subtitle {
  color: #405051;
}
.cid-u1GIWr2bYj H2 {
  color: #405051;
}
.cid-ufbn70fWwA {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-ufbn70fWwA .image-block {
  margin: auto;
}
.cid-ufbn70fWwA .mbr-figure {
  margin: 0 auto;
}
.cid-ufbn70fWwA figcaption {
  position: relative;
}
.cid-ufbn70fWwA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ufbn70fWwA .image-block {
    width: 100% !important;
  }
}
.cid-u1GIWr9wxQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-u1GIWr9wxQ .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u1GIWr9wxQ .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1GIWr9wxQ .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-u1GIWr9wxQ .card-box {
  margin: auto;
}
.cid-u1GIWr9wxQ .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 5rem;
  padding-right: 1.5rem;
  color: #ffcc01;
}
@media (max-width: 767px) {
  .cid-u1GIWr9wxQ .iconfont-wrapper .mbr-iconfont {
    padding-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-u1GIWr9wxQ .mbr-section-title {
  border-top: 1px solid #a6a6a6;
  padding-top: 1rem;
}
.cid-u1GIWr9wxQ .card-text {
  color: #0b2438;
}
.cid-u1GIWrlGu6 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-u1GIWrlGu6 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u1GIWrlGu6 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1GIWrlGu6 .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-u1GIWrlGu6 .card-box {
  margin: auto;
}
.cid-u1GIWrlGu6 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 5rem;
  padding-right: 1.5rem;
  color: #ffcc01;
}
@media (max-width: 767px) {
  .cid-u1GIWrlGu6 .iconfont-wrapper .mbr-iconfont {
    padding-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-u1GIWrlGu6 .mbr-section-title {
  border-top: 1px solid #a6a6a6;
  padding-top: 1rem;
}
.cid-u1GIWrlGu6 .card-text {
  color: #0b2438;
}
.cid-u1GIWrR1UL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/world-cat-260dc-cooler-1080x1080.webp");
}
.cid-u1GIWrR1UL .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-u1GIWrR1UL .media-container-column {
  background-color: #508184;
}
@media (max-width: 767px) {
  .cid-u1GIWrR1UL .media-container-column {
    padding: 1rem !important;
  }
}
#custom-html-xk {
  /* Type valid CSS here */
}
#custom-html-xk div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-xk p {
  font-size: 60px;
  color: #777;
}
.cid-unv4l6HTsY {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-unv4l6HTsY::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #c1c1c1 -10%, transparent 80%);
}
.cid-unv4l6HTsY::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #ffffff -10%, transparent 80%);
}
.cid-unv4l6HTsY .mbr-fallback-image.disabled {
  display: none;
}
.cid-unv4l6HTsY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-unv4l6HTsY .container {
    padding: 0 16px;
  }
}
.cid-unv4l6HTsY .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-unv4l6HTsY .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-unv4l6HTsY .content-wrapper {
  margin-bottom: 80px;
}
.cid-unv4l6HTsY .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-unv4l6HTsY .content-wrapper .mbr-section-title span {
  color: #efefef;
}
.cid-unv4l6HTsY .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-unv4l6HTsY .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-unv4l6HTsY .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-unv4l6HTsY .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-unv4l6HTsY .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-unv4l6HTsY .item .item-wrapper {
    padding: 32px;
  }
}
.cid-unv4l6HTsY .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-unv4l6HTsY .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-unv4l6HTsY .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-unv4l6HTsY .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #232323;
}
.cid-unv4l6HTsY .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-unv4l6HTsY .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-unv4l6HTsY .mbr-section-title {
  color: #000000;
}
.cid-unv4l6HTsY .mbr-text,
.cid-unv4l6HTsY .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.cid-unv4l6HTsY .item-title {
  color: #000000;
}
.cid-unv4l6HTsY .item-text {
  color: #6f6f6f;
}
.cid-unv4l6HTsY .mbr-section-title,
.cid-unv4l6HTsY .mbr-section-btn {
  text-align: center;
}
.cid-ufbovPJF6L {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-ufbovPJF6L .image-block {
  margin: auto;
}
.cid-ufbovPJF6L .mbr-figure {
  margin: 0 auto;
}
.cid-ufbovPJF6L figcaption {
  position: relative;
}
.cid-ufbovPJF6L figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ufbovPJF6L .image-block {
    width: 100% !important;
  }
}
.cid-u1GIWsUWaM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #508184;
}
.cid-u1GIWsUWaM .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u1GIWsUWaM .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u1GIWsUWaM .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #0b2438;
}
.cid-u1GIWsUWaM .panel-body,
.cid-u1GIWsUWaM .card-header {
  padding: 1rem 0;
}
.cid-u1GIWsUWaM .panel-title-edit {
  color: #ffffff;
}
.cid-u1GIWsUWaM H3 {
  color: #ffffff;
}
.cid-u1GIWsUWaM P {
  color: #ffffff;
}
.cid-ufWNt5v5by {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ufbpNc8T7s {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-ufbpNc8T7s .image-block {
  margin: auto;
}
.cid-ufbpNc8T7s .mbr-figure {
  margin: 0 auto;
}
.cid-ufbpNc8T7s figcaption {
  position: relative;
}
.cid-ufbpNc8T7s figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ufbpNc8T7s .image-block {
    width: 100% !important;
  }
}
.cid-u1GSaQK1ch {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #508184;
}
.cid-u1GSaQK1ch .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u1GSaQK1ch .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u1GSaQK1ch .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #0b2438;
}
.cid-u1GSaQK1ch .panel-body,
.cid-u1GSaQK1ch .card-header {
  padding: 1rem 0;
}
.cid-u1GSaQK1ch .panel-title-edit {
  color: #ffffff;
}
.cid-u1GSaQK1ch H3 {
  color: #ffffff;
}
.cid-u1GSaQK1ch P {
  color: #ffffff;
}
.cid-u1GSaQK1ch H4 {
  color: #ffffff;
}
.cid-uBIyinfptf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uBIyinfptf .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uBIyinfptf .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-uBIyinfptf .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uBIyinfptf .inner-container {
    width: 100% !important;
  }
}
.cid-ufboFOR61x {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-ufboFOR61x .image-block {
  margin: auto;
}
.cid-ufboFOR61x .mbr-figure {
  margin: 0 auto;
}
.cid-ufboFOR61x figcaption {
  position: relative;
}
.cid-ufboFOR61x figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ufboFOR61x .image-block {
    width: 100% !important;
  }
}
.cid-ufbp1lIBWa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufbp1lIBWa .mbr-section-subtitle {
  color: #767676;
}
.cid-ufbp1lIBWa H2 {
  color: #405051;
}
.cid-ufbp9lXxA4 {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-ufbp9lXxA4 .image-block {
  margin: auto;
}
.cid-ufbp9lXxA4 .mbr-figure {
  margin: 0 auto;
}
.cid-ufbp9lXxA4 figcaption {
  position: relative;
}
.cid-ufbp9lXxA4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ufbp9lXxA4 .image-block {
    width: 100% !important;
  }
}
.cid-ufbpxBN35K {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-ufbpxBN35K .card {
  align-self: stretch;
}
.cid-ufbpxBN35K .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-ufbpxBN35K h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ufbpxBN35K p {
  color: #767676;
  text-align: left;
}
.cid-ufbpxBN35K .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ufbpxBN35K .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-ufbpxBN35K .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-ufbpxBN35K .card-title {
  color: #405051;
}
.cid-ufbpxBN35K P {
  color: #405051;
}
.cid-uFbGArajjT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #061622;
}
.cid-uFbGArajjT .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFbGArajjT .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFbGArajjT .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFbGArajjT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFbGArajjT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFbGArajjT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFbGArajjT .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFbGArajjT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFbGArajjT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFbGArajjT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFbGArajjT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFbGArajjT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFbGArajjT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFbGArajjT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFbGvMv06n .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uFbGvMv06n .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uFbGvMv06n a {
  font-style: normal;
}
.cid-uFbGvMv06n .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFbGvMv06n .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFbGvMv06n .nav-item:focus,
.cid-uFbGvMv06n .nav-link:focus {
  outline: none;
}
.cid-uFbGvMv06n .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFbGvMv06n .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFbGvMv06n .menu-logo {
  margin-right: auto;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFbGvMv06n .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uFbGvMv06n .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFbGvMv06n .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFbGvMv06n button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFbGvMv06n button.navbar-toggler:focus {
  outline: none;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #008374;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFbGvMv06n .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFbGvMv06n .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFbGvMv06n .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFbGvMv06n .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFbGvMv06n .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFbGvMv06n .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFbGvMv06n .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFbGvMv06n.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFbGvMv06n img {
    height: 3.8rem !important;
  }
  .cid-uFbGvMv06n .btn {
    display: -webkit-flex;
  }
  .cid-uFbGvMv06n button.navbar-toggler {
    display: block;
  }
  .cid-uFbGvMv06n .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFbGvMv06n .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFbGvMv06n .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing,
  .cid-uFbGvMv06n .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-nav,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFbGvMv06n .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFbGvMv06n .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFbGvMv06n .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFbGvMv06n .nav-link:hover,
.cid-uFbGvMv06n .dropdown-item:hover {
  color: #767676 !important;
}
.cid-ufqR4DxMXq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ufqR4DxMXq .mbr-text,
.cid-ufqR4DxMXq blockquote {
  color: #767676;
}
.cid-u6ddDCfWjf {
  background: #ffffff;
}
.cid-u6ddDCfWjf .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-u6ddDCfWjf .video-block {
    width: 100% !important;
  }
}
.cid-ufK5j6idSy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ufK5j6idSy .mbr-section-subtitle {
  color: #767676;
}
.cid-u3DYdtp2p8 {
  background-image: url("../../../assets/images/wc-235-te-73-1920x1280.webp");
}
.cid-u3DYdtp2p8 .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-u3DYdtp2p8 .media-container-column {
  background-color: #008374;
}
@media (max-width: 767px) {
  .cid-u3DYdtp2p8 .media-container-column {
    padding: 1rem !important;
  }
}
.cid-untG0SGviI {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-untG0SGviI::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #c1c1c1 -10%, transparent 80%);
}
.cid-untG0SGviI::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #ffffff -10%, transparent 80%);
}
.cid-untG0SGviI .mbr-fallback-image.disabled {
  display: none;
}
.cid-untG0SGviI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-untG0SGviI .container {
    padding: 0 16px;
  }
}
.cid-untG0SGviI .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-untG0SGviI .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-untG0SGviI .content-wrapper {
  margin-bottom: 80px;
}
.cid-untG0SGviI .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-untG0SGviI .content-wrapper .mbr-section-title span {
  color: #efefef;
}
.cid-untG0SGviI .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-untG0SGviI .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-untG0SGviI .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-untG0SGviI .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-untG0SGviI .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-untG0SGviI .item .item-wrapper {
    padding: 32px;
  }
}
.cid-untG0SGviI .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-untG0SGviI .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-untG0SGviI .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-untG0SGviI .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #232323;
}
.cid-untG0SGviI .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-untG0SGviI .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-untG0SGviI .mbr-section-title {
  color: #000000;
}
.cid-untG0SGviI .mbr-text,
.cid-untG0SGviI .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.cid-untG0SGviI .item-title {
  color: #000000;
}
.cid-untG0SGviI .item-text {
  color: #6f6f6f;
}
.cid-untG0SGviI .mbr-section-title,
.cid-untG0SGviI .mbr-section-btn {
  text-align: center;
}
.cid-u3DYdtzVCw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #008374;
}
.cid-u3DYdtzVCw .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u3DYdtzVCw .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u3DYdtzVCw .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #0b2438;
}
.cid-u3DYdtzVCw .panel-body,
.cid-u3DYdtzVCw .card-header {
  padding: 1rem 0;
}
.cid-u3DYdtzVCw .panel-title-edit {
  color: #ffffff;
}
.cid-u3DYdtzVCw H3 {
  color: #ffffff;
}
.cid-u3DYdtzVCw P {
  color: #ffffff;
}
.cid-ufWKJPzvlj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uh1Sq6DD8v {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uh1Sq6DD8v .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uh1Sq6DD8v .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-uh1Sq6DD8v .mbr-text {
  color: #767676;
  text-align: left;
}
#custom-html-xh {
  /* Type valid CSS here */
}
#custom-html-xh div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-xh p {
  font-size: 60px;
  color: #777;
}
.cid-ufK7bQab9e {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufK7bQab9e .mbr-section-subtitle {
  color: #767676;
}
.cid-u3E53lOQD8 .modal-body .close {
  background: #1b1b1b;
}
.cid-u3E53lOQD8 .modal-body .close span {
  font-style: normal;
}
.cid-u3E53lOQD8 .carousel-inner > .active,
.cid-u3E53lOQD8 .carousel-inner > .next,
.cid-u3E53lOQD8 .carousel-inner > .prev {
  display: flex;
}
.cid-u3E53lOQD8 .carousel-control .icon-next,
.cid-u3E53lOQD8 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-u3E53lOQD8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u3E53lOQD8 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u3E53lOQD8 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-u3E53lOQD8 .boxed-slider > div {
  position: relative;
}
.cid-u3E53lOQD8 .container img {
  width: 100%;
}
.cid-u3E53lOQD8 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-u3E53lOQD8 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-u3E53lOQD8 .mbr-table-cell {
  padding: 0;
}
.cid-u3E53lOQD8 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-u3E53lOQD8 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-u3E53lOQD8 .mbr-overlay {
  z-index: 1;
}
.cid-u3E53lOQD8 .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-u3E53lOQD8 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-u3E53lOQD8 .carousel-item.active.right,
.cid-u3E53lOQD8 .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-u3E53lOQD8 .carousel-item.active.left,
.cid-u3E53lOQD8 .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-u3E53lOQD8 .carousel-item.active,
.cid-u3E53lOQD8 .carousel-item.next.left,
.cid-u3E53lOQD8 .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-u3E53lOQD8 .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-u3E53lOQD8 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u3E53lOQD8 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u3E53lOQD8 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-u3E53lOQD8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u3E53lOQD8 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-u3E53lOQD8 .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-u3E53lOQD8 .mbr-slider .carousel-indicators li.active,
.cid-u3E53lOQD8 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-u3E53lOQD8 .mbr-slider .carousel-indicators li::after,
.cid-u3E53lOQD8 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-u3E53lOQD8 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-u3E53lOQD8 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-u3E53lOQD8 .mbr-slider > .container img {
  width: 100%;
}
.cid-u3E53lOQD8 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-u3E53lOQD8 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-u3E53lOQD8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u3E53lOQD8 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-u3E53lOQD8 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-u3E53lOQD8 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-u3E53lOQD8 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-u3E53lOQD8 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-u3E53lOQD8 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-u3E53lOQD8 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-u3E53lOQD8 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-u3E53lOQD8 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-u3E53lOQD8 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-u6dnrmrMLK {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-u6dnrmrMLK .mbr-section-subtitle {
  color: #405051;
}
.cid-u6dnrmrMLK H2 {
  color: #232323;
}
.cid-uFbGArajjT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #061622;
}
.cid-uFbGArajjT .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFbGArajjT .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFbGArajjT .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFbGArajjT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFbGArajjT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFbGArajjT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFbGArajjT .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFbGArajjT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFbGArajjT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFbGArajjT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFbGArajjT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFbGArajjT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFbGArajjT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFbGArajjT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFbGvMv06n .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uFbGvMv06n .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uFbGvMv06n a {
  font-style: normal;
}
.cid-uFbGvMv06n .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFbGvMv06n .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFbGvMv06n .nav-item:focus,
.cid-uFbGvMv06n .nav-link:focus {
  outline: none;
}
.cid-uFbGvMv06n .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFbGvMv06n .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFbGvMv06n .menu-logo {
  margin-right: auto;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFbGvMv06n .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uFbGvMv06n .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFbGvMv06n .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFbGvMv06n button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFbGvMv06n button.navbar-toggler:focus {
  outline: none;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #008374;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFbGvMv06n .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFbGvMv06n .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFbGvMv06n .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFbGvMv06n .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFbGvMv06n .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFbGvMv06n .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFbGvMv06n .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFbGvMv06n.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFbGvMv06n img {
    height: 3.8rem !important;
  }
  .cid-uFbGvMv06n .btn {
    display: -webkit-flex;
  }
  .cid-uFbGvMv06n button.navbar-toggler {
    display: block;
  }
  .cid-uFbGvMv06n .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFbGvMv06n .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFbGvMv06n .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing,
  .cid-uFbGvMv06n .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-nav,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFbGvMv06n .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFbGvMv06n .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFbGvMv06n .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFbGvMv06n .nav-link:hover,
.cid-uFbGvMv06n .dropdown-item:hover {
  color: #767676 !important;
}
.cid-ufqTkwnuxT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ufqTkwnuxT .mbr-text,
.cid-ufqTkwnuxT blockquote {
  color: #767676;
}
.cid-srNW841oAR {
  background: #ffffff;
}
.cid-srNW841oAR .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-srNW841oAR .video-block {
    width: 100% !important;
  }
}
.cid-tw54H6BN9l {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tw54H6BN9l .mbr-section-subtitle {
  color: #405051;
}
.cid-tw54H6BN9l H2 {
  color: #405051;
}
.cid-uf5wd210mt {
  background: #ffffff;
}
.cid-uf5wd210mt .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uf5wd210mt .mbr-figure {
  margin: 0 auto;
}
.cid-uf5wd210mt figcaption {
  position: relative;
}
.cid-uf5wd210mt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uf5wd210mt .image-block {
    width: 100% !important;
  }
}
.cid-sIX4lVuG1B {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f9f9f9;
}
.cid-sIX4lVuG1B .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sIX4lVuG1B .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sIX4lVuG1B .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-sIX4lVuG1B .card-box {
  margin: auto;
}
.cid-sIX4lVuG1B .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 5rem;
  padding-right: 1.5rem;
  color: #ffcc01;
}
@media (max-width: 767px) {
  .cid-sIX4lVuG1B .iconfont-wrapper .mbr-iconfont {
    padding-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-sIX4lVuG1B .mbr-section-title {
  border-top: 1px solid #a6a6a6;
  padding-top: 1rem;
}
.cid-sIX4lVuG1B .card-text {
  color: #0b2438;
}
.cid-sIX5EAvUzk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-sIX5EAvUzk .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sIX5EAvUzk .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sIX5EAvUzk .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-sIX5EAvUzk .card-box {
  margin: auto;
}
.cid-sIX5EAvUzk .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 5rem;
  padding-right: 1.5rem;
  color: #ffcc01;
}
@media (max-width: 767px) {
  .cid-sIX5EAvUzk .iconfont-wrapper .mbr-iconfont {
    padding-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-sIX5EAvUzk .mbr-section-title {
  border-top: 1px solid #a6a6a6;
  padding-top: 1rem;
}
.cid-sIX5EAvUzk .card-text {
  color: #0b2438;
}
.cid-sIX6PgUSqo {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-sIX6PgUSqo .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sIX6PgUSqo .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sIX6PgUSqo .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-sIX6PgUSqo .card-box {
  margin: auto;
}
.cid-sIX6PgUSqo .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 5rem;
  padding-right: 1.5rem;
  color: #ffcc01;
}
@media (max-width: 767px) {
  .cid-sIX6PgUSqo .iconfont-wrapper .mbr-iconfont {
    padding-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-sIX6PgUSqo .mbr-section-title {
  border-top: 1px solid #a6a6a6;
  padding-top: 1rem;
}
.cid-sIX6PgUSqo .card-text {
  color: #0b2438;
}
.cid-ryC9mfxF5Q {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/400dcx-lady-sitting-dive-door-result-1.webp");
}
.cid-ryC9mfxF5Q .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-ryC9mfxF5Q .media-container-column {
  background-color: #061622;
}
@media (max-width: 767px) {
  .cid-ryC9mfxF5Q .media-container-column {
    padding: 1rem !important;
  }
}
.cid-uf5wCbakzk {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uf5wCbakzk .image-block {
  margin: auto;
}
.cid-uf5wCbakzk .mbr-figure {
  margin: 0 auto;
}
.cid-uf5wCbakzk figcaption {
  position: relative;
}
.cid-uf5wCbakzk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uf5wCbakzk .image-block {
    width: 100% !important;
  }
}
.cid-unvmtnFhTd {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-unvmtnFhTd::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #c1c1c1 -10%, transparent 80%);
}
.cid-unvmtnFhTd::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #ffffff -10%, transparent 80%);
}
.cid-unvmtnFhTd .mbr-fallback-image.disabled {
  display: none;
}
.cid-unvmtnFhTd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-unvmtnFhTd .container {
    padding: 0 16px;
  }
}
.cid-unvmtnFhTd .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-unvmtnFhTd .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-unvmtnFhTd .content-wrapper {
  margin-bottom: 80px;
}
.cid-unvmtnFhTd .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-unvmtnFhTd .content-wrapper .mbr-section-title span {
  color: #efefef;
}
.cid-unvmtnFhTd .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-unvmtnFhTd .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-unvmtnFhTd .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-unvmtnFhTd .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-unvmtnFhTd .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-unvmtnFhTd .item .item-wrapper {
    padding: 32px;
  }
}
.cid-unvmtnFhTd .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-unvmtnFhTd .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-unvmtnFhTd .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-unvmtnFhTd .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #232323;
}
.cid-unvmtnFhTd .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-unvmtnFhTd .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-unvmtnFhTd .mbr-section-title {
  color: #000000;
}
.cid-unvmtnFhTd .mbr-text,
.cid-unvmtnFhTd .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.cid-unvmtnFhTd .item-title {
  color: #000000;
}
.cid-unvmtnFhTd .item-text {
  color: #6f6f6f;
}
.cid-unvmtnFhTd .mbr-section-title,
.cid-unvmtnFhTd .mbr-section-btn {
  text-align: center;
}
.cid-ryC9mj4UcQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ryC9mj4UcQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ryC9mj4UcQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ryC9mj4UcQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ryC9mj4UcQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ryC9mj4UcQ .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;
}
.cid-ryC9mj4UcQ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ryC9mj4UcQ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-ryC9mj4UcQ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ryC9mj4UcQ .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;
}
.cid-unvmT3T922 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unvmT3T922 .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-unvmT3T922 .section-text {
  padding: 2rem 0;
}
.cid-unvmT3T922 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-unvmT3T922 .inner-container {
    width: 100% !important;
  }
}
.cid-uf5x19em7X {
  background: #ffffff;
}
.cid-uf5x19em7X .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uf5x19em7X .mbr-figure {
  margin: 0 auto;
}
.cid-uf5x19em7X figcaption {
  position: relative;
}
.cid-uf5x19em7X figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uf5x19em7X .image-block {
    width: 100% !important;
  }
}
.cid-tw54JU7qaH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tw54JU7qaH .mbr-section-subtitle {
  color: #405051;
}
.cid-tw54JU7qaH H2 {
  color: #405051;
}
.cid-sIZsBp05Gw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #061622;
}
.cid-sIZsBp05Gw .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sIZsBp05Gw .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sIZsBp05Gw .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #0b2438;
}
.cid-sIZsBp05Gw .panel-body,
.cid-sIZsBp05Gw .card-header {
  padding: 1rem 0;
}
.cid-sIZsBp05Gw .panel-title-edit {
  color: #ffffff;
}
.cid-sIZsBp05Gw H3 {
  color: #ffffff;
}
.cid-sIZsBp05Gw P {
  color: #ffffff;
}
.cid-uf5xHThSW9 {
  background: #ffffff;
}
.cid-uf5xHThSW9 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uf5xHThSW9 .mbr-figure {
  margin: 0 auto;
}
.cid-uf5xHThSW9 figcaption {
  position: relative;
}
.cid-uf5xHThSW9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uf5xHThSW9 .image-block {
    width: 100% !important;
  }
}
.cid-uvWnPO2rKw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-20241126-150624670-2000x1500.webp");
}
.cid-uFbGArajjT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #061622;
}
.cid-uFbGArajjT .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFbGArajjT .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFbGArajjT .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFbGArajjT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFbGArajjT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFbGArajjT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFbGArajjT .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFbGArajjT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFbGArajjT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFbGArajjT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFbGArajjT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFbGArajjT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFbGArajjT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFbGArajjT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFbGvMv06n .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uFbGvMv06n .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uFbGvMv06n a {
  font-style: normal;
}
.cid-uFbGvMv06n .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFbGvMv06n .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFbGvMv06n .nav-item:focus,
.cid-uFbGvMv06n .nav-link:focus {
  outline: none;
}
.cid-uFbGvMv06n .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFbGvMv06n .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFbGvMv06n .menu-logo {
  margin-right: auto;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFbGvMv06n .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uFbGvMv06n .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFbGvMv06n .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFbGvMv06n button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFbGvMv06n button.navbar-toggler:focus {
  outline: none;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #008374;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFbGvMv06n .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFbGvMv06n .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFbGvMv06n .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFbGvMv06n .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFbGvMv06n .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFbGvMv06n .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFbGvMv06n .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFbGvMv06n.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFbGvMv06n img {
    height: 3.8rem !important;
  }
  .cid-uFbGvMv06n .btn {
    display: -webkit-flex;
  }
  .cid-uFbGvMv06n button.navbar-toggler {
    display: block;
  }
  .cid-uFbGvMv06n .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFbGvMv06n .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFbGvMv06n .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing,
  .cid-uFbGvMv06n .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-nav,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFbGvMv06n .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFbGvMv06n .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFbGvMv06n .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFbGvMv06n .nav-link:hover,
.cid-uFbGvMv06n .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sJ1HUc04nh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sJ1HUc04nh .mbr-media {
  position: relative;
}
.cid-sJ1HUc04nh .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sJ1HUc04nh .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sJ1HUc04nh .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-sJ1HUc04nh .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sJ1HUc04nh .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sJ1HUc04nh .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sJ1HUc04nh .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sJ1HUc04nh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tw4eDhTzi6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tw4eDhTzi6 .mbr-section-subtitle {
  color: #232323;
}
.cid-tw4eDhTzi6 H2 {
  color: #405051;
}
.cid-uf9lmQ0OKG {
  background: #ffffff;
}
.cid-uf9lmQ0OKG .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uf9lmQ0OKG .mbr-figure {
  margin: 0 auto;
}
.cid-uf9lmQ0OKG figcaption {
  position: relative;
}
.cid-uf9lmQ0OKG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uf9lmQ0OKG .image-block {
    width: 100% !important;
  }
}
.cid-sJ2mPJnqD3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJ2mPJnqD3 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sJ2mPJnqD3 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sJ2mPJnqD3 .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-sJ2mPJnqD3 .card-box {
  margin: auto;
}
.cid-sJ2mPJnqD3 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 5rem;
  padding-right: 1.5rem;
  color: #173b56;
}
@media (max-width: 767px) {
  .cid-sJ2mPJnqD3 .iconfont-wrapper .mbr-iconfont {
    padding-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-sJ2mPJnqD3 .mbr-section-title {
  border-top: 1px solid #a6a6a6;
  padding-top: 1rem;
}
.cid-sJ2mPJnqD3 .card-text {
  color: #0b2438;
}
.cid-sJ2mQBEg2X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJ2mQBEg2X .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sJ2mQBEg2X .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sJ2mQBEg2X .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-sJ2mQBEg2X .card-box {
  margin: auto;
}
.cid-sJ2mQBEg2X .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 5rem;
  padding-right: 1.5rem;
  color: #173b56;
}
@media (max-width: 767px) {
  .cid-sJ2mQBEg2X .iconfont-wrapper .mbr-iconfont {
    padding-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-sJ2mQBEg2X .mbr-section-title {
  border-top: 1px solid #a6a6a6;
  padding-top: 1rem;
}
.cid-sJ2mQBEg2X .card-text {
  color: #0b2438;
}
.cid-sJ2mRMULrf {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sJ2mRMULrf .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sJ2mRMULrf .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sJ2mRMULrf .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-sJ2mRMULrf .card-box {
  margin: auto;
}
.cid-sJ2mRMULrf .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 5rem;
  padding-right: 1.5rem;
  color: #173b56;
}
@media (max-width: 767px) {
  .cid-sJ2mRMULrf .iconfont-wrapper .mbr-iconfont {
    padding-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-sJ2mRMULrf .mbr-section-title {
  border-top: 1px solid #a6a6a6;
  padding-top: 1rem;
}
.cid-sJ2mRMULrf .card-text {
  color: #0b2438;
}
.cid-rLPrAA4X89 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/325cc-mhp-1920-x-700-1920x700.webp");
}
.cid-rLPrAA4X89 .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-rLPrAA4X89 .media-container-column {
  background-color: #508184;
}
@media (max-width: 767px) {
  .cid-rLPrAA4X89 .media-container-column {
    padding: 1rem !important;
  }
}
.cid-rLPrABJpgg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rLPrABJpgg .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rLPrABJpgg .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rLPrABJpgg .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rLPrABJpgg .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rLPrABJpgg .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-rLPrABJpgg .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rLPrABJpgg .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rLPrABJpgg .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rLPrABJpgg .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-uf51HEUWQe {
  background: #ffffff;
}
.cid-uf51HEUWQe .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uf51HEUWQe .mbr-figure {
  margin: 0 auto;
}
.cid-uf51HEUWQe figcaption {
  position: relative;
}
.cid-uf51HEUWQe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uf51HEUWQe .image-block {
    width: 100% !important;
  }
}
.cid-sIZmyBxH7y {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #508184;
}
.cid-sIZmyBxH7y .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sIZmyBxH7y .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sIZmyBxH7y .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #0b2438;
}
.cid-sIZmyBxH7y .panel-body,
.cid-sIZmyBxH7y .card-header {
  padding: 1rem 0;
}
.cid-sIZmyBxH7y .panel-title-edit {
  color: #ffffff;
}
.cid-sIZmyBxH7y H3 {
  color: #ffffff;
}
.cid-sIZmyBxH7y P {
  color: #ffffff;
}
.cid-sIZmyBxH7y H4 {
  color: #ffffff;
}
.cid-ufWQeNBgXL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-unvibsq25v {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-unvibsq25v::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #c1c1c1 -10%, transparent 80%);
}
.cid-unvibsq25v::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #ffffff -10%, transparent 80%);
}
.cid-unvibsq25v .mbr-fallback-image.disabled {
  display: none;
}
.cid-unvibsq25v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-unvibsq25v .container {
    padding: 0 16px;
  }
}
.cid-unvibsq25v .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-unvibsq25v .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-unvibsq25v .content-wrapper {
  margin-bottom: 80px;
}
.cid-unvibsq25v .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-unvibsq25v .content-wrapper .mbr-section-title span {
  color: #efefef;
}
.cid-unvibsq25v .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-unvibsq25v .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-unvibsq25v .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-unvibsq25v .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-unvibsq25v .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-unvibsq25v .item .item-wrapper {
    padding: 32px;
  }
}
.cid-unvibsq25v .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-unvibsq25v .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-unvibsq25v .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-unvibsq25v .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #232323;
}
.cid-unvibsq25v .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-unvibsq25v .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-unvibsq25v .mbr-section-title {
  color: #000000;
}
.cid-unvibsq25v .mbr-text,
.cid-unvibsq25v .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.cid-unvibsq25v .item-title {
  color: #000000;
}
.cid-unvibsq25v .item-text {
  color: #6f6f6f;
}
.cid-unvibsq25v .mbr-section-title,
.cid-unvibsq25v .mbr-section-btn {
  text-align: center;
}
.cid-uf51xa9j20 {
  background: #ffffff;
}
.cid-uf51xa9j20 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uf51xa9j20 .mbr-figure {
  margin: 0 auto;
}
.cid-uf51xa9j20 figcaption {
  position: relative;
}
.cid-uf51xa9j20 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uf51xa9j20 .image-block {
    width: 100% !important;
  }
}
.cid-uf9mF8KBOb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-uf9mF8KBOb .mbr-section-subtitle {
  color: #767676;
}
.cid-uf9mF8KBOb .container-table {
  margin: 0 auto;
}
.cid-uf9mF8KBOb .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uf9mF8KBOb .dataTables_wrapper {
  display: block;
}
.cid-uf9mF8KBOb .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uf9mF8KBOb .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uf9mF8KBOb table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uf9mF8KBOb table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uf9mF8KBOb table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uf9mF8KBOb table td {
  border-top: 1px solid #cccccc;
}
.cid-uf9mF8KBOb table.table {
  background: #ffffff;
}
.cid-uf9mF8KBOb .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uf9mF8KBOb .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uf9mF8KBOb .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uf9mF8KBOb .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uf9mF8KBOb .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uf9mF8KBOb .dataTables_filter {
    text-align: center;
  }
  .cid-uf9mF8KBOb .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uf9mF8KBOb .mbr-section-title {
  color: #405051;
}
.cid-unviBZrgEb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unviBZrgEb .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-unviBZrgEb .section-text {
  padding: 2rem 0;
}
.cid-unviBZrgEb .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-unviBZrgEb .inner-container {
    width: 100% !important;
  }
}
.cid-tw4fHXtRDW {
  background: #ffffff;
}
.cid-tw4fHXtRDW .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tw4fHXtRDW .mbr-figure {
  margin: 0 auto;
}
.cid-tw4fHXtRDW figcaption {
  position: relative;
}
.cid-tw4fHXtRDW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tw4fHXtRDW .image-block {
    width: 100% !important;
  }
}
.cid-uFbGArajjT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #061622;
}
.cid-uFbGArajjT .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFbGArajjT .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFbGArajjT .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFbGArajjT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFbGArajjT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFbGArajjT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFbGArajjT .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFbGArajjT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFbGArajjT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFbGArajjT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFbGArajjT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFbGArajjT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFbGArajjT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFbGArajjT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFbGvMv06n .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uFbGvMv06n .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uFbGvMv06n a {
  font-style: normal;
}
.cid-uFbGvMv06n .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFbGvMv06n .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFbGvMv06n .nav-item:focus,
.cid-uFbGvMv06n .nav-link:focus {
  outline: none;
}
.cid-uFbGvMv06n .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFbGvMv06n .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFbGvMv06n .menu-logo {
  margin-right: auto;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFbGvMv06n .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uFbGvMv06n .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFbGvMv06n .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFbGvMv06n button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFbGvMv06n button.navbar-toggler:focus {
  outline: none;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #008374;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFbGvMv06n .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFbGvMv06n .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFbGvMv06n .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFbGvMv06n .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFbGvMv06n .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFbGvMv06n .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFbGvMv06n .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFbGvMv06n.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFbGvMv06n img {
    height: 3.8rem !important;
  }
  .cid-uFbGvMv06n .btn {
    display: -webkit-flex;
  }
  .cid-uFbGvMv06n button.navbar-toggler {
    display: block;
  }
  .cid-uFbGvMv06n .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFbGvMv06n .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFbGvMv06n .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing,
  .cid-uFbGvMv06n .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-nav,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFbGvMv06n .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFbGvMv06n .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFbGvMv06n .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFbGvMv06n .nav-link:hover,
.cid-uFbGvMv06n .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sJ2dhVkdrh {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sJ2dhVkdrh .mbr-media {
  position: relative;
}
.cid-sJ2dhVkdrh .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sJ2dhVkdrh .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sJ2dhVkdrh .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-sJ2dhVkdrh .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sJ2dhVkdrh .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sJ2dhVkdrh .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sJ2dhVkdrh .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sJ2dhVkdrh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tw51Q6TD4C {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tw51Q6TD4C .mbr-section-subtitle {
  color: #2d3b3c;
}
.cid-tw51Q6TD4C H2 {
  color: #405051;
}
.cid-snPrFwu5k7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/world-cat-325dc-0012-1024x731-result-1.webp");
}
.cid-snPrFwu5k7 .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-snPrFwu5k7 .media-container-column {
  background-color: #508184;
}
@media (max-width: 767px) {
  .cid-snPrFwu5k7 .media-container-column {
    padding: 1rem !important;
  }
}
.cid-uf9s56RC58 {
  background: #ffffff;
}
.cid-uf9s56RC58 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uf9s56RC58 .mbr-figure {
  margin: 0 auto;
}
.cid-uf9s56RC58 figcaption {
  position: relative;
}
.cid-uf9s56RC58 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uf9s56RC58 .image-block {
    width: 100% !important;
  }
}
.cid-sIX8GYtkQI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-sIX8GYtkQI .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sIX8GYtkQI .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sIX8GYtkQI .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-sIX8GYtkQI .card-box {
  margin: auto;
}
.cid-sIX8GYtkQI .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 5rem;
  padding-right: 1.5rem;
  color: #ffcc01;
}
@media (max-width: 767px) {
  .cid-sIX8GYtkQI .iconfont-wrapper .mbr-iconfont {
    padding-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-sIX8GYtkQI .mbr-section-title {
  border-top: 1px solid #a6a6a6;
  padding-top: 1rem;
}
.cid-sIX8GYtkQI .card-text {
  color: #0b2438;
}
.cid-sIX8HxeTNA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-sIX8HxeTNA .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sIX8HxeTNA .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sIX8HxeTNA .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-sIX8HxeTNA .card-box {
  margin: auto;
}
.cid-sIX8HxeTNA .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 5rem;
  padding-right: 1.5rem;
  color: #ffcc01;
}
@media (max-width: 767px) {
  .cid-sIX8HxeTNA .iconfont-wrapper .mbr-iconfont {
    padding-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-sIX8HxeTNA .mbr-section-title {
  border-top: 1px solid #a6a6a6;
  padding-top: 1rem;
}
.cid-sIX8HxeTNA .card-text {
  color: #0b2438;
}
.cid-sIX8I9sf6S {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-sIX8I9sf6S .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sIX8I9sf6S .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sIX8I9sf6S .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-sIX8I9sf6S .card-box {
  margin: auto;
}
.cid-sIX8I9sf6S .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 5rem;
  padding-right: 1.5rem;
  color: #ffcc01;
}
@media (max-width: 767px) {
  .cid-sIX8I9sf6S .iconfont-wrapper .mbr-iconfont {
    padding-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-sIX8I9sf6S .mbr-section-title {
  border-top: 1px solid #a6a6a6;
  padding-top: 1rem;
}
.cid-sIX8I9sf6S .card-text {
  color: #0b2438;
}
.cid-uf9sZOetCM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uf9sZOetCM .line {
  background-color: #191919;
  color: #191919;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uf9sZOetCM .section-text {
  padding: 2rem 0;
}
.cid-uf9sZOetCM .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uf9sZOetCM .inner-container {
    width: 100% !important;
  }
}
.cid-uf5qt6icO1 {
  background: #ffffff;
}
.cid-uf5qt6icO1 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uf5qt6icO1 .mbr-figure {
  margin: 0 auto;
}
.cid-uf5qt6icO1 figcaption {
  position: relative;
}
.cid-uf5qt6icO1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uf5qt6icO1 .image-block {
    width: 100% !important;
  }
}
.cid-unveY05Cxx {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-unveY05Cxx::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #c1c1c1 -10%, transparent 80%);
}
.cid-unveY05Cxx::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #ffffff -10%, transparent 80%);
}
.cid-unveY05Cxx .mbr-fallback-image.disabled {
  display: none;
}
.cid-unveY05Cxx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-unveY05Cxx .container {
    padding: 0 16px;
  }
}
.cid-unveY05Cxx .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-unveY05Cxx .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-unveY05Cxx .content-wrapper {
  margin-bottom: 80px;
}
.cid-unveY05Cxx .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-unveY05Cxx .content-wrapper .mbr-section-title span {
  color: #efefef;
}
.cid-unveY05Cxx .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-unveY05Cxx .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-unveY05Cxx .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-unveY05Cxx .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-unveY05Cxx .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-unveY05Cxx .item .item-wrapper {
    padding: 32px;
  }
}
.cid-unveY05Cxx .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-unveY05Cxx .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-unveY05Cxx .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-unveY05Cxx .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #232323;
}
.cid-unveY05Cxx .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-unveY05Cxx .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-unveY05Cxx .mbr-section-title {
  color: #000000;
}
.cid-unveY05Cxx .mbr-text,
.cid-unveY05Cxx .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.cid-unveY05Cxx .item-title {
  color: #000000;
}
.cid-unveY05Cxx .item-text {
  color: #6f6f6f;
}
.cid-unveY05Cxx .mbr-section-title,
.cid-unveY05Cxx .mbr-section-btn {
  text-align: center;
}
.cid-snPrFAgULN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-snPrFAgULN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-snPrFAgULN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snPrFAgULN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snPrFAgULN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-snPrFAgULN .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-snPrFAgULN .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-snPrFAgULN .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-snPrFAgULN .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-snPrFAgULN .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-sJ2e0lJOjf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #508184;
}
.cid-sJ2e0lJOjf .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sJ2e0lJOjf .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sJ2e0lJOjf .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #0b2438;
}
.cid-sJ2e0lJOjf .panel-body,
.cid-sJ2e0lJOjf .card-header {
  padding: 1rem 0;
}
.cid-sJ2e0lJOjf .panel-title-edit {
  color: #ffffff;
}
.cid-sJ2e0lJOjf H3 {
  color: #ffffff;
}
.cid-sJ2e0lJOjf P {
  color: #ffffff;
}
.cid-sJ2e0lJOjf H4 {
  color: #ffffff;
}
.cid-uf5q32aoI5 {
  background: #ffffff;
}
.cid-uf5q32aoI5 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uf5q32aoI5 .mbr-figure {
  margin: 0 auto;
}
.cid-uf5q32aoI5 figcaption {
  position: relative;
}
.cid-uf5q32aoI5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uf5q32aoI5 .image-block {
    width: 100% !important;
  }
}
.cid-uf9toZbuic {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uf9toZbuic .line {
  background-color: #191919;
  color: #191919;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uf9toZbuic .section-text {
  padding: 2rem 0;
  color: #405051;
}
.cid-uf9toZbuic .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uf9toZbuic .inner-container {
    width: 100% !important;
  }
}
.cid-ufWPMBIOKL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uf9tA53FB3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uf9tA53FB3 .mbr-section-subtitle {
  color: #767676;
}
.cid-uf9tA53FB3 .container-table {
  margin: 0 auto;
}
.cid-uf9tA53FB3 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uf9tA53FB3 .dataTables_wrapper {
  display: block;
}
.cid-uf9tA53FB3 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uf9tA53FB3 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uf9tA53FB3 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #efefef;
  margin-bottom: 0;
}
.cid-uf9tA53FB3 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uf9tA53FB3 table th:hover {
  background: #efefef;
  color: #000000;
}
.cid-uf9tA53FB3 table td {
  border-top: 1px solid #efefef;
}
.cid-uf9tA53FB3 table.table {
  background: #ffffff;
}
.cid-uf9tA53FB3 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uf9tA53FB3 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uf9tA53FB3 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uf9tA53FB3 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uf9tA53FB3 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uf9tA53FB3 .dataTables_filter {
    text-align: center;
  }
  .cid-uf9tA53FB3 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uf9tA53FB3 .mbr-section-title {
  color: #ffffff;
}
.cid-uf9tA53FB3 .searchInfo {
  color: #ffffff;
}
.cid-uFbGArajjT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #061622;
}
.cid-uFbGArajjT .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFbGArajjT .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFbGArajjT .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFbGArajjT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFbGArajjT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFbGArajjT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFbGArajjT .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFbGArajjT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFbGArajjT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFbGArajjT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFbGArajjT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFbGArajjT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFbGArajjT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFbGArajjT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFbGvMv06n .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uFbGvMv06n .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uFbGvMv06n a {
  font-style: normal;
}
.cid-uFbGvMv06n .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFbGvMv06n .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFbGvMv06n .nav-item:focus,
.cid-uFbGvMv06n .nav-link:focus {
  outline: none;
}
.cid-uFbGvMv06n .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFbGvMv06n .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFbGvMv06n .menu-logo {
  margin-right: auto;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFbGvMv06n .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uFbGvMv06n .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFbGvMv06n .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFbGvMv06n button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFbGvMv06n button.navbar-toggler:focus {
  outline: none;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #008374;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFbGvMv06n .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFbGvMv06n .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFbGvMv06n .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFbGvMv06n .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFbGvMv06n .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFbGvMv06n .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFbGvMv06n .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFbGvMv06n.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFbGvMv06n img {
    height: 3.8rem !important;
  }
  .cid-uFbGvMv06n .btn {
    display: -webkit-flex;
  }
  .cid-uFbGvMv06n button.navbar-toggler {
    display: block;
  }
  .cid-uFbGvMv06n .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFbGvMv06n .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFbGvMv06n .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing,
  .cid-uFbGvMv06n .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-nav,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFbGvMv06n .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFbGvMv06n .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFbGvMv06n .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFbGvMv06n .nav-link:hover,
.cid-uFbGvMv06n .dropdown-item:hover {
  color: #767676 !important;
}
.cid-ufqMDUxgvE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ufqMDUxgvE .mbr-text,
.cid-ufqMDUxgvE blockquote {
  color: #767676;
}
.cid-ufLn08pwC8 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ufLn08pwC8 .mbr-text,
.cid-ufLn08pwC8 blockquote {
  color: #767676;
}
.cid-ufLn08pwC8 .mbr-text {
  color: #ffffff;
}
.cid-uf45sJIsE2 {
  background: #ffffff;
}
.cid-uf45sJIsE2 .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uf45sJIsE2 .video-block {
    width: 100% !important;
  }
}
.cid-uf45zbd0k7 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uf45zbd0k7 .mbr-section-subtitle {
  color: #2d3b3c;
}
.cid-uf45zbd0k7 H2 {
  color: #2d3b3c;
}
.cid-uf46qtkovo {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-uf46qtkovo .image-block {
  margin: auto;
}
.cid-uf46qtkovo .mbr-figure {
  margin: 0 auto;
}
.cid-uf46qtkovo figcaption {
  position: relative;
}
.cid-uf46qtkovo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uf46qtkovo .image-block {
    width: 100% !important;
  }
}
.cid-ryC1dPox6i {
  background-image: url("../../../assets/images/305940156-3179395702376916-1810683845419010973-n-2000x1500.webp");
}
.cid-ryC1dPox6i .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-ryC1dPox6i .media-container-column {
  background-color: #508184;
}
@media (max-width: 767px) {
  .cid-ryC1dPox6i .media-container-column {
    padding: 1rem !important;
  }
}
.cid-sIXdgv79R0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sIXdgv79R0 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sIXdgv79R0 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sIXdgv79R0 .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-sIXdgv79R0 .card-box {
  margin: auto;
}
.cid-sIXdgv79R0 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 5rem;
  padding-right: 1.5rem;
  color: #173b56;
}
@media (max-width: 767px) {
  .cid-sIXdgv79R0 .iconfont-wrapper .mbr-iconfont {
    padding-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-sIXdgv79R0 .mbr-section-title {
  border-top: 1px solid #a6a6a6;
  padding-top: 1rem;
}
.cid-sIXdgv79R0 .card-text {
  color: #0b2438;
}
.cid-sIXdh0gh8b {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sIXdh0gh8b .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sIXdh0gh8b .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sIXdh0gh8b .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-sIXdh0gh8b .card-box {
  margin: auto;
}
.cid-sIXdh0gh8b .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 5rem;
  padding-right: 1.5rem;
  color: #173b56;
}
@media (max-width: 767px) {
  .cid-sIXdh0gh8b .iconfont-wrapper .mbr-iconfont {
    padding-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-sIXdh0gh8b .mbr-section-title {
  border-top: 1px solid #a6a6a6;
  padding-top: 1rem;
}
.cid-sIXdh0gh8b .card-text {
  color: #0b2438;
}
.cid-sIXdhBhHO7 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sIXdhBhHO7 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sIXdhBhHO7 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sIXdhBhHO7 .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-sIXdhBhHO7 .card-box {
  margin: auto;
}
.cid-sIXdhBhHO7 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 5rem;
  padding-right: 1.5rem;
  color: #173b56;
}
@media (max-width: 767px) {
  .cid-sIXdhBhHO7 .iconfont-wrapper .mbr-iconfont {
    padding-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-sIXdhBhHO7 .mbr-section-title {
  border-top: 1px solid #a6a6a6;
  padding-top: 1rem;
}
.cid-sIXdhBhHO7 .card-text {
  color: #0b2438;
}
.cid-uf9TIodURU {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uf9TIodURU .image-block {
  margin: auto;
}
.cid-uf9TIodURU .mbr-figure {
  margin: 0 auto;
}
.cid-uf9TIodURU figcaption {
  position: relative;
}
.cid-uf9TIodURU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uf9TIodURU .image-block {
    width: 100% !important;
  }
}
.cid-ryC1dQXL6D {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ryC1dQXL6D .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ryC1dQXL6D .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ryC1dQXL6D .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ryC1dQXL6D .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ryC1dQXL6D .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-ryC1dQXL6D .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ryC1dQXL6D .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-ryC1dQXL6D .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ryC1dQXL6D .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-unvbe3JN9S {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-unvbe3JN9S::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #c1c1c1 -10%, transparent 80%);
}
.cid-unvbe3JN9S::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #ffffff -10%, transparent 80%);
}
.cid-unvbe3JN9S .mbr-fallback-image.disabled {
  display: none;
}
.cid-unvbe3JN9S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-unvbe3JN9S .container {
    padding: 0 16px;
  }
}
.cid-unvbe3JN9S .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-unvbe3JN9S .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-unvbe3JN9S .content-wrapper {
  margin-bottom: 80px;
}
.cid-unvbe3JN9S .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-unvbe3JN9S .content-wrapper .mbr-section-title span {
  color: #efefef;
}
.cid-unvbe3JN9S .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-unvbe3JN9S .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-unvbe3JN9S .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-unvbe3JN9S .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-unvbe3JN9S .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-unvbe3JN9S .item .item-wrapper {
    padding: 32px;
  }
}
.cid-unvbe3JN9S .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-unvbe3JN9S .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-unvbe3JN9S .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-unvbe3JN9S .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #232323;
}
.cid-unvbe3JN9S .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-unvbe3JN9S .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-unvbe3JN9S .mbr-section-title {
  color: #000000;
}
.cid-unvbe3JN9S .mbr-text,
.cid-unvbe3JN9S .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.cid-unvbe3JN9S .item-title {
  color: #000000;
}
.cid-unvbe3JN9S .item-text {
  color: #6f6f6f;
}
.cid-unvbe3JN9S .mbr-section-title,
.cid-unvbe3JN9S .mbr-section-btn {
  text-align: center;
}
.cid-uf9TYwr2jd {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uf9TYwr2jd .image-block {
  margin: auto;
}
.cid-uf9TYwr2jd .mbr-figure {
  margin: 0 auto;
}
.cid-uf9TYwr2jd figcaption {
  position: relative;
}
.cid-uf9TYwr2jd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uf9TYwr2jd .image-block {
    width: 100% !important;
  }
}
.cid-tw4baQ5HKG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tw4baQ5HKG .mbr-section-subtitle {
  color: #232323;
}
.cid-tw4baQ5HKG H2 {
  color: #232323;
}
.cid-ufWOVTtpGW {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-ufWOVTtpGW .image-block {
  margin: auto;
}
.cid-ufWOVTtpGW .mbr-figure {
  margin: 0 auto;
}
.cid-ufWOVTtpGW figcaption {
  position: relative;
}
.cid-ufWOVTtpGW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ufWOVTtpGW .image-block {
    width: 100% !important;
  }
}
.cid-ufWPm5HtCC {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sIZxAgGZY7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #508184;
}
.cid-sIZxAgGZY7 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sIZxAgGZY7 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sIZxAgGZY7 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #0b2438;
}
.cid-sIZxAgGZY7 .panel-body,
.cid-sIZxAgGZY7 .card-header {
  padding: 1rem 0;
}
.cid-sIZxAgGZY7 .panel-title-edit {
  color: #ffffff;
}
.cid-sIZxAgGZY7 H3 {
  color: #ffffff;
}
.cid-sIZxAgGZY7 P {
  color: #ffffff;
}
.cid-uFbGArajjT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #061622;
}
.cid-uFbGArajjT .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFbGArajjT .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFbGArajjT .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFbGArajjT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFbGArajjT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFbGArajjT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFbGArajjT .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFbGArajjT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFbGArajjT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFbGArajjT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFbGArajjT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFbGArajjT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFbGArajjT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFbGArajjT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFbGvMv06n .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uFbGvMv06n .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uFbGvMv06n a {
  font-style: normal;
}
.cid-uFbGvMv06n .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFbGvMv06n .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFbGvMv06n .nav-item:focus,
.cid-uFbGvMv06n .nav-link:focus {
  outline: none;
}
.cid-uFbGvMv06n .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFbGvMv06n .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFbGvMv06n .menu-logo {
  margin-right: auto;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFbGvMv06n .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uFbGvMv06n .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFbGvMv06n .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFbGvMv06n button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFbGvMv06n button.navbar-toggler:focus {
  outline: none;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #008374;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFbGvMv06n .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFbGvMv06n .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFbGvMv06n .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFbGvMv06n .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFbGvMv06n .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFbGvMv06n .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFbGvMv06n .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFbGvMv06n.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFbGvMv06n img {
    height: 3.8rem !important;
  }
  .cid-uFbGvMv06n .btn {
    display: -webkit-flex;
  }
  .cid-uFbGvMv06n button.navbar-toggler {
    display: block;
  }
  .cid-uFbGvMv06n .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFbGvMv06n .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFbGvMv06n .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing,
  .cid-uFbGvMv06n .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-nav,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFbGvMv06n .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFbGvMv06n .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFbGvMv06n .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFbGvMv06n .nav-link:hover,
.cid-uFbGvMv06n .dropdown-item:hover {
  color: #767676 !important;
}
.cid-ufqKhFxPvg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ufqKhFxPvg .mbr-text,
.cid-ufqKhFxPvg blockquote {
  color: #767676;
}
.cid-ufbjMiQ5rl {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-ufbjMiQ5rl .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ufbjMiQ5rl .video-block {
    width: 100% !important;
  }
}
.cid-tw490phuXo {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tw490phuXo .mbr-section-subtitle {
  color: #2d3b3c;
}
.cid-tw490phuXo H2 {
  color: #405051;
}
.cid-ufb396JzyU {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-ufb396JzyU .image-block {
  margin: auto;
}
.cid-ufb396JzyU .mbr-figure {
  margin: 0 auto;
}
.cid-ufb396JzyU figcaption {
  position: relative;
}
.cid-ufb396JzyU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ufb396JzyU .image-block {
    width: 100% !important;
  }
}
.cid-uf42Yeyow0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uf42Yeyow0 .mbr-section-subtitle {
  color: #767676;
}
.cid-uf42Yeyow0 H2 {
  color: #405051;
}
.cid-ufb3wo5Ipx {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-ufb3wo5Ipx .image-block {
  margin: auto;
}
.cid-ufb3wo5Ipx .mbr-figure {
  margin: 0 auto;
}
.cid-ufb3wo5Ipx figcaption {
  position: relative;
}
.cid-ufb3wo5Ipx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ufb3wo5Ipx .image-block {
    width: 100% !important;
  }
}
.cid-unv11sADSi {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-unv11sADSi::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #c1c1c1 -10%, transparent 80%);
}
.cid-unv11sADSi::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #ffffff -10%, transparent 80%);
}
.cid-unv11sADSi .mbr-fallback-image.disabled {
  display: none;
}
.cid-unv11sADSi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-unv11sADSi .container {
    padding: 0 16px;
  }
}
.cid-unv11sADSi .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-unv11sADSi .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-unv11sADSi .content-wrapper {
  margin-bottom: 80px;
}
.cid-unv11sADSi .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-unv11sADSi .content-wrapper .mbr-section-title span {
  color: #efefef;
}
.cid-unv11sADSi .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-unv11sADSi .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-unv11sADSi .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-unv11sADSi .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-unv11sADSi .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-unv11sADSi .item .item-wrapper {
    padding: 32px;
  }
}
.cid-unv11sADSi .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-unv11sADSi .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-unv11sADSi .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-unv11sADSi .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #232323;
}
.cid-unv11sADSi .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-unv11sADSi .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-unv11sADSi .mbr-section-title {
  color: #000000;
}
.cid-unv11sADSi .mbr-text,
.cid-unv11sADSi .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.cid-unv11sADSi .item-title {
  color: #000000;
}
.cid-unv11sADSi .item-text {
  color: #6f6f6f;
}
.cid-unv11sADSi .mbr-section-title,
.cid-unv11sADSi .mbr-section-btn {
  text-align: center;
}
.cid-unv1rZ5OsM {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-unv1rZ5OsM .image-block {
  margin: auto;
}
.cid-unv1rZ5OsM .mbr-figure {
  margin: 0 auto;
}
.cid-unv1rZ5OsM figcaption {
  position: relative;
}
.cid-unv1rZ5OsM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-unv1rZ5OsM .image-block {
    width: 100% !important;
  }
}
.cid-sY3txq4wcJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #508184;
}
.cid-sY3txq4wcJ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sY3txq4wcJ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sY3txq4wcJ .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #0b2438;
}
.cid-sY3txq4wcJ .panel-body,
.cid-sY3txq4wcJ .card-header {
  padding: 1rem 0;
}
.cid-sY3txq4wcJ .panel-title-edit {
  color: #ffffff;
}
.cid-sY3txq4wcJ H3 {
  color: #ffffff;
}
.cid-sY3txq4wcJ P {
  color: #ffffff;
}
.cid-ufWMiJaQou {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ufb3SIH8Hf {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-ufb3SIH8Hf .image-block {
  margin: auto;
}
.cid-ufb3SIH8Hf .mbr-figure {
  margin: 0 auto;
}
.cid-ufb3SIH8Hf figcaption {
  position: relative;
}
.cid-ufb3SIH8Hf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ufb3SIH8Hf .image-block {
    width: 100% !important;
  }
}
#custom-html-xi {
  /* Type valid CSS here */
}
#custom-html-xi div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-xi p {
  font-size: 60px;
  color: #777;
}
.cid-sY1AJ0Btfu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sY1AJ0Btfu .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sY1AJ0Btfu .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sY1AJ0Btfu .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sY1AJ0Btfu .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sY1AJ0Btfu .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-sY1AJ0Btfu .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sY1AJ0Btfu .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sY1AJ0Btfu .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sY1AJ0Btfu .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-tw49RX8Nbk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tw49RX8Nbk .mbr-section-subtitle {
  color: #405051;
}
.cid-tw49RX8Nbk H2 {
  color: #232323;
}
.cid-sZxL796Y0y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sZxL796Y0y .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sZxL796Y0y .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sZxL796Y0y .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-sZxL796Y0y .card-box {
  margin: auto;
}
.cid-sZxL796Y0y .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 5rem;
  padding-right: 1.5rem;
  color: #173b56;
}
@media (max-width: 767px) {
  .cid-sZxL796Y0y .iconfont-wrapper .mbr-iconfont {
    padding-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-sZxL796Y0y .mbr-section-title {
  border-top: 1px solid #efefef;
  padding-top: 1rem;
}
.cid-sZxL796Y0y .card-text {
  color: #0b2438;
}
.cid-sZxL8PWf4l {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sZxL8PWf4l .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sZxL8PWf4l .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sZxL8PWf4l .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-sZxL8PWf4l .card-box {
  margin: auto;
}
.cid-sZxL8PWf4l .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 5rem;
  padding-right: 1.5rem;
  color: #173b56;
}
@media (max-width: 767px) {
  .cid-sZxL8PWf4l .iconfont-wrapper .mbr-iconfont {
    padding-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-sZxL8PWf4l .mbr-section-title {
  border-top: 1px solid #a6a6a6;
  padding-top: 1rem;
}
.cid-sZxL8PWf4l .card-text {
  color: #0b2438;
}
.cid-sY1AJ1yTab {
  background: #ffffff;
}
.cid-sY1AJ1yTab .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sY1AJ1yTab .mbr-figure {
  margin: 0 auto;
}
.cid-sY1AJ1yTab figcaption {
  position: relative;
}
.cid-sY1AJ1yTab figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sY1AJ1yTab .image-block {
    width: 100% !important;
  }
}
.cid-uFbGArajjT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #061622;
}
.cid-uFbGArajjT .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFbGArajjT .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFbGArajjT .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFbGArajjT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFbGArajjT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFbGArajjT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFbGArajjT .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFbGArajjT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFbGArajjT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFbGArajjT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFbGArajjT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFbGArajjT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFbGArajjT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFbGArajjT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFbGvMv06n .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uFbGvMv06n .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uFbGvMv06n a {
  font-style: normal;
}
.cid-uFbGvMv06n .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFbGvMv06n .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFbGvMv06n .nav-item:focus,
.cid-uFbGvMv06n .nav-link:focus {
  outline: none;
}
.cid-uFbGvMv06n .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFbGvMv06n .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFbGvMv06n .menu-logo {
  margin-right: auto;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFbGvMv06n .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uFbGvMv06n .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFbGvMv06n .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFbGvMv06n button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFbGvMv06n button.navbar-toggler:focus {
  outline: none;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #008374;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFbGvMv06n .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFbGvMv06n .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFbGvMv06n .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFbGvMv06n .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFbGvMv06n .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFbGvMv06n .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFbGvMv06n .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFbGvMv06n.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFbGvMv06n img {
    height: 3.8rem !important;
  }
  .cid-uFbGvMv06n .btn {
    display: -webkit-flex;
  }
  .cid-uFbGvMv06n button.navbar-toggler {
    display: block;
  }
  .cid-uFbGvMv06n .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFbGvMv06n .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFbGvMv06n .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing,
  .cid-uFbGvMv06n .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-nav,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFbGvMv06n .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFbGvMv06n .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFbGvMv06n .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFbGvMv06n .nav-link:hover,
.cid-uFbGvMv06n .dropdown-item:hover {
  color: #767676 !important;
}
.cid-umOO3a7Uru {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #173b56;
}
.cid-unnQTmXWIj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #758bac;
}
.cid-unnQTmXWIj P {
  color: #767676;
}
.cid-unnQTmXWIj H1 {
  color: #ffffff;
}
.cid-unnQTmXWIj H3 {
  color: #f9f295;
}
.cid-unnQTmXWIj .mbr-text,
.cid-unnQTmXWIj .mbr-section-btn {
  color: #ffffff;
}
.cid-unnQPoIROe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #6b9e96;
}
.cid-unnQPoIROe h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-unnQPoIROe p {
  color: #767676;
  text-align: left;
}
.cid-unnQPoIROe .card-box {
  padding-top: 2rem;
}
.cid-unnQPoIROe .card-wrapper {
  height: 100%;
}
.cid-unnQPoIROe .card-title {
  color: #ffffff;
}
.cid-unnQPoIROe P {
  color: #ffffff;
}
.cid-unnQM56A1D {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #667f92;
}
.cid-unnQM56A1D h2 {
  text-align: center;
}
.cid-unnQM56A1D h3 {
  text-align: center;
  font-weight: 300;
}
.cid-unnQM56A1D p {
  color: #767676;
}
.cid-unnQM56A1D img {
  object-fit: cover;
}
.cid-unnQM56A1D .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-unnQM56A1D .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-unnQM56A1D .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-unnQM56A1D .mbr-section-subtitle {
  color: #767676;
}
.cid-unnQM56A1D .card-title {
  font-weight: 500;
}
.cid-unnQM56A1D .card-img {
  text-align: inherit;
}
.cid-unnQM56A1D .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-unnQM56A1D .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-unnQM56A1D .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-unnQM56A1D .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-unnQM56A1D .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-unnQM56A1D .card:nth-child(1) {
    padding-bottom: 0!important;
  }
}
.cid-unnQM56A1D .mbr-section-text {
  color: #ffffff;
}
.cid-unnQM56A1D .mbr-section-title {
  color: #ffffff;
}
.cid-unnQM56A1D .mbr-crt-title {
  color: #ffffff;
}
.cid-unnQJqOB8C {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #79a6a0;
}
.cid-unnQJqOB8C h2 {
  text-align: center;
}
.cid-unnQJqOB8C h3 {
  text-align: center;
  font-weight: 300;
}
.cid-unnQJqOB8C p {
  color: #767676;
}
.cid-unnQJqOB8C img {
  object-fit: cover;
}
.cid-unnQJqOB8C .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-unnQJqOB8C .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-unnQJqOB8C .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-unnQJqOB8C .mbr-section-subtitle {
  color: #767676;
}
.cid-unnQJqOB8C .card-title {
  font-weight: 500;
}
.cid-unnQJqOB8C .card-img {
  text-align: inherit;
}
.cid-unnQJqOB8C .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-unnQJqOB8C .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-unnQJqOB8C .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-unnQJqOB8C .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-unnQJqOB8C .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-unnQJqOB8C .card:nth-child(1) {
    padding-bottom: 0!important;
  }
}
.cid-unnQJqOB8C .mbr-section-text {
  color: #ffffff;
}
.cid-unnQJqOB8C .mbr-section-title {
  color: #ffffff;
}
.cid-unnQJqOB8C .mbr-crt-title {
  color: #ffffff;
}
.cid-unnQGeZDfx {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #00ae92;
}
.cid-unnQGeZDfx h2 {
  text-align: center;
}
.cid-unnQGeZDfx h3 {
  text-align: center;
  font-weight: 300;
}
.cid-unnQGeZDfx p {
  color: #767676;
}
.cid-unnQGeZDfx img {
  object-fit: cover;
}
.cid-unnQGeZDfx .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-unnQGeZDfx .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-unnQGeZDfx .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-unnQGeZDfx .mbr-section-subtitle {
  color: #767676;
}
.cid-unnQGeZDfx .card-title {
  font-weight: 500;
}
.cid-unnQGeZDfx .card-img {
  text-align: inherit;
}
.cid-unnQGeZDfx .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-unnQGeZDfx .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-unnQGeZDfx .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-unnQGeZDfx .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-unnQGeZDfx .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-unnQGeZDfx .card:nth-child(1) {
    padding-bottom: 0!important;
  }
}
.cid-unnQGeZDfx .mbr-section-text {
  color: #ffffff;
}
.cid-unnQGeZDfx .mbr-section-title {
  color: #ffffff;
}
.cid-unnQGeZDfx .mbr-crt-title {
  color: #ffffff;
}
.cid-umOO3buvjA .modal-body .close {
  background: #1b1b1b;
}
.cid-umOO3buvjA .modal-body .close span {
  font-style: normal;
}
.cid-umOO3buvjA .carousel-inner > .active,
.cid-umOO3buvjA .carousel-inner > .next,
.cid-umOO3buvjA .carousel-inner > .prev {
  display: flex;
}
.cid-umOO3buvjA .carousel-control .icon-next,
.cid-umOO3buvjA .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-umOO3buvjA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-umOO3buvjA .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-umOO3buvjA .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-umOO3buvjA .boxed-slider > div {
  position: relative;
}
.cid-umOO3buvjA .container img {
  width: 100%;
}
.cid-umOO3buvjA .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-umOO3buvjA .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-umOO3buvjA .mbr-table-cell {
  padding: 0;
}
.cid-umOO3buvjA .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-umOO3buvjA .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-umOO3buvjA .mbr-overlay {
  z-index: 1;
}
.cid-umOO3buvjA .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-umOO3buvjA .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-umOO3buvjA .carousel-item.active.right,
.cid-umOO3buvjA .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-umOO3buvjA .carousel-item.active.left,
.cid-umOO3buvjA .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-umOO3buvjA .carousel-item.active,
.cid-umOO3buvjA .carousel-item.next.left,
.cid-umOO3buvjA .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-umOO3buvjA .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-umOO3buvjA .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umOO3buvjA .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-umOO3buvjA .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-umOO3buvjA .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-umOO3buvjA .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-umOO3buvjA .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-umOO3buvjA .mbr-slider .carousel-indicators li.active,
.cid-umOO3buvjA .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-umOO3buvjA .mbr-slider .carousel-indicators li::after,
.cid-umOO3buvjA .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-umOO3buvjA .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-umOO3buvjA .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-umOO3buvjA .mbr-slider > .container img {
  width: 100%;
}
.cid-umOO3buvjA .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-umOO3buvjA .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-umOO3buvjA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-umOO3buvjA .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-umOO3buvjA .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-umOO3buvjA .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-umOO3buvjA .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-umOO3buvjA .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-umOO3buvjA .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-umOO3buvjA .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-umOO3buvjA .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-umOO3buvjA .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-umOO3buvjA .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uFbGArajjT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #061622;
}
.cid-uFbGArajjT .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFbGArajjT .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFbGArajjT .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFbGArajjT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFbGArajjT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFbGArajjT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFbGArajjT .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFbGArajjT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFbGArajjT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFbGArajjT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFbGArajjT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFbGArajjT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFbGArajjT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFbGArajjT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFbGvMv06n .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uFbGvMv06n .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uFbGvMv06n a {
  font-style: normal;
}
.cid-uFbGvMv06n .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFbGvMv06n .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFbGvMv06n .nav-item:focus,
.cid-uFbGvMv06n .nav-link:focus {
  outline: none;
}
.cid-uFbGvMv06n .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFbGvMv06n .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFbGvMv06n .menu-logo {
  margin-right: auto;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFbGvMv06n .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uFbGvMv06n .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFbGvMv06n .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFbGvMv06n button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFbGvMv06n button.navbar-toggler:focus {
  outline: none;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #008374;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFbGvMv06n .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFbGvMv06n .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFbGvMv06n .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFbGvMv06n .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFbGvMv06n .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFbGvMv06n .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFbGvMv06n .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFbGvMv06n.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFbGvMv06n img {
    height: 3.8rem !important;
  }
  .cid-uFbGvMv06n .btn {
    display: -webkit-flex;
  }
  .cid-uFbGvMv06n button.navbar-toggler {
    display: block;
  }
  .cid-uFbGvMv06n .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFbGvMv06n .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFbGvMv06n .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing,
  .cid-uFbGvMv06n .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-nav,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFbGvMv06n .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFbGvMv06n .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFbGvMv06n .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFbGvMv06n .nav-link:hover,
.cid-uFbGvMv06n .dropdown-item:hover {
  color: #767676 !important;
}
.cid-u1K8djuNnq {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u1K8djuNnq .mbr-section-subtitle {
  color: #767676;
}
.cid-unsdfGZW1b {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/400-cc-x-new-527x490.webp");
}
.cid-unsdfGZW1b H1 {
  color: #008374;
}
.cid-uf6bIXCh2h {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uf6bIXCh2h .card-box {
  padding: 0 2rem;
}
.cid-uf6bIXCh2h .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uf6bIXCh2h .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uf6bIXCh2h h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uf6bIXCh2h p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uf6bIXCh2h .mbr-text {
  color: #767676;
}
.cid-uf6bIXCh2h .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uf6bIXCh2h .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uf6bIXCh2h .card-title {
  color: #008374;
}
.cid-uf5UYZXAgd {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uf5UYZXAgd .image-block {
  margin: auto;
}
.cid-uf5UYZXAgd .mbr-figure {
  margin: 0 auto;
}
.cid-uf5UYZXAgd figcaption {
  position: relative;
}
.cid-uf5UYZXAgd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uf5UYZXAgd .image-block {
    width: 100% !important;
  }
}
.cid-uf6bKxGpD7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uf6bKxGpD7 .card-box {
  padding: 0 2rem;
}
.cid-uf6bKxGpD7 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uf6bKxGpD7 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uf6bKxGpD7 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uf6bKxGpD7 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uf6bKxGpD7 .mbr-text {
  color: #767676;
}
.cid-uf6bKxGpD7 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uf6bKxGpD7 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uf6bKxGpD7 .card-title {
  color: #008374;
}
.cid-uf5VoCm4dw {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-uf5VoCm4dw .image-block {
  margin: auto;
}
.cid-uf5VoCm4dw .mbr-figure {
  margin: 0 auto;
}
.cid-uf5VoCm4dw figcaption {
  position: relative;
}
.cid-uf5VoCm4dw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uf5VoCm4dw .image-block {
    width: 100% !important;
  }
}
.cid-uf6bLGTZQv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uf6bLGTZQv .card-box {
  padding: 0 2rem;
}
.cid-uf6bLGTZQv .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uf6bLGTZQv .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uf6bLGTZQv h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uf6bLGTZQv p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uf6bLGTZQv .mbr-text {
  color: #767676;
}
.cid-uf6bLGTZQv .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uf6bLGTZQv .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uf6bLGTZQv .card-title {
  color: #008374;
}
.cid-ujXYdMYOC7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-ujXYdMYOC7 h2 {
  text-align: left;
}
.cid-ujXYdMYOC7 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-ujXYdMYOC7 p {
  color: #767676;
  text-align: left;
}
.cid-ujXYdMYOC7 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ujXYdMYOC7 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ujXYdMYOC7 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ujXYdMYOC7 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ujXYdMYOC7 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ujXYdMYOC7 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ujXYdMYOC7 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ujXYdMYOC7 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-ujXYdMYOC7 .card-img span {
    font-size: 40px !important;
  }
}
.cid-ujXYdMYOC7 P {
  color: #465052;
}
.cid-uf6bNgvUlq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uf6bNgvUlq .card-box {
  padding: 0 2rem;
}
.cid-uf6bNgvUlq .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uf6bNgvUlq .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uf6bNgvUlq h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uf6bNgvUlq p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uf6bNgvUlq .mbr-text {
  color: #767676;
}
.cid-uf6bNgvUlq .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uf6bNgvUlq .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uf6bNgvUlq .card-title {
  color: #008374;
}
.cid-uf5WURFkkK {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-uf5WURFkkK .image-block {
  margin: auto;
}
.cid-uf5WURFkkK .mbr-figure {
  margin: 0 auto;
}
.cid-uf5WURFkkK figcaption {
  position: relative;
}
.cid-uf5WURFkkK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uf5WURFkkK .image-block {
    width: 100% !important;
  }
}
.cid-trnmlPQ7jr {
  background: #ffffff;
}
.cid-trnmlPQ7jr .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-trnmlPQ7jr .video-block {
    width: 100% !important;
  }
}
.cid-uBIxka9hld {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uBIxka9hld .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uBIxka9hld .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-uBIxka9hld .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uBIxka9hld .inner-container {
    width: 100% !important;
  }
}
.cid-uvWo2VB8D1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/whatsapp-image-2024-10-29-at-15.30.03-f3de1cde-1600x738.webp");
}
.cid-uFbGArajjT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #061622;
}
.cid-uFbGArajjT .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFbGArajjT .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFbGArajjT .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFbGArajjT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFbGArajjT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFbGArajjT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFbGArajjT .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFbGArajjT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFbGArajjT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFbGArajjT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFbGArajjT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFbGArajjT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFbGArajjT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFbGArajjT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFbGvMv06n .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uFbGvMv06n .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uFbGvMv06n a {
  font-style: normal;
}
.cid-uFbGvMv06n .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFbGvMv06n .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFbGvMv06n .nav-item:focus,
.cid-uFbGvMv06n .nav-link:focus {
  outline: none;
}
.cid-uFbGvMv06n .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFbGvMv06n .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFbGvMv06n .menu-logo {
  margin-right: auto;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFbGvMv06n .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uFbGvMv06n .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFbGvMv06n .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFbGvMv06n button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFbGvMv06n button.navbar-toggler:focus {
  outline: none;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #008374;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFbGvMv06n .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFbGvMv06n .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFbGvMv06n .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFbGvMv06n .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFbGvMv06n .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFbGvMv06n .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFbGvMv06n .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFbGvMv06n.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFbGvMv06n img {
    height: 3.8rem !important;
  }
  .cid-uFbGvMv06n .btn {
    display: -webkit-flex;
  }
  .cid-uFbGvMv06n button.navbar-toggler {
    display: block;
  }
  .cid-uFbGvMv06n .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFbGvMv06n .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFbGvMv06n .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing,
  .cid-uFbGvMv06n .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-nav,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFbGvMv06n .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFbGvMv06n .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFbGvMv06n .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFbGvMv06n .nav-link:hover,
.cid-uFbGvMv06n .dropdown-item:hover {
  color: #767676 !important;
}
.cid-ufWwsHJ3e9 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ufWwsHJ3e9 .mbr-text,
.cid-ufWwsHJ3e9 blockquote {
  color: #767676;
}
.cid-ufWwsHJ3e9 .mbr-text {
  color: #ffffff;
}
.cid-uf3B6gd1qz {
  background: #ffffff;
}
.cid-uf3B6gd1qz .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uf3B6gd1qz .video-block {
    width: 100% !important;
  }
}
.cid-sbbNbEJsyD {
  background-image: url("../../../assets/images/world-cat-235cc-0005-1024x731-1-1024x731.webp");
}
.cid-sbbNbEJsyD .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-sbbNbEJsyD .media-container-column {
  background-color: #002f53;
}
@media (max-width: 767px) {
  .cid-sbbNbEJsyD .media-container-column {
    padding: 1rem !important;
  }
}
.cid-untqyufMYR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-untqyufMYR .mbr-section-subtitle {
  color: #767676;
}
.cid-sJ1Yf6zutE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJ1Yf6zutE .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sJ1Yf6zutE .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sJ1Yf6zutE .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-sJ1Yf6zutE .card-box {
  margin: auto;
}
.cid-sJ1Yf6zutE .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 5rem;
  padding-right: 1.5rem;
  color: #173b56;
}
@media (max-width: 767px) {
  .cid-sJ1Yf6zutE .iconfont-wrapper .mbr-iconfont {
    padding-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-sJ1Yf6zutE .mbr-section-title {
  border-top: 1px solid #a6a6a6;
  padding-top: 1rem;
}
.cid-sJ1Yf6zutE .card-text {
  color: #0b2438;
}
.cid-sJ1Yg8HUxf {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sJ1Yg8HUxf .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sJ1Yg8HUxf .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sJ1Yg8HUxf .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-sJ1Yg8HUxf .card-box {
  margin: auto;
}
.cid-sJ1Yg8HUxf .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 5rem;
  padding-right: 1.5rem;
  color: #173b56;
}
@media (max-width: 767px) {
  .cid-sJ1Yg8HUxf .iconfont-wrapper .mbr-iconfont {
    padding-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-sJ1Yg8HUxf .mbr-section-title {
  border-top: 1px solid #a6a6a6;
  padding-top: 1rem;
}
.cid-sJ1Yg8HUxf .card-text {
  color: #0b2438;
}
.cid-untBGFuYhA {
  background: #ffffff;
}
.cid-untBGFuYhA .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-untBGFuYhA .mbr-figure {
  margin: 0 auto;
}
.cid-untBGFuYhA figcaption {
  position: relative;
}
.cid-untBGFuYhA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-untBGFuYhA .image-block {
    width: 100% !important;
  }
}
.cid-sJ1Z4QKE4I {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #173b56;
}
.cid-sJ1Z4QKE4I .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sJ1Z4QKE4I .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sJ1Z4QKE4I .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #0b2438;
}
.cid-sJ1Z4QKE4I .panel-body,
.cid-sJ1Z4QKE4I .card-header {
  padding: 1rem 0;
}
.cid-sJ1Z4QKE4I .panel-title-edit {
  color: #ffffff;
}
.cid-sJ1Z4QKE4I H3 {
  color: #ffffff;
}
.cid-sJ1Z4QKE4I P {
  color: #ffffff;
}
.cid-untB7HmXlq {
  background: #ffffff;
}
.cid-untB7HmXlq .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-untB7HmXlq .mbr-figure {
  margin: 0 auto;
}
.cid-untB7HmXlq figcaption {
  position: relative;
}
.cid-untB7HmXlq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-untB7HmXlq .image-block {
    width: 100% !important;
  }
}
.cid-untsHd2aK0 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-untsHd2aK0::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #c1c1c1 -10%, transparent 80%);
}
.cid-untsHd2aK0::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #ffffff -10%, transparent 80%);
}
.cid-untsHd2aK0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-untsHd2aK0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-untsHd2aK0 .container {
    padding: 0 16px;
  }
}
.cid-untsHd2aK0 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-untsHd2aK0 .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-untsHd2aK0 .content-wrapper {
  margin-bottom: 80px;
}
.cid-untsHd2aK0 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-untsHd2aK0 .content-wrapper .mbr-section-title span {
  color: #efefef;
}
.cid-untsHd2aK0 .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-untsHd2aK0 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-untsHd2aK0 .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-untsHd2aK0 .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-untsHd2aK0 .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-untsHd2aK0 .item .item-wrapper {
    padding: 32px;
  }
}
.cid-untsHd2aK0 .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-untsHd2aK0 .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-untsHd2aK0 .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-untsHd2aK0 .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #232323;
}
.cid-untsHd2aK0 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-untsHd2aK0 .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-untsHd2aK0 .mbr-section-title {
  color: #000000;
}
.cid-untsHd2aK0 .mbr-text,
.cid-untsHd2aK0 .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.cid-untsHd2aK0 .item-title {
  color: #000000;
}
.cid-untsHd2aK0 .item-text {
  color: #6f6f6f;
}
.cid-untsHd2aK0 .mbr-section-title,
.cid-untsHd2aK0 .mbr-section-btn {
  text-align: center;
}
.cid-ufW9lo8bl0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-untBrufSlU {
  background: #ffffff;
}
.cid-untBrufSlU .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-untBrufSlU .mbr-figure {
  margin: 0 auto;
}
.cid-untBrufSlU figcaption {
  position: relative;
}
.cid-untBrufSlU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-untBrufSlU .image-block {
    width: 100% !important;
  }
}
.cid-tw47LRLwcy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tw47LRLwcy .mbr-section-subtitle {
  color: #232323;
}
.cid-tw47LRLwcy H2 {
  color: #232323;
}
.cid-sbbNbIN2rW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sbbNbIN2rW .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sbbNbIN2rW .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sbbNbIN2rW .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sbbNbIN2rW .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sbbNbIN2rW .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;
}
.cid-sbbNbIN2rW .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sbbNbIN2rW .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-sbbNbIN2rW .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sbbNbIN2rW .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-untCOoaRLP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-untCOoaRLP .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-untCOoaRLP .section-text {
  padding: 2rem 0;
}
.cid-untCOoaRLP .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-untCOoaRLP .inner-container {
    width: 100% !important;
  }
}
.cid-uFbGArajjT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #061622;
}
.cid-uFbGArajjT .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFbGArajjT .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFbGArajjT .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFbGArajjT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFbGArajjT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFbGArajjT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFbGArajjT .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFbGArajjT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFbGArajjT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFbGArajjT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFbGArajjT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFbGArajjT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFbGArajjT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFbGArajjT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFbGvMv06n .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uFbGvMv06n .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uFbGvMv06n a {
  font-style: normal;
}
.cid-uFbGvMv06n .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFbGvMv06n .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFbGvMv06n .nav-item:focus,
.cid-uFbGvMv06n .nav-link:focus {
  outline: none;
}
.cid-uFbGvMv06n .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFbGvMv06n .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFbGvMv06n .menu-logo {
  margin-right: auto;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFbGvMv06n .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uFbGvMv06n .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFbGvMv06n .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFbGvMv06n button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFbGvMv06n button.navbar-toggler:focus {
  outline: none;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #008374;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFbGvMv06n .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFbGvMv06n .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFbGvMv06n .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFbGvMv06n .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFbGvMv06n .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFbGvMv06n .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFbGvMv06n .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFbGvMv06n.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFbGvMv06n img {
    height: 3.8rem !important;
  }
  .cid-uFbGvMv06n .btn {
    display: -webkit-flex;
  }
  .cid-uFbGvMv06n button.navbar-toggler {
    display: block;
  }
  .cid-uFbGvMv06n .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFbGvMv06n .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFbGvMv06n .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing,
  .cid-uFbGvMv06n .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-nav,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFbGvMv06n .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFbGvMv06n .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFbGvMv06n .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFbGvMv06n .nav-link:hover,
.cid-uFbGvMv06n .dropdown-item:hover {
  color: #767676 !important;
}
.cid-ufqM8pA2tE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ufqM8pA2tE .mbr-text,
.cid-ufqM8pA2tE blockquote {
  color: #767676;
}
.cid-uf4du4aCCA {
  background: #ffffff;
}
.cid-uf4du4aCCA .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uf4du4aCCA .video-block {
    width: 100% !important;
  }
}
.cid-tw4WSrZQtD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tw4WSrZQtD .mbr-section-subtitle {
  color: #232323;
}
.cid-tw4WSrZQtD H2 {
  color: #232323;
}
.cid-ufaqDy7sxb {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-ufaqDy7sxb .image-block {
  margin: auto;
}
.cid-ufaqDy7sxb .mbr-figure {
  margin: 0 auto;
}
.cid-ufaqDy7sxb figcaption {
  position: relative;
}
.cid-ufaqDy7sxb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ufaqDy7sxb .image-block {
    width: 100% !important;
  }
}
.cid-ryC79U4Gfj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/280dcx-details-01-result-1.webp");
}
.cid-ryC79U4Gfj .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-ryC79U4Gfj .media-container-column {
  background-color: #508184;
}
@media (max-width: 767px) {
  .cid-ryC79U4Gfj .media-container-column {
    padding: 1rem !important;
  }
}
.cid-sIXc0Fu1vo {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-sIXc0Fu1vo .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sIXc0Fu1vo .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sIXc0Fu1vo .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-sIXc0Fu1vo .card-box {
  margin: auto;
}
.cid-sIXc0Fu1vo .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 5rem;
  padding-right: 1.5rem;
  color: #ffcc01;
}
@media (max-width: 767px) {
  .cid-sIXc0Fu1vo .iconfont-wrapper .mbr-iconfont {
    padding-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-sIXc0Fu1vo .mbr-section-title {
  border-top: 1px solid #a6a6a6;
  padding-top: 1rem;
}
.cid-sIXc0Fu1vo .card-text {
  color: #0b2438;
}
.cid-sIXc15Jl56 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f9f9f9;
}
.cid-sIXc15Jl56 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sIXc15Jl56 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sIXc15Jl56 .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-sIXc15Jl56 .card-box {
  margin: auto;
}
.cid-sIXc15Jl56 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 5rem;
  padding-right: 1.5rem;
  color: #ffcc01;
}
@media (max-width: 767px) {
  .cid-sIXc15Jl56 .iconfont-wrapper .mbr-iconfont {
    padding-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-sIXc15Jl56 .mbr-section-title {
  border-top: 1px solid #a6a6a6;
  padding-top: 1rem;
}
.cid-sIXc15Jl56 .card-text {
  color: #0b2438;
}
.cid-sIXc0cyNzI {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f9f9f9;
}
.cid-sIXc0cyNzI .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sIXc0cyNzI .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sIXc0cyNzI .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-sIXc0cyNzI .card-box {
  margin: auto;
}
.cid-sIXc0cyNzI .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 5rem;
  padding-right: 1.5rem;
  color: #ffcc01;
}
@media (max-width: 767px) {
  .cid-sIXc0cyNzI .iconfont-wrapper .mbr-iconfont {
    padding-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-sIXc0cyNzI .mbr-section-title {
  border-top: 1px solid #a6a6a6;
  padding-top: 1rem;
}
.cid-sIXc0cyNzI .card-text {
  color: #0b2438;
}
.cid-ufaqOxmrL2 {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-ufaqOxmrL2 .image-block {
  margin: auto;
}
.cid-ufaqOxmrL2 .mbr-figure {
  margin: 0 auto;
}
.cid-ufaqOxmrL2 figcaption {
  position: relative;
}
.cid-ufaqOxmrL2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ufaqOxmrL2 .image-block {
    width: 100% !important;
  }
}
.cid-unv6lVrwpk {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-unv6lVrwpk::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #c1c1c1 -10%, transparent 80%);
}
.cid-unv6lVrwpk::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #ffffff -10%, transparent 80%);
}
.cid-unv6lVrwpk .mbr-fallback-image.disabled {
  display: none;
}
.cid-unv6lVrwpk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-unv6lVrwpk .container {
    padding: 0 16px;
  }
}
.cid-unv6lVrwpk .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-unv6lVrwpk .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-unv6lVrwpk .content-wrapper {
  margin-bottom: 80px;
}
.cid-unv6lVrwpk .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-unv6lVrwpk .content-wrapper .mbr-section-title span {
  color: #efefef;
}
.cid-unv6lVrwpk .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-unv6lVrwpk .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-unv6lVrwpk .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-unv6lVrwpk .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-unv6lVrwpk .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-unv6lVrwpk .item .item-wrapper {
    padding: 32px;
  }
}
.cid-unv6lVrwpk .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-unv6lVrwpk .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-unv6lVrwpk .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-unv6lVrwpk .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #232323;
}
.cid-unv6lVrwpk .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-unv6lVrwpk .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-unv6lVrwpk .mbr-section-title {
  color: #000000;
}
.cid-unv6lVrwpk .mbr-text,
.cid-unv6lVrwpk .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.cid-unv6lVrwpk .item-title {
  color: #000000;
}
.cid-unv6lVrwpk .item-text {
  color: #6f6f6f;
}
.cid-unv6lVrwpk .mbr-section-title,
.cid-unv6lVrwpk .mbr-section-btn {
  text-align: center;
}
.cid-ryC79WukUi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ryC79WukUi .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ryC79WukUi .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ryC79WukUi .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ryC79WukUi .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ryC79WukUi .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-ryC79WukUi .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ryC79WukUi .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-ryC79WukUi .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ryC79WukUi .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-ufatbyjIaF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufatbyjIaF .line {
  background-color: #191919;
  color: #191919;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ufatbyjIaF .section-text {
  padding: 2rem 0;
}
.cid-ufatbyjIaF .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ufatbyjIaF .inner-container {
    width: 100% !important;
  }
}
.cid-sIZv6FSMF1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #508184;
}
.cid-sIZv6FSMF1 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sIZv6FSMF1 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sIZv6FSMF1 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #0b2438;
}
.cid-sIZv6FSMF1 .panel-body,
.cid-sIZv6FSMF1 .card-header {
  padding: 1rem 0;
}
.cid-sIZv6FSMF1 .panel-title-edit {
  color: #ffffff;
}
.cid-sIZv6FSMF1 H3 {
  color: #ffffff;
}
.cid-sIZv6FSMF1 P {
  color: #ffffff;
}
.cid-sIZv6FSMF1 H4 {
  color: #ffffff;
}
.cid-ufWOrRedCD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ufaqWh0rHO {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-ufaqWh0rHO .image-block {
  margin: auto;
}
.cid-ufaqWh0rHO .mbr-figure {
  margin: 0 auto;
}
.cid-ufaqWh0rHO figcaption {
  position: relative;
}
.cid-ufaqWh0rHO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ufaqWh0rHO .image-block {
    width: 100% !important;
  }
}
.cid-sIZwyhCwWB {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sIZwyhCwWB .mbr-media {
  position: relative;
}
.cid-sIZwyhCwWB .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sIZwyhCwWB .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sIZwyhCwWB .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-sIZwyhCwWB .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sIZwyhCwWB .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sIZwyhCwWB .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sIZwyhCwWB .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sIZwyhCwWB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uFbGArajjT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #061622;
}
.cid-uFbGArajjT .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFbGArajjT .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFbGArajjT .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFbGArajjT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFbGArajjT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFbGArajjT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFbGArajjT .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFbGArajjT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFbGArajjT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFbGArajjT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFbGArajjT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFbGArajjT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFbGArajjT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFbGArajjT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFbGvMv06n .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uFbGvMv06n .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uFbGvMv06n a {
  font-style: normal;
}
.cid-uFbGvMv06n .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFbGvMv06n .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFbGvMv06n .nav-item:focus,
.cid-uFbGvMv06n .nav-link:focus {
  outline: none;
}
.cid-uFbGvMv06n .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFbGvMv06n .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFbGvMv06n .menu-logo {
  margin-right: auto;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFbGvMv06n .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFbGvMv06n .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFbGvMv06n .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uFbGvMv06n .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFbGvMv06n .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFbGvMv06n .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFbGvMv06n button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFbGvMv06n button.navbar-toggler:focus {
  outline: none;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #008374;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFbGvMv06n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFbGvMv06n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFbGvMv06n .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFbGvMv06n .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFbGvMv06n .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFbGvMv06n .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFbGvMv06n .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFbGvMv06n .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFbGvMv06n .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFbGvMv06n .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFbGvMv06n .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFbGvMv06n .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFbGvMv06n.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFbGvMv06n img {
    height: 3.8rem !important;
  }
  .cid-uFbGvMv06n .btn {
    display: -webkit-flex;
  }
  .cid-uFbGvMv06n button.navbar-toggler {
    display: block;
  }
  .cid-uFbGvMv06n .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFbGvMv06n .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFbGvMv06n .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing,
  .cid-uFbGvMv06n .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-nav,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFbGvMv06n .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFbGvMv06n .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFbGvMv06n .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFbGvMv06n .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFbGvMv06n .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFbGvMv06n .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFbGvMv06n .nav-link:hover,
.cid-uFbGvMv06n .dropdown-item:hover {
  color: #767676 !important;
}
.cid-uFbm7w74kX {
  background: #0b2438;
}
.cid-uFbm7w74kX .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uFbm7w74kX .mbr-figure {
  margin: 0 auto;
}
.cid-uFbm7w74kX figcaption {
  position: relative;
}
.cid-uFbm7w74kX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uFbm7w74kX .image-block {
    width: 100% !important;
  }
}
.cid-uFbm7w74kX .mbr-figure-caption div {
  text-align: left;
  color: #232323;
}
.cid-uFbm7w74kX .mbr-figure-caption div DIV {
  text-align: left;
}
.cid-uFbiW8fbtm {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFbiW8fbtm .mbr-section-subtitle {
  color: #232323;
}
.cid-uFbmQYTD5q {
  background: #0b2438;
}
.cid-uFbmQYTD5q .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uFbmQYTD5q .mbr-figure {
  margin: 0 auto;
}
.cid-uFbmQYTD5q figcaption {
  position: relative;
}
.cid-uFbmQYTD5q figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uFbmQYTD5q .image-block {
    width: 100% !important;
  }
}
.cid-uFbmQYTD5q .mbr-figure-caption div {
  text-align: left;
  color: #232323;
}
.cid-uFbmQYTD5q .mbr-figure-caption div DIV {
  text-align: left;
}
.cid-uFbiW8mWJJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFbiW8mWJJ .mbr-text,
.cid-uFbiW8mWJJ blockquote {
  color: #767676;
}
.cid-uFbiW8mWJJ .mbr-text {
  color: #000000;
}
.cid-uFbmSkjYRN {
  background: #0b2438;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-uFbmSkjYRN .image-block {
  margin: auto;
}
.cid-uFbmSkjYRN .mbr-figure {
  margin: 0 auto;
}
.cid-uFbmSkjYRN figcaption {
  position: relative;
}
.cid-uFbmSkjYRN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uFbmSkjYRN .image-block {
    width: 100% !important;
  }
}
.cid-uFbmSkjYRN .mbr-figure-caption div {
  text-align: left;
  color: #232323;
}
.cid-uFbmSkjYRN .mbr-figure-caption div DIV {
  text-align: left;
}
.cid-uFbnsgRkGg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uFbnsgRkGg .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uFbnsgRkGg .section-text {
  padding: 2rem 0;
}
.cid-uFbnsgRkGg .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uFbnsgRkGg .inner-container {
    width: 100% !important;
  }
}
.cid-uFbnsgRkGg .section-text DIV {
  text-align: left;
}
.cid-uFbzMo3NSg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uFbzMo3NSg .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uFbzMo3NSg .section-text {
  padding: 2rem 0;
}
.cid-uFbzMo3NSg .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uFbzMo3NSg .inner-container {
    width: 100% !important;
  }
}
.cid-uFbiW8vXqG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uFbiW8vXqG .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uFbiW8vXqG .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFbiW8vXqG .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFbiW8vXqG .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uFbiW8vXqG .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-uFbiW8vXqG .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uFbiW8vXqG .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uFbiW8vXqG .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uFbiW8vXqG .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-uFbmSViyYm {
  background: #0b2438;
}
.cid-uFbmSViyYm .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uFbmSViyYm .mbr-figure {
  margin: 0 auto;
}
.cid-uFbmSViyYm figcaption {
  position: relative;
}
.cid-uFbmSViyYm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uFbmSViyYm .image-block {
    width: 100% !important;
  }
}
.cid-uFbmSViyYm .mbr-figure-caption div {
  text-align: left;
  color: #232323;
}
.cid-uFbmSViyYm .mbr-figure-caption div DIV {
  text-align: left;
}
.cid-uFbnW9yP9t {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uFbnW9yP9t .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uFbnW9yP9t .section-text {
  padding: 2rem 0;
}
.cid-uFbnW9yP9t .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uFbnW9yP9t .inner-container {
    width: 100% !important;
  }
}
.cid-uFbnW9yP9t .section-text DIV {
  text-align: left;
}
.cid-uFbiW976Ey {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-uFbiW976Ey .mbr-section-subtitle {
  color: #767676;
}
.cid-uFbiW9hzVc {
  background: #ffffff;
}
.cid-uFbiW9hzVc .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uFbiW9hzVc .mbr-figure {
  margin: 0 auto;
}
.cid-uFbiW9hzVc figcaption {
  position: relative;
}
.cid-uFbiW9hzVc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uFbiW9hzVc .image-block {
    width: 100% !important;
  }
}
.cid-uFbGArajjT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #061622;
}
.cid-uFbGArajjT .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFbGArajjT .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFbGArajjT .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFbGArajjT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFbGArajjT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFbGArajjT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFbGArajjT .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uFbGArajjT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFbGArajjT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFbGArajjT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFbGArajjT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFbGArajjT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFbGArajjT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFbGArajjT .media-container-row .row-copirayt p {
  width: 100%;
}
