body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
  line-height: 88px;
  letter-spacing: -0.01em;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3.125rem;
  line-height: 1.16;
  letter-spacing: -0.01em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: -0.015em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.228;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 34px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((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))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #ffb639 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ed9909 !important;
}
.bg-danger {
  background-color: #ed4009 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6839 !important;
  border-color: #ff6839 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e13500 !important;
  border-color: #e13500 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e13500 !important;
  border-color: #e13500 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffb639 !important;
  border-color: #ffb639 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #e18e00 !important;
  border-color: #e18e00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #e18e00 !important;
  border-color: #e18e00 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ed9909 !important;
  border-color: #ed9909 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #996306 !important;
  border-color: #996306 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #996306 !important;
  border-color: #996306 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ed4009 !important;
  border-color: #ed4009 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #992906 !important;
  border-color: #992906 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #992906 !important;
  border-color: #992906 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6839;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e13500 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6839 !important;
  border-color: #ff6839 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffb639;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #e18e00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb639 !important;
  border-color: #ffb639 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ed9909;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #996306 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ed9909 !important;
  border-color: #ed9909 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ed4009;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #992906 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ed4009 !important;
  border-color: #ed4009 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #ff6839 !important;
}
.text-success {
  color: #ffb639 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ed9909 !important;
}
.text-danger {
  color: #ed4009 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d23200 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #d28500 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #8b5a05 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #8b2505 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ed9909;
}
.alert-danger {
  background-color: #ed4009;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fde8c5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdd3c5;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: -0.015em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: -0.015em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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: #ff6839 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  border: none;
  padding: 14px 30px 14px;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont {
  transform: translateX(5px);
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 14px;
  transform: translateX(0);
  transition: all 0.3s ease-out;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 1px solid #000000 !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover {
  color: #000000 !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 1px solid #ff6839 !important;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover {
  color: #ff6839 !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 1px solid #ffb639 !important;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover {
  color: #ffb639 !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 1px solid #ffffff !important;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover {
  color: #ffffff !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 1px solid #ed9909 !important;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover {
  color: #ed9909 !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 1px solid #ed4009 !important;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover {
  color: #ed4009 !important;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border: 1px solid #000000 !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover {
  color: #000000 !important;
}
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: 1px solid #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover {
  color: #ffffff !important;
}
.cid-u9lUCKIKID {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u9lUCKIKID .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-u9lUCKIKID .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u9lUCKIKID .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u9lUCKIKID .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u9lUCKIKID .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u9lUCKIKID .container {
    padding: 0 1rem;
  }
}
.cid-u9lUCKIKID .menu-tite {
  background: #eee;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ed4009;
}
.cid-u9lUCKIKID .nav-link {
  position: relative;
}
.cid-u9lUCKIKID .nav-link:hover {
  color: red !important;
}
.cid-u9lUCKIKID nav.navbar {
  position: fixed;
}
.cid-u9lUCKIKID .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
}
.cid-u9lUCKIKID .navbar.opened {
  transition: all 0.3s;
}
.cid-u9lUCKIKID .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9lUCKIKID .navbar .navbar-logo img {
  width: auto;
}
.cid-u9lUCKIKID .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9lUCKIKID .navbar.collapsed {
  justify-content: center;
}
.cid-u9lUCKIKID .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9lUCKIKID .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9lUCKIKID .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u9lUCKIKID .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9lUCKIKID .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9lUCKIKID .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u9lUCKIKID .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9lUCKIKID .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9lUCKIKID .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9lUCKIKID .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9lUCKIKID .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9lUCKIKID .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9lUCKIKID .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9lUCKIKID .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u9lUCKIKID .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9lUCKIKID .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9lUCKIKID .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9lUCKIKID .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9lUCKIKID .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9lUCKIKID .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9lUCKIKID .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9lUCKIKID .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9lUCKIKID .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9lUCKIKID .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9lUCKIKID .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9lUCKIKID .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9lUCKIKID .dropdown-item:hover,
.cid-u9lUCKIKID .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-u9lUCKIKID .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9lUCKIKID .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9lUCKIKID .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u9lUCKIKID .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9lUCKIKID .dropdown-menu,
.cid-u9lUCKIKID .navbar.opened {
  background: #f9f9f9 !important;
}
.cid-u9lUCKIKID .nav-item:focus,
.cid-u9lUCKIKID .nav-link:focus {
  outline: none;
}
.cid-u9lUCKIKID .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9lUCKIKID .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9lUCKIKID .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9lUCKIKID .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9lUCKIKID .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9lUCKIKID .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9lUCKIKID .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9lUCKIKID .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9lUCKIKID .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9lUCKIKID .dropdown-item.active,
.cid-u9lUCKIKID .dropdown-item:active {
  background-color: transparent;
}
.cid-u9lUCKIKID .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9lUCKIKID .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9lUCKIKID .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9lUCKIKID .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f9f9;
}
.cid-u9lUCKIKID .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9lUCKIKID .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9lUCKIKID ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9lUCKIKID .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9lUCKIKID button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9lUCKIKID button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #012b3a;
}
.cid-u9lUCKIKID button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9lUCKIKID button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9lUCKIKID button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9lUCKIKID button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9lUCKIKID nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9lUCKIKID nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9lUCKIKID nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9lUCKIKID nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9lUCKIKID .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u9lUCKIKID a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9lUCKIKID .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9lUCKIKID .navbar {
    height: 70px;
  }
  .cid-u9lUCKIKID .navbar.opened {
    height: auto;
  }
  .cid-u9lUCKIKID .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tvKZDB8m2u {
  background-image: url("../../../assets/images/fon-1680x1176.png");
}
.cid-tvKZDB8m2u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvKZDB8m2u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvKZDB8m2u .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tvKZDB8m2u .container-fluid {
    padding: 0 30px;
  }
}
.cid-tvKZDB8m2u .container-fluid .row {
  padding: 0;
}
.cid-tvKZDB8m2u .title-wrapper {
  padding: 180px 120px;
}
@media (max-width: 1200px) {
  .cid-tvKZDB8m2u .title-wrapper {
    padding: 120px 60px;
  }
}
@media (max-width: 992px) {
  .cid-tvKZDB8m2u .title-wrapper {
    padding: 80px 0;
  }
}
.cid-tvKZDB8m2u .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tvKZDB8m2u .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tvKZDB8m2u .image-wrapper {
  position: relative;
}
.cid-tvKZDB8m2u .image-wrapper img {
  object-fit: cover;
}
.cid-tvKZDB8m2u .image-wrapper img:first-child {
  height: 900px;
}
@media (max-width: 992px) {
  .cid-tvKZDB8m2u .image-wrapper img:first-child {
    height: 350px;
  }
}
.cid-tvKZDB8m2u .image-wrapper img:last-child {
  position: absolute;
  bottom: 5rem;
  left: -7rem;
  width: 315px;
  height: 425px;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .cid-tvKZDB8m2u .image-wrapper img:last-child {
    left: -5rem;
  }
}
@media (max-width: 992px) {
  .cid-tvKZDB8m2u .image-wrapper img:last-child {
    display: none;
  }
}
.cid-tvKZDB8m2u .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tvKZDB8m2u .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tvKZDB8m2u .mbr-section-title,
.cid-tvKZDB8m2u .mbr-section-btn {
  text-align: left;
}
.cid-u9lcf7mF5v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-u9lcf7mF5v .item:focus,
.cid-u9lcf7mF5v span:focus {
  outline: none;
}
.cid-u9lcf7mF5v .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 30px;
}
.cid-u9lcf7mF5v .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-u9lcf7mF5v .mbr-text,
.cid-u9lcf7mF5v .mbr-section-btn {
  text-align: center;
}
.cid-u9lcf7mF5v .mbr-text {
  margin-bottom: 0;
  color: #75dbcd;
  text-align: left;
}
.cid-u9lcf7mF5v .item-title {
  text-align: left;
  margin: 0;
  color: #012b3a;
  margin-bottom: 20px;
}
.cid-u9lcf7mF5v .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
  text-align: left;
}
.cid-u9lcf7mF5v .name {
  color: #111213;
  font-size: 24px;
}
.cid-u9lcf7mF5v .item-content {
  padding: 50px 30px 0px;
}
.cid-u9lcf7mF5v .names {
  margin-bottom: 10px;
}
.cid-u9lcf7mF5v a {
  font-weight: 400 !important;
  display: flex;
  align-items: center;
}
.cid-u9lcf7mF5v .item-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
  object-fit: cover;
}
.cid-u9lcf7mF5v .mbr-iconfont {
  font-size: 1rem;
  margin-top: 3px;
  margin-left: 5px;
}
.cid-u9lcf7mF5v .name2 {
  margin-bottom: 20px;
}
.cid-u9lcf7mF5v .mbr-textt:hover {
  color: #EABB80 !important;
}
.cid-u9lcf7mF5v .namee {
  margin-bottom: 10px;
}
.cid-u9lcf7mF5v .namee:hover {
  color: #7eccc4 !important;
}
.cid-u9lcf7mF5v img {
  height: 290px;
  object-fit: cover;
}
.cid-u9lcf7mF5v .item {
  margin-top: 30px;
}
.cid-u9lcf7mF5v .item:nth-child(1) {
  margin-top: 0px;
}
.cid-u9lcf7mF5v .item:nth-child(2) {
  margin-top: 0px;
}
.cid-u9lcf7mF5v .item:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-u9lcf7mF5v .item:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .cid-u9lcf7mF5v .item:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-u62FJAbCfA {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u62FJAbCfA .item-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
  width: 100%;
  padding: 1rem;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-u62FJAbCfA .item-content {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.cid-u62FJAbCfA .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u62FJAbCfA .item-wrapper:hover:before {
  opacity: 0.6;
}
.cid-u62FJAbCfA .item-wrapper:hover .item-content {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-u62FJAbCfA .item-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
  background: #000000;
}
@media (max-width: 767px) {
  .cid-u62FJAbCfA .item-wrapper:before {
    opacity: 0.6;
  }
}
.cid-u62FJAbCfA img,
.cid-u62FJAbCfA .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u62FJAbCfA .item:focus,
.cid-u62FJAbCfA span:focus {
  outline: none;
}
.cid-u62FJAbCfA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u62FJAbCfA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u62FJAbCfA .mbr-section-title {
  color: #232323;
}
.cid-u62FJAbCfA .mbr-text,
.cid-u62FJAbCfA .mbr-section-btn {
  text-align: center;
}
.cid-u62FJAbCfA .item-title {
  text-align: center;
}
.cid-u62FJAbCfA .item-subtitle {
  text-align: center;
}
.cid-u62MpDNOPW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e1e8ff;
}
.cid-u62MpDNOPW h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-u62MpDNOPW .card-box {
  padding-top: 3rem;
}
.cid-u62MpDNOPW .mbr-section-btn {
  width: 100%;
  text-align: center;
}
.cid-u62MpDNOPW .btn-md {
  padding: 1rem;
}
.cid-u62MpDNOPW .btn-primary-outline,
.cid-u62MpDNOPW .btn-secondary-outline,
.cid-u62MpDNOPW .btn-info-outline,
.cid-u62MpDNOPW .btn-success-outline,
.cid-u62MpDNOPW .btn-warning-outline,
.cid-u62MpDNOPW .btn-danger-outline,
.cid-u62MpDNOPW .btn-black-outline,
.cid-u62MpDNOPW .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-u62MpDNOPW .btn-primary-outline span,
.cid-u62MpDNOPW .btn-secondary-outline span,
.cid-u62MpDNOPW .btn-info-outline span,
.cid-u62MpDNOPW .btn-success-outline span,
.cid-u62MpDNOPW .btn-warning-outline span,
.cid-u62MpDNOPW .btn-danger-outline span,
.cid-u62MpDNOPW .btn-black-outline span,
.cid-u62MpDNOPW .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-u62MpDNOPW .btn-primary-outline:hover span,
.cid-u62MpDNOPW .btn-secondary-outline:hover span,
.cid-u62MpDNOPW .btn-info-outline:hover span,
.cid-u62MpDNOPW .btn-success-outline:hover span,
.cid-u62MpDNOPW .btn-warning-outline:hover span,
.cid-u62MpDNOPW .btn-danger-outline:hover span,
.cid-u62MpDNOPW .btn-black-outline:hover span,
.cid-u62MpDNOPW .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-u62MpDNOPW .btn-primary-outline:hover,
.cid-u62MpDNOPW .btn-secondary-outline:hover,
.cid-u62MpDNOPW .btn-info-outline:hover,
.cid-u62MpDNOPW .btn-success-outline:hover,
.cid-u62MpDNOPW .btn-warning-outline:hover,
.cid-u62MpDNOPW .btn-danger-outline:hover,
.cid-u62MpDNOPW .btn-black-outline:hover,
.cid-u62MpDNOPW .btn-white-outline:hover {
  background-color: transparent!important;
  color: #000000 !important;
  box-shadow: none!important;
}
.cid-u62MpDNOPW .btn-primary-outline:active,
.cid-u62MpDNOPW .btn-secondary-outline:active,
.cid-u62MpDNOPW .btn-info-outline:active,
.cid-u62MpDNOPW .btn-success-outline:active,
.cid-u62MpDNOPW .btn-warning-outline:active,
.cid-u62MpDNOPW .btn-danger-outline:active,
.cid-u62MpDNOPW .btn-black-outline:active,
.cid-u62MpDNOPW .btn-white-outline:active,
.cid-u62MpDNOPW .btn-primary-outline:focus,
.cid-u62MpDNOPW .btn-secondary-outline:focus,
.cid-u62MpDNOPW .btn-info-outline:focus,
.cid-u62MpDNOPW .btn-success-outline:focus,
.cid-u62MpDNOPW .btn-warning-outline:focus,
.cid-u62MpDNOPW .btn-danger-outline:focus,
.cid-u62MpDNOPW .btn-black-outline:focus,
.cid-u62MpDNOPW .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-u62MpDNOPW .btn-primary-outline .mbr-iconfont,
.cid-u62MpDNOPW .btn-secondary-outline .mbr-iconfont,
.cid-u62MpDNOPW .btn-info-outline .mbr-iconfont,
.cid-u62MpDNOPW .btn-success-outline .mbr-iconfont,
.cid-u62MpDNOPW .btn-warning-outline .mbr-iconfont,
.cid-u62MpDNOPW .btn-danger-outline .mbr-iconfont,
.cid-u62MpDNOPW .btn-black-outline .mbr-iconfont,
.cid-u62MpDNOPW .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-u62MpDNOPW .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-u62MpDNOPW .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-u62MpDNOPW .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-u62MpDNOPW .link-wrap:hover {
  color: #000000 !important;
}
.cid-u62MpDNOPW .link-wrap:hover:hover .link-ico {
  color: #000000 !important;
}
.cid-u62MpDNOPW .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-u62MpDNOPW img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: auto;
}
.cid-u62MpDNOPW .card-title {
  color: #57468b;
  text-align: center;
}
.cid-u62MpDNOPW .row {
  justify-content: center;
}
.cid-u62MpDNOPW .main-title {
  text-align: center;
  color: #57468b;
}
.cid-u62MpDNOPW P {
  text-align: center;
}
.cid-u62MpDNOPW .mbr-text,
.cid-u62MpDNOPW .link {
  text-align: center;
  color: #716c80;
}
.cid-u62MpDNOPW DIV {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-u62MpDNOPW .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-u62MpDNOPW .card-img {
  width: auto;
}
.cid-u62MpDNOPW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u62MpDNOPW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u62Pzskdt3 {
  background-color: #fff1df;
}
.cid-u62Pzskdt3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u62Pzskdt3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u62Pzskdt3 img {
  object-fit: cover;
}
.cid-u62Pzskdt3 .mbr-text,
.cid-u62Pzskdt3 .mbr-section-btn {
  text-align: left;
}
.cid-tvL1znWceg {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tvL1znWceg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvL1znWceg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvL1znWceg .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tvL1znWceg .container-fluid {
    padding: 0 30px;
  }
}
.cid-tvL1znWceg .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tvL1znWceg .container {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tvL1znWceg .map-wrapper {
    margin-bottom: 55px;
  }
}
.cid-tvL1znWceg .map-wrapper .google-map {
  padding: 0 120px 0 60px;
}
@media (max-width: 1200px) {
  .cid-tvL1znWceg .map-wrapper .google-map {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tvL1znWceg .map-wrapper .google-map {
    padding: 0;
  }
}
.cid-tvL1znWceg .map-wrapper .google-map iframe {
  height: 720px;
}
@media (max-width: 992px) {
  .cid-tvL1znWceg .map-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-tvL1znWceg .form-wrap {
  display: flex;
  align-items: center;
}
.cid-tvL1znWceg .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
.cid-tvL1znWceg .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-tvL1znWceg .dragArea.row .form-group {
  margin-bottom: 20px;
}
.cid-tvL1znWceg .dragArea.row .form-group .form-control {
  padding: 8px 0;
  border: none !important;
  border-radius: 0;
  border-bottom: 1px solid #000000 !important;
  box-shadow: none;
  background-color: transparent;
}
.cid-tvL1znWceg .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-tvL1znWceg .dragArea.row .form-group .form-control:hover,
.cid-tvL1znWceg .dragArea.row .form-group .form-control:focus {
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid #000000 !important;
}
.cid-tvL1znWceg .dragArea.row .form-group .form-check {
  padding-left: 2.4rem;
  margin-bottom: 8px;
}
.cid-tvL1znWceg .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-tvL1znWceg .dragArea.row .mbr-section-btn {
  margin-top: 40px;
}
.cid-tvL1znWceg .mbr-section-title {
  color: #000000;
}
.cid-tvL1znWceg .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tvL1znWceg label {
  color: #000000;
}
.cid-tvL1znWceg .mbr-section-title,
.cid-tvL1znWceg .mbr-section-btn {
  text-align: center;
}
#custom-html-27 {
  /* Type valid CSS here */
}
#custom-html-27 div {
  /*padding: 80px 0;*/
  color: #777;
  text-align: center;
}
#custom-html-27 p {
  font-size: 60px;
  color: #777;
}
.cid-u62W6dZnXB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #012b3a;
}
.cid-u62W6dZnXB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u62W6dZnXB .wrapper {
  max-width: 350px;
}
.cid-u62W6dZnXB .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u62W6dZnXB .row {
    text-align: center;
  }
  .cid-u62W6dZnXB .social-row {
    justify-content: center;
  }
}
.cid-u62W6dZnXB .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-u62W6dZnXB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u62W6dZnXB .list {
    margin-bottom: 0rem;
  }
}
.cid-u62W6dZnXB .mbr-text {
  color: #ffffff;
}
.cid-u62W6dZnXB .mbr-iconfont {
  color: black;
}
.cid-u62W6dZnXB img {
  max-width: 100px;
  height: auto;
  margin-bottom: 40px;
}
.cid-u62W6dZnXB .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u62W6dZnXB .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-u62W6dZnXB .social-list .soc-item {
  margin-right: 1rem;
  background-color: #75dbcd;
}
.cid-u62W6dZnXB .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-u62W6dZnXB .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u62W6dZnXB .item-wrap {
  margin-bottom: 16px;
}
.cid-u62W6dZnXB .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u62W6dZnXB .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-u62W6dZnXB .text {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-u62W6dZnXB a {
  font-weight: 400 !important;
}
.cid-u62W6dZnXB a.text-danger:hover {
  color: #EABB80 !important;
}
@media (max-width: 768px) {
  .cid-u62W6dZnXB img {
    display: inline;
  }
  .cid-u62W6dZnXB .b:nth-child(3) {
    padding-top: 30px;
  }
  .cid-u62W6dZnXB .b:nth-child(4) {
    padding-top: 30px;
  }
}
.cid-u62W6dZnXB .text1 {
  color: #ffffff;
}
.cid-u62W6dZnXB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #012b3a;
}
.cid-u62W6dZnXB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u62W6dZnXB .wrapper {
  max-width: 350px;
}
.cid-u62W6dZnXB .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u62W6dZnXB .row {
    text-align: center;
  }
  .cid-u62W6dZnXB .social-row {
    justify-content: center;
  }
}
.cid-u62W6dZnXB .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-u62W6dZnXB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u62W6dZnXB .list {
    margin-bottom: 0rem;
  }
}
.cid-u62W6dZnXB .mbr-text {
  color: #ffffff;
}
.cid-u62W6dZnXB .mbr-iconfont {
  color: black;
}
.cid-u62W6dZnXB img {
  max-width: 100px;
  height: auto;
  margin-bottom: 40px;
}
.cid-u62W6dZnXB .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u62W6dZnXB .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-u62W6dZnXB .social-list .soc-item {
  margin-right: 1rem;
  background-color: #75dbcd;
}
.cid-u62W6dZnXB .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-u62W6dZnXB .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u62W6dZnXB .item-wrap {
  margin-bottom: 16px;
}
.cid-u62W6dZnXB .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u62W6dZnXB .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-u62W6dZnXB .text {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-u62W6dZnXB a {
  font-weight: 400 !important;
}
.cid-u62W6dZnXB a.text-danger:hover {
  color: #EABB80 !important;
}
@media (max-width: 768px) {
  .cid-u62W6dZnXB img {
    display: inline;
  }
  .cid-u62W6dZnXB .b:nth-child(3) {
    padding-top: 30px;
  }
  .cid-u62W6dZnXB .b:nth-child(4) {
    padding-top: 30px;
  }
}
.cid-u62W6dZnXB .text1 {
  color: #ffffff;
}
.cid-u631YsXvtP {
  background-image: url("../../../assets/images/back.jpg");
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-u631YsXvtP .mbr-section-subtitle {
  color: #012b3a;
  font-size: 60px;
}
.cid-u630yzqmQy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u630yzqmQy .mbr-section-title {
  color: #000000;
}
.cid-u630yzqmQy .mbr-section-subtitle {
  color: #000000;
}
.cid-u630yzqmQy .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-u630yzqmQy .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-u630yzqmQy .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-u630yzqmQy .mbr-section-title,
.cid-u630yzqmQy .line {
  color: #000000;
}
.cid-u630AQcoqd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u630AQcoqd .mbr-section-title {
  color: #000000;
}
.cid-u630AQcoqd .mbr-section-subtitle {
  color: #000000;
}
.cid-u630AQcoqd .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-u630AQcoqd .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-u630AQcoqd .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-u630AQcoqd .mbr-section-title,
.cid-u630AQcoqd .line {
  color: #000000;
}
.cid-u630BX9Gkh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u630BX9Gkh .mbr-section-title {
  color: #000000;
}
.cid-u630BX9Gkh .mbr-section-subtitle {
  color: #000000;
}
.cid-u630BX9Gkh .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-u630BX9Gkh .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-u630BX9Gkh .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-u630BX9Gkh .mbr-section-title,
.cid-u630BX9Gkh .line {
  color: #000000;
}
.cid-u9lUCKIKID {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u9lUCKIKID .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-u9lUCKIKID .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u9lUCKIKID .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u9lUCKIKID .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u9lUCKIKID .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u9lUCKIKID .container {
    padding: 0 1rem;
  }
}
.cid-u9lUCKIKID .menu-tite {
  background: #eee;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ed4009;
}
.cid-u9lUCKIKID .nav-link {
  position: relative;
}
.cid-u9lUCKIKID .nav-link:hover {
  color: red !important;
}
.cid-u9lUCKIKID nav.navbar {
  position: fixed;
}
.cid-u9lUCKIKID .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
}
.cid-u9lUCKIKID .navbar.opened {
  transition: all 0.3s;
}
.cid-u9lUCKIKID .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9lUCKIKID .navbar .navbar-logo img {
  width: auto;
}
.cid-u9lUCKIKID .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9lUCKIKID .navbar.collapsed {
  justify-content: center;
}
.cid-u9lUCKIKID .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9lUCKIKID .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9lUCKIKID .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u9lUCKIKID .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9lUCKIKID .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9lUCKIKID .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u9lUCKIKID .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9lUCKIKID .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9lUCKIKID .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9lUCKIKID .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9lUCKIKID .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9lUCKIKID .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9lUCKIKID .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9lUCKIKID .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u9lUCKIKID .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9lUCKIKID .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9lUCKIKID .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9lUCKIKID .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9lUCKIKID .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9lUCKIKID .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9lUCKIKID .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9lUCKIKID .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9lUCKIKID .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9lUCKIKID .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9lUCKIKID .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9lUCKIKID .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9lUCKIKID .dropdown-item:hover,
.cid-u9lUCKIKID .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-u9lUCKIKID .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9lUCKIKID .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9lUCKIKID .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u9lUCKIKID .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9lUCKIKID .dropdown-menu,
.cid-u9lUCKIKID .navbar.opened {
  background: #f9f9f9 !important;
}
.cid-u9lUCKIKID .nav-item:focus,
.cid-u9lUCKIKID .nav-link:focus {
  outline: none;
}
.cid-u9lUCKIKID .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9lUCKIKID .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9lUCKIKID .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9lUCKIKID .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9lUCKIKID .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9lUCKIKID .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9lUCKIKID .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9lUCKIKID .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9lUCKIKID .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9lUCKIKID .dropdown-item.active,
.cid-u9lUCKIKID .dropdown-item:active {
  background-color: transparent;
}
.cid-u9lUCKIKID .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9lUCKIKID .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9lUCKIKID .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9lUCKIKID .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f9f9;
}
.cid-u9lUCKIKID .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9lUCKIKID .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9lUCKIKID ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9lUCKIKID .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9lUCKIKID button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9lUCKIKID button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #012b3a;
}
.cid-u9lUCKIKID button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9lUCKIKID button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9lUCKIKID button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9lUCKIKID button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9lUCKIKID nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9lUCKIKID nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9lUCKIKID nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9lUCKIKID nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9lUCKIKID .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u9lUCKIKID a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9lUCKIKID .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9lUCKIKID .navbar {
    height: 70px;
  }
  .cid-u9lUCKIKID .navbar.opened {
    height: auto;
  }
  .cid-u9lUCKIKID .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u62W6dZnXB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #012b3a;
}
.cid-u62W6dZnXB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u62W6dZnXB .wrapper {
  max-width: 350px;
}
.cid-u62W6dZnXB .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u62W6dZnXB .row {
    text-align: center;
  }
  .cid-u62W6dZnXB .social-row {
    justify-content: center;
  }
}
.cid-u62W6dZnXB .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-u62W6dZnXB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u62W6dZnXB .list {
    margin-bottom: 0rem;
  }
}
.cid-u62W6dZnXB .mbr-text {
  color: #ffffff;
}
.cid-u62W6dZnXB .mbr-iconfont {
  color: black;
}
.cid-u62W6dZnXB img {
  max-width: 100px;
  height: auto;
  margin-bottom: 40px;
}
.cid-u62W6dZnXB .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u62W6dZnXB .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-u62W6dZnXB .social-list .soc-item {
  margin-right: 1rem;
  background-color: #75dbcd;
}
.cid-u62W6dZnXB .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-u62W6dZnXB .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u62W6dZnXB .item-wrap {
  margin-bottom: 16px;
}
.cid-u62W6dZnXB .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u62W6dZnXB .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-u62W6dZnXB .text {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-u62W6dZnXB a {
  font-weight: 400 !important;
}
.cid-u62W6dZnXB a.text-danger:hover {
  color: #EABB80 !important;
}
@media (max-width: 768px) {
  .cid-u62W6dZnXB img {
    display: inline;
  }
  .cid-u62W6dZnXB .b:nth-child(3) {
    padding-top: 30px;
  }
  .cid-u62W6dZnXB .b:nth-child(4) {
    padding-top: 30px;
  }
}
.cid-u62W6dZnXB .text1 {
  color: #ffffff;
}
.cid-u9lUCKIKID {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u9lUCKIKID .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-u9lUCKIKID .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u9lUCKIKID .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u9lUCKIKID .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u9lUCKIKID .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u9lUCKIKID .container {
    padding: 0 1rem;
  }
}
.cid-u9lUCKIKID .menu-tite {
  background: #eee;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ed4009;
}
.cid-u9lUCKIKID .nav-link {
  position: relative;
}
.cid-u9lUCKIKID .nav-link:hover {
  color: red !important;
}
.cid-u9lUCKIKID nav.navbar {
  position: fixed;
}
.cid-u9lUCKIKID .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
}
.cid-u9lUCKIKID .navbar.opened {
  transition: all 0.3s;
}
.cid-u9lUCKIKID .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9lUCKIKID .navbar .navbar-logo img {
  width: auto;
}
.cid-u9lUCKIKID .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9lUCKIKID .navbar.collapsed {
  justify-content: center;
}
.cid-u9lUCKIKID .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9lUCKIKID .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9lUCKIKID .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u9lUCKIKID .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9lUCKIKID .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9lUCKIKID .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u9lUCKIKID .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9lUCKIKID .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9lUCKIKID .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9lUCKIKID .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9lUCKIKID .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9lUCKIKID .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9lUCKIKID .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9lUCKIKID .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u9lUCKIKID .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9lUCKIKID .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9lUCKIKID .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9lUCKIKID .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9lUCKIKID .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9lUCKIKID .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9lUCKIKID .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9lUCKIKID .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9lUCKIKID .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9lUCKIKID .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9lUCKIKID .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9lUCKIKID .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9lUCKIKID .dropdown-item:hover,
.cid-u9lUCKIKID .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-u9lUCKIKID .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9lUCKIKID .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9lUCKIKID .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u9lUCKIKID .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9lUCKIKID .dropdown-menu,
.cid-u9lUCKIKID .navbar.opened {
  background: #f9f9f9 !important;
}
.cid-u9lUCKIKID .nav-item:focus,
.cid-u9lUCKIKID .nav-link:focus {
  outline: none;
}
.cid-u9lUCKIKID .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9lUCKIKID .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9lUCKIKID .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9lUCKIKID .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9lUCKIKID .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9lUCKIKID .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9lUCKIKID .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9lUCKIKID .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9lUCKIKID .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9lUCKIKID .dropdown-item.active,
.cid-u9lUCKIKID .dropdown-item:active {
  background-color: transparent;
}
.cid-u9lUCKIKID .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9lUCKIKID .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9lUCKIKID .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9lUCKIKID .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f9f9;
}
.cid-u9lUCKIKID .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9lUCKIKID .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9lUCKIKID ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9lUCKIKID .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9lUCKIKID button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9lUCKIKID button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #012b3a;
}
.cid-u9lUCKIKID button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9lUCKIKID button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9lUCKIKID button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9lUCKIKID button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9lUCKIKID nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9lUCKIKID nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9lUCKIKID nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9lUCKIKID nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9lUCKIKID .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u9lUCKIKID a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9lUCKIKID .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9lUCKIKID .navbar {
    height: 70px;
  }
  .cid-u9lUCKIKID .navbar.opened {
    height: auto;
  }
  .cid-u9lUCKIKID .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u633gzmPoL {
  background-image: url("../../../assets/images/back.jpg");
  padding-top: 8rem;
  padding-bottom: 2rem;
}
.cid-u633gzmPoL .mbr-section-subtitle {
  color: #012b3a;
  font-size: 2rem;
}
.cid-u634baQSVt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u634baQSVt .mbr-section-title {
  color: #000000;
}
.cid-u634baQSVt .mbr-section-subtitle {
  color: #000000;
}
.cid-u634baQSVt .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-u634baQSVt .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-u634baQSVt .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-u634baQSVt .mbr-section-title,
.cid-u634baQSVt .line {
  color: #000000;
}
.cid-u634eQl98e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u634eQl98e .mbr-section-title {
  color: #000000;
}
.cid-u634eQl98e .mbr-section-subtitle {
  color: #000000;
}
.cid-u634eQl98e .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-u634eQl98e .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-u634eQl98e .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-u634eQl98e .mbr-section-title,
.cid-u634eQl98e .line {
  color: #000000;
}
.cid-u634fV4Zh6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u634fV4Zh6 .mbr-section-title {
  color: #000000;
}
.cid-u634fV4Zh6 .mbr-section-subtitle {
  color: #000000;
}
.cid-u634fV4Zh6 .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-u634fV4Zh6 .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-u634fV4Zh6 .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-u634fV4Zh6 .mbr-section-title,
.cid-u634fV4Zh6 .line {
  color: #000000;
}
.cid-u634gIen74 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u634gIen74 .mbr-section-title {
  color: #000000;
}
.cid-u634gIen74 .mbr-section-subtitle {
  color: #000000;
}
.cid-u634gIen74 .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-u634gIen74 .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-u634gIen74 .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-u634gIen74 .mbr-section-title,
.cid-u634gIen74 .line {
  color: #000000;
}
.cid-u634hySsxO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u634hySsxO .mbr-section-title {
  color: #000000;
}
.cid-u634hySsxO .mbr-section-subtitle {
  color: #000000;
}
.cid-u634hySsxO .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-u634hySsxO .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-u634hySsxO .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-u634hySsxO .mbr-section-title,
.cid-u634hySsxO .line {
  color: #000000;
}
.cid-u634kc9wnP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u634kc9wnP .mbr-section-title {
  color: #000000;
}
.cid-u634kc9wnP .mbr-section-subtitle {
  color: #000000;
}
.cid-u634kc9wnP .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-u634kc9wnP .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-u634kc9wnP .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-u634kc9wnP .mbr-section-title,
.cid-u634kc9wnP .line {
  color: #000000;
}
.cid-u634jfE5u0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u634jfE5u0 .mbr-section-title {
  color: #000000;
}
.cid-u634jfE5u0 .mbr-section-subtitle {
  color: #000000;
}
.cid-u634jfE5u0 .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-u634jfE5u0 .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-u634jfE5u0 .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-u634jfE5u0 .mbr-section-title,
.cid-u634jfE5u0 .line {
  color: #000000;
}
.cid-u62W6dZnXB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #012b3a;
}
.cid-u62W6dZnXB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u62W6dZnXB .wrapper {
  max-width: 350px;
}
.cid-u62W6dZnXB .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u62W6dZnXB .row {
    text-align: center;
  }
  .cid-u62W6dZnXB .social-row {
    justify-content: center;
  }
}
.cid-u62W6dZnXB .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-u62W6dZnXB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u62W6dZnXB .list {
    margin-bottom: 0rem;
  }
}
.cid-u62W6dZnXB .mbr-text {
  color: #ffffff;
}
.cid-u62W6dZnXB .mbr-iconfont {
  color: black;
}
.cid-u62W6dZnXB img {
  max-width: 100px;
  height: auto;
  margin-bottom: 40px;
}
.cid-u62W6dZnXB .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u62W6dZnXB .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-u62W6dZnXB .social-list .soc-item {
  margin-right: 1rem;
  background-color: #75dbcd;
}
.cid-u62W6dZnXB .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-u62W6dZnXB .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u62W6dZnXB .item-wrap {
  margin-bottom: 16px;
}
.cid-u62W6dZnXB .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u62W6dZnXB .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-u62W6dZnXB .text {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-u62W6dZnXB a {
  font-weight: 400 !important;
}
.cid-u62W6dZnXB a.text-danger:hover {
  color: #EABB80 !important;
}
@media (max-width: 768px) {
  .cid-u62W6dZnXB img {
    display: inline;
  }
  .cid-u62W6dZnXB .b:nth-child(3) {
    padding-top: 30px;
  }
  .cid-u62W6dZnXB .b:nth-child(4) {
    padding-top: 30px;
  }
}
.cid-u62W6dZnXB .text1 {
  color: #ffffff;
}
.cid-u9lUCKIKID {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u9lUCKIKID .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-u9lUCKIKID .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u9lUCKIKID .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u9lUCKIKID .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u9lUCKIKID .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u9lUCKIKID .container {
    padding: 0 1rem;
  }
}
.cid-u9lUCKIKID .menu-tite {
  background: #eee;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ed4009;
}
.cid-u9lUCKIKID .nav-link {
  position: relative;
}
.cid-u9lUCKIKID .nav-link:hover {
  color: red !important;
}
.cid-u9lUCKIKID nav.navbar {
  position: fixed;
}
.cid-u9lUCKIKID .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
}
.cid-u9lUCKIKID .navbar.opened {
  transition: all 0.3s;
}
.cid-u9lUCKIKID .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9lUCKIKID .navbar .navbar-logo img {
  width: auto;
}
.cid-u9lUCKIKID .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9lUCKIKID .navbar.collapsed {
  justify-content: center;
}
.cid-u9lUCKIKID .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9lUCKIKID .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9lUCKIKID .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u9lUCKIKID .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9lUCKIKID .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9lUCKIKID .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u9lUCKIKID .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9lUCKIKID .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9lUCKIKID .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9lUCKIKID .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9lUCKIKID .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9lUCKIKID .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9lUCKIKID .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9lUCKIKID .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u9lUCKIKID .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9lUCKIKID .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9lUCKIKID .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9lUCKIKID .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9lUCKIKID .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9lUCKIKID .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9lUCKIKID .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9lUCKIKID .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9lUCKIKID .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9lUCKIKID .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9lUCKIKID .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9lUCKIKID .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9lUCKIKID .dropdown-item:hover,
.cid-u9lUCKIKID .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-u9lUCKIKID .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9lUCKIKID .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9lUCKIKID .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u9lUCKIKID .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9lUCKIKID .dropdown-menu,
.cid-u9lUCKIKID .navbar.opened {
  background: #f9f9f9 !important;
}
.cid-u9lUCKIKID .nav-item:focus,
.cid-u9lUCKIKID .nav-link:focus {
  outline: none;
}
.cid-u9lUCKIKID .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9lUCKIKID .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9lUCKIKID .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9lUCKIKID .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9lUCKIKID .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9lUCKIKID .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9lUCKIKID .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9lUCKIKID .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9lUCKIKID .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9lUCKIKID .dropdown-item.active,
.cid-u9lUCKIKID .dropdown-item:active {
  background-color: transparent;
}
.cid-u9lUCKIKID .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9lUCKIKID .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9lUCKIKID .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9lUCKIKID .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f9f9;
}
.cid-u9lUCKIKID .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9lUCKIKID .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9lUCKIKID ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9lUCKIKID .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9lUCKIKID button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9lUCKIKID button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #012b3a;
}
.cid-u9lUCKIKID button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9lUCKIKID button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9lUCKIKID button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9lUCKIKID button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9lUCKIKID nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9lUCKIKID nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9lUCKIKID nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9lUCKIKID nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9lUCKIKID .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u9lUCKIKID a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9lUCKIKID .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9lUCKIKID .navbar {
    height: 70px;
  }
  .cid-u9lUCKIKID .navbar.opened {
    height: auto;
  }
  .cid-u9lUCKIKID .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u63ejIhNjJ {
  background-image: url("../../../assets/images/back.jpg");
  padding-top: 8rem;
  padding-bottom: 2rem;
}
.cid-u63ejIhNjJ .mbr-section-subtitle {
  color: #012b3a;
  font-size: 2rem;
}
.cid-u63ejO98Xv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u63ejO98Xv .mbr-section-title {
  color: #000000;
}
.cid-u63ejO98Xv .mbr-section-subtitle {
  color: #000000;
}
.cid-u63ejO98Xv .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-u63ejO98Xv .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-u63ejO98Xv .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-u63ejO98Xv .mbr-section-title,
.cid-u63ejO98Xv .line {
  color: #000000;
}
.cid-u63ejP5iCD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u63ejP5iCD .mbr-section-title {
  color: #000000;
}
.cid-u63ejP5iCD .mbr-section-subtitle {
  color: #000000;
}
.cid-u63ejP5iCD .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-u63ejP5iCD .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-u63ejP5iCD .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-u63ejP5iCD .mbr-section-title,
.cid-u63ejP5iCD .line {
  color: #000000;
}
.cid-u63ejUIZaF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #012b3a;
}
.cid-u63ejUIZaF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u63ejUIZaF .wrapper {
  max-width: 350px;
}
.cid-u63ejUIZaF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u63ejUIZaF .row {
    text-align: center;
  }
  .cid-u63ejUIZaF .social-row {
    justify-content: center;
  }
}
.cid-u63ejUIZaF .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-u63ejUIZaF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u63ejUIZaF .list {
    margin-bottom: 0rem;
  }
}
.cid-u63ejUIZaF .mbr-text {
  color: #ffffff;
}
.cid-u63ejUIZaF .mbr-iconfont {
  color: black;
}
.cid-u63ejUIZaF img {
  max-width: 100px;
  height: auto;
  margin-bottom: 40px;
}
.cid-u63ejUIZaF .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u63ejUIZaF .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-u63ejUIZaF .social-list .soc-item {
  margin-right: 1rem;
  background-color: #75dbcd;
}
.cid-u63ejUIZaF .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-u63ejUIZaF .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u63ejUIZaF .item-wrap {
  margin-bottom: 16px;
}
.cid-u63ejUIZaF .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u63ejUIZaF .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-u63ejUIZaF .text {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-u63ejUIZaF a {
  font-weight: 400 !important;
}
.cid-u63ejUIZaF a.text-danger:hover {
  color: #EABB80 !important;
}
@media (max-width: 768px) {
  .cid-u63ejUIZaF img {
    display: inline;
  }
  .cid-u63ejUIZaF .b:nth-child(3) {
    padding-top: 30px;
  }
  .cid-u63ejUIZaF .b:nth-child(4) {
    padding-top: 30px;
  }
}
.cid-u63ejUIZaF .text1 {
  color: #ffffff;
}
.cid-u9lUCKIKID {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u9lUCKIKID .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-u9lUCKIKID .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u9lUCKIKID .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u9lUCKIKID .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u9lUCKIKID .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u9lUCKIKID .container {
    padding: 0 1rem;
  }
}
.cid-u9lUCKIKID .menu-tite {
  background: #eee;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ed4009;
}
.cid-u9lUCKIKID .nav-link {
  position: relative;
}
.cid-u9lUCKIKID .nav-link:hover {
  color: red !important;
}
.cid-u9lUCKIKID nav.navbar {
  position: fixed;
}
.cid-u9lUCKIKID .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
}
.cid-u9lUCKIKID .navbar.opened {
  transition: all 0.3s;
}
.cid-u9lUCKIKID .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9lUCKIKID .navbar .navbar-logo img {
  width: auto;
}
.cid-u9lUCKIKID .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9lUCKIKID .navbar.collapsed {
  justify-content: center;
}
.cid-u9lUCKIKID .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9lUCKIKID .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9lUCKIKID .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u9lUCKIKID .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9lUCKIKID .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9lUCKIKID .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u9lUCKIKID .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9lUCKIKID .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9lUCKIKID .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9lUCKIKID .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9lUCKIKID .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9lUCKIKID .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9lUCKIKID .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9lUCKIKID .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u9lUCKIKID .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9lUCKIKID .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9lUCKIKID .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9lUCKIKID .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9lUCKIKID .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9lUCKIKID .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9lUCKIKID .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9lUCKIKID .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9lUCKIKID .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9lUCKIKID .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9lUCKIKID .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9lUCKIKID .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9lUCKIKID .dropdown-item:hover,
.cid-u9lUCKIKID .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-u9lUCKIKID .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9lUCKIKID .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9lUCKIKID .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u9lUCKIKID .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9lUCKIKID .dropdown-menu,
.cid-u9lUCKIKID .navbar.opened {
  background: #f9f9f9 !important;
}
.cid-u9lUCKIKID .nav-item:focus,
.cid-u9lUCKIKID .nav-link:focus {
  outline: none;
}
.cid-u9lUCKIKID .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9lUCKIKID .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9lUCKIKID .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9lUCKIKID .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9lUCKIKID .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9lUCKIKID .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9lUCKIKID .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9lUCKIKID .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9lUCKIKID .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9lUCKIKID .dropdown-item.active,
.cid-u9lUCKIKID .dropdown-item:active {
  background-color: transparent;
}
.cid-u9lUCKIKID .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9lUCKIKID .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9lUCKIKID .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9lUCKIKID .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f9f9;
}
.cid-u9lUCKIKID .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9lUCKIKID .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9lUCKIKID ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9lUCKIKID .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9lUCKIKID button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9lUCKIKID button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #012b3a;
}
.cid-u9lUCKIKID button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9lUCKIKID button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9lUCKIKID button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9lUCKIKID button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9lUCKIKID nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9lUCKIKID nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9lUCKIKID nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9lUCKIKID nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9lUCKIKID .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u9lUCKIKID a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9lUCKIKID .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9lUCKIKID .navbar {
    height: 70px;
  }
  .cid-u9lUCKIKID .navbar.opened {
    height: auto;
  }
  .cid-u9lUCKIKID .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u63hnsF5Jt {
  background-image: url("../../../assets/images/back.jpg");
  padding-top: 6rem;
  padding-bottom: 2rem;
}
.cid-u63hnsF5Jt .mbr-section-subtitle {
  color: #012b3a;
  font-size: 1.5rem;
  padding-top: 2rem;
}
.cid-u63hnveoX8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u63hnveoX8 .mbr-section-title {
  color: #000000;
}
.cid-u63hnveoX8 .mbr-section-subtitle {
  color: #000000;
}
.cid-u63hnveoX8 .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-u63hnveoX8 .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-u63hnveoX8 .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-u63hnveoX8 .mbr-section-title,
.cid-u63hnveoX8 .line {
  color: #000000;
}
.cid-u63hnw191b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u63hnw191b .mbr-section-title {
  color: #000000;
}
.cid-u63hnw191b .mbr-section-subtitle {
  color: #000000;
}
.cid-u63hnw191b .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-u63hnw191b .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-u63hnw191b .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-u63hnw191b .mbr-section-title,
.cid-u63hnw191b .line {
  color: #000000;
}
.cid-u63hnwOS3P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u63hnwOS3P .mbr-section-title {
  color: #000000;
}
.cid-u63hnwOS3P .mbr-section-subtitle {
  color: #000000;
}
.cid-u63hnwOS3P .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-u63hnwOS3P .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-u63hnwOS3P .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-u63hnwOS3P .mbr-section-title,
.cid-u63hnwOS3P .line {
  color: #000000;
}
.cid-u63hnxDW45 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u63hnxDW45 .mbr-section-title {
  color: #000000;
}
.cid-u63hnxDW45 .mbr-section-subtitle {
  color: #000000;
}
.cid-u63hnxDW45 .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-u63hnxDW45 .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-u63hnxDW45 .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-u63hnxDW45 .mbr-section-title,
.cid-u63hnxDW45 .line {
  color: #000000;
}
.cid-u63hnyzQH2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u63hnyzQH2 .mbr-section-title {
  color: #000000;
}
.cid-u63hnyzQH2 .mbr-section-subtitle {
  color: #000000;
}
.cid-u63hnyzQH2 .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-u63hnyzQH2 .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-u63hnyzQH2 .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-u63hnyzQH2 .mbr-section-title,
.cid-u63hnyzQH2 .line {
  color: #000000;
}
.cid-u63hnzrEBD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u63hnzrEBD .mbr-section-title {
  color: #000000;
}
.cid-u63hnzrEBD .mbr-section-subtitle {
  color: #000000;
}
.cid-u63hnzrEBD .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-u63hnzrEBD .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-u63hnzrEBD .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-u63hnzrEBD .mbr-section-title,
.cid-u63hnzrEBD .line {
  color: #000000;
}
.cid-u63hnAlbYm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u63hnAlbYm .mbr-section-title {
  color: #000000;
}
.cid-u63hnAlbYm .mbr-section-subtitle {
  color: #000000;
}
.cid-u63hnAlbYm .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-u63hnAlbYm .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-u63hnAlbYm .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-u63hnAlbYm .mbr-section-title,
.cid-u63hnAlbYm .line {
  color: #000000;
}
.cid-u63hnBiU47 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #012b3a;
}
.cid-u63hnBiU47 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u63hnBiU47 .wrapper {
  max-width: 350px;
}
.cid-u63hnBiU47 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u63hnBiU47 .row {
    text-align: center;
  }
  .cid-u63hnBiU47 .social-row {
    justify-content: center;
  }
}
.cid-u63hnBiU47 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-u63hnBiU47 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u63hnBiU47 .list {
    margin-bottom: 0rem;
  }
}
.cid-u63hnBiU47 .mbr-text {
  color: #ffffff;
}
.cid-u63hnBiU47 .mbr-iconfont {
  color: black;
}
.cid-u63hnBiU47 img {
  max-width: 100px;
  height: auto;
  margin-bottom: 40px;
}
.cid-u63hnBiU47 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u63hnBiU47 .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-u63hnBiU47 .social-list .soc-item {
  margin-right: 1rem;
  background-color: #75dbcd;
}
.cid-u63hnBiU47 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-u63hnBiU47 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u63hnBiU47 .item-wrap {
  margin-bottom: 16px;
}
.cid-u63hnBiU47 .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u63hnBiU47 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-u63hnBiU47 .text {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-u63hnBiU47 a {
  font-weight: 400 !important;
}
.cid-u63hnBiU47 a.text-danger:hover {
  color: #EABB80 !important;
}
@media (max-width: 768px) {
  .cid-u63hnBiU47 img {
    display: inline;
  }
  .cid-u63hnBiU47 .b:nth-child(3) {
    padding-top: 30px;
  }
  .cid-u63hnBiU47 .b:nth-child(4) {
    padding-top: 30px;
  }
}
.cid-u63hnBiU47 .text1 {
  color: #ffffff;
}
.cid-u9lUCKIKID {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u9lUCKIKID .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-u9lUCKIKID .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u9lUCKIKID .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u9lUCKIKID .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u9lUCKIKID .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u9lUCKIKID .container {
    padding: 0 1rem;
  }
}
.cid-u9lUCKIKID .menu-tite {
  background: #eee;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ed4009;
}
.cid-u9lUCKIKID .nav-link {
  position: relative;
}
.cid-u9lUCKIKID .nav-link:hover {
  color: red !important;
}
.cid-u9lUCKIKID nav.navbar {
  position: fixed;
}
.cid-u9lUCKIKID .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
}
.cid-u9lUCKIKID .navbar.opened {
  transition: all 0.3s;
}
.cid-u9lUCKIKID .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9lUCKIKID .navbar .navbar-logo img {
  width: auto;
}
.cid-u9lUCKIKID .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9lUCKIKID .navbar.collapsed {
  justify-content: center;
}
.cid-u9lUCKIKID .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9lUCKIKID .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9lUCKIKID .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u9lUCKIKID .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9lUCKIKID .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9lUCKIKID .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u9lUCKIKID .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9lUCKIKID .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9lUCKIKID .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9lUCKIKID .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9lUCKIKID .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9lUCKIKID .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9lUCKIKID .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9lUCKIKID .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u9lUCKIKID .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9lUCKIKID .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9lUCKIKID .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9lUCKIKID .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9lUCKIKID .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9lUCKIKID .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9lUCKIKID .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9lUCKIKID .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9lUCKIKID .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9lUCKIKID .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9lUCKIKID .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9lUCKIKID .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9lUCKIKID .dropdown-item:hover,
.cid-u9lUCKIKID .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-u9lUCKIKID .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9lUCKIKID .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9lUCKIKID .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u9lUCKIKID .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9lUCKIKID .dropdown-menu,
.cid-u9lUCKIKID .navbar.opened {
  background: #f9f9f9 !important;
}
.cid-u9lUCKIKID .nav-item:focus,
.cid-u9lUCKIKID .nav-link:focus {
  outline: none;
}
.cid-u9lUCKIKID .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9lUCKIKID .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9lUCKIKID .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9lUCKIKID .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9lUCKIKID .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9lUCKIKID .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9lUCKIKID .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9lUCKIKID .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9lUCKIKID .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9lUCKIKID .dropdown-item.active,
.cid-u9lUCKIKID .dropdown-item:active {
  background-color: transparent;
}
.cid-u9lUCKIKID .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9lUCKIKID .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9lUCKIKID .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9lUCKIKID .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f9f9;
}
.cid-u9lUCKIKID .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9lUCKIKID .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9lUCKIKID ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9lUCKIKID .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9lUCKIKID button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9lUCKIKID button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #012b3a;
}
.cid-u9lUCKIKID button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9lUCKIKID button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9lUCKIKID button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9lUCKIKID button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9lUCKIKID nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9lUCKIKID nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9lUCKIKID nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9lUCKIKID nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9lUCKIKID .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u9lUCKIKID a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9lUCKIKID .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9lUCKIKID .navbar {
    height: 70px;
  }
  .cid-u9lUCKIKID .navbar.opened {
    height: auto;
  }
  .cid-u9lUCKIKID .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u63mI5seW9 {
  background-image: url("../../../assets/images/back.jpg");
  padding-top: 8rem;
  padding-bottom: 2rem;
}
.cid-u63mI5seW9 .mbr-section-subtitle {
  color: #012b3a;
  font-size: 2rem;
}
.cid-u63mI8E9rk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u63mI8E9rk .mbr-section-title {
  color: #000000;
}
.cid-u63mI8E9rk .mbr-section-subtitle {
  color: #000000;
}
.cid-u63mI8E9rk .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-u63mI8E9rk .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-u63mI8E9rk .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-u63mI8E9rk .mbr-section-title,
.cid-u63mI8E9rk .line {
  color: #000000;
}
.cid-u63mI9ySbZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u63mI9ySbZ .mbr-section-title {
  color: #000000;
}
.cid-u63mI9ySbZ .mbr-section-subtitle {
  color: #000000;
}
.cid-u63mI9ySbZ .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-u63mI9ySbZ .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-u63mI9ySbZ .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-u63mI9ySbZ .mbr-section-title,
.cid-u63mI9ySbZ .line {
  color: #000000;
}
.cid-u63mIaukKx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u63mIaukKx .mbr-section-title {
  color: #000000;
}
.cid-u63mIaukKx .mbr-section-subtitle {
  color: #000000;
}
.cid-u63mIaukKx .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-u63mIaukKx .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-u63mIaukKx .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-u63mIaukKx .mbr-section-title,
.cid-u63mIaukKx .line {
  color: #000000;
}
.cid-u63mIbn0Gs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u63mIbn0Gs .mbr-section-title {
  color: #000000;
}
.cid-u63mIbn0Gs .mbr-section-subtitle {
  color: #000000;
}
.cid-u63mIbn0Gs .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-u63mIbn0Gs .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-u63mIbn0Gs .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-u63mIbn0Gs .mbr-section-title,
.cid-u63mIbn0Gs .line {
  color: #000000;
}
.cid-u63mIcjoR5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u63mIcjoR5 .mbr-section-title {
  color: #000000;
}
.cid-u63mIcjoR5 .mbr-section-subtitle {
  color: #000000;
}
.cid-u63mIcjoR5 .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-u63mIcjoR5 .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-u63mIcjoR5 .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-u63mIcjoR5 .mbr-section-title,
.cid-u63mIcjoR5 .line {
  color: #000000;
}
.cid-u63mIdhST5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u63mIdhST5 .mbr-section-title {
  color: #000000;
}
.cid-u63mIdhST5 .mbr-section-subtitle {
  color: #000000;
}
.cid-u63mIdhST5 .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-u63mIdhST5 .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-u63mIdhST5 .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-u63mIdhST5 .mbr-section-title,
.cid-u63mIdhST5 .line {
  color: #000000;
}
.cid-u63mIfllV4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #012b3a;
}
.cid-u63mIfllV4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u63mIfllV4 .wrapper {
  max-width: 350px;
}
.cid-u63mIfllV4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u63mIfllV4 .row {
    text-align: center;
  }
  .cid-u63mIfllV4 .social-row {
    justify-content: center;
  }
}
.cid-u63mIfllV4 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-u63mIfllV4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u63mIfllV4 .list {
    margin-bottom: 0rem;
  }
}
.cid-u63mIfllV4 .mbr-text {
  color: #ffffff;
}
.cid-u63mIfllV4 .mbr-iconfont {
  color: black;
}
.cid-u63mIfllV4 img {
  max-width: 100px;
  height: auto;
  margin-bottom: 40px;
}
.cid-u63mIfllV4 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u63mIfllV4 .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-u63mIfllV4 .social-list .soc-item {
  margin-right: 1rem;
  background-color: #75dbcd;
}
.cid-u63mIfllV4 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-u63mIfllV4 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u63mIfllV4 .item-wrap {
  margin-bottom: 16px;
}
.cid-u63mIfllV4 .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u63mIfllV4 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-u63mIfllV4 .text {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-u63mIfllV4 a {
  font-weight: 400 !important;
}
.cid-u63mIfllV4 a.text-danger:hover {
  color: #EABB80 !important;
}
@media (max-width: 768px) {
  .cid-u63mIfllV4 img {
    display: inline;
  }
  .cid-u63mIfllV4 .b:nth-child(3) {
    padding-top: 30px;
  }
  .cid-u63mIfllV4 .b:nth-child(4) {
    padding-top: 30px;
  }
}
.cid-u63mIfllV4 .text1 {
  color: #ffffff;
}
.cid-u9lUCKIKID {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u9lUCKIKID .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-u9lUCKIKID .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u9lUCKIKID .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u9lUCKIKID .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u9lUCKIKID .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u9lUCKIKID .container {
    padding: 0 1rem;
  }
}
.cid-u9lUCKIKID .menu-tite {
  background: #eee;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ed4009;
}
.cid-u9lUCKIKID .nav-link {
  position: relative;
}
.cid-u9lUCKIKID .nav-link:hover {
  color: red !important;
}
.cid-u9lUCKIKID nav.navbar {
  position: fixed;
}
.cid-u9lUCKIKID .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
}
.cid-u9lUCKIKID .navbar.opened {
  transition: all 0.3s;
}
.cid-u9lUCKIKID .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9lUCKIKID .navbar .navbar-logo img {
  width: auto;
}
.cid-u9lUCKIKID .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9lUCKIKID .navbar.collapsed {
  justify-content: center;
}
.cid-u9lUCKIKID .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9lUCKIKID .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9lUCKIKID .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u9lUCKIKID .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9lUCKIKID .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9lUCKIKID .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u9lUCKIKID .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9lUCKIKID .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9lUCKIKID .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9lUCKIKID .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9lUCKIKID .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9lUCKIKID .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9lUCKIKID .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9lUCKIKID .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u9lUCKIKID .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9lUCKIKID .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9lUCKIKID .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9lUCKIKID .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9lUCKIKID .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9lUCKIKID .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9lUCKIKID .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9lUCKIKID .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9lUCKIKID .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9lUCKIKID .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9lUCKIKID .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9lUCKIKID .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9lUCKIKID .dropdown-item:hover,
.cid-u9lUCKIKID .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-u9lUCKIKID .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9lUCKIKID .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9lUCKIKID .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u9lUCKIKID .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9lUCKIKID .dropdown-menu,
.cid-u9lUCKIKID .navbar.opened {
  background: #f9f9f9 !important;
}
.cid-u9lUCKIKID .nav-item:focus,
.cid-u9lUCKIKID .nav-link:focus {
  outline: none;
}
.cid-u9lUCKIKID .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9lUCKIKID .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9lUCKIKID .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9lUCKIKID .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9lUCKIKID .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9lUCKIKID .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9lUCKIKID .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9lUCKIKID .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9lUCKIKID .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9lUCKIKID .dropdown-item.active,
.cid-u9lUCKIKID .dropdown-item:active {
  background-color: transparent;
}
.cid-u9lUCKIKID .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9lUCKIKID .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9lUCKIKID .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9lUCKIKID .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f9f9;
}
.cid-u9lUCKIKID .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9lUCKIKID .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9lUCKIKID ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9lUCKIKID .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9lUCKIKID button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9lUCKIKID button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #012b3a;
}
.cid-u9lUCKIKID button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9lUCKIKID button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9lUCKIKID button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9lUCKIKID button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9lUCKIKID nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9lUCKIKID nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9lUCKIKID nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9lUCKIKID nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9lUCKIKID .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u9lUCKIKID a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9lUCKIKID .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9lUCKIKID .navbar {
    height: 70px;
  }
  .cid-u9lUCKIKID .navbar.opened {
    height: auto;
  }
  .cid-u9lUCKIKID .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u63LhqMos4 {
  background-image: url("../../../assets/images/back.jpg");
  padding-top: 10rem;
  padding-bottom: 5rem;
}
.cid-u63LhqMos4 .mbr-section-subtitle {
  color: #012b3a;
  font-size: 60px;
}
.cid-u63vtgWxGU {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u63vtgWxGU .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u63vtgWxGU h4,
.cid-u63vtgWxGU p {
  padding-bottom: 1rem;
}
.cid-u63vtgWxGU .col-auto,
.cid-u63vtgWxGU .btn {
  width: 100% !important;
  padding: 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u63vtgWxGU .mbr-form {
    margin-bottom: 1rem;
  }
}
.cid-u63vtgWxGU .google-map {
  height: 100%;
  padding-bottom: 1rem;
  min-height: 20rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-u63vtgWxGU .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-u63vtgWxGU .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u63vtgWxGU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u63vtgWxGU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u63vtgWxGU .form-control,
.cid-u63vtgWxGU .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #f2f2f2 !important;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
}
.cid-u63vtgWxGU .form-control::-webkit-input-placeholder,
.cid-u63vtgWxGU .field-input::-webkit-input-placeholder,
.cid-u63vtgWxGU .form-control::-webkit-input-placeholder,
.cid-u63vtgWxGU .field-input::-webkit-input-placeholder {
  color: #cfcfcf;
}
.cid-u63vtgWxGU .form-control:-moz-placeholder,
.cid-u63vtgWxGU .field-input:-moz-placeholder,
.cid-u63vtgWxGU .form-control:-moz-placeholder,
.cid-u63vtgWxGU .field-input:-moz-placeholder {
  color: #cfcfcf;
}
.cid-u63vtgWxGU .form-control:hover,
.cid-u63vtgWxGU .field-input:hover,
.cid-u63vtgWxGU .form-control:focus,
.cid-u63vtgWxGU .field-input:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-u63vtgWxGU .form-control:hover::-webkit-input-placeholder,
.cid-u63vtgWxGU .field-input:hover::-webkit-input-placeholder,
.cid-u63vtgWxGU .form-control:focus::-webkit-input-placeholder,
.cid-u63vtgWxGU .field-input:focus::-webkit-input-placeholder,
.cid-u63vtgWxGU .form-control:hover::-webkit-input-placeholder,
.cid-u63vtgWxGU .field-input:hover::-webkit-input-placeholder,
.cid-u63vtgWxGU .form-control:focus::-webkit-input-placeholder,
.cid-u63vtgWxGU .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-u63vtgWxGU .form-control:hover:-moz-placeholder,
.cid-u63vtgWxGU .field-input:hover:-moz-placeholder,
.cid-u63vtgWxGU .form-control:focus:-moz-placeholder,
.cid-u63vtgWxGU .field-input:focus:-moz-placeholder,
.cid-u63vtgWxGU .form-control:hover:-moz-placeholder,
.cid-u63vtgWxGU .field-input:hover:-moz-placeholder,
.cid-u63vtgWxGU .form-control:focus:-moz-placeholder,
.cid-u63vtgWxGU .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-u63vtgWxGU .jq-number__spin:hover,
.cid-u63vtgWxGU .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u63vtgWxGU .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f2;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u63vtgWxGU .jq-selectbox li,
.cid-u63vtgWxGU .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-u63vtgWxGU .jq-selectbox li:hover,
.cid-u63vtgWxGU .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-u63vtgWxGU .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u63vtgWxGU .jq-number__spin.minus:hover:after,
.cid-u63vtgWxGU .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-u63vtgWxGU .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u63vtgWxGU .jq-number__spin.minus:after,
.cid-u63vtgWxGU .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-u63vtgWxGU input::-webkit-clear-button {
  display: none;
}
.cid-u63vtgWxGU input::-webkit-inner-spin-button {
  display: none;
}
.cid-u63vtgWxGU input::-webkit-outer-spin-button {
  display: none;
}
.cid-u63vtgWxGU input::-webkit-calendar-picker-indicator {
  display: none;
}
#custom-html-26 {
  /* Type valid CSS here */
}
#custom-html-26 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-26 p {
  font-size: 60px;
  color: #777;
}
.cid-u63LqricNg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 2px;
}
.cid-u63LqricNg .mbr-section-subtitle {
  margin-bottom: 15px;
  color: #333333;
  text-align: left;
}
.cid-u63LqricNg .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u63LqricNg .container {
  padding-left: 53px;
  padding-right: 53px;
}
.cid-u63LqricNg .container-fluid {
  outline: 2px solid #000 !important;
}
.cid-u63LqricNg .row {
  padding-top: 76px;
  padding-bottom: 76px;
  justify-content: center;
  display: flex;
}
@media (max-width: 768px) {
  .cid-u63LqricNg .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-u63JG8xzUd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-u63JG8xzUd .mbr-text {
  color: #767676;
}
.cid-u63JG8xzUd h4 {
  text-align: center;
}
.cid-u63JG8xzUd p {
  text-align: center;
}
.cid-u63JG8xzUd .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u63JG8xzUd .card:hover .step {
  color: #ffffff;
  border: 0px solid transparent;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-u63JG8xzUd .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-u63JG8xzUd .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #eee;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-u63JG8xzUd .step:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.3s;
  background: linear-gradient(45deg, #ffa0a4, #a38dfd);
  border-radius: 50%;
}
.cid-u63JG8xzUd .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-u63JG8xzUd .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #000000, #ff6839);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-u63JG8xzUd .mbr-section-title,
  .cid-u63JG8xzUd .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-u63JG8xzUd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u63JG8xzUd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-25 {
  /* Type valid CSS here */
}
#custom-html-25 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-25 p {
  font-size: 60px;
  color: #777;
}
.cid-u62W6dZnXB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #012b3a;
}
.cid-u62W6dZnXB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u62W6dZnXB .wrapper {
  max-width: 350px;
}
.cid-u62W6dZnXB .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u62W6dZnXB .row {
    text-align: center;
  }
  .cid-u62W6dZnXB .social-row {
    justify-content: center;
  }
}
.cid-u62W6dZnXB .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-u62W6dZnXB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u62W6dZnXB .list {
    margin-bottom: 0rem;
  }
}
.cid-u62W6dZnXB .mbr-text {
  color: #ffffff;
}
.cid-u62W6dZnXB .mbr-iconfont {
  color: black;
}
.cid-u62W6dZnXB img {
  max-width: 100px;
  height: auto;
  margin-bottom: 40px;
}
.cid-u62W6dZnXB .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u62W6dZnXB .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-u62W6dZnXB .social-list .soc-item {
  margin-right: 1rem;
  background-color: #75dbcd;
}
.cid-u62W6dZnXB .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-u62W6dZnXB .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u62W6dZnXB .item-wrap {
  margin-bottom: 16px;
}
.cid-u62W6dZnXB .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u62W6dZnXB .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-u62W6dZnXB .text {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-u62W6dZnXB a {
  font-weight: 400 !important;
}
.cid-u62W6dZnXB a.text-danger:hover {
  color: #EABB80 !important;
}
@media (max-width: 768px) {
  .cid-u62W6dZnXB img {
    display: inline;
  }
  .cid-u62W6dZnXB .b:nth-child(3) {
    padding-top: 30px;
  }
  .cid-u62W6dZnXB .b:nth-child(4) {
    padding-top: 30px;
  }
}
.cid-u62W6dZnXB .text1 {
  color: #ffffff;
}
.cid-u9lUCKIKID {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u9lUCKIKID .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-u9lUCKIKID .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-u9lUCKIKID .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u9lUCKIKID .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-u9lUCKIKID .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u9lUCKIKID .container {
    padding: 0 1rem;
  }
}
.cid-u9lUCKIKID .menu-tite {
  background: #eee;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ed4009;
}
.cid-u9lUCKIKID .nav-link {
  position: relative;
}
.cid-u9lUCKIKID .nav-link:hover {
  color: red !important;
}
.cid-u9lUCKIKID nav.navbar {
  position: fixed;
}
.cid-u9lUCKIKID .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
}
.cid-u9lUCKIKID .navbar.opened {
  transition: all 0.3s;
}
.cid-u9lUCKIKID .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9lUCKIKID .navbar .navbar-logo img {
  width: auto;
}
.cid-u9lUCKIKID .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9lUCKIKID .navbar.collapsed {
  justify-content: center;
}
.cid-u9lUCKIKID .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9lUCKIKID .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9lUCKIKID .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u9lUCKIKID .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9lUCKIKID .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9lUCKIKID .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u9lUCKIKID .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9lUCKIKID .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9lUCKIKID .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9lUCKIKID .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9lUCKIKID .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9lUCKIKID .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9lUCKIKID .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9lUCKIKID .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u9lUCKIKID .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9lUCKIKID .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9lUCKIKID .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9lUCKIKID .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9lUCKIKID .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9lUCKIKID .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9lUCKIKID .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9lUCKIKID .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9lUCKIKID .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9lUCKIKID .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9lUCKIKID .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9lUCKIKID .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9lUCKIKID .dropdown-item:hover,
.cid-u9lUCKIKID .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-u9lUCKIKID .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9lUCKIKID .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9lUCKIKID .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-u9lUCKIKID .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9lUCKIKID .dropdown-menu,
.cid-u9lUCKIKID .navbar.opened {
  background: #f9f9f9 !important;
}
.cid-u9lUCKIKID .nav-item:focus,
.cid-u9lUCKIKID .nav-link:focus {
  outline: none;
}
.cid-u9lUCKIKID .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9lUCKIKID .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9lUCKIKID .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9lUCKIKID .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9lUCKIKID .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9lUCKIKID .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9lUCKIKID .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9lUCKIKID .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9lUCKIKID .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9lUCKIKID .dropdown-item.active,
.cid-u9lUCKIKID .dropdown-item:active {
  background-color: transparent;
}
.cid-u9lUCKIKID .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9lUCKIKID .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9lUCKIKID .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9lUCKIKID .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f9f9;
}
.cid-u9lUCKIKID .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9lUCKIKID .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9lUCKIKID ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9lUCKIKID .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9lUCKIKID button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9lUCKIKID button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #012b3a;
}
.cid-u9lUCKIKID button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9lUCKIKID button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9lUCKIKID button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9lUCKIKID button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9lUCKIKID nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9lUCKIKID nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9lUCKIKID nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9lUCKIKID nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9lUCKIKID .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u9lUCKIKID a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9lUCKIKID .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9lUCKIKID .navbar {
    height: 70px;
  }
  .cid-u9lUCKIKID .navbar.opened {
    height: auto;
  }
  .cid-u9lUCKIKID .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
