body {
  background-color: #ffffff;
}
body {
  font-family: Source Serif 4;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
  line-height: 0.9;
  letter-spacing: -0.04em;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.06rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.325rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.71875rem;
}
/* ---- 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.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.848rem;
    font-size: calc( 1.021rem + (1.06 - 1.021) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.021rem + (1.06 - 1.021) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary: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-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.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-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3dccc7 !important;
  border-color: #3dccc7 !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: #258d8a !important;
  border-color: #258d8a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #258d8a !important;
  border-color: #258d8a !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #065e70 !important;
  border-color: #065e70 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #065e70 !important;
  border-color: #065e70 !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !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: #12633e !important;
  border-color: #12633e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #12633e !important;
  border-color: #12633e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !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: #755800 !important;
  border-color: #755800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #755800 !important;
  border-color: #755800 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !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: #641119 !important;
  border-color: #641119 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #641119 !important;
  border-color: #641119 !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: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3dccc7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #258d8a !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: #3dccc7 !important;
  border-color: #3dccc7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !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: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !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: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !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: #ae1e2c !important;
  border-color: #ae1e2c !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: #ffffff !important;
}
.text-secondary {
  color: #3dccc7 !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #22817e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !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: #3dccc7 !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='%23ffffff' %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 {
  position: relative;
  padding: 0 14px 0 0;
}
.mbr-section-btn .btn::before,
.mbr-section-btn-main .btn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 83%;
  height: 1px;
  background-color: #ffffff;
}
.mbr-section-btn .btn::after,
.mbr-section-btn-main .btn::after {
  content: '';
  position: absolute;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #ffffff;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  padding: 14px;
}
.mbr-section-btn .btn-primary::after,
.mbr-section-btn-main .btn-primary::after,
.mbr-section-btn .btn-secondary::after,
.mbr-section-btn-main .btn-secondary::after,
.mbr-section-btn .btn-success::after,
.mbr-section-btn-main .btn-success::after,
.mbr-section-btn .btn-info::after,
.mbr-section-btn-main .btn-info::after,
.mbr-section-btn .btn-danger::after,
.mbr-section-btn-main .btn-danger::after,
.mbr-section-btn .btn-warning::after,
.mbr-section-btn-main .btn-warning::after,
.mbr-section-btn .btn-black::after,
.mbr-section-btn-main .btn-black::after,
.mbr-section-btn .btn-white::after,
.mbr-section-btn-main .btn-white::after {
  display: none;
}
.mbr-section-btn .btn-primary::before,
.mbr-section-btn-main .btn-primary::before,
.mbr-section-btn .btn-secondary::before,
.mbr-section-btn-main .btn-secondary::before,
.mbr-section-btn .btn-success::before,
.mbr-section-btn-main .btn-success::before,
.mbr-section-btn .btn-info::before,
.mbr-section-btn-main .btn-info::before,
.mbr-section-btn .btn-danger::before,
.mbr-section-btn-main .btn-danger::before,
.mbr-section-btn .btn-warning::before,
.mbr-section-btn-main .btn-warning::before,
.mbr-section-btn .btn-black::before,
.mbr-section-btn-main .btn-black::before,
.mbr-section-btn .btn-white::before,
.mbr-section-btn-main .btn-white::before {
  display: none;
}
.mbr-section-btn .btn-primary-outline:hover::before,
.mbr-section-btn-main .btn-primary-outline:hover::before,
.mbr-section-btn .btn-secondary-outline:hover::before,
.mbr-section-btn-main .btn-secondary-outline:hover::before,
.mbr-section-btn .btn-success-outline:hover::before,
.mbr-section-btn-main .btn-success-outline:hover::before,
.mbr-section-btn .btn-info-outline:hover::before,
.mbr-section-btn-main .btn-info-outline:hover::before,
.mbr-section-btn .btn-danger-outline:hover::before,
.mbr-section-btn-main .btn-danger-outline:hover::before,
.mbr-section-btn .btn-warning-outline:hover::before,
.mbr-section-btn-main .btn-warning-outline:hover::before,
.mbr-section-btn .btn-black-outline:hover::before,
.mbr-section-btn-main .btn-black-outline:hover::before,
.mbr-section-btn .btn-white-outline:hover::before,
.mbr-section-btn-main .btn-white-outline:hover::before {
  animation: ani-button 0.8s forwards cubic-bezier(0.85, 0.26, 0.17, 1);
}
.mbr-section-btn .btn-info-outline::after,
.mbr-section-btn-main .btn-info-outline::after {
  background-color: #0aa3c2;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before {
  background-color: #ffffff;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover {
  color: #ffffff !important;
}
.mbr-section-btn .btn-secondary-outline:before,
.mbr-section-btn-main .btn-secondary-outline:before {
  background-color: #3dccc7;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover {
  color: #3dccc7 !important;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  background-color: #20ac6b;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover {
  color: #20ac6b !important;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  background-color: #0aa3c2;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover {
  color: #0aa3c2 !important;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #ae1e2c;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover {
  color: #ae1e2c !important;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #cc9900;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover {
  color: #cc9900 !important;
}
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before {
  background-color: #232323;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover {
  color: #232323 !important;
}
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  background-color: #fff;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover {
  color: #ffffff !important;
}
@keyframes ani-button {
  from {
    transform: scale(0);
    transform-origin: center;
  }
  to {
    transform: scale(1);
    transform-origin: center;
  }
}
.cid-uFhJ1rP9Oo {
  background-color: transparent;
}
.cid-uFhJ1rP9Oo .navbar-dropdown {
  background-color: #ffffff !important;
  background-color: transparent !important;
  padding: 0;
}
.cid-uFhJ1rP9Oo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background-color: transparent !important;
  background: #ffffff;
}
.cid-uFhJ1rP9Oo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFhJ1rP9Oo .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFhJ1rP9Oo .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uFhJ1rP9Oo .menu_box .navbar.opened,
  .cid-uFhJ1rP9Oo .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uFhJ1rP9Oo .navbar-dropdown {
  position: relative !important;
}
.cid-uFhJ1rP9Oo .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uFhJ1rP9Oo .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uFhJ1rP9Oo ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uFhJ1rP9Oo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFhJ1rP9Oo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uFhJ1rP9Oo .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uFhJ1rP9Oo li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 4px 20px;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .cid-uFhJ1rP9Oo .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uFhJ1rP9Oo .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .cid-uFhJ1rP9Oo .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uFhJ1rP9Oo .nav-item {
    margin: 0 !important;
  }
}
.cid-uFhJ1rP9Oo .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFhJ1rP9Oo .nav-item .nav-link:hover,
.cid-uFhJ1rP9Oo .nav-item .nav-link:focus {
  opacity: 1;
}
.cid-uFhJ1rP9Oo .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFhJ1rP9Oo .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uFhJ1rP9Oo .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uFhJ1rP9Oo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFhJ1rP9Oo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uFhJ1rP9Oo .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uFhJ1rP9Oo .offcanvas_box {
    display: none;
  }
}
.cid-uFhJ1rP9Oo .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uFhJ1rP9Oo .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uFhJ1rP9Oo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uFhJ1rP9Oo .container {
  display: flex;
  margin: auto;
}
.cid-uFhJ1rP9Oo .iconfont-wrapper {
  color: #747474;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uFhJ1rP9Oo .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uFhJ1rP9Oo .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uFhJ1rP9Oo .navbar-caption {
  color: #000000;
}
.cid-uFhJ1rP9Oo .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uFhJ1rP9Oo .navbar-nav {
    margin: 0;
  }
}
.cid-uFhJ1rP9Oo .dropdown-menu,
.cid-uFhJ1rP9Oo .navbar.opened {
  background-color: false !important;
}
.cid-uFhJ1rP9Oo .nav-item:focus,
.cid-uFhJ1rP9Oo .nav-link:focus {
  outline: none;
}
.cid-uFhJ1rP9Oo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFhJ1rP9Oo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFhJ1rP9Oo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFhJ1rP9Oo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFhJ1rP9Oo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFhJ1rP9Oo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFhJ1rP9Oo .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uFhJ1rP9Oo .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uFhJ1rP9Oo .navbar.opened {
  transition: all 0.3s;
}
.cid-uFhJ1rP9Oo .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uFhJ1rP9Oo .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uFhJ1rP9Oo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFhJ1rP9Oo .navbar.collapsed {
  justify-content: center;
}
.cid-uFhJ1rP9Oo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFhJ1rP9Oo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFhJ1rP9Oo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFhJ1rP9Oo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFhJ1rP9Oo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFhJ1rP9Oo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uFhJ1rP9Oo .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFhJ1rP9Oo .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uFhJ1rP9Oo .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uFhJ1rP9Oo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFhJ1rP9Oo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFhJ1rP9Oo .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uFhJ1rP9Oo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFhJ1rP9Oo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uFhJ1rP9Oo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFhJ1rP9Oo .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uFhJ1rP9Oo .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uFhJ1rP9Oo .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uFhJ1rP9Oo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uFhJ1rP9Oo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFhJ1rP9Oo .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uFhJ1rP9Oo .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFhJ1rP9Oo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFhJ1rP9Oo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFhJ1rP9Oo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFhJ1rP9Oo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFhJ1rP9Oo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFhJ1rP9Oo .dropdown-item.active,
.cid-uFhJ1rP9Oo .dropdown-item:active {
  background-color: transparent;
}
.cid-uFhJ1rP9Oo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFhJ1rP9Oo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFhJ1rP9Oo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFhJ1rP9Oo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFhJ1rP9Oo ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #ffffff;
}
.cid-uFhJ1rP9Oo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFhJ1rP9Oo button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f5fdfd;
}
.cid-uFhJ1rP9Oo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFhJ1rP9Oo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFhJ1rP9Oo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFhJ1rP9Oo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFhJ1rP9Oo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFhJ1rP9Oo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFhJ1rP9Oo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFhJ1rP9Oo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFhJ1rP9Oo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFhJ1rP9Oo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFhJ1rP9Oo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFhJ1rP9Oo .navbar {
    height: 70px;
  }
  .cid-uFhJ1rP9Oo .navbar.opened {
    height: auto;
  }
  .cid-uFhJ1rP9Oo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFhJ1rP9Oo .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uFhJ1rP9Oo .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uFhJ1rP9Oo .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uFhJ1rP9Oo .mbr-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  width: fit-content;
  white-space: nowrap;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .cid-uFhJ1rP9Oo .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uFhJ1rP9Oo .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uFhJ1rP9Oo .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uFhJ1rP9Oo .text_widget {
  margin-bottom: 24px;
}
.cid-uFhJ1rP9Oo .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uFhJ1rP9Oo .text_widget a:hover {
  color: #3dccc7 !important;
}
.cid-uFhJ1rP9Oo .icons-menu-main {
  display: flex;
}
.cid-uFhJ1rP9Oo .mbr-section-subtitle {
  color: #222222;
  text-align: center;
}
.cid-uFhJ1rP9Oo .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-uFhJ1rP9Oo .mbr-section-subtitle,
.cid-uFhJ1rP9Oo .text_widget,
.cid-uFhJ1rP9Oo .mbr-section-btn {
  text-align: center;
}
.cid-uFhJ1rP9Oo a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFhJ1rP9Oo .nav-link,
.cid-uFhJ1rP9Oo .dropdown-item {
  color: #000000;
}
.cid-uFhJ1rP9Oo .nav-link {
  position: relative;
}
.cid-uFhJ1rP9Oo .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-uFhJ1rP9Oo .nav-link:hover:before {
  opacity: 1;
}
.cid-uFhJ1rVD0B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://r.mobirisesite.com/1290947/assets/images/whatsapp-image-2025-03-13-at-09.51.36.jpeg-1078x903.jpeg");
}
.cid-uFhJ1rVD0B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhJ1rVD0B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhJ1rVD0B .row {
  justify-content: center;
}
.cid-uFhJ1rVD0B .title-wrapper {
  padding: 71px;
  background-color: #1b8a56;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uFhJ1rVD0B .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uFhJ1rVD0B .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFhJ1rVD0B .text-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uFhJ1rVD0B .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFhJ1rVD0B .mbr-text {
  color: #747474;
}
.cid-uFhJ1rVD0B .mbr-text,
.cid-uFhJ1rVD0B .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFhJ1rVD0B .mbr-section-title,
.cid-uFhJ1rVD0B .mbr-iconfont {
  color: #ffebe6;
}
.cid-uG9o0SUNEZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uG9o0SUNEZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG9o0SUNEZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG9o0SUNEZ .row {
  justify-content: center;
}
.cid-uG9o0SUNEZ .text-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uG9o0SUNEZ .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uG9o0SUNEZ .text-wrapper .mbr-date {
  padding: 30px 0 7px 0;
  margin-bottom: 35px;
  line-height: 71px;
}
.cid-uG9o0SUNEZ .text-wrapper .mbr-year {
  margin-bottom: 36px;
}
.cid-uG9o0SUNEZ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uG9o0SUNEZ .mbr-section-title {
  color: #20ac6b;
  text-align: center;
}
.cid-uG9o0SUNEZ .mbr-desc {
  color: #474747;
  text-align: center;
}
.cid-uG9o0SUNEZ .mbr-date {
  color: #20ac6b;
  text-align: center;
}
.cid-uG9o0SUNEZ .mbr-year {
  color: #474747;
  text-align: center;
}
.cid-uG9o0SUNEZ .mbr-text {
  color: #474747;
  text-align: center;
}
.cid-uFZKSjB2Tf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://r.mobirisesite.com/1290947/assets/images/g3b15f3f45768f95d22e0aeabb68d-h_m8hgcnda.jpg");
}
.cid-uFZKSjB2Tf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZKSjB2Tf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZKSjB2Tf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFZKSjB2Tf .mbr-section-title {
  color: #E0BDB6;
  text-align: center;
}
.cid-uFhJ1rYgIw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-uFhJ1rYgIw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhJ1rYgIw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhJ1rYgIw .title-wrapper {
  padding: 96px 10px;
  background-color: #d2f1f2;
}
@media (max-width: 992px) {
  .cid-uFhJ1rYgIw .title-wrapper {
    padding: 60px 10px;
  }
}
@media (max-width: 768px) {
  .cid-uFhJ1rYgIw .title-wrapper {
    padding: 40px 10px;
  }
}
.cid-uFhJ1rYgIw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFhJ1rYgIw .panel-group {
  padding: 40px 10px 10px 10px;
}
.cid-uFhJ1rYgIw .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0;
}
.cid-uFhJ1rYgIw .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uFhJ1rYgIw .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uFhJ1rYgIw .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uFhJ1rYgIw .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uFhJ1rYgIw .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #6ab8bd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uFhJ1rYgIw .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  transition: all 0.3s ease;
}
.cid-uFhJ1rYgIw .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uFhJ1rYgIw .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uFhJ1rYgIw .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uFhJ1rYgIw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFhJ1rYgIw .panel-title-edit {
  color: #000000;
}
.cid-uFhJ1rYgIw .panel-text {
  color: #000000;
  text-align: left;
}
.cid-uFhJ1rYgIw .mbr-section-title,
.cid-uFhJ1rYgIw .mbr-section-btn {
  color: #000000;
}
.cid-uFhJ1s0ZVd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://r.mobirisesite.com/1290947/assets/images/photo-1587683437362-da7775ffc532.jpeg");
}
.cid-uFhJ1s0ZVd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhJ1s0ZVd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhJ1s0ZVd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFhJ1s0ZVd .mbr-section-title {
  color: #E0BDB6;
  text-align: center;
}
.cid-uFhJ1s7t7z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-uFhJ1s7t7z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhJ1s7t7z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhJ1s7t7z .row {
  justify-content: center;
}
.cid-uFhJ1s7t7z .title-wrapper {
  padding: 71px;
  background-color: #d2f1f2;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uFhJ1s7t7z .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uFhJ1s7t7z .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFhJ1s7t7z .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFhJ1s7t7z .list-wrapper .list .item-wrap {
  margin-bottom: 28px;
}
.cid-uFhJ1s7t7z .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFhJ1s7t7z .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFhJ1s7t7z .list {
  color: #747474;
}
.cid-uFhJ1s7t7z .list,
.cid-uFhJ1s7t7z .item-wrap {
  text-align: center;
  color: #000000;
}
.cid-uFhJ1s7t7z .mbr-section-title,
.cid-uFhJ1s7t7z .mbr-iconfont {
  color: #000000;
}
.cid-uFhJ1s71cP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #004643;
}
.cid-uFhJ1s71cP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhJ1s71cP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhJ1s71cP .row {
  justify-content: space-between;
}
.cid-uFhJ1s71cP .mbr-section-title {
  margin: 0;
  color: #E0BDB6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFhJ1s71cP .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uFhJ1s71cP .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFhJ1s71cP .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uFhJ1s71cP .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uFhJ1s71cP .list li {
  margin-bottom: 25px;
}
.cid-uFhJ1s71cP .list li:last-child {
  margin-bottom: 0;
}
.cid-uFhJ1s71cP .mbr-desc {
  margin-bottom: 8px;
}
.cid-uFhJ1s71cP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uFhJ1s71cP .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uFhJ1s71cP .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #0aa3c2;
}
.cid-uFhJ1s71cP .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #004643;
  transition: all 0.3s ease;
}
.cid-uFhJ1s71cP .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  margin: 0;
  color: #FFFFFF;
  text-align: center;
}
.cid-uFhJ1s71cP .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #004643;
  opacity: 0.4;
}
@media (max-width: 992px) {
  .cid-uFhJ1s71cP .copyright {
    margin-top: 50px;
    padding: 17px 24px;
    margin: 0;
  }
}
.cid-uFhJ1s71cP .mbr-desc,
.cid-uFhJ1s71cP .mbr-iconfont {
  color: #ffffff;
}
.cid-uFhJ1rP9Oo {
  background-color: transparent;
}
.cid-uFhJ1rP9Oo .navbar-dropdown {
  background-color: #ffffff !important;
  background-color: transparent !important;
  padding: 0;
}
.cid-uFhJ1rP9Oo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background-color: transparent !important;
  background: #ffffff;
}
.cid-uFhJ1rP9Oo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFhJ1rP9Oo .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFhJ1rP9Oo .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uFhJ1rP9Oo .menu_box .navbar.opened,
  .cid-uFhJ1rP9Oo .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uFhJ1rP9Oo .navbar-dropdown {
  position: relative !important;
}
.cid-uFhJ1rP9Oo .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uFhJ1rP9Oo .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uFhJ1rP9Oo ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uFhJ1rP9Oo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFhJ1rP9Oo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uFhJ1rP9Oo .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uFhJ1rP9Oo li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 4px 20px;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .cid-uFhJ1rP9Oo .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uFhJ1rP9Oo .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .cid-uFhJ1rP9Oo .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uFhJ1rP9Oo .nav-item {
    margin: 0 !important;
  }
}
.cid-uFhJ1rP9Oo .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFhJ1rP9Oo .nav-item .nav-link:hover,
.cid-uFhJ1rP9Oo .nav-item .nav-link:focus {
  opacity: 1;
}
.cid-uFhJ1rP9Oo .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFhJ1rP9Oo .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uFhJ1rP9Oo .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uFhJ1rP9Oo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFhJ1rP9Oo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uFhJ1rP9Oo .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uFhJ1rP9Oo .offcanvas_box {
    display: none;
  }
}
.cid-uFhJ1rP9Oo .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uFhJ1rP9Oo .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uFhJ1rP9Oo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uFhJ1rP9Oo .container {
  display: flex;
  margin: auto;
}
.cid-uFhJ1rP9Oo .iconfont-wrapper {
  color: #747474;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uFhJ1rP9Oo .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uFhJ1rP9Oo .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uFhJ1rP9Oo .navbar-caption {
  color: #000000;
}
.cid-uFhJ1rP9Oo .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uFhJ1rP9Oo .navbar-nav {
    margin: 0;
  }
}
.cid-uFhJ1rP9Oo .dropdown-menu,
.cid-uFhJ1rP9Oo .navbar.opened {
  background-color: false !important;
}
.cid-uFhJ1rP9Oo .nav-item:focus,
.cid-uFhJ1rP9Oo .nav-link:focus {
  outline: none;
}
.cid-uFhJ1rP9Oo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFhJ1rP9Oo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFhJ1rP9Oo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFhJ1rP9Oo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFhJ1rP9Oo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFhJ1rP9Oo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFhJ1rP9Oo .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uFhJ1rP9Oo .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uFhJ1rP9Oo .navbar.opened {
  transition: all 0.3s;
}
.cid-uFhJ1rP9Oo .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uFhJ1rP9Oo .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uFhJ1rP9Oo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFhJ1rP9Oo .navbar.collapsed {
  justify-content: center;
}
.cid-uFhJ1rP9Oo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFhJ1rP9Oo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFhJ1rP9Oo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFhJ1rP9Oo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFhJ1rP9Oo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFhJ1rP9Oo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uFhJ1rP9Oo .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFhJ1rP9Oo .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uFhJ1rP9Oo .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uFhJ1rP9Oo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFhJ1rP9Oo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFhJ1rP9Oo .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uFhJ1rP9Oo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFhJ1rP9Oo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uFhJ1rP9Oo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFhJ1rP9Oo .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uFhJ1rP9Oo .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uFhJ1rP9Oo .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uFhJ1rP9Oo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uFhJ1rP9Oo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFhJ1rP9Oo .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uFhJ1rP9Oo .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFhJ1rP9Oo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFhJ1rP9Oo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFhJ1rP9Oo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFhJ1rP9Oo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFhJ1rP9Oo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFhJ1rP9Oo .dropdown-item.active,
.cid-uFhJ1rP9Oo .dropdown-item:active {
  background-color: transparent;
}
.cid-uFhJ1rP9Oo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFhJ1rP9Oo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFhJ1rP9Oo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFhJ1rP9Oo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFhJ1rP9Oo ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #ffffff;
}
.cid-uFhJ1rP9Oo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFhJ1rP9Oo button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f5fdfd;
}
.cid-uFhJ1rP9Oo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFhJ1rP9Oo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFhJ1rP9Oo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFhJ1rP9Oo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFhJ1rP9Oo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFhJ1rP9Oo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFhJ1rP9Oo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFhJ1rP9Oo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFhJ1rP9Oo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFhJ1rP9Oo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFhJ1rP9Oo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFhJ1rP9Oo .navbar {
    height: 70px;
  }
  .cid-uFhJ1rP9Oo .navbar.opened {
    height: auto;
  }
  .cid-uFhJ1rP9Oo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFhJ1rP9Oo .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uFhJ1rP9Oo .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uFhJ1rP9Oo .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uFhJ1rP9Oo .mbr-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  width: fit-content;
  white-space: nowrap;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .cid-uFhJ1rP9Oo .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uFhJ1rP9Oo .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uFhJ1rP9Oo .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uFhJ1rP9Oo .text_widget {
  margin-bottom: 24px;
}
.cid-uFhJ1rP9Oo .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uFhJ1rP9Oo .text_widget a:hover {
  color: #3dccc7 !important;
}
.cid-uFhJ1rP9Oo .icons-menu-main {
  display: flex;
}
.cid-uFhJ1rP9Oo .mbr-section-subtitle {
  color: #222222;
  text-align: center;
}
.cid-uFhJ1rP9Oo .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-uFhJ1rP9Oo .mbr-section-subtitle,
.cid-uFhJ1rP9Oo .text_widget,
.cid-uFhJ1rP9Oo .mbr-section-btn {
  text-align: center;
}
.cid-uFhJ1rP9Oo a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFhJ1rP9Oo .nav-link,
.cid-uFhJ1rP9Oo .dropdown-item {
  color: #000000;
}
.cid-uFhJ1rP9Oo .nav-link {
  position: relative;
}
.cid-uFhJ1rP9Oo .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-uFhJ1rP9Oo .nav-link:hover:before {
  opacity: 1;
}
.cid-uG2qLz0pL4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uG2qLz0pL4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2qLz0pL4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2qLz0pL4 .row {
  justify-content: center;
}
.cid-uG2qLz0pL4 .title-wrapper {
  padding: 71px;
  background-color: #3dccc7;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uG2qLz0pL4 .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uG2qLz0pL4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uG2qLz0pL4 .text-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uG2qLz0pL4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uG2qLz0pL4 .mbr-text {
  color: #747474;
}
.cid-uG2qLz0pL4 .mbr-text,
.cid-uG2qLz0pL4 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uG2qLz0pL4 .mbr-section-title,
.cid-uG2qLz0pL4 .mbr-iconfont {
  color: #000000;
}
.cid-uG2u1pQBlN {
  background-image: url("https://r.mobirisesite.com/1290947/assets/images/background1-h_m8i358x5.jpg");
}
.cid-uG2u1pQBlN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2u1pQBlN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2u1pQBlN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uG2u1pQBlN .mbr-section-title {
  color: #E0BDB6;
  text-align: center;
}
.cid-uG46velwHf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("https://r.mobirisesite.com/1290947/assets/images/g6e13e37dd6e8a01cee4c78674add-h_m8i40gq6.jpg");
}
.cid-uG46velwHf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG46velwHf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG46velwHf .row {
  justify-content: center;
}
.cid-uG46velwHf .title-wrapper {
  padding: 71px;
  background-color: #3dccc7;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uG46velwHf .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uG46velwHf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uG46velwHf .text-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uG46velwHf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uG46velwHf .mbr-text {
  color: #747474;
}
.cid-uG46velwHf .mbr-text,
.cid-uG46velwHf .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uG46velwHf .mbr-section-title,
.cid-uG46velwHf .mbr-iconfont {
  color: #000000;
}
.cid-uGBfcUYMyp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("https://r.mobirisesite.com/1290947/assets/images/background1-h_m8qmbfwj.jpg");
}
.cid-uGBfcUYMyp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGBfcUYMyp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGBfcUYMyp .title-wrapper {
  margin-bottom: 30px;
}
.cid-uGBfcUYMyp .title-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
.cid-uGBfcUYMyp .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-uGBfcUYMyp .image-wrapper {
  display: flex;
}
@media (max-width: 768px) {
  .cid-uGBfcUYMyp .image-wrapper {
    display: block;
  }
}
.cid-uGBfcUYMyp .image-wrapper img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  margin-right: -10rem;
}
@media (max-width: 992px) {
  .cid-uGBfcUYMyp .image-wrapper img {
    margin-right: 0;
    width: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uGBfcUYMyp .image-wrapper img {
    margin-bottom: 20px;
    width: 100%;
    height: 450px;
  }
}
.cid-uGBfcUYMyp .image-wrapper img:first-child {
  margin-right: 20px;
  max-width: 280px;
}
@media (max-width: 768px) {
  .cid-uGBfcUYMyp .image-wrapper img:first-child {
    margin-right: 0;
    max-width: 100%;
    height: 450px;
  }
}
.cid-uGBfcUYMyp .mbr-section-title {
  color: #E0BDB6;
}
.cid-uGBfcUYMyp .mbr-text {
  color: #747474;
}
.cid-uGBfcUYMyp .mbr-section-title,
.cid-uGBfcUYMyp .mbr-section-btn {
  color: #20ac6b;
}
.cid-uG2uYGPWYs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uG2uYGPWYs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2uYGPWYs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG2uYGPWYs .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uG2uYGPWYs .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uG2uYGPWYs .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uG2uYGPWYs .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uG2uYGPWYs .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uG2uYGPWYs .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uG2uYGPWYs .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uG2uYGPWYs .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uG2uYGPWYs .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uG2uYGPWYs .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uG2uYGPWYs .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uG2uYGPWYs .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uG2uYGPWYs .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #3dccc7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uG2uYGPWYs .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uG2uYGPWYs .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uG2uYGPWYs .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uG2uYGPWYs .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uG2uYGPWYs .mbr-section-title {
  color: #E0BDB6;
}
.cid-uG2uYGPWYs .mbr-section-subtitle {
  color: #747474;
}
.cid-uG2uYGPWYs .mbr-text {
  color: #747474;
}
.cid-uG2uYGPWYs .panel-title-edit {
  color: #000000;
}
.cid-uG2uYGPWYs .panel-text {
  color: #747474;
}
.cid-uG2uYGPWYs .mbr-section-title,
.cid-uG2uYGPWYs .mbr-section-btn {
  color: #3dccc7;
}
.cid-uFhJ1s71cP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #004643;
}
.cid-uFhJ1s71cP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhJ1s71cP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhJ1s71cP .row {
  justify-content: space-between;
}
.cid-uFhJ1s71cP .mbr-section-title {
  margin: 0;
  color: #E0BDB6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFhJ1s71cP .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uFhJ1s71cP .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFhJ1s71cP .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uFhJ1s71cP .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uFhJ1s71cP .list li {
  margin-bottom: 25px;
}
.cid-uFhJ1s71cP .list li:last-child {
  margin-bottom: 0;
}
.cid-uFhJ1s71cP .mbr-desc {
  margin-bottom: 8px;
}
.cid-uFhJ1s71cP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uFhJ1s71cP .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uFhJ1s71cP .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #0aa3c2;
}
.cid-uFhJ1s71cP .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #004643;
  transition: all 0.3s ease;
}
.cid-uFhJ1s71cP .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  margin: 0;
  color: #FFFFFF;
  text-align: center;
}
.cid-uFhJ1s71cP .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #004643;
  opacity: 0.4;
}
@media (max-width: 992px) {
  .cid-uFhJ1s71cP .copyright {
    margin-top: 50px;
    padding: 17px 24px;
    margin: 0;
  }
}
.cid-uFhJ1s71cP .mbr-desc,
.cid-uFhJ1s71cP .mbr-iconfont {
  color: #ffffff;
}
.cid-uFhJ1rP9Oo {
  background-color: transparent;
}
.cid-uFhJ1rP9Oo .navbar-dropdown {
  background-color: #ffffff !important;
  background-color: transparent !important;
  padding: 0;
}
.cid-uFhJ1rP9Oo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background-color: transparent !important;
  background: #ffffff;
}
.cid-uFhJ1rP9Oo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFhJ1rP9Oo .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFhJ1rP9Oo .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uFhJ1rP9Oo .menu_box .navbar.opened,
  .cid-uFhJ1rP9Oo .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uFhJ1rP9Oo .navbar-dropdown {
  position: relative !important;
}
.cid-uFhJ1rP9Oo .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uFhJ1rP9Oo .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uFhJ1rP9Oo ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uFhJ1rP9Oo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFhJ1rP9Oo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uFhJ1rP9Oo .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uFhJ1rP9Oo li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 4px 20px;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .cid-uFhJ1rP9Oo .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uFhJ1rP9Oo .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .cid-uFhJ1rP9Oo .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uFhJ1rP9Oo .nav-item {
    margin: 0 !important;
  }
}
.cid-uFhJ1rP9Oo .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFhJ1rP9Oo .nav-item .nav-link:hover,
.cid-uFhJ1rP9Oo .nav-item .nav-link:focus {
  opacity: 1;
}
.cid-uFhJ1rP9Oo .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFhJ1rP9Oo .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uFhJ1rP9Oo .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uFhJ1rP9Oo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFhJ1rP9Oo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uFhJ1rP9Oo .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uFhJ1rP9Oo .offcanvas_box {
    display: none;
  }
}
.cid-uFhJ1rP9Oo .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uFhJ1rP9Oo .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uFhJ1rP9Oo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uFhJ1rP9Oo .container {
  display: flex;
  margin: auto;
}
.cid-uFhJ1rP9Oo .iconfont-wrapper {
  color: #747474;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uFhJ1rP9Oo .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uFhJ1rP9Oo .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uFhJ1rP9Oo .navbar-caption {
  color: #000000;
}
.cid-uFhJ1rP9Oo .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uFhJ1rP9Oo .navbar-nav {
    margin: 0;
  }
}
.cid-uFhJ1rP9Oo .dropdown-menu,
.cid-uFhJ1rP9Oo .navbar.opened {
  background-color: false !important;
}
.cid-uFhJ1rP9Oo .nav-item:focus,
.cid-uFhJ1rP9Oo .nav-link:focus {
  outline: none;
}
.cid-uFhJ1rP9Oo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFhJ1rP9Oo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFhJ1rP9Oo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFhJ1rP9Oo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFhJ1rP9Oo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFhJ1rP9Oo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFhJ1rP9Oo .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uFhJ1rP9Oo .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uFhJ1rP9Oo .navbar.opened {
  transition: all 0.3s;
}
.cid-uFhJ1rP9Oo .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uFhJ1rP9Oo .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uFhJ1rP9Oo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFhJ1rP9Oo .navbar.collapsed {
  justify-content: center;
}
.cid-uFhJ1rP9Oo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFhJ1rP9Oo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFhJ1rP9Oo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFhJ1rP9Oo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFhJ1rP9Oo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFhJ1rP9Oo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uFhJ1rP9Oo .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFhJ1rP9Oo .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uFhJ1rP9Oo .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uFhJ1rP9Oo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFhJ1rP9Oo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFhJ1rP9Oo .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uFhJ1rP9Oo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFhJ1rP9Oo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uFhJ1rP9Oo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFhJ1rP9Oo .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uFhJ1rP9Oo .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uFhJ1rP9Oo .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uFhJ1rP9Oo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uFhJ1rP9Oo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFhJ1rP9Oo .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uFhJ1rP9Oo .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFhJ1rP9Oo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFhJ1rP9Oo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFhJ1rP9Oo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFhJ1rP9Oo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFhJ1rP9Oo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFhJ1rP9Oo .dropdown-item.active,
.cid-uFhJ1rP9Oo .dropdown-item:active {
  background-color: transparent;
}
.cid-uFhJ1rP9Oo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFhJ1rP9Oo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFhJ1rP9Oo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFhJ1rP9Oo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFhJ1rP9Oo ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #ffffff;
}
.cid-uFhJ1rP9Oo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFhJ1rP9Oo button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f5fdfd;
}
.cid-uFhJ1rP9Oo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFhJ1rP9Oo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFhJ1rP9Oo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFhJ1rP9Oo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFhJ1rP9Oo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFhJ1rP9Oo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFhJ1rP9Oo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFhJ1rP9Oo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFhJ1rP9Oo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFhJ1rP9Oo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFhJ1rP9Oo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFhJ1rP9Oo .navbar {
    height: 70px;
  }
  .cid-uFhJ1rP9Oo .navbar.opened {
    height: auto;
  }
  .cid-uFhJ1rP9Oo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFhJ1rP9Oo .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uFhJ1rP9Oo .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uFhJ1rP9Oo .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uFhJ1rP9Oo .mbr-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  width: fit-content;
  white-space: nowrap;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .cid-uFhJ1rP9Oo .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uFhJ1rP9Oo .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uFhJ1rP9Oo .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uFhJ1rP9Oo .text_widget {
  margin-bottom: 24px;
}
.cid-uFhJ1rP9Oo .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uFhJ1rP9Oo .text_widget a:hover {
  color: #3dccc7 !important;
}
.cid-uFhJ1rP9Oo .icons-menu-main {
  display: flex;
}
.cid-uFhJ1rP9Oo .mbr-section-subtitle {
  color: #222222;
  text-align: center;
}
.cid-uFhJ1rP9Oo .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-uFhJ1rP9Oo .mbr-section-subtitle,
.cid-uFhJ1rP9Oo .text_widget,
.cid-uFhJ1rP9Oo .mbr-section-btn {
  text-align: center;
}
.cid-uFhJ1rP9Oo a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFhJ1rP9Oo .nav-link,
.cid-uFhJ1rP9Oo .dropdown-item {
  color: #000000;
}
.cid-uFhJ1rP9Oo .nav-link {
  position: relative;
}
.cid-uFhJ1rP9Oo .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-uFhJ1rP9Oo .nav-link:hover:before {
  opacity: 1;
}
.cid-uFZiZF7zEM {
  background-color: #ffffff;
}
.cid-uFZiZF7zEM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZiZF7zEM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFZiZF7zEM .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uFZiZF7zEM .title-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
.cid-uFZiZF7zEM .title-wrapper .mbr-text {
  margin-bottom: 36px;
}
.cid-uFZiZF7zEM .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-uFZiZF7zEM .mbr-section-title {
  color: #E0BDB6;
}
.cid-uFZiZF7zEM .mbr-text {
  color: #747474;
}
.cid-uFZiZF7zEM .mbr-section-title,
.cid-uFZiZF7zEM .mbr-section-btn {
  color: #1b8a56;
}
.cid-uFhJ1s71cP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #004643;
}
.cid-uFhJ1s71cP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhJ1s71cP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhJ1s71cP .row {
  justify-content: space-between;
}
.cid-uFhJ1s71cP .mbr-section-title {
  margin: 0;
  color: #E0BDB6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFhJ1s71cP .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uFhJ1s71cP .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFhJ1s71cP .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uFhJ1s71cP .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uFhJ1s71cP .list li {
  margin-bottom: 25px;
}
.cid-uFhJ1s71cP .list li:last-child {
  margin-bottom: 0;
}
.cid-uFhJ1s71cP .mbr-desc {
  margin-bottom: 8px;
}
.cid-uFhJ1s71cP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uFhJ1s71cP .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uFhJ1s71cP .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #0aa3c2;
}
.cid-uFhJ1s71cP .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #004643;
  transition: all 0.3s ease;
}
.cid-uFhJ1s71cP .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  margin: 0;
  color: #FFFFFF;
  text-align: center;
}
.cid-uFhJ1s71cP .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #004643;
  opacity: 0.4;
}
@media (max-width: 992px) {
  .cid-uFhJ1s71cP .copyright {
    margin-top: 50px;
    padding: 17px 24px;
    margin: 0;
  }
}
.cid-uFhJ1s71cP .mbr-desc,
.cid-uFhJ1s71cP .mbr-iconfont {
  color: #ffffff;
}
.cid-uFhJ1rP9Oo {
  background-color: transparent;
}
.cid-uFhJ1rP9Oo .navbar-dropdown {
  background-color: #ffffff !important;
  background-color: transparent !important;
  padding: 0;
}
.cid-uFhJ1rP9Oo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background-color: transparent !important;
  background: #ffffff;
}
.cid-uFhJ1rP9Oo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFhJ1rP9Oo .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFhJ1rP9Oo .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uFhJ1rP9Oo .menu_box .navbar.opened,
  .cid-uFhJ1rP9Oo .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uFhJ1rP9Oo .navbar-dropdown {
  position: relative !important;
}
.cid-uFhJ1rP9Oo .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uFhJ1rP9Oo .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uFhJ1rP9Oo ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uFhJ1rP9Oo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFhJ1rP9Oo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uFhJ1rP9Oo .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uFhJ1rP9Oo li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 4px 20px;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .cid-uFhJ1rP9Oo .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uFhJ1rP9Oo .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .cid-uFhJ1rP9Oo .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uFhJ1rP9Oo .nav-item {
    margin: 0 !important;
  }
}
.cid-uFhJ1rP9Oo .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFhJ1rP9Oo .nav-item .nav-link:hover,
.cid-uFhJ1rP9Oo .nav-item .nav-link:focus {
  opacity: 1;
}
.cid-uFhJ1rP9Oo .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFhJ1rP9Oo .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uFhJ1rP9Oo .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uFhJ1rP9Oo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFhJ1rP9Oo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uFhJ1rP9Oo .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uFhJ1rP9Oo .offcanvas_box {
    display: none;
  }
}
.cid-uFhJ1rP9Oo .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uFhJ1rP9Oo .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uFhJ1rP9Oo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uFhJ1rP9Oo .container {
  display: flex;
  margin: auto;
}
.cid-uFhJ1rP9Oo .iconfont-wrapper {
  color: #747474;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uFhJ1rP9Oo .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uFhJ1rP9Oo .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uFhJ1rP9Oo .navbar-caption {
  color: #000000;
}
.cid-uFhJ1rP9Oo .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uFhJ1rP9Oo .navbar-nav {
    margin: 0;
  }
}
.cid-uFhJ1rP9Oo .dropdown-menu,
.cid-uFhJ1rP9Oo .navbar.opened {
  background-color: false !important;
}
.cid-uFhJ1rP9Oo .nav-item:focus,
.cid-uFhJ1rP9Oo .nav-link:focus {
  outline: none;
}
.cid-uFhJ1rP9Oo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFhJ1rP9Oo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFhJ1rP9Oo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFhJ1rP9Oo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFhJ1rP9Oo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFhJ1rP9Oo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFhJ1rP9Oo .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uFhJ1rP9Oo .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uFhJ1rP9Oo .navbar.opened {
  transition: all 0.3s;
}
.cid-uFhJ1rP9Oo .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uFhJ1rP9Oo .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uFhJ1rP9Oo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFhJ1rP9Oo .navbar.collapsed {
  justify-content: center;
}
.cid-uFhJ1rP9Oo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFhJ1rP9Oo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFhJ1rP9Oo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFhJ1rP9Oo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFhJ1rP9Oo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFhJ1rP9Oo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uFhJ1rP9Oo .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFhJ1rP9Oo .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uFhJ1rP9Oo .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uFhJ1rP9Oo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFhJ1rP9Oo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFhJ1rP9Oo .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uFhJ1rP9Oo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFhJ1rP9Oo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uFhJ1rP9Oo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFhJ1rP9Oo .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uFhJ1rP9Oo .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uFhJ1rP9Oo .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uFhJ1rP9Oo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uFhJ1rP9Oo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFhJ1rP9Oo .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uFhJ1rP9Oo .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFhJ1rP9Oo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFhJ1rP9Oo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFhJ1rP9Oo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFhJ1rP9Oo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFhJ1rP9Oo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFhJ1rP9Oo .dropdown-item.active,
.cid-uFhJ1rP9Oo .dropdown-item:active {
  background-color: transparent;
}
.cid-uFhJ1rP9Oo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFhJ1rP9Oo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFhJ1rP9Oo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFhJ1rP9Oo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFhJ1rP9Oo ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #ffffff;
}
.cid-uFhJ1rP9Oo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFhJ1rP9Oo button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f5fdfd;
}
.cid-uFhJ1rP9Oo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFhJ1rP9Oo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFhJ1rP9Oo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFhJ1rP9Oo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFhJ1rP9Oo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFhJ1rP9Oo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFhJ1rP9Oo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFhJ1rP9Oo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFhJ1rP9Oo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFhJ1rP9Oo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFhJ1rP9Oo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFhJ1rP9Oo .navbar {
    height: 70px;
  }
  .cid-uFhJ1rP9Oo .navbar.opened {
    height: auto;
  }
  .cid-uFhJ1rP9Oo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFhJ1rP9Oo .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uFhJ1rP9Oo .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uFhJ1rP9Oo .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uFhJ1rP9Oo .mbr-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  width: fit-content;
  white-space: nowrap;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .cid-uFhJ1rP9Oo .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uFhJ1rP9Oo .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uFhJ1rP9Oo .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uFhJ1rP9Oo .text_widget {
  margin-bottom: 24px;
}
.cid-uFhJ1rP9Oo .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uFhJ1rP9Oo .text_widget a:hover {
  color: #3dccc7 !important;
}
.cid-uFhJ1rP9Oo .icons-menu-main {
  display: flex;
}
.cid-uFhJ1rP9Oo .mbr-section-subtitle {
  color: #222222;
  text-align: center;
}
.cid-uFhJ1rP9Oo .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-uFhJ1rP9Oo .mbr-section-subtitle,
.cid-uFhJ1rP9Oo .text_widget,
.cid-uFhJ1rP9Oo .mbr-section-btn {
  text-align: center;
}
.cid-uFhJ1rP9Oo a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFhJ1rP9Oo .nav-link,
.cid-uFhJ1rP9Oo .dropdown-item {
  color: #000000;
}
.cid-uFhJ1rP9Oo .nav-link {
  position: relative;
}
.cid-uFhJ1rP9Oo .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-uFhJ1rP9Oo .nav-link:hover:before {
  opacity: 1;
}
#custom-html-u {
  /* Type valid CSS here */
}
#custom-html-u div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-u p {
  font-size: 60px;
  color: #777;
}
#pro_custom-html-w {
  /* Type valid CSS here */
}
#pro_custom-html-w div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#pro_custom-html-w p {
  font-size: 60px;
  color: #777;
}
#pro_custom-html-v {
  /* Type valid CSS here */
}
#pro_custom-html-v div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#pro_custom-html-v p {
  font-size: 60px;
  color: #777;
}
.cid-uFhJ1s71cP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #004643;
}
.cid-uFhJ1s71cP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhJ1s71cP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhJ1s71cP .row {
  justify-content: space-between;
}
.cid-uFhJ1s71cP .mbr-section-title {
  margin: 0;
  color: #E0BDB6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFhJ1s71cP .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uFhJ1s71cP .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFhJ1s71cP .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uFhJ1s71cP .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uFhJ1s71cP .list li {
  margin-bottom: 25px;
}
.cid-uFhJ1s71cP .list li:last-child {
  margin-bottom: 0;
}
.cid-uFhJ1s71cP .mbr-desc {
  margin-bottom: 8px;
}
.cid-uFhJ1s71cP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uFhJ1s71cP .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uFhJ1s71cP .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #0aa3c2;
}
.cid-uFhJ1s71cP .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #004643;
  transition: all 0.3s ease;
}
.cid-uFhJ1s71cP .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  margin: 0;
  color: #FFFFFF;
  text-align: center;
}
.cid-uFhJ1s71cP .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #004643;
  opacity: 0.4;
}
@media (max-width: 992px) {
  .cid-uFhJ1s71cP .copyright {
    margin-top: 50px;
    padding: 17px 24px;
    margin: 0;
  }
}
.cid-uFhJ1s71cP .mbr-desc,
.cid-uFhJ1s71cP .mbr-iconfont {
  color: #ffffff;
}
.cid-uG4eHX3mGm {
  background-color: transparent;
}
.cid-uG4eHX3mGm .navbar-dropdown {
  background-color: #ffffff !important;
  background-color: transparent !important;
  padding: 0;
}
.cid-uG4eHX3mGm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background-color: transparent !important;
  background: #ffffff;
}
.cid-uG4eHX3mGm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uG4eHX3mGm .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uG4eHX3mGm .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uG4eHX3mGm .menu_box .navbar.opened,
  .cid-uG4eHX3mGm .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uG4eHX3mGm .navbar-dropdown {
  position: relative !important;
}
.cid-uG4eHX3mGm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uG4eHX3mGm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uG4eHX3mGm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uG4eHX3mGm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uG4eHX3mGm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uG4eHX3mGm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uG4eHX3mGm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 4px 20px;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .cid-uG4eHX3mGm .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uG4eHX3mGm .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .cid-uG4eHX3mGm .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uG4eHX3mGm .nav-item {
    margin: 0 !important;
  }
}
.cid-uG4eHX3mGm .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uG4eHX3mGm .nav-item .nav-link:hover,
.cid-uG4eHX3mGm .nav-item .nav-link:focus {
  opacity: 1;
}
.cid-uG4eHX3mGm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uG4eHX3mGm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uG4eHX3mGm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uG4eHX3mGm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uG4eHX3mGm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uG4eHX3mGm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uG4eHX3mGm .offcanvas_box {
    display: none;
  }
}
.cid-uG4eHX3mGm .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uG4eHX3mGm .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uG4eHX3mGm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uG4eHX3mGm .container {
  display: flex;
  margin: auto;
}
.cid-uG4eHX3mGm .iconfont-wrapper {
  color: #747474;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uG4eHX3mGm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uG4eHX3mGm .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uG4eHX3mGm .navbar-caption {
  color: #000000;
}
.cid-uG4eHX3mGm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uG4eHX3mGm .navbar-nav {
    margin: 0;
  }
}
.cid-uG4eHX3mGm .dropdown-menu,
.cid-uG4eHX3mGm .navbar.opened {
  background-color: false !important;
}
.cid-uG4eHX3mGm .nav-item:focus,
.cid-uG4eHX3mGm .nav-link:focus {
  outline: none;
}
.cid-uG4eHX3mGm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uG4eHX3mGm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uG4eHX3mGm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uG4eHX3mGm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uG4eHX3mGm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uG4eHX3mGm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uG4eHX3mGm .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uG4eHX3mGm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uG4eHX3mGm .navbar.opened {
  transition: all 0.3s;
}
.cid-uG4eHX3mGm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uG4eHX3mGm .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uG4eHX3mGm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uG4eHX3mGm .navbar.collapsed {
  justify-content: center;
}
.cid-uG4eHX3mGm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uG4eHX3mGm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uG4eHX3mGm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uG4eHX3mGm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uG4eHX3mGm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uG4eHX3mGm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uG4eHX3mGm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uG4eHX3mGm .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uG4eHX3mGm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uG4eHX3mGm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uG4eHX3mGm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uG4eHX3mGm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uG4eHX3mGm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uG4eHX3mGm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uG4eHX3mGm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uG4eHX3mGm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uG4eHX3mGm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uG4eHX3mGm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uG4eHX3mGm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uG4eHX3mGm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uG4eHX3mGm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uG4eHX3mGm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uG4eHX3mGm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uG4eHX3mGm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uG4eHX3mGm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uG4eHX3mGm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uG4eHX3mGm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uG4eHX3mGm .dropdown-item.active,
.cid-uG4eHX3mGm .dropdown-item:active {
  background-color: transparent;
}
.cid-uG4eHX3mGm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uG4eHX3mGm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uG4eHX3mGm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uG4eHX3mGm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uG4eHX3mGm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #ffffff;
}
.cid-uG4eHX3mGm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uG4eHX3mGm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f5fdfd;
}
.cid-uG4eHX3mGm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uG4eHX3mGm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uG4eHX3mGm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG4eHX3mGm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG4eHX3mGm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uG4eHX3mGm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG4eHX3mGm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uG4eHX3mGm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uG4eHX3mGm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG4eHX3mGm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uG4eHX3mGm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uG4eHX3mGm .navbar {
    height: 70px;
  }
  .cid-uG4eHX3mGm .navbar.opened {
    height: auto;
  }
  .cid-uG4eHX3mGm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG4eHX3mGm .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uG4eHX3mGm .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uG4eHX3mGm .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uG4eHX3mGm .mbr-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  width: fit-content;
  white-space: nowrap;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .cid-uG4eHX3mGm .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uG4eHX3mGm .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uG4eHX3mGm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uG4eHX3mGm .text_widget {
  margin-bottom: 24px;
}
.cid-uG4eHX3mGm .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uG4eHX3mGm .text_widget a:hover {
  color: #3dccc7 !important;
}
.cid-uG4eHX3mGm .icons-menu-main {
  display: flex;
}
.cid-uG4eHX3mGm .mbr-section-subtitle {
  color: #222222;
  text-align: center;
}
.cid-uG4eHX3mGm .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-uG4eHX3mGm .mbr-section-subtitle,
.cid-uG4eHX3mGm .text_widget,
.cid-uG4eHX3mGm .mbr-section-btn {
  text-align: center;
}
.cid-uG4eHX3mGm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uG4eHX3mGm .nav-link,
.cid-uG4eHX3mGm .dropdown-item {
  color: #000000;
}
.cid-uG4eHX3mGm .nav-link {
  position: relative;
}
.cid-uG4eHX3mGm .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-uG4eHX3mGm .nav-link:hover:before {
  opacity: 1;
}
.cid-uG4eHXimL7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uG4eHXimL7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG4eHXimL7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG4eHXimL7 .row {
  justify-content: center;
}
.cid-uG4eHXimL7 .title-wrapper {
  padding: 71px;
  background-color: #3dccc7;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uG4eHXimL7 .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uG4eHXimL7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uG4eHXimL7 .text-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uG4eHXimL7 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uG4eHXimL7 .mbr-text {
  color: #747474;
}
.cid-uG4eHXimL7 .mbr-text,
.cid-uG4eHXimL7 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uG4eHXimL7 .mbr-section-title,
.cid-uG4eHXimL7 .mbr-iconfont {
  color: #000000;
}
.cid-uG4eHXZSKM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #004643;
}
.cid-uG4eHXZSKM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG4eHXZSKM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG4eHXZSKM .row {
  justify-content: space-between;
}
.cid-uG4eHXZSKM .mbr-section-title {
  margin: 0;
  color: #E0BDB6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uG4eHXZSKM .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uG4eHXZSKM .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uG4eHXZSKM .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uG4eHXZSKM .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uG4eHXZSKM .list li {
  margin-bottom: 25px;
}
.cid-uG4eHXZSKM .list li:last-child {
  margin-bottom: 0;
}
.cid-uG4eHXZSKM .mbr-desc {
  margin-bottom: 8px;
}
.cid-uG4eHXZSKM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uG4eHXZSKM .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uG4eHXZSKM .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #0aa3c2;
}
.cid-uG4eHXZSKM .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #004643;
  transition: all 0.3s ease;
}
.cid-uG4eHXZSKM .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  margin: 0;
  color: #FFFFFF;
  text-align: center;
}
.cid-uG4eHXZSKM .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #004643;
  opacity: 0.4;
}
@media (max-width: 992px) {
  .cid-uG4eHXZSKM .copyright {
    margin-top: 50px;
    padding: 17px 24px;
    margin: 0;
  }
}
.cid-uG4eHXZSKM .mbr-desc,
.cid-uG4eHXZSKM .mbr-iconfont {
  color: #ffffff;
}
.cid-uFhJ1rP9Oo {
  background-color: transparent;
}
.cid-uFhJ1rP9Oo .navbar-dropdown {
  background-color: #ffffff !important;
  background-color: transparent !important;
  padding: 0;
}
.cid-uFhJ1rP9Oo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background-color: transparent !important;
  background: #ffffff;
}
.cid-uFhJ1rP9Oo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFhJ1rP9Oo .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFhJ1rP9Oo .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uFhJ1rP9Oo .menu_box .navbar.opened,
  .cid-uFhJ1rP9Oo .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uFhJ1rP9Oo .navbar-dropdown {
  position: relative !important;
}
.cid-uFhJ1rP9Oo .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uFhJ1rP9Oo .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uFhJ1rP9Oo ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uFhJ1rP9Oo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFhJ1rP9Oo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uFhJ1rP9Oo .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uFhJ1rP9Oo li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 4px 20px;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .cid-uFhJ1rP9Oo .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uFhJ1rP9Oo .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .cid-uFhJ1rP9Oo .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uFhJ1rP9Oo .nav-item {
    margin: 0 !important;
  }
}
.cid-uFhJ1rP9Oo .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uFhJ1rP9Oo .nav-item .nav-link:hover,
.cid-uFhJ1rP9Oo .nav-item .nav-link:focus {
  opacity: 1;
}
.cid-uFhJ1rP9Oo .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFhJ1rP9Oo .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uFhJ1rP9Oo .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uFhJ1rP9Oo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFhJ1rP9Oo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uFhJ1rP9Oo .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uFhJ1rP9Oo .offcanvas_box {
    display: none;
  }
}
.cid-uFhJ1rP9Oo .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uFhJ1rP9Oo .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uFhJ1rP9Oo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uFhJ1rP9Oo .container {
  display: flex;
  margin: auto;
}
.cid-uFhJ1rP9Oo .iconfont-wrapper {
  color: #747474;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uFhJ1rP9Oo .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uFhJ1rP9Oo .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uFhJ1rP9Oo .navbar-caption {
  color: #000000;
}
.cid-uFhJ1rP9Oo .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uFhJ1rP9Oo .navbar-nav {
    margin: 0;
  }
}
.cid-uFhJ1rP9Oo .dropdown-menu,
.cid-uFhJ1rP9Oo .navbar.opened {
  background-color: false !important;
}
.cid-uFhJ1rP9Oo .nav-item:focus,
.cid-uFhJ1rP9Oo .nav-link:focus {
  outline: none;
}
.cid-uFhJ1rP9Oo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFhJ1rP9Oo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFhJ1rP9Oo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFhJ1rP9Oo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFhJ1rP9Oo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFhJ1rP9Oo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFhJ1rP9Oo .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uFhJ1rP9Oo .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uFhJ1rP9Oo .navbar.opened {
  transition: all 0.3s;
}
.cid-uFhJ1rP9Oo .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uFhJ1rP9Oo .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uFhJ1rP9Oo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFhJ1rP9Oo .navbar.collapsed {
  justify-content: center;
}
.cid-uFhJ1rP9Oo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFhJ1rP9Oo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFhJ1rP9Oo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFhJ1rP9Oo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFhJ1rP9Oo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFhJ1rP9Oo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uFhJ1rP9Oo .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFhJ1rP9Oo .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uFhJ1rP9Oo .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uFhJ1rP9Oo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFhJ1rP9Oo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFhJ1rP9Oo .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uFhJ1rP9Oo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFhJ1rP9Oo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uFhJ1rP9Oo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFhJ1rP9Oo .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uFhJ1rP9Oo .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uFhJ1rP9Oo .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uFhJ1rP9Oo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uFhJ1rP9Oo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFhJ1rP9Oo .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uFhJ1rP9Oo .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFhJ1rP9Oo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFhJ1rP9Oo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFhJ1rP9Oo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFhJ1rP9Oo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFhJ1rP9Oo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFhJ1rP9Oo .dropdown-item.active,
.cid-uFhJ1rP9Oo .dropdown-item:active {
  background-color: transparent;
}
.cid-uFhJ1rP9Oo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFhJ1rP9Oo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFhJ1rP9Oo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFhJ1rP9Oo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFhJ1rP9Oo ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #ffffff;
}
.cid-uFhJ1rP9Oo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFhJ1rP9Oo button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f5fdfd;
}
.cid-uFhJ1rP9Oo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uFhJ1rP9Oo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFhJ1rP9Oo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFhJ1rP9Oo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFhJ1rP9Oo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFhJ1rP9Oo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFhJ1rP9Oo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFhJ1rP9Oo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFhJ1rP9Oo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFhJ1rP9Oo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFhJ1rP9Oo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFhJ1rP9Oo .navbar {
    height: 70px;
  }
  .cid-uFhJ1rP9Oo .navbar.opened {
    height: auto;
  }
  .cid-uFhJ1rP9Oo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFhJ1rP9Oo .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uFhJ1rP9Oo .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uFhJ1rP9Oo .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uFhJ1rP9Oo .mbr-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  width: fit-content;
  white-space: nowrap;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .cid-uFhJ1rP9Oo .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uFhJ1rP9Oo .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uFhJ1rP9Oo .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uFhJ1rP9Oo .text_widget {
  margin-bottom: 24px;
}
.cid-uFhJ1rP9Oo .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uFhJ1rP9Oo .text_widget a:hover {
  color: #3dccc7 !important;
}
.cid-uFhJ1rP9Oo .icons-menu-main {
  display: flex;
}
.cid-uFhJ1rP9Oo .mbr-section-subtitle {
  color: #222222;
  text-align: center;
}
.cid-uFhJ1rP9Oo .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-uFhJ1rP9Oo .mbr-section-subtitle,
.cid-uFhJ1rP9Oo .text_widget,
.cid-uFhJ1rP9Oo .mbr-section-btn {
  text-align: center;
}
.cid-uFhJ1rP9Oo a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFhJ1rP9Oo .nav-link,
.cid-uFhJ1rP9Oo .dropdown-item {
  color: #000000;
}
.cid-uFhJ1rP9Oo .nav-link {
  position: relative;
}
.cid-uFhJ1rP9Oo .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-uFhJ1rP9Oo .nav-link:hover:before {
  opacity: 1;
}
.cid-uGh02z8eR3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGh02z8eR3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGh02z8eR3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGh02z8eR3 .row {
  justify-content: center;
}
.cid-uGh02z8eR3 .text-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uGh02z8eR3 .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uGh02z8eR3 .text-wrapper .mbr-date {
  padding: 30px 0 7px 0;
  margin-bottom: 35px;
  line-height: 71px;
}
.cid-uGh02z8eR3 .text-wrapper .mbr-year {
  margin-bottom: 36px;
}
.cid-uGh02z8eR3 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGh02z8eR3 .mbr-section-title {
  color: #20ac6b;
  text-align: center;
}
.cid-uGh02z8eR3 .mbr-desc {
  color: #474747;
  text-align: center;
}
.cid-uGh02z8eR3 .mbr-date {
  color: #E0BDB6;
  text-align: center;
}
.cid-uGh02z8eR3 .mbr-year {
  color: #474747;
  text-align: center;
}
.cid-uGh02z8eR3 .mbr-text {
  color: #474747;
  text-align: center;
}
.cid-uFhJ1s71cP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #004643;
}
.cid-uFhJ1s71cP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhJ1s71cP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhJ1s71cP .row {
  justify-content: space-between;
}
.cid-uFhJ1s71cP .mbr-section-title {
  margin: 0;
  color: #E0BDB6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFhJ1s71cP .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uFhJ1s71cP .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFhJ1s71cP .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uFhJ1s71cP .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uFhJ1s71cP .list li {
  margin-bottom: 25px;
}
.cid-uFhJ1s71cP .list li:last-child {
  margin-bottom: 0;
}
.cid-uFhJ1s71cP .mbr-desc {
  margin-bottom: 8px;
}
.cid-uFhJ1s71cP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uFhJ1s71cP .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uFhJ1s71cP .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #0aa3c2;
}
.cid-uFhJ1s71cP .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #004643;
  transition: all 0.3s ease;
}
.cid-uFhJ1s71cP .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  margin: 0;
  color: #FFFFFF;
  text-align: center;
}
.cid-uFhJ1s71cP .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #004643;
  opacity: 0.4;
}
@media (max-width: 992px) {
  .cid-uFhJ1s71cP .copyright {
    margin-top: 50px;
    padding: 17px 24px;
    margin: 0;
  }
}
.cid-uFhJ1s71cP .mbr-desc,
.cid-uFhJ1s71cP .mbr-iconfont {
  color: #ffffff;
}
.cid-uGh0HHuoXc {
  background-color: transparent;
}
.cid-uGh0HHuoXc .navbar-dropdown {
  background-color: #ffffff !important;
  background-color: transparent !important;
  padding: 0;
}
.cid-uGh0HHuoXc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background-color: transparent !important;
  background: #ffffff;
}
.cid-uGh0HHuoXc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGh0HHuoXc .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uGh0HHuoXc .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uGh0HHuoXc .menu_box .navbar.opened,
  .cid-uGh0HHuoXc .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uGh0HHuoXc .navbar-dropdown {
  position: relative !important;
}
.cid-uGh0HHuoXc .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uGh0HHuoXc .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uGh0HHuoXc ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uGh0HHuoXc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGh0HHuoXc .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uGh0HHuoXc .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uGh0HHuoXc li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 4px 20px;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .cid-uGh0HHuoXc .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uGh0HHuoXc .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .cid-uGh0HHuoXc .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uGh0HHuoXc .nav-item {
    margin: 0 !important;
  }
}
.cid-uGh0HHuoXc .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uGh0HHuoXc .nav-item .nav-link:hover,
.cid-uGh0HHuoXc .nav-item .nav-link:focus {
  opacity: 1;
}
.cid-uGh0HHuoXc .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uGh0HHuoXc .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uGh0HHuoXc .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uGh0HHuoXc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGh0HHuoXc .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uGh0HHuoXc .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uGh0HHuoXc .offcanvas_box {
    display: none;
  }
}
.cid-uGh0HHuoXc .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uGh0HHuoXc .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uGh0HHuoXc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uGh0HHuoXc .container {
  display: flex;
  margin: auto;
}
.cid-uGh0HHuoXc .iconfont-wrapper {
  color: #747474;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uGh0HHuoXc .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uGh0HHuoXc .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uGh0HHuoXc .navbar-caption {
  color: #000000;
}
.cid-uGh0HHuoXc .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uGh0HHuoXc .navbar-nav {
    margin: 0;
  }
}
.cid-uGh0HHuoXc .dropdown-menu,
.cid-uGh0HHuoXc .navbar.opened {
  background-color: false !important;
}
.cid-uGh0HHuoXc .nav-item:focus,
.cid-uGh0HHuoXc .nav-link:focus {
  outline: none;
}
.cid-uGh0HHuoXc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGh0HHuoXc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGh0HHuoXc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGh0HHuoXc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGh0HHuoXc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGh0HHuoXc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGh0HHuoXc .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uGh0HHuoXc .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uGh0HHuoXc .navbar.opened {
  transition: all 0.3s;
}
.cid-uGh0HHuoXc .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uGh0HHuoXc .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uGh0HHuoXc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGh0HHuoXc .navbar.collapsed {
  justify-content: center;
}
.cid-uGh0HHuoXc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGh0HHuoXc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGh0HHuoXc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGh0HHuoXc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGh0HHuoXc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGh0HHuoXc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uGh0HHuoXc .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGh0HHuoXc .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uGh0HHuoXc .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uGh0HHuoXc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGh0HHuoXc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGh0HHuoXc .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uGh0HHuoXc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGh0HHuoXc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uGh0HHuoXc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGh0HHuoXc .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uGh0HHuoXc .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uGh0HHuoXc .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uGh0HHuoXc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uGh0HHuoXc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGh0HHuoXc .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uGh0HHuoXc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGh0HHuoXc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGh0HHuoXc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGh0HHuoXc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGh0HHuoXc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uGh0HHuoXc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGh0HHuoXc .dropdown-item.active,
.cid-uGh0HHuoXc .dropdown-item:active {
  background-color: transparent;
}
.cid-uGh0HHuoXc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGh0HHuoXc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGh0HHuoXc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGh0HHuoXc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGh0HHuoXc ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #ffffff;
}
.cid-uGh0HHuoXc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGh0HHuoXc button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f5fdfd;
}
.cid-uGh0HHuoXc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uGh0HHuoXc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGh0HHuoXc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGh0HHuoXc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGh0HHuoXc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGh0HHuoXc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGh0HHuoXc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGh0HHuoXc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGh0HHuoXc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGh0HHuoXc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uGh0HHuoXc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGh0HHuoXc .navbar {
    height: 70px;
  }
  .cid-uGh0HHuoXc .navbar.opened {
    height: auto;
  }
  .cid-uGh0HHuoXc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGh0HHuoXc .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uGh0HHuoXc .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uGh0HHuoXc .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uGh0HHuoXc .mbr-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  width: fit-content;
  white-space: nowrap;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .cid-uGh0HHuoXc .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uGh0HHuoXc .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uGh0HHuoXc .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uGh0HHuoXc .text_widget {
  margin-bottom: 24px;
}
.cid-uGh0HHuoXc .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uGh0HHuoXc .text_widget a:hover {
  color: #3dccc7 !important;
}
.cid-uGh0HHuoXc .icons-menu-main {
  display: flex;
}
.cid-uGh0HHuoXc .mbr-section-subtitle {
  color: #222222;
  text-align: center;
}
.cid-uGh0HHuoXc .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-uGh0HHuoXc .mbr-section-subtitle,
.cid-uGh0HHuoXc .text_widget,
.cid-uGh0HHuoXc .mbr-section-btn {
  text-align: center;
}
.cid-uGh0HHuoXc a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uGh0HHuoXc .nav-link,
.cid-uGh0HHuoXc .dropdown-item {
  color: #000000;
}
.cid-uGh0HHuoXc .nav-link {
  position: relative;
}
.cid-uGh0HHuoXc .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-uGh0HHuoXc .nav-link:hover:before {
  opacity: 1;
}
.cid-uGh0HHGWk3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGh0HHGWk3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGh0HHGWk3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGh0HHGWk3 .row {
  justify-content: center;
}
.cid-uGh0HHGWk3 .text-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uGh0HHGWk3 .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uGh0HHGWk3 .text-wrapper .mbr-date {
  padding: 30px 0 7px 0;
  margin-bottom: 35px;
  line-height: 71px;
}
.cid-uGh0HHGWk3 .text-wrapper .mbr-year {
  margin-bottom: 36px;
}
.cid-uGh0HHGWk3 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGh0HHGWk3 .mbr-section-title {
  color: #20ac6b;
  text-align: center;
}
.cid-uGh0HHGWk3 .mbr-desc {
  color: #474747;
  text-align: center;
}
.cid-uGh0HHGWk3 .mbr-date {
  color: #E0BDB6;
  text-align: center;
}
.cid-uGh0HHGWk3 .mbr-year {
  color: #474747;
  text-align: center;
}
.cid-uGh0HHGWk3 .mbr-text {
  color: #474747;
  text-align: center;
}
.cid-uGh0HHNK4a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #004643;
}
.cid-uGh0HHNK4a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGh0HHNK4a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGh0HHNK4a .row {
  justify-content: space-between;
}
.cid-uGh0HHNK4a .mbr-section-title {
  margin: 0;
  color: #E0BDB6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGh0HHNK4a .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uGh0HHNK4a .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uGh0HHNK4a .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uGh0HHNK4a .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uGh0HHNK4a .list li {
  margin-bottom: 25px;
}
.cid-uGh0HHNK4a .list li:last-child {
  margin-bottom: 0;
}
.cid-uGh0HHNK4a .mbr-desc {
  margin-bottom: 8px;
}
.cid-uGh0HHNK4a .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGh0HHNK4a .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uGh0HHNK4a .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #0aa3c2;
}
.cid-uGh0HHNK4a .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #004643;
  transition: all 0.3s ease;
}
.cid-uGh0HHNK4a .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  margin: 0;
  color: #FFFFFF;
  text-align: center;
}
.cid-uGh0HHNK4a .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #004643;
  opacity: 0.4;
}
@media (max-width: 992px) {
  .cid-uGh0HHNK4a .copyright {
    margin-top: 50px;
    padding: 17px 24px;
    margin: 0;
  }
}
.cid-uGh0HHNK4a .mbr-desc,
.cid-uGh0HHNK4a .mbr-iconfont {
  color: #ffffff;
}
