.btn {
  border-radius: 50px;
}
.btn {
  font-weight: 600;
}
body {
  font-family: 'DM Sans', sans-serif;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.0625rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.078125rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.875rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.59375rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 3.25rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.84375rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.3rem;
    font-size: calc( 1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.825rem 3.75rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #ff4433 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #4c4c4c !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #4c4c4c !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #4c4c4c !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #b2b2b2 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #b2b2b2 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #b2b2b2 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #fab901 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #fab901 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fab901 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #1a7a90 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #1a7a90 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #1a7a90 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #0746c0 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0746c0 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0746c0 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #ff4433 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ff4433 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ff4433 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #fafafa !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #fafafa !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-black,
.btn-black:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #232323 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #232323 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #232323 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4c4c4c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #212121 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #4c4c4c !important;
  background-color: #4c4c4c !important;
  border-color: #4c4c4c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b2b2b2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #878787 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #b2b2b2 !important;
  background-color: #b2b2b2 !important;
  border-color: #b2b2b2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fab901;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #a47901 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #fab901 !important;
  background-color: #fab901 !important;
  border-color: #fab901 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1a7a90;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #0d3c47 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #1a7a90 !important;
  background-color: #1a7a90 !important;
  border-color: #1a7a90 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0746c0;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #04286c !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #0746c0 !important;
  background-color: #0746c0 !important;
  border-color: #0746c0 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff4433;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #db1200 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ff4433 !important;
  background-color: #ff4433 !important;
  border-color: #ff4433 !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 {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #232323 !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 {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #fafafa !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #4c4c4c !important;
}
.text-secondary {
  color: #b2b2b2 !important;
}
.text-success {
  color: #1a7a90 !important;
}
.text-info {
  color: #fab901 !important;
}
.text-warning {
  color: #0746c0 !important;
}
.text-danger {
  color: #ff4433 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #191919 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ffffff !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #61cae2 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #946e01 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #03225e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cc1100 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  /*  background-position: 0px 1.2em; */
}
.nav-tabs .nav-link.active {
  color: #4c4c4c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fab901;
}
.alert-warning {
  background-color: #0746c0;
}
.alert-danger {
  background-color: #ff4433;
}
.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: #4c4c4c;
  border-color: #4c4c4c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4c4c4c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bfbfbf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #4bc3de;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff1c8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #4e88f9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #4c4c4c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #4c4c4c;
}
/* 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: #4c4c4c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4c4c4c;
}
.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: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #4c4c4c !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: #b2b2b2 !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='%234c4c4c' %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.2s;
  font-weight: 500;
  box-shadow: none !important;
}
.btn {
  margin: 0;
  font-weight: 500;
}
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.text-secondary:hover {
  color: #dedede !important;
}
/*.btn-secondary:hover {
    color: #dedede !important;
}*/
.container {
  max-width: 1300px;
}
a.btn-primary:hover {
  color: #a0a5a5 !important;
}
.link {
  font-weight: 500;
}
.nav-item {
  transition-duration: .3s !important;
}
.nav-item:hover {
  transition-duration: .3s !important;
}
.navbar-toggler {
  border: transparent !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}
body {
  line-height: 1.44em;
}
.mbr-section-title {
  letter-spacing: -1px;
  line-height: 1.07em;
  font-weight: 700;
}
.title {
  font-weight: 700;
}
.subtitle {
  font-weight: 500;
}
.mbr-section-subtitle {
  font-weight: 500;
}
.btn .mbr-iconfont {
  padding-right: 6px;
}
.cid-sHKWYLKmZ1 {
  z-index: 1000;
  width: 100%;
}
.cid-sHKWYLKmZ1 nav.navbar {
  position: fixed;
}
.cid-sHKWYLKmZ1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHKWYLKmZ1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sHKWYLKmZ1 .dropdown-item:hover,
.cid-sHKWYLKmZ1 .dropdown-item:focus {
  color: #4c4c4c !important;
}
.cid-sHKWYLKmZ1 .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-sHKWYLKmZ1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHKWYLKmZ1 .nav-link {
  position: relative;
  padding: 0;
}
.cid-sHKWYLKmZ1 .container {
  display: flex;
  margin: auto;
}
.cid-sHKWYLKmZ1 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sHKWYLKmZ1 .dropdown-menu,
.cid-sHKWYLKmZ1 .navbar.opened {
  background: #1a7a90 !important;
}
.cid-sHKWYLKmZ1 .nav-item:focus,
.cid-sHKWYLKmZ1 .nav-link:focus {
  outline: none;
}
.cid-sHKWYLKmZ1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHKWYLKmZ1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHKWYLKmZ1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sHKWYLKmZ1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHKWYLKmZ1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHKWYLKmZ1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHKWYLKmZ1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 122, 144, 0.5);
}
.cid-sHKWYLKmZ1 .navbar.opened {
  transition: all 0.3s;
}
.cid-sHKWYLKmZ1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sHKWYLKmZ1 .navbar .navbar-logo img {
  width: auto;
}
.cid-sHKWYLKmZ1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHKWYLKmZ1 .navbar.collapsed {
  justify-content: center;
}
.cid-sHKWYLKmZ1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHKWYLKmZ1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHKWYLKmZ1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-sHKWYLKmZ1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHKWYLKmZ1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHKWYLKmZ1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sHKWYLKmZ1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHKWYLKmZ1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sHKWYLKmZ1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHKWYLKmZ1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHKWYLKmZ1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHKWYLKmZ1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHKWYLKmZ1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHKWYLKmZ1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sHKWYLKmZ1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHKWYLKmZ1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHKWYLKmZ1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHKWYLKmZ1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHKWYLKmZ1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHKWYLKmZ1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHKWYLKmZ1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sHKWYLKmZ1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sHKWYLKmZ1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sHKWYLKmZ1 .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-sHKWYLKmZ1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHKWYLKmZ1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHKWYLKmZ1 .dropdown-item.active,
.cid-sHKWYLKmZ1 .dropdown-item:active {
  background-color: transparent;
}
.cid-sHKWYLKmZ1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHKWYLKmZ1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHKWYLKmZ1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHKWYLKmZ1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a7a90;
}
.cid-sHKWYLKmZ1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHKWYLKmZ1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHKWYLKmZ1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHKWYLKmZ1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHKWYLKmZ1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHKWYLKmZ1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sHKWYLKmZ1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHKWYLKmZ1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHKWYLKmZ1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHKWYLKmZ1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHKWYLKmZ1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHKWYLKmZ1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHKWYLKmZ1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHKWYLKmZ1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHKWYLKmZ1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sHKWYLKmZ1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sHKWYLKmZ1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHKWYLKmZ1 .navbar {
    height: 70px;
  }
  .cid-sHKWYLKmZ1 .navbar.opened {
    height: auto;
  }
  .cid-sHKWYLKmZ1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHKWYLKmZ1 .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sHKWYLKmZ1 .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sHKWYLKmZ1 a {
  display: inline;
  font-weight: bold;
}
.cid-sHKWYLKmZ1 img {
  display: inline;
  padding-right: 10px;
}
.cid-sHKWYLKmZ1 .dropdown-toggle:after {
  display: none;
}
.cid-sHKWYLKmZ1 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sHKWYLKmZ1 .dropdown-item:hover {
  color: #0746c0 !important;
}
@media (max-width: 990px) {
  .cid-sHKWYLKmZ1 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sHKWYLKmZ1 .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sHKWYLKmZ1 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sHKWYLKmZ1 .btn {
  border-radius: 50px;
}
.cid-sHKWYLKmZ1 ul {
  counter-reset: counter;
  margin: auto;
}
.cid-sHKWYLKmZ1 .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #dde8eb;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-sHKWYLKmZ1 .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-sHKWYLKmZ1 .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-sHKWYLKmZ1 ul li {
  height: 100px;
  display: flex;
}
.cid-sHKWYLKmZ1 a.text-white:hover {
  color: #ffffff !important;
}
.cid-sHKWYLKmZ1 a.text-primary:hover {
  color: #4c4c4c !important;
}
.cid-sHKWYLKmZ1 a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-sHKWYLKmZ1 a.text-success:hover {
  color: #1a7a90 !important;
}
.cid-sHKWYLKmZ1 a.text-info:hover {
  color: #fab901 !important;
}
.cid-sHKWYLKmZ1 a.text-warning:hover {
  color: #0746c0 !important;
}
.cid-sHKWYLKmZ1 a.text-danger:hover {
  color: #cc1100 !important;
}
.cid-sHKWYLKmZ1 a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-sHKWYLKmZ1 ul li {
    height: 50px;
    display: list-item;
  }
}
.cid-sHKWYLKmZ1 .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sHKWYLKmZ1 .navbar-collapse.collapsing .nav-item {
  height: 50px;
}
.cid-sHKWYLKmZ1 .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-sHKWYLKmZ1 .navbar-collapse.collapse.show .nav-item {
  height: 50px;
}
.cid-sHKWYLKmZ1 .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tXsgox7afT {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tXsgox7afT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXsgox7afT .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-tXsgox7afT .container {
    padding: 0 30px;
  }
}
.cid-tXsgox7afT .items .item {
  margin-bottom: 60px;
}
.cid-tXsgox7afT .items .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tXsgox7afT .items .item {
    margin-bottom: 30px;
  }
}
.cid-tXsgox7afT .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-tXsgox7afT .items .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tXsgox7afT .items .item .item-wrapper .card-box .list .item-wrap {
  opacity: .6;
  margin-bottom: 0;
  line-height: 180%;
  cursor: pointer;
}
.cid-tXsgox7afT .dragArea.row {
  margin: 0;
}
.cid-tXsgox7afT .dragArea.row .mbr-section-title {
  margin-bottom: 45px !important;
}
.cid-tXsgox7afT .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-tXsgox7afT .dragArea.row .form-group .form-control {
  background-color: #ededed;
  padding: 20px;
  box-shadow: none;
  border: none !important;
  border-radius: 0 !important;
}
.cid-tXsgox7afT .dragArea.row .form-group .form-control::placeholder {
  color: #9c9c9c;
}
.cid-tXsgox7afT .dragArea.row .form-group .form-control:hover,
.cid-tXsgox7afT .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
.cid-tXsgox7afT .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-tXsgox7afT .dragArea.row .form-group .form-check .form-check-input {
  background-color: #9c9c9c;
  border-color: #9c9c9c;
}
.cid-tXsgox7afT .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-tXsgox7afT .mbr-section-title {
  color: #000000;
}
.cid-tXsgox7afT .card-title {
  color: #000000;
}
.cid-tXsgox7afT .list {
  color: #000000;
}
.cid-tXsgox7afT .mbr-text {
  color: #000000;
}
.cid-tXsgox7afT label {
  color: #000000;
}
.cid-tWO3PjZ6Ru {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1d1d1f;
}
.cid-tWO3PjZ6Ru .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWO3PjZ6Ru .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWO3PjZ6Ru .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tWO3PjZ6Ru .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tWO3PjZ6Ru .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tWO3PjZ6Ru .row {
    text-align: center;
  }
  .cid-tWO3PjZ6Ru .social-row {
    justify-content: center;
  }
}
.cid-tWO3PjZ6Ru .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tWO3PjZ6Ru .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWO3PjZ6Ru .list {
    margin-bottom: 0rem;
  }
}
.cid-tWO3PjZ6Ru .mbr-text {
  color: #bbbbbb;
}
.cid-tWO3PjZ6Ru .mbr-iconfont {
  color: black;
}
.cid-tWO3PjZ6Ru .copyright {
  color: #ffffff;
}
.cid-tXseHUPUok {
  z-index: 1000;
  width: 100%;
}
.cid-tXseHUPUok nav.navbar {
  position: fixed;
}
.cid-tXseHUPUok .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXseHUPUok .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tXseHUPUok .dropdown-item:hover,
.cid-tXseHUPUok .dropdown-item:focus {
  color: #4c4c4c !important;
}
.cid-tXseHUPUok .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-tXseHUPUok .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXseHUPUok .nav-link {
  position: relative;
  padding: 0;
}
.cid-tXseHUPUok .container {
  display: flex;
  margin: auto;
}
.cid-tXseHUPUok .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXseHUPUok .dropdown-menu,
.cid-tXseHUPUok .navbar.opened {
  background: #1a7a90 !important;
}
.cid-tXseHUPUok .nav-item:focus,
.cid-tXseHUPUok .nav-link:focus {
  outline: none;
}
.cid-tXseHUPUok .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXseHUPUok .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXseHUPUok .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXseHUPUok .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXseHUPUok .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXseHUPUok .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXseHUPUok .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 122, 144, 0.5);
}
.cid-tXseHUPUok .navbar.opened {
  transition: all 0.3s;
}
.cid-tXseHUPUok .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXseHUPUok .navbar .navbar-logo img {
  width: auto;
}
.cid-tXseHUPUok .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXseHUPUok .navbar.collapsed {
  justify-content: center;
}
.cid-tXseHUPUok .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXseHUPUok .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXseHUPUok .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tXseHUPUok .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXseHUPUok .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXseHUPUok .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tXseHUPUok .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXseHUPUok .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXseHUPUok .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXseHUPUok .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXseHUPUok .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXseHUPUok .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXseHUPUok .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXseHUPUok .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tXseHUPUok .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXseHUPUok .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXseHUPUok .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXseHUPUok .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXseHUPUok .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXseHUPUok .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXseHUPUok .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXseHUPUok .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXseHUPUok .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXseHUPUok .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-tXseHUPUok .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXseHUPUok .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXseHUPUok .dropdown-item.active,
.cid-tXseHUPUok .dropdown-item:active {
  background-color: transparent;
}
.cid-tXseHUPUok .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXseHUPUok .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXseHUPUok .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXseHUPUok .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a7a90;
}
.cid-tXseHUPUok .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXseHUPUok .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXseHUPUok ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXseHUPUok .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXseHUPUok button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXseHUPUok button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tXseHUPUok button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXseHUPUok button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXseHUPUok button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXseHUPUok button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXseHUPUok nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXseHUPUok nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXseHUPUok nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXseHUPUok nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXseHUPUok .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXseHUPUok a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXseHUPUok .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXseHUPUok .navbar {
    height: 70px;
  }
  .cid-tXseHUPUok .navbar.opened {
    height: auto;
  }
  .cid-tXseHUPUok .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXseHUPUok .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tXseHUPUok .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tXseHUPUok a {
  display: inline;
  font-weight: bold;
}
.cid-tXseHUPUok img {
  display: inline;
  padding-right: 10px;
}
.cid-tXseHUPUok .dropdown-toggle:after {
  display: none;
}
.cid-tXseHUPUok .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tXseHUPUok .dropdown-item:hover {
  color: #0746c0 !important;
}
@media (max-width: 990px) {
  .cid-tXseHUPUok .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tXseHUPUok .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tXseHUPUok .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tXseHUPUok .btn {
  border-radius: 50px;
}
.cid-tXseHUPUok ul {
  counter-reset: counter;
  margin: auto;
}
.cid-tXseHUPUok .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #dde8eb;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-tXseHUPUok .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-tXseHUPUok .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-tXseHUPUok ul li {
  height: 100px;
  display: flex;
}
.cid-tXseHUPUok a.text-white:hover {
  color: #ffffff !important;
}
.cid-tXseHUPUok a.text-primary:hover {
  color: #4c4c4c !important;
}
.cid-tXseHUPUok a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-tXseHUPUok a.text-success:hover {
  color: #1a7a90 !important;
}
.cid-tXseHUPUok a.text-info:hover {
  color: #fab901 !important;
}
.cid-tXseHUPUok a.text-warning:hover {
  color: #0746c0 !important;
}
.cid-tXseHUPUok a.text-danger:hover {
  color: #cc1100 !important;
}
.cid-tXseHUPUok a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-tXseHUPUok ul li {
    height: 50px;
    display: list-item;
  }
}
.cid-tXseHUPUok .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tXseHUPUok .navbar-collapse.collapsing .nav-item {
  height: 50px;
}
.cid-tXseHUPUok .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tXseHUPUok .navbar-collapse.collapse.show .nav-item {
  height: 50px;
}
.cid-tXseHUPUok .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tXseHVBDXB {
  background-image: url("../../../assets/images/background3-1500x583.png");
}
@media (min-width: 992px) {
  .cid-tXseHVBDXB .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-tXseHVBDXB .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-tXseHVBDXB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tXseHVBDXB {
    margin-bottom: 2rem;
  }
}
.cid-tXseHVBDXB .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-tXseHVBDXB .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-tXseHVBDXB .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-tXseHVBDXB .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-tXseHVBDXB .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-tXseHVBDXB .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-tXseHVBDXB .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
  text-align: left;
}
.cid-tXseHVBDXB .desc1 {
  font-weight: 700;
  color: #ffffff;
}
.cid-tXseHVBDXB .desc2 {
  font-weight: 700;
  margin-top: 20px;
  color: #ffffff;
}
.cid-tXseHVBDXB .mbr-section-button {
  margin-top: 25px;
}
.cid-tXseHVBDXB .desc1,
.cid-tXseHVBDXB .mbr-section-btn {
  text-align: left;
}
.cid-u6pQO8pE6F {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6pQO8pE6F img {
  width: 180px;
  margin: auto;
}
.cid-u6pQO8pE6F .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-u6pQO8pE6F .card:hover {
  transform: scale(0.9);
}
@media (min-width: 992px) {
  .cid-u6pQO8pE6F .card {
    max-width: 20%;
  }
}
.cid-u6pQO8pE6F .mbr-section-title {
  color: #4e423d;
}
.cid-tXFpPWyOBM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8eb;
}
.cid-tXFpPWyOBM .date {
  margin: 67px 0 14px;
  color: #1d1d1f;
  font-weight: 700;
}
.cid-tXFpPWyOBM .mbr-section-title {
  color: #000000;
  margin-bottom: 62px;
  font-weight: 700;
}
.cid-tXFpPWyOBM .link {
  margin-top: 22px;
}
.cid-tXFpPWyOBM .card-heading {
  line-height: 1.2;
  margin: 0px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .cid-tXFpPWyOBM .header {
    margin-bottom: 20px;
  }
  .cid-tXFpPWyOBM .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
  .cid-tXFpPWyOBM .button {
    text-align: left;
  }
}
@media (min-width: 600px) and (max-width: 1000px) {
  .cid-tXFpPWyOBM .link {
    margin-bottom: 40px;
  }
}
.cid-tXFpPWyOBM .mbr-section-btn {
  position: absolute;
  right: 0;
}
.cid-tXFpPWyOBM .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
}
.cid-tXFpPWyOBM .part {
  align-items: start;
}
.cid-tXFpPWyOBM H3 {
  text-align: center;
}
.cid-tXFpPWyOBM a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tXFpPWyOBM rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-tXFpPWyOBM .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-tXFpPWyOBM svg {
  margin-left: 15px;
}
.cid-tXFpPWyOBM path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-tXFpPWyOBM .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-tXFpPWyOBM .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-tXFpPWyOBM .card-heading,
.cid-tXFpPWyOBM .link {
  color: #4c4c4c;
}
@media (max-width: 770px) {
  .cid-tXFpPWyOBM .top {
    padding-top: 60px;
  }
}
@media (max-width: 575px) {
  .cid-tXFpPWyOBM .top1 {
    padding-top: 60px;
  }
}
.cid-tXFpPWyOBM .link a {
  background-image: none !important;
}
.cid-ufWgBh1Vje {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background2.jpg");
}
@media (max-width: 991px) {
  .cid-ufWgBh1Vje .mbr-section-title,
  .cid-ufWgBh1Vje .mbr-section-subtitle,
  .cid-ufWgBh1Vje .mbr-section-btn,
  .cid-ufWgBh1Vje .mbr-text {
    text-align: center;
  }
}
.cid-ufWgBh1Vje .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ufWgBh1Vje .mbr-text,
.cid-ufWgBh1Vje .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ufWgBh1Vje .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ufWgBh1Vje .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufWgBh1Vje .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6pWPhJHGD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-u6pWPhJHGD .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-u6pWPhJHGD .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-u6pWPhJHGD img {
  width: 100%;
  border-radius: 30px;
}
.cid-u6pWPhJHGD .wrapp {
  padding: 44px 40px;
  border: 1px solid;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-u6pWPhJHGD .wrapp {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u6pWPhJHGD .wrapp {
    padding: 3rem;
  }
}
.cid-tXseHWRDLX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8eb;
}
@media (min-width: 992px) {
  .cid-tXseHWRDLX .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-tXseHWRDLX .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-tXseHWRDLX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tXseHWRDLX .mbr-section-title {
  font-weight: 700;
}
.cid-tXseHWRDLX .mbr-section-subtitle {
  font-weight: 500;
  margin: 14px 0 4px;
  color: #4c4c4c;
}
.cid-tXseHWRDLX .pile {
  padding: 45px 40px 47px;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0 20px 40px 0 rgba(216, 227, 235, 0.65);
}
.cid-tXseHWRDLX .pile1 {
  border-left: 4px solid #f7b560;
}
.cid-tXseHWRDLX .pile2 {
  border-left: 4px solid #5dabb0;
}
.cid-tXseHWRDLX .pile3 {
  border-left: 4px solid #f8d8cf;
}
.cid-tXseHWRDLX .pile:last-child {
  margin-bottom: 0;
}
.cid-tXFrtVs4jS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXFrtVs4jS .pile1,
.cid-tXFrtVs4jS .pile2 {
  padding-bottom: 60px;
}
.cid-tXFrtVs4jS .pile1,
.cid-tXFrtVs4jS .pile3 {
  padding-right: 60px;
}
.cid-tXFrtVs4jS .pile2,
.cid-tXFrtVs4jS .pile4 {
  padding-right: 50px;
}
.cid-tXFrtVs4jS .text {
  display: flex;
  flex-direction: row;
}
.cid-tXFrtVs4jS .card-title {
  margin-bottom: 14px;
}
.cid-tXFrtVs4jS .card-text {
  padding-bottom: 24px;
  font-weight: 500;
}
.cid-tXFrtVs4jS a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tXFrtVs4jS rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-tXFrtVs4jS .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-tXFrtVs4jS svg {
  margin-left: 15px;
}
.cid-tXFrtVs4jS path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-tXFrtVs4jS .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-tXFrtVs4jS .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-tXFrtVs4jS .link a {
  background-image: none !important;
}
.cid-tXFrtVs4jS img {
  max-width: 140px;
  height: auto;
}
.cid-tXFrtVs4jS .card-text,
.cid-tXFrtVs4jS .lin {
  color: #4c4c4c;
}
@media (max-width: 770px) {
  .cid-tXFrtVs4jS .dir {
    flex-direction: column;
  }
  .cid-tXFrtVs4jS .top {
    padding-top: 60px;
  }
  .cid-tXFrtVs4jS .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .cid-tXFrtVs4jS .top1 {
    padding-top: 60px;
  }
  .cid-tXFrtVs4jS .pile {
    padding-right: 0;
  }
  .cid-tXFrtVs4jS .card-title {
    text-align: center;
  }
  .cid-tXFrtVs4jS .card-text {
    text-align: center;
  }
  .cid-tXFrtVs4jS .iconfont-wrapper {
    text-align: center;
  }
  .cid-tXFrtVs4jS img {
    display: inline;
  }
  .cid-tXFrtVs4jS .link {
    text-align: center;
  }
}
.cid-ufWgQAIfZr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f4ef;
}
.cid-ufWgQAIfZr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufWgQAIfZr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufWgQAIfZr .mbr-iconfont {
  color: #ff526b;
  font-size: 5rem;
  width: 5rem;
}
.cid-ufWgQAIfZr .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-tXseHXqyjR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8eb;
}
.cid-tXseHXqyjR .pile1,
.cid-tXseHXqyjR .pile2 {
  padding-bottom: 60px;
}
.cid-tXseHXqyjR .pile1,
.cid-tXseHXqyjR .pile3 {
  padding-right: 60px;
}
.cid-tXseHXqyjR .pile2,
.cid-tXseHXqyjR .pile4 {
  padding-right: 50px;
}
.cid-tXseHXqyjR .text {
  display: flex;
  flex-direction: row;
}
.cid-tXseHXqyjR .card-title {
  margin-bottom: 14px;
}
.cid-tXseHXqyjR .card-text {
  padding-bottom: 24px;
  font-weight: 500;
}
.cid-tXseHXqyjR a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tXseHXqyjR rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-tXseHXqyjR .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-tXseHXqyjR svg {
  margin-left: 15px;
}
.cid-tXseHXqyjR path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-tXseHXqyjR .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-tXseHXqyjR .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-tXseHXqyjR .link a {
  background-image: none !important;
}
.cid-tXseHXqyjR img {
  max-width: 140px;
  height: auto;
}
.cid-tXseHXqyjR .card-text,
.cid-tXseHXqyjR .lin {
  color: #4c4c4c;
}
@media (max-width: 770px) {
  .cid-tXseHXqyjR .dir {
    flex-direction: column;
  }
  .cid-tXseHXqyjR .top {
    padding-top: 60px;
  }
  .cid-tXseHXqyjR .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .cid-tXseHXqyjR .top1 {
    padding-top: 60px;
  }
  .cid-tXseHXqyjR .pile {
    padding-right: 0;
  }
  .cid-tXseHXqyjR .card-title {
    text-align: center;
  }
  .cid-tXseHXqyjR .card-text {
    text-align: center;
  }
  .cid-tXseHXqyjR .iconfont-wrapper {
    text-align: center;
  }
  .cid-tXseHXqyjR img {
    display: inline;
  }
  .cid-tXseHXqyjR .link {
    text-align: center;
  }
}
.cid-tXFtH9je5t {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tXFtH9je5t .mbr-section-title,
  .cid-tXFtH9je5t .mbr-section-subtitle,
  .cid-tXFtH9je5t .mbr-section-btn,
  .cid-tXFtH9je5t .mbr-text {
    text-align: center;
  }
}
.cid-tXFtH9je5t .mbr-section-title {
  color: #082c4e;
}
.cid-tXFtH9je5t .mbr-text,
.cid-tXFtH9je5t .mbr-section-btn {
  color: #ffffff;
}
.cid-tXFtH9je5t .bottom {
  overflow: visible;
  position: relative;
}
.cid-tXFtH9je5t .bottom:before {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 25px solid #338ba0;
  position: absolute;
  bottom: -1rem;
  right: 3rem;
  content: '';
}
.cid-tXFtH9je5t .top {
  overflow: visible;
  position: relative;
}
.cid-tXFtH9je5t .top:before {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 25px solid #338ba0;
  position: absolute;
  top: -1rem;
  left: 3rem;
  content: '';
}
.cid-tXFtH9je5t .pb {
  margin-bottom: 3rem;
}
.cid-tXFtH9je5t .card-wrapper {
  background: #338ba0;
  padding: 1.5rem;
  height: 100%;
  border-radius: 16px;
}
.cid-tXFtH9je5t .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tXFtH9je5t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXFtH9je5t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXseHZQuww {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1d1d1f;
}
.cid-tXseHZQuww .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXseHZQuww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXseHZQuww .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tXseHZQuww .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tXseHZQuww .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tXseHZQuww .row {
    text-align: center;
  }
  .cid-tXseHZQuww .social-row {
    justify-content: center;
  }
}
.cid-tXseHZQuww .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tXseHZQuww .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tXseHZQuww .list {
    margin-bottom: 0rem;
  }
}
.cid-tXseHZQuww .mbr-text {
  color: #bbbbbb;
}
.cid-tXseHZQuww .mbr-iconfont {
  color: black;
}
.cid-tXseHZQuww .copyright {
  color: #ffffff;
}
.cid-tXF8731oB2 {
  z-index: 1000;
  width: 100%;
}
.cid-tXF8731oB2 nav.navbar {
  position: fixed;
}
.cid-tXF8731oB2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXF8731oB2 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tXF8731oB2 .dropdown-item:hover,
.cid-tXF8731oB2 .dropdown-item:focus {
  color: #4c4c4c !important;
}
.cid-tXF8731oB2 .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-tXF8731oB2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXF8731oB2 .nav-link {
  position: relative;
  padding: 0;
}
.cid-tXF8731oB2 .container {
  display: flex;
  margin: auto;
}
.cid-tXF8731oB2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXF8731oB2 .dropdown-menu,
.cid-tXF8731oB2 .navbar.opened {
  background: #1a7a90 !important;
}
.cid-tXF8731oB2 .nav-item:focus,
.cid-tXF8731oB2 .nav-link:focus {
  outline: none;
}
.cid-tXF8731oB2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXF8731oB2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXF8731oB2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXF8731oB2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXF8731oB2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXF8731oB2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXF8731oB2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 122, 144, 0.5);
}
.cid-tXF8731oB2 .navbar.opened {
  transition: all 0.3s;
}
.cid-tXF8731oB2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXF8731oB2 .navbar .navbar-logo img {
  width: auto;
}
.cid-tXF8731oB2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXF8731oB2 .navbar.collapsed {
  justify-content: center;
}
.cid-tXF8731oB2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXF8731oB2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXF8731oB2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tXF8731oB2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXF8731oB2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXF8731oB2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tXF8731oB2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXF8731oB2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXF8731oB2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXF8731oB2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXF8731oB2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXF8731oB2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXF8731oB2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXF8731oB2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tXF8731oB2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXF8731oB2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXF8731oB2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXF8731oB2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXF8731oB2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXF8731oB2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXF8731oB2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXF8731oB2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXF8731oB2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXF8731oB2 .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-tXF8731oB2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXF8731oB2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXF8731oB2 .dropdown-item.active,
.cid-tXF8731oB2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tXF8731oB2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXF8731oB2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXF8731oB2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXF8731oB2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a7a90;
}
.cid-tXF8731oB2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXF8731oB2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXF8731oB2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXF8731oB2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXF8731oB2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXF8731oB2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tXF8731oB2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXF8731oB2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXF8731oB2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXF8731oB2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXF8731oB2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXF8731oB2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXF8731oB2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXF8731oB2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXF8731oB2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXF8731oB2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXF8731oB2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXF8731oB2 .navbar {
    height: 70px;
  }
  .cid-tXF8731oB2 .navbar.opened {
    height: auto;
  }
  .cid-tXF8731oB2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXF8731oB2 .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tXF8731oB2 .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tXF8731oB2 a {
  display: inline;
  font-weight: bold;
}
.cid-tXF8731oB2 img {
  display: inline;
  padding-right: 10px;
}
.cid-tXF8731oB2 .dropdown-toggle:after {
  display: none;
}
.cid-tXF8731oB2 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tXF8731oB2 .dropdown-item:hover {
  color: #0746c0 !important;
}
@media (max-width: 990px) {
  .cid-tXF8731oB2 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tXF8731oB2 .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tXF8731oB2 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tXF8731oB2 .btn {
  border-radius: 50px;
}
.cid-tXF8731oB2 ul {
  counter-reset: counter;
  margin: auto;
}
.cid-tXF8731oB2 .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #dde8eb;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-tXF8731oB2 .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-tXF8731oB2 .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-tXF8731oB2 ul li {
  height: 100px;
  display: flex;
}
.cid-tXF8731oB2 a.text-white:hover {
  color: #ffffff !important;
}
.cid-tXF8731oB2 a.text-primary:hover {
  color: #4c4c4c !important;
}
.cid-tXF8731oB2 a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-tXF8731oB2 a.text-success:hover {
  color: #1a7a90 !important;
}
.cid-tXF8731oB2 a.text-info:hover {
  color: #fab901 !important;
}
.cid-tXF8731oB2 a.text-warning:hover {
  color: #0746c0 !important;
}
.cid-tXF8731oB2 a.text-danger:hover {
  color: #cc1100 !important;
}
.cid-tXF8731oB2 a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-tXF8731oB2 ul li {
    height: 50px;
    display: list-item;
  }
}
.cid-tXF8731oB2 .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tXF8731oB2 .navbar-collapse.collapsing .nav-item {
  height: 50px;
}
.cid-tXF8731oB2 .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tXF8731oB2 .navbar-collapse.collapse.show .nav-item {
  height: 50px;
}
.cid-tXF8731oB2 .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tXF8ybcpLX {
  background-color: #ffffff;
}
.cid-tXF8ybcpLX H2 {
  color: #132c70;
}
.cid-tXF8ybcpLX H3 {
  color: #132c70;
}
.cid-tXF8ybcpLX .mbr-text,
.cid-tXF8ybcpLX .mbr-section-btn {
  color: #132c70;
}
@media (max-width: 992px) {
  .cid-tXF8ybcpLX .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tXF8ybcpLX img {
  filter: invert(0.5);
}
.cid-tXF8ybcpLX .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tXF8ybcpLX {
    padding-top: 18px;
    padding-bottom: 6px;
  }
  .cid-tXF8ybcpLX .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tXF8ybcpLX {
    padding-top: 135px;
    padding-bottom: 45px;
  }
  .cid-tXF8ybcpLX .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tXF8ybcpLX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXF8ybcpLX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXF875ahSI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1d1d1f;
}
.cid-tXF875ahSI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXF875ahSI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXF875ahSI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tXF875ahSI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tXF875ahSI .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tXF875ahSI .row {
    text-align: center;
  }
  .cid-tXF875ahSI .social-row {
    justify-content: center;
  }
}
.cid-tXF875ahSI .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tXF875ahSI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tXF875ahSI .list {
    margin-bottom: 0rem;
  }
}
.cid-tXF875ahSI .mbr-text {
  color: #bbbbbb;
}
.cid-tXF875ahSI .mbr-iconfont {
  color: black;
}
.cid-tXF875ahSI .copyright {
  color: #ffffff;
}
.cid-tXF9vtHsgr {
  z-index: 1000;
  width: 100%;
}
.cid-tXF9vtHsgr nav.navbar {
  position: fixed;
}
.cid-tXF9vtHsgr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXF9vtHsgr .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tXF9vtHsgr .dropdown-item:hover,
.cid-tXF9vtHsgr .dropdown-item:focus {
  color: #4c4c4c !important;
}
.cid-tXF9vtHsgr .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-tXF9vtHsgr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXF9vtHsgr .nav-link {
  position: relative;
  padding: 0;
}
.cid-tXF9vtHsgr .container {
  display: flex;
  margin: auto;
}
.cid-tXF9vtHsgr .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXF9vtHsgr .dropdown-menu,
.cid-tXF9vtHsgr .navbar.opened {
  background: #1a7a90 !important;
}
.cid-tXF9vtHsgr .nav-item:focus,
.cid-tXF9vtHsgr .nav-link:focus {
  outline: none;
}
.cid-tXF9vtHsgr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXF9vtHsgr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXF9vtHsgr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXF9vtHsgr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXF9vtHsgr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXF9vtHsgr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXF9vtHsgr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 122, 144, 0.5);
}
.cid-tXF9vtHsgr .navbar.opened {
  transition: all 0.3s;
}
.cid-tXF9vtHsgr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXF9vtHsgr .navbar .navbar-logo img {
  width: auto;
}
.cid-tXF9vtHsgr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXF9vtHsgr .navbar.collapsed {
  justify-content: center;
}
.cid-tXF9vtHsgr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXF9vtHsgr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXF9vtHsgr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tXF9vtHsgr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXF9vtHsgr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXF9vtHsgr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tXF9vtHsgr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXF9vtHsgr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXF9vtHsgr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXF9vtHsgr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXF9vtHsgr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXF9vtHsgr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXF9vtHsgr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXF9vtHsgr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tXF9vtHsgr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXF9vtHsgr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXF9vtHsgr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXF9vtHsgr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXF9vtHsgr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXF9vtHsgr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXF9vtHsgr .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXF9vtHsgr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXF9vtHsgr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXF9vtHsgr .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-tXF9vtHsgr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXF9vtHsgr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXF9vtHsgr .dropdown-item.active,
.cid-tXF9vtHsgr .dropdown-item:active {
  background-color: transparent;
}
.cid-tXF9vtHsgr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXF9vtHsgr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXF9vtHsgr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXF9vtHsgr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a7a90;
}
.cid-tXF9vtHsgr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXF9vtHsgr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXF9vtHsgr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXF9vtHsgr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXF9vtHsgr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXF9vtHsgr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tXF9vtHsgr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXF9vtHsgr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXF9vtHsgr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXF9vtHsgr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXF9vtHsgr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXF9vtHsgr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXF9vtHsgr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXF9vtHsgr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXF9vtHsgr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXF9vtHsgr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXF9vtHsgr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXF9vtHsgr .navbar {
    height: 70px;
  }
  .cid-tXF9vtHsgr .navbar.opened {
    height: auto;
  }
  .cid-tXF9vtHsgr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXF9vtHsgr .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tXF9vtHsgr .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tXF9vtHsgr a {
  display: inline;
  font-weight: bold;
}
.cid-tXF9vtHsgr img {
  display: inline;
  padding-right: 10px;
}
.cid-tXF9vtHsgr .dropdown-toggle:after {
  display: none;
}
.cid-tXF9vtHsgr .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tXF9vtHsgr .dropdown-item:hover {
  color: #0746c0 !important;
}
@media (max-width: 990px) {
  .cid-tXF9vtHsgr .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tXF9vtHsgr .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tXF9vtHsgr .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tXF9vtHsgr .btn {
  border-radius: 50px;
}
.cid-tXF9vtHsgr ul {
  counter-reset: counter;
  margin: auto;
}
.cid-tXF9vtHsgr .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #dde8eb;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-tXF9vtHsgr .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-tXF9vtHsgr .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-tXF9vtHsgr ul li {
  height: 100px;
  display: flex;
}
.cid-tXF9vtHsgr a.text-white:hover {
  color: #ffffff !important;
}
.cid-tXF9vtHsgr a.text-primary:hover {
  color: #4c4c4c !important;
}
.cid-tXF9vtHsgr a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-tXF9vtHsgr a.text-success:hover {
  color: #1a7a90 !important;
}
.cid-tXF9vtHsgr a.text-info:hover {
  color: #fab901 !important;
}
.cid-tXF9vtHsgr a.text-warning:hover {
  color: #0746c0 !important;
}
.cid-tXF9vtHsgr a.text-danger:hover {
  color: #cc1100 !important;
}
.cid-tXF9vtHsgr a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-tXF9vtHsgr ul li {
    height: 50px;
    display: list-item;
  }
}
.cid-tXF9vtHsgr .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tXF9vtHsgr .navbar-collapse.collapsing .nav-item {
  height: 50px;
}
.cid-tXF9vtHsgr .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tXF9vtHsgr .navbar-collapse.collapse.show .nav-item {
  height: 50px;
}
.cid-tXF9vtHsgr .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tXF9vs5ftl {
  background-color: #ffffff;
}
.cid-tXF9vs5ftl H2 {
  color: #132c70;
}
.cid-tXF9vs5ftl H3 {
  color: #132c70;
}
.cid-tXF9vs5ftl .mbr-text,
.cid-tXF9vs5ftl .mbr-section-btn {
  color: #132c70;
}
@media (max-width: 992px) {
  .cid-tXF9vs5ftl .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tXF9vs5ftl img {
  filter: invert(0.5);
}
.cid-tXF9vs5ftl .container-fluid {
  max-width: 1300px;
}
@media (max-width: 767px) {
  .cid-tXF9vs5ftl {
    padding-top: 18px;
    padding-bottom: 6px;
  }
  .cid-tXF9vs5ftl .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tXF9vs5ftl {
    padding-top: 135px;
    padding-bottom: 45px;
  }
  .cid-tXF9vs5ftl .container-fluid {
    padding: 0 2rem;
  }
}
.cid-tXF9vs5ftl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXF9vs5ftl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXF9vvLPAO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1d1d1f;
}
.cid-tXF9vvLPAO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXF9vvLPAO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXF9vvLPAO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tXF9vvLPAO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tXF9vvLPAO .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tXF9vvLPAO .row {
    text-align: center;
  }
  .cid-tXF9vvLPAO .social-row {
    justify-content: center;
  }
}
.cid-tXF9vvLPAO .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tXF9vvLPAO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tXF9vvLPAO .list {
    margin-bottom: 0rem;
  }
}
.cid-tXF9vvLPAO .mbr-text {
  color: #bbbbbb;
}
.cid-tXF9vvLPAO .mbr-iconfont {
  color: black;
}
.cid-tXF9vvLPAO .copyright {
  color: #ffffff;
}
.cid-tX5I2fUsBE {
  z-index: 1000;
  width: 100%;
}
.cid-tX5I2fUsBE nav.navbar {
  position: fixed;
}
.cid-tX5I2fUsBE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tX5I2fUsBE .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tX5I2fUsBE .dropdown-item:hover,
.cid-tX5I2fUsBE .dropdown-item:focus {
  color: #4c4c4c !important;
}
.cid-tX5I2fUsBE .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-tX5I2fUsBE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tX5I2fUsBE .nav-link {
  position: relative;
  padding: 0;
}
.cid-tX5I2fUsBE .container {
  display: flex;
  margin: auto;
}
.cid-tX5I2fUsBE .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tX5I2fUsBE .dropdown-menu,
.cid-tX5I2fUsBE .navbar.opened {
  background: #1a7a90 !important;
}
.cid-tX5I2fUsBE .nav-item:focus,
.cid-tX5I2fUsBE .nav-link:focus {
  outline: none;
}
.cid-tX5I2fUsBE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tX5I2fUsBE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tX5I2fUsBE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tX5I2fUsBE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tX5I2fUsBE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tX5I2fUsBE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tX5I2fUsBE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 122, 144, 0.5);
}
.cid-tX5I2fUsBE .navbar.opened {
  transition: all 0.3s;
}
.cid-tX5I2fUsBE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tX5I2fUsBE .navbar .navbar-logo img {
  width: auto;
}
.cid-tX5I2fUsBE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tX5I2fUsBE .navbar.collapsed {
  justify-content: center;
}
.cid-tX5I2fUsBE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tX5I2fUsBE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tX5I2fUsBE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tX5I2fUsBE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tX5I2fUsBE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tX5I2fUsBE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tX5I2fUsBE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tX5I2fUsBE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tX5I2fUsBE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tX5I2fUsBE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tX5I2fUsBE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tX5I2fUsBE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tX5I2fUsBE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tX5I2fUsBE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tX5I2fUsBE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tX5I2fUsBE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tX5I2fUsBE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tX5I2fUsBE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tX5I2fUsBE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tX5I2fUsBE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tX5I2fUsBE .navbar.navbar-short {
  min-height: 60px;
}
.cid-tX5I2fUsBE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tX5I2fUsBE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tX5I2fUsBE .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-tX5I2fUsBE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tX5I2fUsBE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tX5I2fUsBE .dropdown-item.active,
.cid-tX5I2fUsBE .dropdown-item:active {
  background-color: transparent;
}
.cid-tX5I2fUsBE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tX5I2fUsBE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tX5I2fUsBE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tX5I2fUsBE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a7a90;
}
.cid-tX5I2fUsBE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tX5I2fUsBE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tX5I2fUsBE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tX5I2fUsBE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tX5I2fUsBE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tX5I2fUsBE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tX5I2fUsBE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tX5I2fUsBE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tX5I2fUsBE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tX5I2fUsBE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tX5I2fUsBE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tX5I2fUsBE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tX5I2fUsBE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tX5I2fUsBE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tX5I2fUsBE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tX5I2fUsBE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tX5I2fUsBE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tX5I2fUsBE .navbar {
    height: 70px;
  }
  .cid-tX5I2fUsBE .navbar.opened {
    height: auto;
  }
  .cid-tX5I2fUsBE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tX5I2fUsBE .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tX5I2fUsBE .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tX5I2fUsBE a {
  display: inline;
  font-weight: bold;
}
.cid-tX5I2fUsBE img {
  display: inline;
  padding-right: 10px;
}
.cid-tX5I2fUsBE .dropdown-toggle:after {
  display: none;
}
.cid-tX5I2fUsBE .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tX5I2fUsBE .dropdown-item:hover {
  color: #0746c0 !important;
}
@media (max-width: 990px) {
  .cid-tX5I2fUsBE .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tX5I2fUsBE .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tX5I2fUsBE .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tX5I2fUsBE .btn {
  border-radius: 50px;
}
.cid-tX5I2fUsBE ul {
  counter-reset: counter;
  margin: auto;
}
.cid-tX5I2fUsBE .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #dde8eb;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-tX5I2fUsBE .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-tX5I2fUsBE .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-tX5I2fUsBE ul li {
  height: 100px;
  display: flex;
}
.cid-tX5I2fUsBE a.text-white:hover {
  color: #ffffff !important;
}
.cid-tX5I2fUsBE a.text-primary:hover {
  color: #4c4c4c !important;
}
.cid-tX5I2fUsBE a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-tX5I2fUsBE a.text-success:hover {
  color: #1a7a90 !important;
}
.cid-tX5I2fUsBE a.text-info:hover {
  color: #fab901 !important;
}
.cid-tX5I2fUsBE a.text-warning:hover {
  color: #0746c0 !important;
}
.cid-tX5I2fUsBE a.text-danger:hover {
  color: #cc1100 !important;
}
.cid-tX5I2fUsBE a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-tX5I2fUsBE ul li {
    height: 50px;
    display: list-item;
  }
}
.cid-tX5I2fUsBE .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tX5I2fUsBE .navbar-collapse.collapsing .nav-item {
  height: 50px;
}
.cid-tX5I2fUsBE .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tX5I2fUsBE .navbar-collapse.collapse.show .nav-item {
  height: 50px;
}
.cid-tX5I2fUsBE .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tX5I2C2XaP {
  background-image: url("../../../assets/images/background3-1500x583.png");
}
@media (min-width: 992px) {
  .cid-tX5I2C2XaP .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-tX5I2C2XaP .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-tX5I2C2XaP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tX5I2C2XaP {
    margin-bottom: 2rem;
  }
}
.cid-tX5I2C2XaP .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-tX5I2C2XaP .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-tX5I2C2XaP .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-tX5I2C2XaP .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-tX5I2C2XaP .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-tX5I2C2XaP .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-tX5I2C2XaP .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
  text-align: left;
}
.cid-tX5I2C2XaP .desc1 {
  font-weight: 700;
  color: #ffffff;
}
.cid-tX5I2C2XaP .desc2 {
  font-weight: 700;
  margin-top: 20px;
  color: #ffffff;
}
.cid-tX5I2C2XaP .mbr-section-button {
  margin-top: 25px;
}
.cid-tX5I2C2XaP .desc1,
.cid-tX5I2C2XaP .mbr-section-btn {
  text-align: left;
}
.cid-tX5I2XXHSm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tX5I2XXHSm .item-wrapper {
  width: 100%;
}
.cid-tX5I2XXHSm .mbr-section-title {
  margin: 0 0 26px;
  color: #1d1d1f;
  font-weight: 700;
  width: 100%;
}
.cid-tX5I2XXHSm .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-tX5I2XXHSm .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-tX5I2XXHSm .link {
  margin-top: 29px;
}
.cid-tX5I2XXHSm .col-auto {
  display: inline-block;
}
.cid-tX5I2XXHSm .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-tX5I2XXHSm .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-tX5I2XXHSm .container-fluid {
  padding: 0;
}
.cid-tX5I2XXHSm .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-tX5I2XXHSm .right-side {
  padding-left: 0;
}
.cid-tX5I2XXHSm .row.justify-content-center {
  flex-direction: row-reverse;
}
.cid-tX5I2XXHSm .left {
  padding-right: 0;
  padding-left: 45px;
}
.cid-tX5I2XXHSm .right-side {
  padding-right: 0px;
}
@media (max-width: 990px) {
  .cid-tX5I2XXHSm .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-tX5I2XXHSm .right-side {
    padding: 0px;
  }
}
.cid-tX5I2XXHSm a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tX5I2XXHSm rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-tX5I2XXHSm .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-tX5I2XXHSm svg {
  margin-left: 15px;
}
.cid-tX5I2XXHSm path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-tX5I2XXHSm .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-tX5I2XXHSm .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-tX5I3bkGuv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8eb;
}
@media (min-width: 992px) {
  .cid-tX5I3bkGuv .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-tX5I3bkGuv .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-tX5I3bkGuv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tX5I3bkGuv .mbr-section-title {
  font-weight: 700;
}
.cid-tX5I3bkGuv .mbr-section-subtitle {
  font-weight: 500;
  margin: 14px 0 4px;
  color: #4c4c4c;
}
.cid-tX5I3bkGuv .pile {
  padding: 45px 40px 47px;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0 20px 40px 0 rgba(216, 227, 235, 0.65);
}
.cid-tX5I3bkGuv .pile1 {
  border-left: 4px solid #f7b560;
}
.cid-tX5I3bkGuv .pile2 {
  border-left: 4px solid #5dabb0;
}
.cid-tX5I3bkGuv .pile3 {
  border-left: 4px solid #f8d8cf;
}
.cid-tX5I3bkGuv .pile:last-child {
  margin-bottom: 0;
}
.cid-tX5I3vC1bR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tX5I3vC1bR .pile1,
.cid-tX5I3vC1bR .pile2 {
  padding-bottom: 60px;
}
.cid-tX5I3vC1bR .pile1,
.cid-tX5I3vC1bR .pile3 {
  padding-right: 60px;
}
.cid-tX5I3vC1bR .pile2,
.cid-tX5I3vC1bR .pile4 {
  padding-right: 50px;
}
.cid-tX5I3vC1bR .text {
  display: flex;
  flex-direction: row;
}
.cid-tX5I3vC1bR .card-title {
  margin-bottom: 14px;
}
.cid-tX5I3vC1bR .card-text {
  padding-bottom: 24px;
  font-weight: 500;
}
.cid-tX5I3vC1bR a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tX5I3vC1bR rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-tX5I3vC1bR .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-tX5I3vC1bR svg {
  margin-left: 15px;
}
.cid-tX5I3vC1bR path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-tX5I3vC1bR .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-tX5I3vC1bR .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-tX5I3vC1bR .link a {
  background-image: none !important;
}
.cid-tX5I3vC1bR img {
  max-width: 140px;
  height: auto;
}
.cid-tX5I3vC1bR .card-text,
.cid-tX5I3vC1bR .lin {
  color: #4c4c4c;
}
@media (max-width: 770px) {
  .cid-tX5I3vC1bR .dir {
    flex-direction: column;
  }
  .cid-tX5I3vC1bR .top {
    padding-top: 60px;
  }
  .cid-tX5I3vC1bR .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .cid-tX5I3vC1bR .top1 {
    padding-top: 60px;
  }
  .cid-tX5I3vC1bR .pile {
    padding-right: 0;
  }
  .cid-tX5I3vC1bR .card-title {
    text-align: center;
  }
  .cid-tX5I3vC1bR .card-text {
    text-align: center;
  }
  .cid-tX5I3vC1bR .iconfont-wrapper {
    text-align: center;
  }
  .cid-tX5I3vC1bR img {
    display: inline;
  }
  .cid-tX5I3vC1bR .link {
    text-align: center;
  }
}
.cid-tX6d8eA0y3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tX6d8eA0y3 .item-wrapper {
  width: 100%;
}
.cid-tX6d8eA0y3 .mbr-section-title {
  margin: 0 0 26px;
  color: #1d1d1f;
  font-weight: 700;
  width: 100%;
}
.cid-tX6d8eA0y3 .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-tX6d8eA0y3 .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-tX6d8eA0y3 .link {
  margin-top: 29px;
}
.cid-tX6d8eA0y3 .col-auto {
  display: inline-block;
}
.cid-tX6d8eA0y3 .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-tX6d8eA0y3 .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-tX6d8eA0y3 .container-fluid {
  padding: 0;
}
.cid-tX6d8eA0y3 .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-tX6d8eA0y3 .right-side {
  padding-left: 0;
}
@media (max-width: 990px) {
  .cid-tX6d8eA0y3 .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-tX6d8eA0y3 .right-side {
    padding: 0px;
  }
}
.cid-tX6d8eA0y3 a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tX6d8eA0y3 rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-tX6d8eA0y3 .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-tX6d8eA0y3 svg {
  margin-left: 15px;
}
.cid-tX6d8eA0y3 path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-tX6d8eA0y3 .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-tX6d8eA0y3 .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-tX6d8eA0y3 .link a {
  background-image: none !important;
}
.cid-tX6fgtl68i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tX6fgtl68i .item-wrapper {
  width: 100%;
}
.cid-tX6fgtl68i .mbr-section-title {
  margin: 0 0 26px;
  color: #1d1d1f;
  font-weight: 700;
  width: 100%;
}
.cid-tX6fgtl68i .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-tX6fgtl68i .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-tX6fgtl68i .link {
  margin-top: 29px;
}
.cid-tX6fgtl68i .col-auto {
  display: inline-block;
}
.cid-tX6fgtl68i .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-tX6fgtl68i .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-tX6fgtl68i .container-fluid {
  padding: 0;
}
.cid-tX6fgtl68i .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-tX6fgtl68i .right-side {
  padding-left: 0;
}
.cid-tX6fgtl68i .row.justify-content-center {
  flex-direction: row-reverse;
}
.cid-tX6fgtl68i .left {
  padding-right: 0;
  padding-left: 45px;
}
.cid-tX6fgtl68i .right-side {
  padding-right: 0px;
}
@media (max-width: 990px) {
  .cid-tX6fgtl68i .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-tX6fgtl68i .right-side {
    padding: 0px;
  }
}
.cid-tX6fgtl68i a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tX6fgtl68i rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-tX6fgtl68i .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-tX6fgtl68i svg {
  margin-left: 15px;
}
.cid-tX6fgtl68i path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-tX6fgtl68i .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-tX6fgtl68i .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-tX6fgtl68i .link a {
  background-image: none !important;
}
.cid-tX6ffy98ZT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tX6ffy98ZT .item-wrapper {
  width: 100%;
}
.cid-tX6ffy98ZT .mbr-section-title {
  margin: 0 0 26px;
  color: #1d1d1f;
  font-weight: 700;
  width: 100%;
}
.cid-tX6ffy98ZT .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-tX6ffy98ZT .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-tX6ffy98ZT .link {
  margin-top: 29px;
}
.cid-tX6ffy98ZT .col-auto {
  display: inline-block;
}
.cid-tX6ffy98ZT .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-tX6ffy98ZT .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-tX6ffy98ZT .container-fluid {
  padding: 0;
}
.cid-tX6ffy98ZT .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-tX6ffy98ZT .right-side {
  padding-left: 0;
}
@media (max-width: 990px) {
  .cid-tX6ffy98ZT .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-tX6ffy98ZT .right-side {
    padding: 0px;
  }
}
.cid-tX6ffy98ZT a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tX6ffy98ZT rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-tX6ffy98ZT .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-tX6ffy98ZT svg {
  margin-left: 15px;
}
.cid-tX6ffy98ZT path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-tX6ffy98ZT .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-tX6ffy98ZT .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-tX6ffy98ZT .link a {
  background-image: none !important;
}
.cid-tX5I47TN3v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1d1d1f;
}
.cid-tX5I47TN3v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX5I47TN3v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX5I47TN3v .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tX5I47TN3v .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tX5I47TN3v .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tX5I47TN3v .row {
    text-align: center;
  }
  .cid-tX5I47TN3v .social-row {
    justify-content: center;
  }
}
.cid-tX5I47TN3v .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tX5I47TN3v .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tX5I47TN3v .list {
    margin-bottom: 0rem;
  }
}
.cid-tX5I47TN3v .mbr-text {
  color: #bbbbbb;
}
.cid-tX5I47TN3v .mbr-iconfont {
  color: black;
}
.cid-tX5I47TN3v .copyright {
  color: #ffffff;
}
.cid-tXsmgdp2WE {
  z-index: 1000;
  width: 100%;
}
.cid-tXsmgdp2WE nav.navbar {
  position: fixed;
}
.cid-tXsmgdp2WE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXsmgdp2WE .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tXsmgdp2WE .dropdown-item:hover,
.cid-tXsmgdp2WE .dropdown-item:focus {
  color: #4c4c4c !important;
}
.cid-tXsmgdp2WE .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-tXsmgdp2WE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXsmgdp2WE .nav-link {
  position: relative;
  padding: 0;
}
.cid-tXsmgdp2WE .container {
  display: flex;
  margin: auto;
}
.cid-tXsmgdp2WE .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXsmgdp2WE .dropdown-menu,
.cid-tXsmgdp2WE .navbar.opened {
  background: #1a7a90 !important;
}
.cid-tXsmgdp2WE .nav-item:focus,
.cid-tXsmgdp2WE .nav-link:focus {
  outline: none;
}
.cid-tXsmgdp2WE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXsmgdp2WE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXsmgdp2WE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXsmgdp2WE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXsmgdp2WE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXsmgdp2WE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXsmgdp2WE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 122, 144, 0.5);
}
.cid-tXsmgdp2WE .navbar.opened {
  transition: all 0.3s;
}
.cid-tXsmgdp2WE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXsmgdp2WE .navbar .navbar-logo img {
  width: auto;
}
.cid-tXsmgdp2WE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXsmgdp2WE .navbar.collapsed {
  justify-content: center;
}
.cid-tXsmgdp2WE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXsmgdp2WE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXsmgdp2WE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tXsmgdp2WE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXsmgdp2WE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXsmgdp2WE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tXsmgdp2WE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXsmgdp2WE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXsmgdp2WE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXsmgdp2WE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXsmgdp2WE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXsmgdp2WE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXsmgdp2WE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXsmgdp2WE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tXsmgdp2WE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXsmgdp2WE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXsmgdp2WE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXsmgdp2WE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXsmgdp2WE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXsmgdp2WE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXsmgdp2WE .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXsmgdp2WE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXsmgdp2WE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXsmgdp2WE .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-tXsmgdp2WE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXsmgdp2WE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXsmgdp2WE .dropdown-item.active,
.cid-tXsmgdp2WE .dropdown-item:active {
  background-color: transparent;
}
.cid-tXsmgdp2WE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXsmgdp2WE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXsmgdp2WE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXsmgdp2WE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a7a90;
}
.cid-tXsmgdp2WE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXsmgdp2WE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXsmgdp2WE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXsmgdp2WE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXsmgdp2WE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXsmgdp2WE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tXsmgdp2WE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXsmgdp2WE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXsmgdp2WE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXsmgdp2WE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXsmgdp2WE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXsmgdp2WE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXsmgdp2WE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXsmgdp2WE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXsmgdp2WE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXsmgdp2WE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXsmgdp2WE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXsmgdp2WE .navbar {
    height: 70px;
  }
  .cid-tXsmgdp2WE .navbar.opened {
    height: auto;
  }
  .cid-tXsmgdp2WE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXsmgdp2WE .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tXsmgdp2WE .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tXsmgdp2WE a {
  display: inline;
  font-weight: bold;
}
.cid-tXsmgdp2WE img {
  display: inline;
  padding-right: 10px;
}
.cid-tXsmgdp2WE .dropdown-toggle:after {
  display: none;
}
.cid-tXsmgdp2WE .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tXsmgdp2WE .dropdown-item:hover {
  color: #0746c0 !important;
}
@media (max-width: 990px) {
  .cid-tXsmgdp2WE .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tXsmgdp2WE .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tXsmgdp2WE .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tXsmgdp2WE .btn {
  border-radius: 50px;
}
.cid-tXsmgdp2WE ul {
  counter-reset: counter;
  margin: auto;
}
.cid-tXsmgdp2WE .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #dde8eb;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-tXsmgdp2WE .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-tXsmgdp2WE .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-tXsmgdp2WE ul li {
  height: 100px;
  display: flex;
}
.cid-tXsmgdp2WE a.text-white:hover {
  color: #ffffff !important;
}
.cid-tXsmgdp2WE a.text-primary:hover {
  color: #4c4c4c !important;
}
.cid-tXsmgdp2WE a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-tXsmgdp2WE a.text-success:hover {
  color: #1a7a90 !important;
}
.cid-tXsmgdp2WE a.text-info:hover {
  color: #fab901 !important;
}
.cid-tXsmgdp2WE a.text-warning:hover {
  color: #0746c0 !important;
}
.cid-tXsmgdp2WE a.text-danger:hover {
  color: #cc1100 !important;
}
.cid-tXsmgdp2WE a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-tXsmgdp2WE ul li {
    height: 50px;
    display: list-item;
  }
}
.cid-tXsmgdp2WE .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tXsmgdp2WE .navbar-collapse.collapsing .nav-item {
  height: 50px;
}
.cid-tXsmgdp2WE .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tXsmgdp2WE .navbar-collapse.collapse.show .nav-item {
  height: 50px;
}
.cid-tXsmgdp2WE .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tXsmgel88U {
  background-image: url("../../../assets/images/background3-1500x583.png");
}
@media (min-width: 992px) {
  .cid-tXsmgel88U .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-tXsmgel88U .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-tXsmgel88U .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tXsmgel88U {
    margin-bottom: 2rem;
  }
}
.cid-tXsmgel88U .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-tXsmgel88U .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-tXsmgel88U .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-tXsmgel88U .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-tXsmgel88U .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-tXsmgel88U .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-tXsmgel88U .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
  text-align: left;
}
.cid-tXsmgel88U .desc1 {
  font-weight: 700;
  color: #ffffff;
}
.cid-tXsmgel88U .desc2 {
  font-weight: 700;
  margin-top: 20px;
  color: #ffffff;
}
.cid-tXsmgel88U .mbr-section-button {
  margin-top: 25px;
}
.cid-tXsmgel88U .desc1,
.cid-tXsmgel88U .mbr-section-btn {
  text-align: left;
}
.cid-tXsnwnes92 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tXsnwnes92 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXsnwnes92 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXsnwnes92 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-tXsnwnes92 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-tXsnwnes92 .container {
    padding: 0 6px;
  }
}
.cid-tXsnwnes92 .row {
  margin: 0;
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-tXsnwnes92 .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-tXsnwnes92 .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-tXsnwnes92 .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-tXsnwnes92 .row {
    padding: 70px 30px;
  }
}
.cid-tXsnwnes92 .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-tXsnwnes92 .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tXsnwnes92 .desc-wrapper {
    padding: 0;
  }
}
.cid-tXsnwnes92 .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-tXsnwnes92 .title-wrapper {
  margin-bottom: 64px;
}
.cid-tXsnwnes92 .title-wrapper span {
  color: #1a7a90;
}
.cid-tXsnwnes92 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tXsnwnes92 .cards-wrapper {
    display: block;
  }
}
.cid-tXsnwnes92 .cards-wrapper .item:last-child .item-wrapper .card-box {
  border-bottom: 1px solid #ffffff;
}
.cid-tXsnwnes92 .cards-wrapper .item .item-wrapper .card-box {
  display: grid;
  grid-template-columns: 70px 1fr 1fr;
  gap: 100px;
  padding: 50px;
  border-top: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tXsnwnes92 .cards-wrapper .item .item-wrapper .card-box {
    display: block;
    padding: 40px 22px;
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-tXsnwnes92 .cards-wrapper .item .item-wrapper .card-box .icon-wrap {
    text-align: center;
    margin-bottom: 32px;
  }
}
.cid-tXsnwnes92 .cards-wrapper .item .item-wrapper .card-box .icon-wrap .mbr-iconfont {
  font-size: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  color: #1a7a90;
}
.cid-tXsnwnes92 .cards-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tXsnwnes92 .cards-wrapper .item .item-wrapper .card-box .card-title {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-tXsnwnes92 .cards-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tXsnwnes92 .cards-wrapper .item .item-wrapper .card-box .card-text {
    text-align: center;
  }
}
.cid-tXsnwnes92 .mbr-desc {
  color: #262626;
}
.cid-tXsnwnes92 .mbr-section-title {
  color: #131313;
}
.cid-tXsnwnes92 .card-title {
  color: #131313;
}
.cid-tXsnwnes92 .card-text {
  color: #131313;
}
.cid-tXsoYryOwj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tXsoYryOwj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXsoYryOwj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXsoYryOwj .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-tXsoYryOwj .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-tXsoYryOwj .container {
    padding: 0 6px;
  }
}
.cid-tXsoYryOwj .row {
  margin: 0;
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-tXsoYryOwj .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-tXsoYryOwj .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-tXsoYryOwj .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-tXsoYryOwj .row {
    padding: 70px 30px;
  }
}
.cid-tXsoYryOwj .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-tXsoYryOwj .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tXsoYryOwj .desc-wrapper {
    padding: 0;
  }
}
.cid-tXsoYryOwj .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-tXsoYryOwj .title-wrapper {
  margin-bottom: 64px;
}
.cid-tXsoYryOwj .title-wrapper span {
  color: #009472;
}
.cid-tXsoYryOwj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tXsoYryOwj .cards-wrapper {
    display: block;
  }
}
.cid-tXsoYryOwj .cards-wrapper .item:last-child .item-wrapper .card-box {
  border-bottom: 1px solid #cfcfcf;
}
.cid-tXsoYryOwj .cards-wrapper .item .item-wrapper .card-box {
  display: grid;
  grid-template-columns: 70px 1fr 1fr;
  gap: 100px;
  padding: 50px;
  border-top: 1px solid #cfcfcf;
}
@media (max-width: 992px) {
  .cid-tXsoYryOwj .cards-wrapper .item .item-wrapper .card-box {
    display: block;
    padding: 40px 22px;
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-tXsoYryOwj .cards-wrapper .item .item-wrapper .card-box .icon-wrap {
    text-align: center;
    margin-bottom: 32px;
  }
}
.cid-tXsoYryOwj .cards-wrapper .item .item-wrapper .card-box .icon-wrap .mbr-iconfont {
  font-size: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  color: #1a7a90;
}
.cid-tXsoYryOwj .cards-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tXsoYryOwj .cards-wrapper .item .item-wrapper .card-box .card-title {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-tXsoYryOwj .cards-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tXsoYryOwj .cards-wrapper .item .item-wrapper .card-box .card-text {
    text-align: center;
  }
}
.cid-tXsoYryOwj .mbr-desc {
  color: #262626;
}
.cid-tXsoYryOwj .mbr-section-title {
  color: #131313;
}
.cid-tXsoYryOwj .card-title {
  color: #131313;
}
.cid-tXsoYryOwj .card-text {
  color: #131313;
}
.cid-tXspC50U7G {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tXspC50U7G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXspC50U7G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXspC50U7G .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-tXspC50U7G .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-tXspC50U7G .container {
    padding: 0 6px;
  }
}
.cid-tXspC50U7G .row {
  margin: 0;
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-tXspC50U7G .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-tXspC50U7G .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-tXspC50U7G .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-tXspC50U7G .row {
    padding: 70px 30px;
  }
}
.cid-tXspC50U7G .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-tXspC50U7G .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tXspC50U7G .desc-wrapper {
    padding: 0;
  }
}
.cid-tXspC50U7G .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-tXspC50U7G .title-wrapper {
  margin-bottom: 64px;
}
.cid-tXspC50U7G .title-wrapper span {
  color: #009472;
}
.cid-tXspC50U7G .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tXspC50U7G .cards-wrapper {
    display: block;
  }
}
.cid-tXspC50U7G .cards-wrapper .item:last-child .item-wrapper .card-box {
  border-bottom: 1px solid #cfcfcf;
}
.cid-tXspC50U7G .cards-wrapper .item .item-wrapper .card-box {
  display: grid;
  grid-template-columns: 70px 1fr 1fr;
  gap: 100px;
  padding: 50px;
  border-top: 1px solid #cfcfcf;
}
@media (max-width: 992px) {
  .cid-tXspC50U7G .cards-wrapper .item .item-wrapper .card-box {
    display: block;
    padding: 40px 22px;
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-tXspC50U7G .cards-wrapper .item .item-wrapper .card-box .icon-wrap {
    text-align: center;
    margin-bottom: 32px;
  }
}
.cid-tXspC50U7G .cards-wrapper .item .item-wrapper .card-box .icon-wrap .mbr-iconfont {
  font-size: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  color: #1a7a90;
}
.cid-tXspC50U7G .cards-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tXspC50U7G .cards-wrapper .item .item-wrapper .card-box .card-title {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-tXspC50U7G .cards-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tXspC50U7G .cards-wrapper .item .item-wrapper .card-box .card-text {
    text-align: center;
  }
}
.cid-tXspC50U7G .mbr-desc {
  color: #262626;
}
.cid-tXspC50U7G .mbr-section-title {
  color: #131313;
}
.cid-tXspC50U7G .card-title {
  color: #131313;
}
.cid-tXspC50U7G .card-text {
  color: #131313;
}
.cid-tXsmgk9nRW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1d1d1f;
}
.cid-tXsmgk9nRW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXsmgk9nRW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXsmgk9nRW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tXsmgk9nRW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tXsmgk9nRW .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tXsmgk9nRW .row {
    text-align: center;
  }
  .cid-tXsmgk9nRW .social-row {
    justify-content: center;
  }
}
.cid-tXsmgk9nRW .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tXsmgk9nRW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tXsmgk9nRW .list {
    margin-bottom: 0rem;
  }
}
.cid-tXsmgk9nRW .mbr-text {
  color: #bbbbbb;
}
.cid-tXsmgk9nRW .mbr-iconfont {
  color: black;
}
.cid-tXsmgk9nRW .copyright {
  color: #ffffff;
}
.cid-tXaDwshN1t {
  z-index: 1000;
  width: 100%;
}
.cid-tXaDwshN1t nav.navbar {
  position: fixed;
}
.cid-tXaDwshN1t .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXaDwshN1t .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tXaDwshN1t .dropdown-item:hover,
.cid-tXaDwshN1t .dropdown-item:focus {
  color: #4c4c4c !important;
}
.cid-tXaDwshN1t .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-tXaDwshN1t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXaDwshN1t .nav-link {
  position: relative;
  padding: 0;
}
.cid-tXaDwshN1t .container {
  display: flex;
  margin: auto;
}
.cid-tXaDwshN1t .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXaDwshN1t .dropdown-menu,
.cid-tXaDwshN1t .navbar.opened {
  background: #1a7a90 !important;
}
.cid-tXaDwshN1t .nav-item:focus,
.cid-tXaDwshN1t .nav-link:focus {
  outline: none;
}
.cid-tXaDwshN1t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXaDwshN1t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXaDwshN1t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXaDwshN1t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXaDwshN1t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXaDwshN1t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXaDwshN1t .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 122, 144, 0.5);
}
.cid-tXaDwshN1t .navbar.opened {
  transition: all 0.3s;
}
.cid-tXaDwshN1t .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXaDwshN1t .navbar .navbar-logo img {
  width: auto;
}
.cid-tXaDwshN1t .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXaDwshN1t .navbar.collapsed {
  justify-content: center;
}
.cid-tXaDwshN1t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXaDwshN1t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXaDwshN1t .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tXaDwshN1t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXaDwshN1t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXaDwshN1t .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tXaDwshN1t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXaDwshN1t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXaDwshN1t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXaDwshN1t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXaDwshN1t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXaDwshN1t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXaDwshN1t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXaDwshN1t .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tXaDwshN1t .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXaDwshN1t .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXaDwshN1t .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXaDwshN1t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXaDwshN1t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXaDwshN1t .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXaDwshN1t .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXaDwshN1t .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXaDwshN1t .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXaDwshN1t .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-tXaDwshN1t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXaDwshN1t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXaDwshN1t .dropdown-item.active,
.cid-tXaDwshN1t .dropdown-item:active {
  background-color: transparent;
}
.cid-tXaDwshN1t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXaDwshN1t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXaDwshN1t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXaDwshN1t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a7a90;
}
.cid-tXaDwshN1t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXaDwshN1t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXaDwshN1t ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXaDwshN1t .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXaDwshN1t button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXaDwshN1t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tXaDwshN1t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXaDwshN1t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXaDwshN1t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXaDwshN1t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXaDwshN1t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXaDwshN1t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXaDwshN1t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXaDwshN1t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXaDwshN1t .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXaDwshN1t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXaDwshN1t .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXaDwshN1t .navbar {
    height: 70px;
  }
  .cid-tXaDwshN1t .navbar.opened {
    height: auto;
  }
  .cid-tXaDwshN1t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXaDwshN1t .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tXaDwshN1t .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tXaDwshN1t a {
  display: inline;
  font-weight: bold;
}
.cid-tXaDwshN1t img {
  display: inline;
  padding-right: 10px;
}
.cid-tXaDwshN1t .dropdown-toggle:after {
  display: none;
}
.cid-tXaDwshN1t .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tXaDwshN1t .dropdown-item:hover {
  color: #0746c0 !important;
}
@media (max-width: 990px) {
  .cid-tXaDwshN1t .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tXaDwshN1t .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tXaDwshN1t .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tXaDwshN1t .btn {
  border-radius: 50px;
}
.cid-tXaDwshN1t ul {
  counter-reset: counter;
  margin: auto;
}
.cid-tXaDwshN1t .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #dde8eb;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-tXaDwshN1t .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-tXaDwshN1t .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-tXaDwshN1t ul li {
  height: 100px;
  display: flex;
}
.cid-tXaDwshN1t a.text-white:hover {
  color: #ffffff !important;
}
.cid-tXaDwshN1t a.text-primary:hover {
  color: #4c4c4c !important;
}
.cid-tXaDwshN1t a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-tXaDwshN1t a.text-success:hover {
  color: #1a7a90 !important;
}
.cid-tXaDwshN1t a.text-info:hover {
  color: #fab901 !important;
}
.cid-tXaDwshN1t a.text-warning:hover {
  color: #0746c0 !important;
}
.cid-tXaDwshN1t a.text-danger:hover {
  color: #cc1100 !important;
}
.cid-tXaDwshN1t a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-tXaDwshN1t ul li {
    height: 50px;
    display: list-item;
  }
}
.cid-tXaDwshN1t .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tXaDwshN1t .navbar-collapse.collapsing .nav-item {
  height: 50px;
}
.cid-tXaDwshN1t .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tXaDwshN1t .navbar-collapse.collapse.show .nav-item {
  height: 50px;
}
.cid-tXaDwshN1t .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tXaDwvU1Nj {
  background-image: url("../../../assets/images/background3-1500x583.png");
}
@media (min-width: 992px) {
  .cid-tXaDwvU1Nj .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-tXaDwvU1Nj .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-tXaDwvU1Nj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tXaDwvU1Nj {
    margin-bottom: 2rem;
  }
}
.cid-tXaDwvU1Nj .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-tXaDwvU1Nj .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-tXaDwvU1Nj .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-tXaDwvU1Nj .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-tXaDwvU1Nj .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-tXaDwvU1Nj .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-tXaDwvU1Nj .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
  text-align: left;
}
.cid-tXaDwvU1Nj .desc1 {
  font-weight: 700;
  color: #ffffff;
}
.cid-tXaDwvU1Nj .desc2 {
  font-weight: 700;
  margin-top: 20px;
  color: #ffffff;
}
.cid-tXaDwvU1Nj .mbr-section-button {
  margin-top: 25px;
}
.cid-tXaDwvU1Nj .desc1,
.cid-tXaDwvU1Nj .mbr-section-btn {
  text-align: left;
}
.cid-tXaDwxYxn2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tXaDwxYxn2 .item-wrapper {
  width: 100%;
}
.cid-tXaDwxYxn2 .mbr-section-title {
  margin: 0 0 26px;
  color: #1d1d1f;
  font-weight: 700;
  width: 100%;
}
.cid-tXaDwxYxn2 .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-tXaDwxYxn2 .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-tXaDwxYxn2 .link {
  margin-top: 29px;
}
.cid-tXaDwxYxn2 .col-auto {
  display: inline-block;
}
.cid-tXaDwxYxn2 .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-tXaDwxYxn2 .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-tXaDwxYxn2 .container-fluid {
  padding: 0;
}
.cid-tXaDwxYxn2 .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-tXaDwxYxn2 .right-side {
  padding-left: 0;
}
.cid-tXaDwxYxn2 .row.justify-content-center {
  flex-direction: row-reverse;
}
.cid-tXaDwxYxn2 .left {
  padding-right: 0;
  padding-left: 45px;
}
.cid-tXaDwxYxn2 .right-side {
  padding-right: 0px;
}
@media (max-width: 990px) {
  .cid-tXaDwxYxn2 .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-tXaDwxYxn2 .right-side {
    padding: 0px;
  }
}
.cid-tXaDwxYxn2 a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tXaDwxYxn2 rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-tXaDwxYxn2 .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-tXaDwxYxn2 svg {
  margin-left: 15px;
}
.cid-tXaDwxYxn2 path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-tXaDwxYxn2 .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-tXaDwxYxn2 .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-tXaDwzKQGY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8eb;
}
@media (min-width: 992px) {
  .cid-tXaDwzKQGY .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-tXaDwzKQGY .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-tXaDwzKQGY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tXaDwzKQGY .mbr-section-title {
  font-weight: 700;
}
.cid-tXaDwzKQGY .mbr-section-subtitle {
  font-weight: 500;
  margin: 14px 0 4px;
  color: #4c4c4c;
}
.cid-tXaDwzKQGY .pile {
  padding: 45px 40px 47px;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0 20px 40px 0 rgba(216, 227, 235, 0.65);
}
.cid-tXaDwzKQGY .pile1 {
  border-left: 4px solid #f7b560;
}
.cid-tXaDwzKQGY .pile2 {
  border-left: 4px solid #5dabb0;
}
.cid-tXaDwzKQGY .pile3 {
  border-left: 4px solid #f8d8cf;
}
.cid-tXaDwzKQGY .pile:last-child {
  margin-bottom: 0;
}
.cid-tXaXjMcBwa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tXaXjMcBwa .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tXaXjMcBwa .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tXaXjMcBwa img,
.cid-tXaXjMcBwa .item-img {
  width: 100%;
}
.cid-tXaXjMcBwa .item:focus,
.cid-tXaXjMcBwa span:focus {
  outline: none;
}
.cid-tXaXjMcBwa .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tXaXjMcBwa .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tXaXjMcBwa img {
  border-radius: 30px;
}
.cid-tXaXjMcBwa .mbr-text,
.cid-tXaXjMcBwa .mbr-section-btn {
  text-align: center;
}
.cid-tXaDwBGKtP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tXaDwBGKtP .pile1,
.cid-tXaDwBGKtP .pile2 {
  padding-bottom: 60px;
}
.cid-tXaDwBGKtP .pile1,
.cid-tXaDwBGKtP .pile3 {
  padding-right: 60px;
}
.cid-tXaDwBGKtP .pile2,
.cid-tXaDwBGKtP .pile4 {
  padding-right: 50px;
}
.cid-tXaDwBGKtP .text {
  display: flex;
  flex-direction: row;
}
.cid-tXaDwBGKtP .card-title {
  margin-bottom: 14px;
}
.cid-tXaDwBGKtP .card-text {
  padding-bottom: 24px;
  font-weight: 500;
}
.cid-tXaDwBGKtP a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tXaDwBGKtP rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-tXaDwBGKtP .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-tXaDwBGKtP svg {
  margin-left: 15px;
}
.cid-tXaDwBGKtP path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-tXaDwBGKtP .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-tXaDwBGKtP .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-tXaDwBGKtP .link a {
  background-image: none !important;
}
.cid-tXaDwBGKtP img {
  max-width: 140px;
  height: auto;
}
.cid-tXaDwBGKtP .card-text,
.cid-tXaDwBGKtP .lin {
  color: #4c4c4c;
}
@media (max-width: 770px) {
  .cid-tXaDwBGKtP .dir {
    flex-direction: column;
  }
  .cid-tXaDwBGKtP .top {
    padding-top: 60px;
  }
  .cid-tXaDwBGKtP .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .cid-tXaDwBGKtP .top1 {
    padding-top: 60px;
  }
  .cid-tXaDwBGKtP .pile {
    padding-right: 0;
  }
  .cid-tXaDwBGKtP .card-title {
    text-align: center;
  }
  .cid-tXaDwBGKtP .card-text {
    text-align: center;
  }
  .cid-tXaDwBGKtP .iconfont-wrapper {
    text-align: center;
  }
  .cid-tXaDwBGKtP img {
    display: inline;
  }
  .cid-tXaDwBGKtP .link {
    text-align: center;
  }
}
.cid-tXaDwNpD36 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1d1d1f;
}
.cid-tXaDwNpD36 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXaDwNpD36 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXaDwNpD36 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tXaDwNpD36 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tXaDwNpD36 .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tXaDwNpD36 .row {
    text-align: center;
  }
  .cid-tXaDwNpD36 .social-row {
    justify-content: center;
  }
}
.cid-tXaDwNpD36 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tXaDwNpD36 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tXaDwNpD36 .list {
    margin-bottom: 0rem;
  }
}
.cid-tXaDwNpD36 .mbr-text {
  color: #bbbbbb;
}
.cid-tXaDwNpD36 .mbr-iconfont {
  color: black;
}
.cid-tXaDwNpD36 .copyright {
  color: #ffffff;
}
.cid-tXb3phGlyL {
  z-index: 1000;
  width: 100%;
}
.cid-tXb3phGlyL nav.navbar {
  position: fixed;
}
.cid-tXb3phGlyL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXb3phGlyL .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tXb3phGlyL .dropdown-item:hover,
.cid-tXb3phGlyL .dropdown-item:focus {
  color: #4c4c4c !important;
}
.cid-tXb3phGlyL .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-tXb3phGlyL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXb3phGlyL .nav-link {
  position: relative;
  padding: 0;
}
.cid-tXb3phGlyL .container {
  display: flex;
  margin: auto;
}
.cid-tXb3phGlyL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXb3phGlyL .dropdown-menu,
.cid-tXb3phGlyL .navbar.opened {
  background: #1a7a90 !important;
}
.cid-tXb3phGlyL .nav-item:focus,
.cid-tXb3phGlyL .nav-link:focus {
  outline: none;
}
.cid-tXb3phGlyL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXb3phGlyL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXb3phGlyL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXb3phGlyL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXb3phGlyL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXb3phGlyL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXb3phGlyL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 122, 144, 0.5);
}
.cid-tXb3phGlyL .navbar.opened {
  transition: all 0.3s;
}
.cid-tXb3phGlyL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXb3phGlyL .navbar .navbar-logo img {
  width: auto;
}
.cid-tXb3phGlyL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXb3phGlyL .navbar.collapsed {
  justify-content: center;
}
.cid-tXb3phGlyL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXb3phGlyL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXb3phGlyL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tXb3phGlyL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXb3phGlyL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXb3phGlyL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tXb3phGlyL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXb3phGlyL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXb3phGlyL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXb3phGlyL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXb3phGlyL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXb3phGlyL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXb3phGlyL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXb3phGlyL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tXb3phGlyL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXb3phGlyL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXb3phGlyL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXb3phGlyL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXb3phGlyL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXb3phGlyL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXb3phGlyL .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXb3phGlyL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXb3phGlyL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXb3phGlyL .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-tXb3phGlyL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXb3phGlyL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXb3phGlyL .dropdown-item.active,
.cid-tXb3phGlyL .dropdown-item:active {
  background-color: transparent;
}
.cid-tXb3phGlyL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXb3phGlyL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXb3phGlyL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXb3phGlyL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a7a90;
}
.cid-tXb3phGlyL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXb3phGlyL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXb3phGlyL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXb3phGlyL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXb3phGlyL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXb3phGlyL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tXb3phGlyL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXb3phGlyL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXb3phGlyL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXb3phGlyL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXb3phGlyL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXb3phGlyL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXb3phGlyL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXb3phGlyL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXb3phGlyL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXb3phGlyL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXb3phGlyL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXb3phGlyL .navbar {
    height: 70px;
  }
  .cid-tXb3phGlyL .navbar.opened {
    height: auto;
  }
  .cid-tXb3phGlyL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXb3phGlyL .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tXb3phGlyL .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tXb3phGlyL a {
  display: inline;
  font-weight: bold;
}
.cid-tXb3phGlyL img {
  display: inline;
  padding-right: 10px;
}
.cid-tXb3phGlyL .dropdown-toggle:after {
  display: none;
}
.cid-tXb3phGlyL .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tXb3phGlyL .dropdown-item:hover {
  color: #0746c0 !important;
}
@media (max-width: 990px) {
  .cid-tXb3phGlyL .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tXb3phGlyL .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tXb3phGlyL .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tXb3phGlyL .btn {
  border-radius: 50px;
}
.cid-tXb3phGlyL ul {
  counter-reset: counter;
  margin: auto;
}
.cid-tXb3phGlyL .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #dde8eb;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-tXb3phGlyL .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-tXb3phGlyL .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-tXb3phGlyL ul li {
  height: 100px;
  display: flex;
}
.cid-tXb3phGlyL a.text-white:hover {
  color: #ffffff !important;
}
.cid-tXb3phGlyL a.text-primary:hover {
  color: #4c4c4c !important;
}
.cid-tXb3phGlyL a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-tXb3phGlyL a.text-success:hover {
  color: #1a7a90 !important;
}
.cid-tXb3phGlyL a.text-info:hover {
  color: #fab901 !important;
}
.cid-tXb3phGlyL a.text-warning:hover {
  color: #0746c0 !important;
}
.cid-tXb3phGlyL a.text-danger:hover {
  color: #cc1100 !important;
}
.cid-tXb3phGlyL a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-tXb3phGlyL ul li {
    height: 50px;
    display: list-item;
  }
}
.cid-tXb3phGlyL .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tXb3phGlyL .navbar-collapse.collapsing .nav-item {
  height: 50px;
}
.cid-tXb3phGlyL .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tXb3phGlyL .navbar-collapse.collapse.show .nav-item {
  height: 50px;
}
.cid-tXb3phGlyL .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tXb3pkmSvU {
  background-image: url("../../../assets/images/background3-1500x583.png");
}
@media (min-width: 992px) {
  .cid-tXb3pkmSvU .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-tXb3pkmSvU .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-tXb3pkmSvU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tXb3pkmSvU {
    margin-bottom: 2rem;
  }
}
.cid-tXb3pkmSvU .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-tXb3pkmSvU .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-tXb3pkmSvU .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-tXb3pkmSvU .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-tXb3pkmSvU .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-tXb3pkmSvU .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-tXb3pkmSvU .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
  text-align: left;
}
.cid-tXb3pkmSvU .desc1 {
  font-weight: 700;
  color: #ffffff;
}
.cid-tXb3pkmSvU .desc2 {
  font-weight: 700;
  margin-top: 20px;
  color: #ffffff;
}
.cid-tXb3pkmSvU .mbr-section-button {
  margin-top: 25px;
}
.cid-tXb3pkmSvU .desc1,
.cid-tXb3pkmSvU .mbr-section-btn {
  text-align: left;
}
.cid-tXbeGRjrBK {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tXbeGRjrBK .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-tXbeGRjrBK .wrap-img {
  border-bottom: 1px solid #e2e3e9;
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 192px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-tXbeGRjrBK .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-tXbeGRjrBK .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-tXbeGRjrBK .shadow:hover .mbr-iconfont,
.cid-tXbeGRjrBK .shadow:hover .number,
.cid-tXbeGRjrBK .shadow:hover .card-title {
  color: #fab901 !important;
}
.cid-tXbeGRjrBK .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-tXbeGRjrBK .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-tXbeGRjrBK .card-title {
  color: #14142b;
  margin-bottom: 6px;
  text-align: center;
  transition: 0.35s;
}
.cid-tXbeGRjrBK .title-block {
  margin-bottom: 56px;
}
.cid-tXbeGRjrBK .card-text {
  color: #8c8c95;
  text-align: center;
}
.cid-tXbeGRjrBK H3 {
  color: #14142b;
  text-align: center;
}
.cid-tXbeGRjrBK .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 39px 32px 48px;
}
.cid-tXbeGRjrBK .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-tXbeGRjrBK .link-title {
  display: inline-block;
}
.cid-tXbeGRjrBK .episode {
  color: #ffffff;
}
.cid-tXbeGRjrBK .img-title {
  color: #ffffff;
}
.cid-tXbeGRjrBK .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-tXbeGRjrBK .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-tXbeGRjrBK .mbr-section-title {
  color: #8c8c95;
  text-align: left;
}
@media (max-width: 860px) {
  .cid-tXbeGRjrBK .title-block {
    flex-direction: column;
  }
  .cid-tXbeGRjrBK .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-tXbeGRjrBK .item.features-image {
  margin-top: 35px;
}
.cid-tXbeGRjrBK .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-tXbeGRjrBK .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-tXbeGRjrBK .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-tXbeGRjrBK .item.features-image:nth-child(4) {
    margin-top: 35px;
  }
  .cid-tXbeGRjrBK .item.features-image:nth-child(3) {
    margin-top: 35px;
  }
}
@media (max-width: 768px) {
  .cid-tXbeGRjrBK .item.features-image:nth-child(2) {
    margin-top: 35px;
  }
}
.cid-tXbpzV33RK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXbpzV33RK .item-img {
  position: relative;
}
.cid-tXbpzV33RK .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tXbpzV33RK .card-text {
    padding-left: 4rem;
  }
}
.cid-tXbpzV33RK h5 {
  line-height: 1.2;
}
.cid-tXbpzV33RK .card {
  margin-bottom: 2rem;
}
.cid-tXbpzV33RK .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tXbpzV33RK .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tXbpzV33RK .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #5dabb0;
}
@media (max-width: 992px) {
  .cid-tXbpzV33RK .image-wrapper {
    min-height: 200px;
  }
}
.cid-tXbpzV33RK .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tXbpzV33RK .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tXbpzV33RK .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tXbpzV33RK .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tXbpzV33RK .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tXbpzV33RK .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tXbpzV33RK .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tXbpzV33RK .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tXbpzV33RK .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tXbpzV33RK .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tXbpzV33RK .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tXbpzV33RK .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tXbpzV33RK img,
.cid-tXbpzV33RK .item-img {
  width: 100%;
}
.cid-tXbpzV33RK .item:focus,
.cid-tXbpzV33RK span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tXbpzV33RK .item {
    margin-bottom: 1rem;
  }
}
.cid-tXbpzV33RK .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tXbpzV33RK .item-title {
  text-align: left;
  color: #000000;
}
.cid-tXbpzV33RK .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tXbpzV33RK .mbr-section-subtitle,
.cid-tXbpzV33RK .subtitle-wrap,
.cid-tXbpzV33RK .mbr-section-btn {
  text-align: left;
}
.cid-tXbpzV33RK .mbr-text,
.cid-tXbpzV33RK .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tXbpzV33RK .mbr-text {
  color: #4c4c4c;
}
.cid-tXbquayGNq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXbquayGNq .item-img {
  position: relative;
}
.cid-tXbquayGNq .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tXbquayGNq .card-text {
    padding-left: 4rem;
  }
}
.cid-tXbquayGNq h5 {
  line-height: 1.2;
}
.cid-tXbquayGNq .card {
  margin-bottom: 2rem;
}
.cid-tXbquayGNq .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tXbquayGNq .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tXbquayGNq .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #5dabb0;
}
@media (max-width: 992px) {
  .cid-tXbquayGNq .image-wrapper {
    min-height: 200px;
  }
}
.cid-tXbquayGNq .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tXbquayGNq .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tXbquayGNq .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tXbquayGNq .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tXbquayGNq .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tXbquayGNq .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tXbquayGNq .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tXbquayGNq .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tXbquayGNq .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tXbquayGNq .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tXbquayGNq .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tXbquayGNq .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tXbquayGNq img,
.cid-tXbquayGNq .item-img {
  width: 100%;
}
.cid-tXbquayGNq .item:focus,
.cid-tXbquayGNq span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tXbquayGNq .item {
    margin-bottom: 1rem;
  }
}
.cid-tXbquayGNq .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tXbquayGNq .item-title {
  text-align: left;
  color: #000000;
}
.cid-tXbquayGNq .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tXbquayGNq .mbr-section-subtitle,
.cid-tXbquayGNq .subtitle-wrap,
.cid-tXbquayGNq .mbr-section-btn {
  text-align: left;
}
.cid-tXbquayGNq .mbr-text,
.cid-tXbquayGNq .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tXbquayGNq .mbr-text {
  color: #000000;
}
.cid-tXbqvMq11K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXbqvMq11K .item-img {
  position: relative;
}
.cid-tXbqvMq11K .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tXbqvMq11K .card-text {
    padding-left: 4rem;
  }
}
.cid-tXbqvMq11K h5 {
  line-height: 1.2;
}
.cid-tXbqvMq11K .card {
  margin-bottom: 2rem;
}
.cid-tXbqvMq11K .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tXbqvMq11K .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tXbqvMq11K .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #5dabb0;
}
@media (max-width: 992px) {
  .cid-tXbqvMq11K .image-wrapper {
    min-height: 200px;
  }
}
.cid-tXbqvMq11K .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tXbqvMq11K .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tXbqvMq11K .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tXbqvMq11K .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tXbqvMq11K .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tXbqvMq11K .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tXbqvMq11K .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tXbqvMq11K .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tXbqvMq11K .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tXbqvMq11K .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tXbqvMq11K .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tXbqvMq11K .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tXbqvMq11K img,
.cid-tXbqvMq11K .item-img {
  width: 100%;
}
.cid-tXbqvMq11K .item:focus,
.cid-tXbqvMq11K span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tXbqvMq11K .item {
    margin-bottom: 1rem;
  }
}
.cid-tXbqvMq11K .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tXbqvMq11K .item-title {
  text-align: left;
  color: #000000;
}
.cid-tXbqvMq11K .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tXbqvMq11K .mbr-section-subtitle,
.cid-tXbqvMq11K .subtitle-wrap,
.cid-tXbqvMq11K .mbr-section-btn {
  text-align: left;
}
.cid-tXbqvMq11K .mbr-text,
.cid-tXbqvMq11K .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tXbqvMq11K .mbr-text {
  color: #000000;
}
.cid-tXbqwUsm9Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXbqwUsm9Q .item-img {
  position: relative;
}
.cid-tXbqwUsm9Q .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tXbqwUsm9Q .card-text {
    padding-left: 4rem;
  }
}
.cid-tXbqwUsm9Q h5 {
  line-height: 1.2;
}
.cid-tXbqwUsm9Q .card {
  margin-bottom: 2rem;
}
.cid-tXbqwUsm9Q .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tXbqwUsm9Q .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tXbqwUsm9Q .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #5dabb0;
}
@media (max-width: 992px) {
  .cid-tXbqwUsm9Q .image-wrapper {
    min-height: 200px;
  }
}
.cid-tXbqwUsm9Q .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tXbqwUsm9Q .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tXbqwUsm9Q .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tXbqwUsm9Q .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tXbqwUsm9Q .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tXbqwUsm9Q .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tXbqwUsm9Q .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tXbqwUsm9Q .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tXbqwUsm9Q .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tXbqwUsm9Q .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tXbqwUsm9Q .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tXbqwUsm9Q .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tXbqwUsm9Q img,
.cid-tXbqwUsm9Q .item-img {
  width: 100%;
}
.cid-tXbqwUsm9Q .item:focus,
.cid-tXbqwUsm9Q span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tXbqwUsm9Q .item {
    margin-bottom: 1rem;
  }
}
.cid-tXbqwUsm9Q .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tXbqwUsm9Q .item-title {
  text-align: left;
  color: #000000;
}
.cid-tXbqwUsm9Q .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tXbqwUsm9Q .mbr-section-subtitle,
.cid-tXbqwUsm9Q .subtitle-wrap,
.cid-tXbqwUsm9Q .mbr-section-btn {
  text-align: left;
}
.cid-tXbqwUsm9Q .mbr-text,
.cid-tXbqwUsm9Q .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tXbqwUsm9Q .mbr-text {
  color: #000000;
}
.cid-tXbqyg7TBW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXbqyg7TBW .item-img {
  position: relative;
}
.cid-tXbqyg7TBW .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tXbqyg7TBW .card-text {
    padding-left: 4rem;
  }
}
.cid-tXbqyg7TBW h5 {
  line-height: 1.2;
}
.cid-tXbqyg7TBW .card {
  margin-bottom: 2rem;
}
.cid-tXbqyg7TBW .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tXbqyg7TBW .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tXbqyg7TBW .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #5dabb0;
}
@media (max-width: 992px) {
  .cid-tXbqyg7TBW .image-wrapper {
    min-height: 200px;
  }
}
.cid-tXbqyg7TBW .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tXbqyg7TBW .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tXbqyg7TBW .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tXbqyg7TBW .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tXbqyg7TBW .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tXbqyg7TBW .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tXbqyg7TBW .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tXbqyg7TBW .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tXbqyg7TBW .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tXbqyg7TBW .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tXbqyg7TBW .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tXbqyg7TBW .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tXbqyg7TBW img,
.cid-tXbqyg7TBW .item-img {
  width: 100%;
}
.cid-tXbqyg7TBW .item:focus,
.cid-tXbqyg7TBW span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tXbqyg7TBW .item {
    margin-bottom: 1rem;
  }
}
.cid-tXbqyg7TBW .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tXbqyg7TBW .item-title {
  text-align: left;
  color: #000000;
}
.cid-tXbqyg7TBW .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tXbqyg7TBW .mbr-section-subtitle,
.cid-tXbqyg7TBW .subtitle-wrap,
.cid-tXbqyg7TBW .mbr-section-btn {
  text-align: left;
}
.cid-tXbqyg7TBW .mbr-text,
.cid-tXbqyg7TBW .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tXbqyg7TBW .mbr-text {
  color: #000000;
}
.cid-tXbqsOLlDf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXbqsOLlDf .item-img {
  position: relative;
}
.cid-tXbqsOLlDf .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tXbqsOLlDf .card-text {
    padding-left: 4rem;
  }
}
.cid-tXbqsOLlDf h5 {
  line-height: 1.2;
}
.cid-tXbqsOLlDf .card {
  margin-bottom: 2rem;
}
.cid-tXbqsOLlDf .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tXbqsOLlDf .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tXbqsOLlDf .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #5dabb0;
}
@media (max-width: 992px) {
  .cid-tXbqsOLlDf .image-wrapper {
    min-height: 200px;
  }
}
.cid-tXbqsOLlDf .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tXbqsOLlDf .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tXbqsOLlDf .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tXbqsOLlDf .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tXbqsOLlDf .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tXbqsOLlDf .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tXbqsOLlDf .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tXbqsOLlDf .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tXbqsOLlDf .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tXbqsOLlDf .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tXbqsOLlDf .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tXbqsOLlDf .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tXbqsOLlDf img,
.cid-tXbqsOLlDf .item-img {
  width: 100%;
}
.cid-tXbqsOLlDf .item:focus,
.cid-tXbqsOLlDf span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tXbqsOLlDf .item {
    margin-bottom: 1rem;
  }
}
.cid-tXbqsOLlDf .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tXbqsOLlDf .item-title {
  text-align: left;
  color: #000000;
}
.cid-tXbqsOLlDf .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tXbqsOLlDf .mbr-section-subtitle,
.cid-tXbqsOLlDf .subtitle-wrap,
.cid-tXbqsOLlDf .mbr-section-btn {
  text-align: left;
}
.cid-tXbqsOLlDf .mbr-text,
.cid-tXbqsOLlDf .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tXbqsOLlDf .mbr-text {
  color: #000000;
}
.cid-tXbsuuuGVm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXbsuuuGVm .item-img {
  position: relative;
}
.cid-tXbsuuuGVm .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tXbsuuuGVm .card-text {
    padding-left: 4rem;
  }
}
.cid-tXbsuuuGVm h5 {
  line-height: 1.2;
}
.cid-tXbsuuuGVm .card {
  margin-bottom: 2rem;
}
.cid-tXbsuuuGVm .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tXbsuuuGVm .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tXbsuuuGVm .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #5dabb0;
}
@media (max-width: 992px) {
  .cid-tXbsuuuGVm .image-wrapper {
    min-height: 200px;
  }
}
.cid-tXbsuuuGVm .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tXbsuuuGVm .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tXbsuuuGVm .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tXbsuuuGVm .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tXbsuuuGVm .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tXbsuuuGVm .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tXbsuuuGVm .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tXbsuuuGVm .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tXbsuuuGVm .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tXbsuuuGVm .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tXbsuuuGVm .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tXbsuuuGVm .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tXbsuuuGVm img,
.cid-tXbsuuuGVm .item-img {
  width: 100%;
}
.cid-tXbsuuuGVm .item:focus,
.cid-tXbsuuuGVm span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tXbsuuuGVm .item {
    margin-bottom: 1rem;
  }
}
.cid-tXbsuuuGVm .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tXbsuuuGVm .item-title {
  text-align: left;
  color: #000000;
}
.cid-tXbsuuuGVm .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tXbsuuuGVm .mbr-section-subtitle,
.cid-tXbsuuuGVm .subtitle-wrap,
.cid-tXbsuuuGVm .mbr-section-btn {
  text-align: left;
}
.cid-tXbsuuuGVm .mbr-text,
.cid-tXbsuuuGVm .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tXbsuuuGVm .mbr-text {
  color: #000000;
}
.cid-tXbsvG4WDa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXbsvG4WDa .item-img {
  position: relative;
}
.cid-tXbsvG4WDa .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tXbsvG4WDa .card-text {
    padding-left: 4rem;
  }
}
.cid-tXbsvG4WDa h5 {
  line-height: 1.2;
}
.cid-tXbsvG4WDa .card {
  margin-bottom: 2rem;
}
.cid-tXbsvG4WDa .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tXbsvG4WDa .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tXbsvG4WDa .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #5dabb0;
}
@media (max-width: 992px) {
  .cid-tXbsvG4WDa .image-wrapper {
    min-height: 200px;
  }
}
.cid-tXbsvG4WDa .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tXbsvG4WDa .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tXbsvG4WDa .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tXbsvG4WDa .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tXbsvG4WDa .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tXbsvG4WDa .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tXbsvG4WDa .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tXbsvG4WDa .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tXbsvG4WDa .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tXbsvG4WDa .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tXbsvG4WDa .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tXbsvG4WDa .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tXbsvG4WDa img,
.cid-tXbsvG4WDa .item-img {
  width: 100%;
}
.cid-tXbsvG4WDa .item:focus,
.cid-tXbsvG4WDa span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tXbsvG4WDa .item {
    margin-bottom: 1rem;
  }
}
.cid-tXbsvG4WDa .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tXbsvG4WDa .item-title {
  text-align: left;
  color: #000000;
}
.cid-tXbsvG4WDa .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tXbsvG4WDa .mbr-section-subtitle,
.cid-tXbsvG4WDa .subtitle-wrap,
.cid-tXbsvG4WDa .mbr-section-btn {
  text-align: left;
}
.cid-tXbsvG4WDa .mbr-text,
.cid-tXbsvG4WDa .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tXbsvG4WDa .mbr-text {
  color: #000000;
}
.cid-tXb3pDlyEi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1d1d1f;
}
.cid-tXb3pDlyEi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXb3pDlyEi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXb3pDlyEi .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tXb3pDlyEi .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tXb3pDlyEi .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tXb3pDlyEi .row {
    text-align: center;
  }
  .cid-tXb3pDlyEi .social-row {
    justify-content: center;
  }
}
.cid-tXb3pDlyEi .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tXb3pDlyEi .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tXb3pDlyEi .list {
    margin-bottom: 0rem;
  }
}
.cid-tXb3pDlyEi .mbr-text {
  color: #bbbbbb;
}
.cid-tXb3pDlyEi .mbr-iconfont {
  color: black;
}
.cid-tXb3pDlyEi .copyright {
  color: #ffffff;
}
.cid-tXz6yZIZYC {
  z-index: 1000;
  width: 100%;
}
.cid-tXz6yZIZYC nav.navbar {
  position: fixed;
}
.cid-tXz6yZIZYC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXz6yZIZYC .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tXz6yZIZYC .dropdown-item:hover,
.cid-tXz6yZIZYC .dropdown-item:focus {
  color: #4c4c4c !important;
}
.cid-tXz6yZIZYC .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-tXz6yZIZYC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXz6yZIZYC .nav-link {
  position: relative;
  padding: 0;
}
.cid-tXz6yZIZYC .container {
  display: flex;
  margin: auto;
}
.cid-tXz6yZIZYC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXz6yZIZYC .dropdown-menu,
.cid-tXz6yZIZYC .navbar.opened {
  background: #1a7a90 !important;
}
.cid-tXz6yZIZYC .nav-item:focus,
.cid-tXz6yZIZYC .nav-link:focus {
  outline: none;
}
.cid-tXz6yZIZYC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXz6yZIZYC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXz6yZIZYC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXz6yZIZYC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXz6yZIZYC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXz6yZIZYC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXz6yZIZYC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 122, 144, 0.5);
}
.cid-tXz6yZIZYC .navbar.opened {
  transition: all 0.3s;
}
.cid-tXz6yZIZYC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXz6yZIZYC .navbar .navbar-logo img {
  width: auto;
}
.cid-tXz6yZIZYC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXz6yZIZYC .navbar.collapsed {
  justify-content: center;
}
.cid-tXz6yZIZYC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXz6yZIZYC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXz6yZIZYC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tXz6yZIZYC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXz6yZIZYC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXz6yZIZYC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tXz6yZIZYC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXz6yZIZYC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXz6yZIZYC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXz6yZIZYC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXz6yZIZYC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXz6yZIZYC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXz6yZIZYC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXz6yZIZYC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tXz6yZIZYC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXz6yZIZYC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXz6yZIZYC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXz6yZIZYC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXz6yZIZYC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXz6yZIZYC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXz6yZIZYC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXz6yZIZYC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXz6yZIZYC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXz6yZIZYC .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-tXz6yZIZYC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXz6yZIZYC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXz6yZIZYC .dropdown-item.active,
.cid-tXz6yZIZYC .dropdown-item:active {
  background-color: transparent;
}
.cid-tXz6yZIZYC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXz6yZIZYC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXz6yZIZYC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXz6yZIZYC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a7a90;
}
.cid-tXz6yZIZYC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXz6yZIZYC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXz6yZIZYC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXz6yZIZYC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXz6yZIZYC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXz6yZIZYC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tXz6yZIZYC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXz6yZIZYC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXz6yZIZYC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXz6yZIZYC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXz6yZIZYC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXz6yZIZYC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXz6yZIZYC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXz6yZIZYC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXz6yZIZYC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXz6yZIZYC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXz6yZIZYC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXz6yZIZYC .navbar {
    height: 70px;
  }
  .cid-tXz6yZIZYC .navbar.opened {
    height: auto;
  }
  .cid-tXz6yZIZYC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXz6yZIZYC .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tXz6yZIZYC .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tXz6yZIZYC a {
  display: inline;
  font-weight: bold;
}
.cid-tXz6yZIZYC img {
  display: inline;
  padding-right: 10px;
}
.cid-tXz6yZIZYC .dropdown-toggle:after {
  display: none;
}
.cid-tXz6yZIZYC .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tXz6yZIZYC .dropdown-item:hover {
  color: #0746c0 !important;
}
@media (max-width: 990px) {
  .cid-tXz6yZIZYC .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tXz6yZIZYC .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tXz6yZIZYC .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tXz6yZIZYC .btn {
  border-radius: 50px;
}
.cid-tXz6yZIZYC ul {
  counter-reset: counter;
  margin: auto;
}
.cid-tXz6yZIZYC .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #dde8eb;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-tXz6yZIZYC .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-tXz6yZIZYC .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-tXz6yZIZYC ul li {
  height: 100px;
  display: flex;
}
.cid-tXz6yZIZYC a.text-white:hover {
  color: #ffffff !important;
}
.cid-tXz6yZIZYC a.text-primary:hover {
  color: #4c4c4c !important;
}
.cid-tXz6yZIZYC a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-tXz6yZIZYC a.text-success:hover {
  color: #1a7a90 !important;
}
.cid-tXz6yZIZYC a.text-info:hover {
  color: #fab901 !important;
}
.cid-tXz6yZIZYC a.text-warning:hover {
  color: #0746c0 !important;
}
.cid-tXz6yZIZYC a.text-danger:hover {
  color: #cc1100 !important;
}
.cid-tXz6yZIZYC a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-tXz6yZIZYC ul li {
    height: 50px;
    display: list-item;
  }
}
.cid-tXz6yZIZYC .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tXz6yZIZYC .navbar-collapse.collapsing .nav-item {
  height: 50px;
}
.cid-tXz6yZIZYC .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tXz6yZIZYC .navbar-collapse.collapse.show .nav-item {
  height: 50px;
}
.cid-tXz6yZIZYC .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tXz6z6N3Tj {
  background-image: url("../../../assets/images/background3-1500x583.png");
}
@media (min-width: 992px) {
  .cid-tXz6z6N3Tj .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-tXz6z6N3Tj .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-tXz6z6N3Tj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tXz6z6N3Tj {
    margin-bottom: 2rem;
  }
}
.cid-tXz6z6N3Tj .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-tXz6z6N3Tj .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-tXz6z6N3Tj .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-tXz6z6N3Tj .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-tXz6z6N3Tj .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-tXz6z6N3Tj .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-tXz6z6N3Tj .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
  text-align: left;
}
.cid-tXz6z6N3Tj .desc1 {
  font-weight: 700;
  color: #ffffff;
}
.cid-tXz6z6N3Tj .desc2 {
  font-weight: 700;
  margin-top: 20px;
  color: #ffffff;
}
.cid-tXz6z6N3Tj .mbr-section-button {
  margin-top: 25px;
}
.cid-tXz6z6N3Tj .desc1,
.cid-tXz6z6N3Tj .mbr-section-btn {
  text-align: left;
}
.cid-tXz6z9H9IJ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tXz6z9H9IJ .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-tXz6z9H9IJ .wrap-img {
  border-bottom: 1px solid #e2e3e9;
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 192px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-tXz6z9H9IJ .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-tXz6z9H9IJ .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-tXz6z9H9IJ .shadow:hover .mbr-iconfont,
.cid-tXz6z9H9IJ .shadow:hover .number,
.cid-tXz6z9H9IJ .shadow:hover .card-title {
  color: #fab901 !important;
}
.cid-tXz6z9H9IJ .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-tXz6z9H9IJ .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-tXz6z9H9IJ .card-title {
  color: #14142b;
  margin-bottom: 6px;
  text-align: center;
  transition: 0.35s;
}
.cid-tXz6z9H9IJ .title-block {
  margin-bottom: 56px;
}
.cid-tXz6z9H9IJ .card-text {
  color: #8c8c95;
  text-align: center;
}
.cid-tXz6z9H9IJ H3 {
  color: #14142b;
  text-align: center;
}
.cid-tXz6z9H9IJ .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 39px 32px 48px;
}
.cid-tXz6z9H9IJ .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-tXz6z9H9IJ .link-title {
  display: inline-block;
}
.cid-tXz6z9H9IJ .episode {
  color: #ffffff;
}
.cid-tXz6z9H9IJ .img-title {
  color: #ffffff;
}
.cid-tXz6z9H9IJ .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-tXz6z9H9IJ .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-tXz6z9H9IJ .mbr-section-title {
  color: #8c8c95;
  text-align: left;
}
@media (max-width: 860px) {
  .cid-tXz6z9H9IJ .title-block {
    flex-direction: column;
  }
  .cid-tXz6z9H9IJ .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-tXz6z9H9IJ .item.features-image {
  margin-top: 35px;
}
.cid-tXz6z9H9IJ .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-tXz6z9H9IJ .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-tXz6z9H9IJ .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-tXz6z9H9IJ .item.features-image:nth-child(4) {
    margin-top: 35px;
  }
  .cid-tXz6z9H9IJ .item.features-image:nth-child(3) {
    margin-top: 35px;
  }
}
@media (max-width: 768px) {
  .cid-tXz6z9H9IJ .item.features-image:nth-child(2) {
    margin-top: 35px;
  }
}
.cid-tXz6zbKFsT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXz6zbKFsT .item-img {
  position: relative;
}
.cid-tXz6zbKFsT .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tXz6zbKFsT .card-text {
    padding-left: 4rem;
  }
}
.cid-tXz6zbKFsT h5 {
  line-height: 1.2;
}
.cid-tXz6zbKFsT .card {
  margin-bottom: 2rem;
}
.cid-tXz6zbKFsT .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tXz6zbKFsT .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tXz6zbKFsT .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #5dabb0;
}
@media (max-width: 992px) {
  .cid-tXz6zbKFsT .image-wrapper {
    min-height: 200px;
  }
}
.cid-tXz6zbKFsT .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tXz6zbKFsT .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tXz6zbKFsT .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tXz6zbKFsT .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tXz6zbKFsT .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tXz6zbKFsT .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tXz6zbKFsT .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tXz6zbKFsT .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tXz6zbKFsT .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tXz6zbKFsT .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tXz6zbKFsT .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tXz6zbKFsT .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tXz6zbKFsT img,
.cid-tXz6zbKFsT .item-img {
  width: 100%;
}
.cid-tXz6zbKFsT .item:focus,
.cid-tXz6zbKFsT span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tXz6zbKFsT .item {
    margin-bottom: 1rem;
  }
}
.cid-tXz6zbKFsT .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tXz6zbKFsT .item-title {
  text-align: left;
  color: #000000;
}
.cid-tXz6zbKFsT .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tXz6zbKFsT .mbr-section-subtitle,
.cid-tXz6zbKFsT .subtitle-wrap,
.cid-tXz6zbKFsT .mbr-section-btn {
  text-align: left;
}
.cid-tXz6zbKFsT .mbr-text,
.cid-tXz6zbKFsT .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tXz6zbKFsT .mbr-text {
  color: #4c4c4c;
}
.cid-tXz6ze034K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXz6ze034K .item-img {
  position: relative;
}
.cid-tXz6ze034K .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tXz6ze034K .card-text {
    padding-left: 4rem;
  }
}
.cid-tXz6ze034K h5 {
  line-height: 1.2;
}
.cid-tXz6ze034K .card {
  margin-bottom: 2rem;
}
.cid-tXz6ze034K .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tXz6ze034K .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tXz6ze034K .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #5dabb0;
}
@media (max-width: 992px) {
  .cid-tXz6ze034K .image-wrapper {
    min-height: 200px;
  }
}
.cid-tXz6ze034K .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tXz6ze034K .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tXz6ze034K .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tXz6ze034K .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tXz6ze034K .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tXz6ze034K .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tXz6ze034K .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tXz6ze034K .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tXz6ze034K .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tXz6ze034K .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tXz6ze034K .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tXz6ze034K .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tXz6ze034K img,
.cid-tXz6ze034K .item-img {
  width: 100%;
}
.cid-tXz6ze034K .item:focus,
.cid-tXz6ze034K span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tXz6ze034K .item {
    margin-bottom: 1rem;
  }
}
.cid-tXz6ze034K .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tXz6ze034K .item-title {
  text-align: left;
  color: #000000;
}
.cid-tXz6ze034K .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tXz6ze034K .mbr-section-subtitle,
.cid-tXz6ze034K .subtitle-wrap,
.cid-tXz6ze034K .mbr-section-btn {
  text-align: left;
}
.cid-tXz6ze034K .mbr-text,
.cid-tXz6ze034K .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tXz6ze034K .mbr-text {
  color: #000000;
}
.cid-tXz6ztQJ9x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1d1d1f;
}
.cid-tXz6ztQJ9x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXz6ztQJ9x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXz6ztQJ9x .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tXz6ztQJ9x .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tXz6ztQJ9x .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tXz6ztQJ9x .row {
    text-align: center;
  }
  .cid-tXz6ztQJ9x .social-row {
    justify-content: center;
  }
}
.cid-tXz6ztQJ9x .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tXz6ztQJ9x .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tXz6ztQJ9x .list {
    margin-bottom: 0rem;
  }
}
.cid-tXz6ztQJ9x .mbr-text {
  color: #bbbbbb;
}
.cid-tXz6ztQJ9x .mbr-iconfont {
  color: black;
}
.cid-tXz6ztQJ9x .copyright {
  color: #ffffff;
}
.cid-tXz8vIBxav {
  z-index: 1000;
  width: 100%;
}
.cid-tXz8vIBxav nav.navbar {
  position: fixed;
}
.cid-tXz8vIBxav .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXz8vIBxav .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tXz8vIBxav .dropdown-item:hover,
.cid-tXz8vIBxav .dropdown-item:focus {
  color: #4c4c4c !important;
}
.cid-tXz8vIBxav .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-tXz8vIBxav .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXz8vIBxav .nav-link {
  position: relative;
  padding: 0;
}
.cid-tXz8vIBxav .container {
  display: flex;
  margin: auto;
}
.cid-tXz8vIBxav .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXz8vIBxav .dropdown-menu,
.cid-tXz8vIBxav .navbar.opened {
  background: #1a7a90 !important;
}
.cid-tXz8vIBxav .nav-item:focus,
.cid-tXz8vIBxav .nav-link:focus {
  outline: none;
}
.cid-tXz8vIBxav .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXz8vIBxav .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXz8vIBxav .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXz8vIBxav .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXz8vIBxav .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXz8vIBxav .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXz8vIBxav .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 122, 144, 0.5);
}
.cid-tXz8vIBxav .navbar.opened {
  transition: all 0.3s;
}
.cid-tXz8vIBxav .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXz8vIBxav .navbar .navbar-logo img {
  width: auto;
}
.cid-tXz8vIBxav .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXz8vIBxav .navbar.collapsed {
  justify-content: center;
}
.cid-tXz8vIBxav .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXz8vIBxav .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXz8vIBxav .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tXz8vIBxav .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXz8vIBxav .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXz8vIBxav .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tXz8vIBxav .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXz8vIBxav .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXz8vIBxav .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXz8vIBxav .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXz8vIBxav .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXz8vIBxav .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXz8vIBxav .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXz8vIBxav .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tXz8vIBxav .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXz8vIBxav .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXz8vIBxav .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXz8vIBxav .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXz8vIBxav .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXz8vIBxav .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXz8vIBxav .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXz8vIBxav .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXz8vIBxav .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXz8vIBxav .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-tXz8vIBxav .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXz8vIBxav .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXz8vIBxav .dropdown-item.active,
.cid-tXz8vIBxav .dropdown-item:active {
  background-color: transparent;
}
.cid-tXz8vIBxav .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXz8vIBxav .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXz8vIBxav .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXz8vIBxav .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a7a90;
}
.cid-tXz8vIBxav .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXz8vIBxav .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXz8vIBxav ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXz8vIBxav .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXz8vIBxav button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXz8vIBxav button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tXz8vIBxav button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXz8vIBxav button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXz8vIBxav button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXz8vIBxav button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXz8vIBxav nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXz8vIBxav nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXz8vIBxav nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXz8vIBxav nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXz8vIBxav .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXz8vIBxav a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXz8vIBxav .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXz8vIBxav .navbar {
    height: 70px;
  }
  .cid-tXz8vIBxav .navbar.opened {
    height: auto;
  }
  .cid-tXz8vIBxav .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXz8vIBxav .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tXz8vIBxav .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tXz8vIBxav a {
  display: inline;
  font-weight: bold;
}
.cid-tXz8vIBxav img {
  display: inline;
  padding-right: 10px;
}
.cid-tXz8vIBxav .dropdown-toggle:after {
  display: none;
}
.cid-tXz8vIBxav .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tXz8vIBxav .dropdown-item:hover {
  color: #0746c0 !important;
}
@media (max-width: 990px) {
  .cid-tXz8vIBxav .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tXz8vIBxav .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tXz8vIBxav .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tXz8vIBxav .btn {
  border-radius: 50px;
}
.cid-tXz8vIBxav ul {
  counter-reset: counter;
  margin: auto;
}
.cid-tXz8vIBxav .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #dde8eb;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-tXz8vIBxav .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-tXz8vIBxav .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-tXz8vIBxav ul li {
  height: 100px;
  display: flex;
}
.cid-tXz8vIBxav a.text-white:hover {
  color: #ffffff !important;
}
.cid-tXz8vIBxav a.text-primary:hover {
  color: #4c4c4c !important;
}
.cid-tXz8vIBxav a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-tXz8vIBxav a.text-success:hover {
  color: #1a7a90 !important;
}
.cid-tXz8vIBxav a.text-info:hover {
  color: #fab901 !important;
}
.cid-tXz8vIBxav a.text-warning:hover {
  color: #0746c0 !important;
}
.cid-tXz8vIBxav a.text-danger:hover {
  color: #cc1100 !important;
}
.cid-tXz8vIBxav a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-tXz8vIBxav ul li {
    height: 50px;
    display: list-item;
  }
}
.cid-tXz8vIBxav .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tXz8vIBxav .navbar-collapse.collapsing .nav-item {
  height: 50px;
}
.cid-tXz8vIBxav .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tXz8vIBxav .navbar-collapse.collapse.show .nav-item {
  height: 50px;
}
.cid-tXz8vIBxav .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tXz8vOknYO {
  background-image: url("../../../assets/images/background3-1500x583.png");
}
@media (min-width: 992px) {
  .cid-tXz8vOknYO .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-tXz8vOknYO .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-tXz8vOknYO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tXz8vOknYO {
    margin-bottom: 2rem;
  }
}
.cid-tXz8vOknYO .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-tXz8vOknYO .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-tXz8vOknYO .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-tXz8vOknYO .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-tXz8vOknYO .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-tXz8vOknYO .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-tXz8vOknYO .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
  text-align: left;
}
.cid-tXz8vOknYO .desc1 {
  font-weight: 700;
  color: #ffffff;
}
.cid-tXz8vOknYO .desc2 {
  font-weight: 700;
  margin-top: 20px;
  color: #ffffff;
}
.cid-tXz8vOknYO .mbr-section-button {
  margin-top: 25px;
}
.cid-tXz8vOknYO .desc1,
.cid-tXz8vOknYO .mbr-section-btn {
  text-align: left;
}
.cid-tXz8vSliK5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tXz8vSliK5 .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-tXz8vSliK5 .wrap-img {
  border-bottom: 1px solid #e2e3e9;
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 192px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-tXz8vSliK5 .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-tXz8vSliK5 .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-tXz8vSliK5 .shadow:hover .mbr-iconfont,
.cid-tXz8vSliK5 .shadow:hover .number,
.cid-tXz8vSliK5 .shadow:hover .card-title {
  color: #fab901 !important;
}
.cid-tXz8vSliK5 .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-tXz8vSliK5 .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-tXz8vSliK5 .card-title {
  color: #14142b;
  margin-bottom: 6px;
  text-align: center;
  transition: 0.35s;
}
.cid-tXz8vSliK5 .title-block {
  margin-bottom: 56px;
}
.cid-tXz8vSliK5 .card-text {
  color: #8c8c95;
  text-align: center;
}
.cid-tXz8vSliK5 H3 {
  color: #14142b;
  text-align: center;
}
.cid-tXz8vSliK5 .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 39px 32px 48px;
}
.cid-tXz8vSliK5 .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-tXz8vSliK5 .link-title {
  display: inline-block;
}
.cid-tXz8vSliK5 .episode {
  color: #ffffff;
}
.cid-tXz8vSliK5 .img-title {
  color: #ffffff;
}
.cid-tXz8vSliK5 .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-tXz8vSliK5 .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-tXz8vSliK5 .mbr-section-title {
  color: #8c8c95;
  text-align: left;
}
@media (max-width: 860px) {
  .cid-tXz8vSliK5 .title-block {
    flex-direction: column;
  }
  .cid-tXz8vSliK5 .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-tXz8vSliK5 .item.features-image {
  margin-top: 35px;
}
.cid-tXz8vSliK5 .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-tXz8vSliK5 .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-tXz8vSliK5 .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-tXz8vSliK5 .item.features-image:nth-child(4) {
    margin-top: 35px;
  }
  .cid-tXz8vSliK5 .item.features-image:nth-child(3) {
    margin-top: 35px;
  }
}
@media (max-width: 768px) {
  .cid-tXz8vSliK5 .item.features-image:nth-child(2) {
    margin-top: 35px;
  }
}
.cid-tXz8vVjUpE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXz8vVjUpE .item-img {
  position: relative;
}
.cid-tXz8vVjUpE .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tXz8vVjUpE .card-text {
    padding-left: 4rem;
  }
}
.cid-tXz8vVjUpE h5 {
  line-height: 1.2;
}
.cid-tXz8vVjUpE .card {
  margin-bottom: 2rem;
}
.cid-tXz8vVjUpE .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tXz8vVjUpE .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tXz8vVjUpE .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #5dabb0;
}
@media (max-width: 992px) {
  .cid-tXz8vVjUpE .image-wrapper {
    min-height: 200px;
  }
}
.cid-tXz8vVjUpE .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tXz8vVjUpE .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tXz8vVjUpE .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tXz8vVjUpE .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tXz8vVjUpE .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tXz8vVjUpE .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tXz8vVjUpE .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tXz8vVjUpE .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tXz8vVjUpE .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tXz8vVjUpE .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tXz8vVjUpE .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tXz8vVjUpE .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tXz8vVjUpE img,
.cid-tXz8vVjUpE .item-img {
  width: 100%;
}
.cid-tXz8vVjUpE .item:focus,
.cid-tXz8vVjUpE span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tXz8vVjUpE .item {
    margin-bottom: 1rem;
  }
}
.cid-tXz8vVjUpE .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tXz8vVjUpE .item-title {
  text-align: left;
  color: #000000;
}
.cid-tXz8vVjUpE .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tXz8vVjUpE .mbr-section-subtitle,
.cid-tXz8vVjUpE .subtitle-wrap,
.cid-tXz8vVjUpE .mbr-section-btn {
  text-align: left;
}
.cid-tXz8vVjUpE .mbr-text,
.cid-tXz8vVjUpE .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tXz8vVjUpE .mbr-text {
  color: #4c4c4c;
}
.cid-tXz8w0iGEU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXz8w0iGEU .item-img {
  position: relative;
}
.cid-tXz8w0iGEU .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tXz8w0iGEU .card-text {
    padding-left: 4rem;
  }
}
.cid-tXz8w0iGEU h5 {
  line-height: 1.2;
}
.cid-tXz8w0iGEU .card {
  margin-bottom: 2rem;
}
.cid-tXz8w0iGEU .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tXz8w0iGEU .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tXz8w0iGEU .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #5dabb0;
}
@media (max-width: 992px) {
  .cid-tXz8w0iGEU .image-wrapper {
    min-height: 200px;
  }
}
.cid-tXz8w0iGEU .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tXz8w0iGEU .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tXz8w0iGEU .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tXz8w0iGEU .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tXz8w0iGEU .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tXz8w0iGEU .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tXz8w0iGEU .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tXz8w0iGEU .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tXz8w0iGEU .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tXz8w0iGEU .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tXz8w0iGEU .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tXz8w0iGEU .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tXz8w0iGEU img,
.cid-tXz8w0iGEU .item-img {
  width: 100%;
}
.cid-tXz8w0iGEU .item:focus,
.cid-tXz8w0iGEU span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tXz8w0iGEU .item {
    margin-bottom: 1rem;
  }
}
.cid-tXz8w0iGEU .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tXz8w0iGEU .item-title {
  text-align: left;
  color: #000000;
}
.cid-tXz8w0iGEU .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tXz8w0iGEU .mbr-section-subtitle,
.cid-tXz8w0iGEU .subtitle-wrap,
.cid-tXz8w0iGEU .mbr-section-btn {
  text-align: left;
}
.cid-tXz8w0iGEU .mbr-text,
.cid-tXz8w0iGEU .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tXz8w0iGEU .mbr-text {
  color: #000000;
}
.cid-tXz8w5vIhu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1d1d1f;
}
.cid-tXz8w5vIhu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXz8w5vIhu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXz8w5vIhu .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tXz8w5vIhu .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tXz8w5vIhu .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tXz8w5vIhu .row {
    text-align: center;
  }
  .cid-tXz8w5vIhu .social-row {
    justify-content: center;
  }
}
.cid-tXz8w5vIhu .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tXz8w5vIhu .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tXz8w5vIhu .list {
    margin-bottom: 0rem;
  }
}
.cid-tXz8w5vIhu .mbr-text {
  color: #bbbbbb;
}
.cid-tXz8w5vIhu .mbr-iconfont {
  color: black;
}
.cid-tXz8w5vIhu .copyright {
  color: #ffffff;
}
.cid-tXz9TtE9o2 {
  z-index: 1000;
  width: 100%;
}
.cid-tXz9TtE9o2 nav.navbar {
  position: fixed;
}
.cid-tXz9TtE9o2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXz9TtE9o2 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tXz9TtE9o2 .dropdown-item:hover,
.cid-tXz9TtE9o2 .dropdown-item:focus {
  color: #4c4c4c !important;
}
.cid-tXz9TtE9o2 .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-tXz9TtE9o2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXz9TtE9o2 .nav-link {
  position: relative;
  padding: 0;
}
.cid-tXz9TtE9o2 .container {
  display: flex;
  margin: auto;
}
.cid-tXz9TtE9o2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXz9TtE9o2 .dropdown-menu,
.cid-tXz9TtE9o2 .navbar.opened {
  background: #1a7a90 !important;
}
.cid-tXz9TtE9o2 .nav-item:focus,
.cid-tXz9TtE9o2 .nav-link:focus {
  outline: none;
}
.cid-tXz9TtE9o2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXz9TtE9o2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXz9TtE9o2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXz9TtE9o2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXz9TtE9o2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXz9TtE9o2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXz9TtE9o2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 122, 144, 0.5);
}
.cid-tXz9TtE9o2 .navbar.opened {
  transition: all 0.3s;
}
.cid-tXz9TtE9o2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXz9TtE9o2 .navbar .navbar-logo img {
  width: auto;
}
.cid-tXz9TtE9o2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXz9TtE9o2 .navbar.collapsed {
  justify-content: center;
}
.cid-tXz9TtE9o2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXz9TtE9o2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXz9TtE9o2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tXz9TtE9o2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXz9TtE9o2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXz9TtE9o2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tXz9TtE9o2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXz9TtE9o2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXz9TtE9o2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXz9TtE9o2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXz9TtE9o2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXz9TtE9o2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXz9TtE9o2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXz9TtE9o2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tXz9TtE9o2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXz9TtE9o2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXz9TtE9o2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXz9TtE9o2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXz9TtE9o2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXz9TtE9o2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXz9TtE9o2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXz9TtE9o2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXz9TtE9o2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXz9TtE9o2 .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-tXz9TtE9o2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXz9TtE9o2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXz9TtE9o2 .dropdown-item.active,
.cid-tXz9TtE9o2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tXz9TtE9o2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXz9TtE9o2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXz9TtE9o2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXz9TtE9o2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a7a90;
}
.cid-tXz9TtE9o2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXz9TtE9o2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXz9TtE9o2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXz9TtE9o2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXz9TtE9o2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXz9TtE9o2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tXz9TtE9o2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXz9TtE9o2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXz9TtE9o2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXz9TtE9o2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXz9TtE9o2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXz9TtE9o2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXz9TtE9o2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXz9TtE9o2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXz9TtE9o2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXz9TtE9o2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXz9TtE9o2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXz9TtE9o2 .navbar {
    height: 70px;
  }
  .cid-tXz9TtE9o2 .navbar.opened {
    height: auto;
  }
  .cid-tXz9TtE9o2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXz9TtE9o2 .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tXz9TtE9o2 .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tXz9TtE9o2 a {
  display: inline;
  font-weight: bold;
}
.cid-tXz9TtE9o2 img {
  display: inline;
  padding-right: 10px;
}
.cid-tXz9TtE9o2 .dropdown-toggle:after {
  display: none;
}
.cid-tXz9TtE9o2 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tXz9TtE9o2 .dropdown-item:hover {
  color: #0746c0 !important;
}
@media (max-width: 990px) {
  .cid-tXz9TtE9o2 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tXz9TtE9o2 .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tXz9TtE9o2 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tXz9TtE9o2 .btn {
  border-radius: 50px;
}
.cid-tXz9TtE9o2 ul {
  counter-reset: counter;
  margin: auto;
}
.cid-tXz9TtE9o2 .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #dde8eb;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-tXz9TtE9o2 .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-tXz9TtE9o2 .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-tXz9TtE9o2 ul li {
  height: 100px;
  display: flex;
}
.cid-tXz9TtE9o2 a.text-white:hover {
  color: #ffffff !important;
}
.cid-tXz9TtE9o2 a.text-primary:hover {
  color: #4c4c4c !important;
}
.cid-tXz9TtE9o2 a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-tXz9TtE9o2 a.text-success:hover {
  color: #1a7a90 !important;
}
.cid-tXz9TtE9o2 a.text-info:hover {
  color: #fab901 !important;
}
.cid-tXz9TtE9o2 a.text-warning:hover {
  color: #0746c0 !important;
}
.cid-tXz9TtE9o2 a.text-danger:hover {
  color: #cc1100 !important;
}
.cid-tXz9TtE9o2 a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-tXz9TtE9o2 ul li {
    height: 50px;
    display: list-item;
  }
}
.cid-tXz9TtE9o2 .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tXz9TtE9o2 .navbar-collapse.collapsing .nav-item {
  height: 50px;
}
.cid-tXz9TtE9o2 .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tXz9TtE9o2 .navbar-collapse.collapse.show .nav-item {
  height: 50px;
}
.cid-tXz9TtE9o2 .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tXz9TAS5l7 {
  background-image: url("../../../assets/images/background3-1500x583.png");
}
@media (min-width: 992px) {
  .cid-tXz9TAS5l7 .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-tXz9TAS5l7 .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-tXz9TAS5l7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tXz9TAS5l7 {
    margin-bottom: 2rem;
  }
}
.cid-tXz9TAS5l7 .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-tXz9TAS5l7 .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-tXz9TAS5l7 .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-tXz9TAS5l7 .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-tXz9TAS5l7 .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-tXz9TAS5l7 .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-tXz9TAS5l7 .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
  text-align: left;
}
.cid-tXz9TAS5l7 .desc1 {
  font-weight: 700;
  color: #ffffff;
}
.cid-tXz9TAS5l7 .desc2 {
  font-weight: 700;
  margin-top: 20px;
  color: #ffffff;
}
.cid-tXz9TAS5l7 .mbr-section-button {
  margin-top: 25px;
}
.cid-tXz9TAS5l7 .desc1,
.cid-tXz9TAS5l7 .mbr-section-btn {
  text-align: left;
}
.cid-tXz9THD4X6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tXz9THD4X6 .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-tXz9THD4X6 .wrap-img {
  border-bottom: 1px solid #e2e3e9;
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 192px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-tXz9THD4X6 .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-tXz9THD4X6 .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-tXz9THD4X6 .shadow:hover .mbr-iconfont,
.cid-tXz9THD4X6 .shadow:hover .number,
.cid-tXz9THD4X6 .shadow:hover .card-title {
  color: #fab901 !important;
}
.cid-tXz9THD4X6 .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-tXz9THD4X6 .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-tXz9THD4X6 .card-title {
  color: #14142b;
  margin-bottom: 6px;
  text-align: center;
  transition: 0.35s;
}
.cid-tXz9THD4X6 .title-block {
  margin-bottom: 56px;
}
.cid-tXz9THD4X6 .card-text {
  color: #8c8c95;
  text-align: center;
}
.cid-tXz9THD4X6 H3 {
  color: #14142b;
  text-align: center;
}
.cid-tXz9THD4X6 .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 39px 32px 48px;
}
.cid-tXz9THD4X6 .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-tXz9THD4X6 .link-title {
  display: inline-block;
}
.cid-tXz9THD4X6 .episode {
  color: #ffffff;
}
.cid-tXz9THD4X6 .img-title {
  color: #ffffff;
}
.cid-tXz9THD4X6 .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-tXz9THD4X6 .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-tXz9THD4X6 .mbr-section-title {
  color: #8c8c95;
  text-align: left;
}
@media (max-width: 860px) {
  .cid-tXz9THD4X6 .title-block {
    flex-direction: column;
  }
  .cid-tXz9THD4X6 .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-tXz9THD4X6 .item.features-image {
  margin-top: 35px;
}
.cid-tXz9THD4X6 .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-tXz9THD4X6 .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-tXz9THD4X6 .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-tXz9THD4X6 .item.features-image:nth-child(4) {
    margin-top: 35px;
  }
  .cid-tXz9THD4X6 .item.features-image:nth-child(3) {
    margin-top: 35px;
  }
}
@media (max-width: 768px) {
  .cid-tXz9THD4X6 .item.features-image:nth-child(2) {
    margin-top: 35px;
  }
}
.cid-tXz9TQtcO2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXz9TQtcO2 .item-img {
  position: relative;
}
.cid-tXz9TQtcO2 .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tXz9TQtcO2 .card-text {
    padding-left: 4rem;
  }
}
.cid-tXz9TQtcO2 h5 {
  line-height: 1.2;
}
.cid-tXz9TQtcO2 .card {
  margin-bottom: 2rem;
}
.cid-tXz9TQtcO2 .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tXz9TQtcO2 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tXz9TQtcO2 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #5dabb0;
}
@media (max-width: 992px) {
  .cid-tXz9TQtcO2 .image-wrapper {
    min-height: 200px;
  }
}
.cid-tXz9TQtcO2 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tXz9TQtcO2 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tXz9TQtcO2 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tXz9TQtcO2 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tXz9TQtcO2 .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tXz9TQtcO2 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tXz9TQtcO2 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tXz9TQtcO2 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tXz9TQtcO2 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tXz9TQtcO2 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tXz9TQtcO2 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tXz9TQtcO2 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tXz9TQtcO2 img,
.cid-tXz9TQtcO2 .item-img {
  width: 100%;
}
.cid-tXz9TQtcO2 .item:focus,
.cid-tXz9TQtcO2 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tXz9TQtcO2 .item {
    margin-bottom: 1rem;
  }
}
.cid-tXz9TQtcO2 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tXz9TQtcO2 .item-title {
  text-align: left;
  color: #000000;
}
.cid-tXz9TQtcO2 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tXz9TQtcO2 .mbr-section-subtitle,
.cid-tXz9TQtcO2 .subtitle-wrap,
.cid-tXz9TQtcO2 .mbr-section-btn {
  text-align: left;
}
.cid-tXz9TQtcO2 .mbr-text,
.cid-tXz9TQtcO2 .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tXz9TQtcO2 .mbr-text {
  color: #4c4c4c;
}
.cid-tXz9U0NiUZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1d1d1f;
}
.cid-tXz9U0NiUZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXz9U0NiUZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXz9U0NiUZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tXz9U0NiUZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tXz9U0NiUZ .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tXz9U0NiUZ .row {
    text-align: center;
  }
  .cid-tXz9U0NiUZ .social-row {
    justify-content: center;
  }
}
.cid-tXz9U0NiUZ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tXz9U0NiUZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tXz9U0NiUZ .list {
    margin-bottom: 0rem;
  }
}
.cid-tXz9U0NiUZ .mbr-text {
  color: #bbbbbb;
}
.cid-tXz9U0NiUZ .mbr-iconfont {
  color: black;
}
.cid-tXz9U0NiUZ .copyright {
  color: #ffffff;
}
.cid-tXzaB0UcKR {
  z-index: 1000;
  width: 100%;
}
.cid-tXzaB0UcKR nav.navbar {
  position: fixed;
}
.cid-tXzaB0UcKR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXzaB0UcKR .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tXzaB0UcKR .dropdown-item:hover,
.cid-tXzaB0UcKR .dropdown-item:focus {
  color: #4c4c4c !important;
}
.cid-tXzaB0UcKR .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-tXzaB0UcKR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXzaB0UcKR .nav-link {
  position: relative;
  padding: 0;
}
.cid-tXzaB0UcKR .container {
  display: flex;
  margin: auto;
}
.cid-tXzaB0UcKR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXzaB0UcKR .dropdown-menu,
.cid-tXzaB0UcKR .navbar.opened {
  background: #1a7a90 !important;
}
.cid-tXzaB0UcKR .nav-item:focus,
.cid-tXzaB0UcKR .nav-link:focus {
  outline: none;
}
.cid-tXzaB0UcKR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXzaB0UcKR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXzaB0UcKR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXzaB0UcKR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXzaB0UcKR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXzaB0UcKR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXzaB0UcKR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 122, 144, 0.5);
}
.cid-tXzaB0UcKR .navbar.opened {
  transition: all 0.3s;
}
.cid-tXzaB0UcKR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXzaB0UcKR .navbar .navbar-logo img {
  width: auto;
}
.cid-tXzaB0UcKR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXzaB0UcKR .navbar.collapsed {
  justify-content: center;
}
.cid-tXzaB0UcKR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXzaB0UcKR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXzaB0UcKR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tXzaB0UcKR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXzaB0UcKR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXzaB0UcKR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tXzaB0UcKR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXzaB0UcKR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXzaB0UcKR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXzaB0UcKR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXzaB0UcKR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXzaB0UcKR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXzaB0UcKR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXzaB0UcKR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tXzaB0UcKR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXzaB0UcKR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXzaB0UcKR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXzaB0UcKR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXzaB0UcKR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXzaB0UcKR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXzaB0UcKR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXzaB0UcKR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXzaB0UcKR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXzaB0UcKR .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-tXzaB0UcKR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXzaB0UcKR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXzaB0UcKR .dropdown-item.active,
.cid-tXzaB0UcKR .dropdown-item:active {
  background-color: transparent;
}
.cid-tXzaB0UcKR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXzaB0UcKR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXzaB0UcKR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXzaB0UcKR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a7a90;
}
.cid-tXzaB0UcKR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXzaB0UcKR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXzaB0UcKR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXzaB0UcKR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXzaB0UcKR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXzaB0UcKR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tXzaB0UcKR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXzaB0UcKR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXzaB0UcKR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXzaB0UcKR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXzaB0UcKR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXzaB0UcKR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXzaB0UcKR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXzaB0UcKR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXzaB0UcKR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXzaB0UcKR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXzaB0UcKR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXzaB0UcKR .navbar {
    height: 70px;
  }
  .cid-tXzaB0UcKR .navbar.opened {
    height: auto;
  }
  .cid-tXzaB0UcKR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXzaB0UcKR .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tXzaB0UcKR .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tXzaB0UcKR a {
  display: inline;
  font-weight: bold;
}
.cid-tXzaB0UcKR img {
  display: inline;
  padding-right: 10px;
}
.cid-tXzaB0UcKR .dropdown-toggle:after {
  display: none;
}
.cid-tXzaB0UcKR .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tXzaB0UcKR .dropdown-item:hover {
  color: #0746c0 !important;
}
@media (max-width: 990px) {
  .cid-tXzaB0UcKR .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tXzaB0UcKR .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tXzaB0UcKR .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tXzaB0UcKR .btn {
  border-radius: 50px;
}
.cid-tXzaB0UcKR ul {
  counter-reset: counter;
  margin: auto;
}
.cid-tXzaB0UcKR .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #dde8eb;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-tXzaB0UcKR .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-tXzaB0UcKR .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-tXzaB0UcKR ul li {
  height: 100px;
  display: flex;
}
.cid-tXzaB0UcKR a.text-white:hover {
  color: #ffffff !important;
}
.cid-tXzaB0UcKR a.text-primary:hover {
  color: #4c4c4c !important;
}
.cid-tXzaB0UcKR a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-tXzaB0UcKR a.text-success:hover {
  color: #1a7a90 !important;
}
.cid-tXzaB0UcKR a.text-info:hover {
  color: #fab901 !important;
}
.cid-tXzaB0UcKR a.text-warning:hover {
  color: #0746c0 !important;
}
.cid-tXzaB0UcKR a.text-danger:hover {
  color: #cc1100 !important;
}
.cid-tXzaB0UcKR a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-tXzaB0UcKR ul li {
    height: 50px;
    display: list-item;
  }
}
.cid-tXzaB0UcKR .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tXzaB0UcKR .navbar-collapse.collapsing .nav-item {
  height: 50px;
}
.cid-tXzaB0UcKR .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tXzaB0UcKR .navbar-collapse.collapse.show .nav-item {
  height: 50px;
}
.cid-tXzaB0UcKR .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tXzaB7S21K {
  background-image: url("../../../assets/images/background3-1500x583.png");
}
@media (min-width: 992px) {
  .cid-tXzaB7S21K .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-tXzaB7S21K .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-tXzaB7S21K .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tXzaB7S21K {
    margin-bottom: 2rem;
  }
}
.cid-tXzaB7S21K .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-tXzaB7S21K .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-tXzaB7S21K .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-tXzaB7S21K .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-tXzaB7S21K .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-tXzaB7S21K .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-tXzaB7S21K .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
  text-align: left;
}
.cid-tXzaB7S21K .desc1 {
  font-weight: 700;
  color: #ffffff;
}
.cid-tXzaB7S21K .desc2 {
  font-weight: 700;
  margin-top: 20px;
  color: #ffffff;
}
.cid-tXzaB7S21K .mbr-section-button {
  margin-top: 25px;
}
.cid-tXzaB7S21K .desc1,
.cid-tXzaB7S21K .mbr-section-btn {
  text-align: left;
}
.cid-tXzaBbYkht {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tXzaBbYkht .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-tXzaBbYkht .wrap-img {
  border-bottom: 1px solid #e2e3e9;
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 192px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-tXzaBbYkht .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-tXzaBbYkht .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-tXzaBbYkht .shadow:hover .mbr-iconfont,
.cid-tXzaBbYkht .shadow:hover .number,
.cid-tXzaBbYkht .shadow:hover .card-title {
  color: #fab901 !important;
}
.cid-tXzaBbYkht .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-tXzaBbYkht .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-tXzaBbYkht .card-title {
  color: #14142b;
  margin-bottom: 6px;
  text-align: center;
  transition: 0.35s;
}
.cid-tXzaBbYkht .title-block {
  margin-bottom: 56px;
}
.cid-tXzaBbYkht .card-text {
  color: #8c8c95;
  text-align: center;
}
.cid-tXzaBbYkht H3 {
  color: #14142b;
  text-align: center;
}
.cid-tXzaBbYkht .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 39px 32px 48px;
}
.cid-tXzaBbYkht .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-tXzaBbYkht .link-title {
  display: inline-block;
}
.cid-tXzaBbYkht .episode {
  color: #ffffff;
}
.cid-tXzaBbYkht .img-title {
  color: #ffffff;
}
.cid-tXzaBbYkht .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-tXzaBbYkht .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-tXzaBbYkht .mbr-section-title {
  color: #8c8c95;
  text-align: left;
}
@media (max-width: 860px) {
  .cid-tXzaBbYkht .title-block {
    flex-direction: column;
  }
  .cid-tXzaBbYkht .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-tXzaBbYkht .item.features-image {
  margin-top: 35px;
}
.cid-tXzaBbYkht .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-tXzaBbYkht .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-tXzaBbYkht .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-tXzaBbYkht .item.features-image:nth-child(4) {
    margin-top: 35px;
  }
  .cid-tXzaBbYkht .item.features-image:nth-child(3) {
    margin-top: 35px;
  }
}
@media (max-width: 768px) {
  .cid-tXzaBbYkht .item.features-image:nth-child(2) {
    margin-top: 35px;
  }
}
.cid-tXzaBjnjMw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXzaBjnjMw .item-img {
  position: relative;
}
.cid-tXzaBjnjMw .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tXzaBjnjMw .card-text {
    padding-left: 4rem;
  }
}
.cid-tXzaBjnjMw h5 {
  line-height: 1.2;
}
.cid-tXzaBjnjMw .card {
  margin-bottom: 2rem;
}
.cid-tXzaBjnjMw .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tXzaBjnjMw .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tXzaBjnjMw .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #5dabb0;
}
@media (max-width: 992px) {
  .cid-tXzaBjnjMw .image-wrapper {
    min-height: 200px;
  }
}
.cid-tXzaBjnjMw .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tXzaBjnjMw .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tXzaBjnjMw .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tXzaBjnjMw .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tXzaBjnjMw .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tXzaBjnjMw .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tXzaBjnjMw .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tXzaBjnjMw .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tXzaBjnjMw .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tXzaBjnjMw .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tXzaBjnjMw .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tXzaBjnjMw .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tXzaBjnjMw img,
.cid-tXzaBjnjMw .item-img {
  width: 100%;
}
.cid-tXzaBjnjMw .item:focus,
.cid-tXzaBjnjMw span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tXzaBjnjMw .item {
    margin-bottom: 1rem;
  }
}
.cid-tXzaBjnjMw .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tXzaBjnjMw .item-title {
  text-align: left;
  color: #000000;
}
.cid-tXzaBjnjMw .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tXzaBjnjMw .mbr-section-subtitle,
.cid-tXzaBjnjMw .subtitle-wrap,
.cid-tXzaBjnjMw .mbr-section-btn {
  text-align: left;
}
.cid-tXzaBjnjMw .mbr-text,
.cid-tXzaBjnjMw .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tXzaBjnjMw .mbr-text {
  color: #4c4c4c;
}
.cid-tXzaBrAnyq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1d1d1f;
}
.cid-tXzaBrAnyq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXzaBrAnyq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXzaBrAnyq .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tXzaBrAnyq .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tXzaBrAnyq .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tXzaBrAnyq .row {
    text-align: center;
  }
  .cid-tXzaBrAnyq .social-row {
    justify-content: center;
  }
}
.cid-tXzaBrAnyq .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tXzaBrAnyq .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tXzaBrAnyq .list {
    margin-bottom: 0rem;
  }
}
.cid-tXzaBrAnyq .mbr-text {
  color: #bbbbbb;
}
.cid-tXzaBrAnyq .mbr-iconfont {
  color: black;
}
.cid-tXzaBrAnyq .copyright {
  color: #ffffff;
}
.cid-tXz7MajllQ {
  z-index: 1000;
  width: 100%;
}
.cid-tXz7MajllQ nav.navbar {
  position: fixed;
}
.cid-tXz7MajllQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXz7MajllQ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tXz7MajllQ .dropdown-item:hover,
.cid-tXz7MajllQ .dropdown-item:focus {
  color: #4c4c4c !important;
}
.cid-tXz7MajllQ .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-tXz7MajllQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXz7MajllQ .nav-link {
  position: relative;
  padding: 0;
}
.cid-tXz7MajllQ .container {
  display: flex;
  margin: auto;
}
.cid-tXz7MajllQ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXz7MajllQ .dropdown-menu,
.cid-tXz7MajllQ .navbar.opened {
  background: #1a7a90 !important;
}
.cid-tXz7MajllQ .nav-item:focus,
.cid-tXz7MajllQ .nav-link:focus {
  outline: none;
}
.cid-tXz7MajllQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXz7MajllQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXz7MajllQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXz7MajllQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXz7MajllQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXz7MajllQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXz7MajllQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 122, 144, 0.5);
}
.cid-tXz7MajllQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tXz7MajllQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXz7MajllQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tXz7MajllQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXz7MajllQ .navbar.collapsed {
  justify-content: center;
}
.cid-tXz7MajllQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXz7MajllQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXz7MajllQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tXz7MajllQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXz7MajllQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXz7MajllQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tXz7MajllQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXz7MajllQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXz7MajllQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXz7MajllQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXz7MajllQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXz7MajllQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXz7MajllQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXz7MajllQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tXz7MajllQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXz7MajllQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXz7MajllQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXz7MajllQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXz7MajllQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXz7MajllQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXz7MajllQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXz7MajllQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXz7MajllQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXz7MajllQ .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-tXz7MajllQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXz7MajllQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXz7MajllQ .dropdown-item.active,
.cid-tXz7MajllQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tXz7MajllQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXz7MajllQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXz7MajllQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXz7MajllQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a7a90;
}
.cid-tXz7MajllQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXz7MajllQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXz7MajllQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXz7MajllQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXz7MajllQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXz7MajllQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tXz7MajllQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXz7MajllQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXz7MajllQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXz7MajllQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXz7MajllQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXz7MajllQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXz7MajllQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXz7MajllQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXz7MajllQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXz7MajllQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXz7MajllQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXz7MajllQ .navbar {
    height: 70px;
  }
  .cid-tXz7MajllQ .navbar.opened {
    height: auto;
  }
  .cid-tXz7MajllQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXz7MajllQ .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tXz7MajllQ .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tXz7MajllQ a {
  display: inline;
  font-weight: bold;
}
.cid-tXz7MajllQ img {
  display: inline;
  padding-right: 10px;
}
.cid-tXz7MajllQ .dropdown-toggle:after {
  display: none;
}
.cid-tXz7MajllQ .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tXz7MajllQ .dropdown-item:hover {
  color: #0746c0 !important;
}
@media (max-width: 990px) {
  .cid-tXz7MajllQ .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tXz7MajllQ .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tXz7MajllQ .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tXz7MajllQ .btn {
  border-radius: 50px;
}
.cid-tXz7MajllQ ul {
  counter-reset: counter;
  margin: auto;
}
.cid-tXz7MajllQ .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #dde8eb;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-tXz7MajllQ .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-tXz7MajllQ .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-tXz7MajllQ ul li {
  height: 100px;
  display: flex;
}
.cid-tXz7MajllQ a.text-white:hover {
  color: #ffffff !important;
}
.cid-tXz7MajllQ a.text-primary:hover {
  color: #4c4c4c !important;
}
.cid-tXz7MajllQ a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-tXz7MajllQ a.text-success:hover {
  color: #1a7a90 !important;
}
.cid-tXz7MajllQ a.text-info:hover {
  color: #fab901 !important;
}
.cid-tXz7MajllQ a.text-warning:hover {
  color: #0746c0 !important;
}
.cid-tXz7MajllQ a.text-danger:hover {
  color: #cc1100 !important;
}
.cid-tXz7MajllQ a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-tXz7MajllQ ul li {
    height: 50px;
    display: list-item;
  }
}
.cid-tXz7MajllQ .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tXz7MajllQ .navbar-collapse.collapsing .nav-item {
  height: 50px;
}
.cid-tXz7MajllQ .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tXz7MajllQ .navbar-collapse.collapse.show .nav-item {
  height: 50px;
}
.cid-tXz7MajllQ .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tXz7MgzZmU {
  background-image: url("../../../assets/images/background3-1500x583.png");
}
@media (min-width: 992px) {
  .cid-tXz7MgzZmU .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-tXz7MgzZmU .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-tXz7MgzZmU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tXz7MgzZmU {
    margin-bottom: 2rem;
  }
}
.cid-tXz7MgzZmU .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-tXz7MgzZmU .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-tXz7MgzZmU .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-tXz7MgzZmU .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-tXz7MgzZmU .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-tXz7MgzZmU .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-tXz7MgzZmU .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
  text-align: left;
}
.cid-tXz7MgzZmU .desc1 {
  font-weight: 700;
  color: #ffffff;
}
.cid-tXz7MgzZmU .desc2 {
  font-weight: 700;
  margin-top: 20px;
  color: #ffffff;
}
.cid-tXz7MgzZmU .mbr-section-button {
  margin-top: 25px;
}
.cid-tXz7MgzZmU .desc1,
.cid-tXz7MgzZmU .mbr-section-btn {
  text-align: left;
}
.cid-tXz7MjE78u {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tXz7MjE78u .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-tXz7MjE78u .wrap-img {
  border-bottom: 1px solid #e2e3e9;
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 192px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-tXz7MjE78u .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-tXz7MjE78u .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-tXz7MjE78u .shadow:hover .mbr-iconfont,
.cid-tXz7MjE78u .shadow:hover .number,
.cid-tXz7MjE78u .shadow:hover .card-title {
  color: #fab901 !important;
}
.cid-tXz7MjE78u .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-tXz7MjE78u .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-tXz7MjE78u .card-title {
  color: #14142b;
  margin-bottom: 6px;
  text-align: center;
  transition: 0.35s;
}
.cid-tXz7MjE78u .title-block {
  margin-bottom: 56px;
}
.cid-tXz7MjE78u .card-text {
  color: #8c8c95;
  text-align: center;
}
.cid-tXz7MjE78u H3 {
  color: #14142b;
  text-align: center;
}
.cid-tXz7MjE78u .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 39px 32px 48px;
}
.cid-tXz7MjE78u .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-tXz7MjE78u .link-title {
  display: inline-block;
}
.cid-tXz7MjE78u .episode {
  color: #ffffff;
}
.cid-tXz7MjE78u .img-title {
  color: #ffffff;
}
.cid-tXz7MjE78u .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-tXz7MjE78u .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-tXz7MjE78u .mbr-section-title {
  color: #8c8c95;
  text-align: left;
}
@media (max-width: 860px) {
  .cid-tXz7MjE78u .title-block {
    flex-direction: column;
  }
  .cid-tXz7MjE78u .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-tXz7MjE78u .item.features-image {
  margin-top: 35px;
}
.cid-tXz7MjE78u .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-tXz7MjE78u .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-tXz7MjE78u .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-tXz7MjE78u .item.features-image:nth-child(4) {
    margin-top: 35px;
  }
  .cid-tXz7MjE78u .item.features-image:nth-child(3) {
    margin-top: 35px;
  }
}
@media (max-width: 768px) {
  .cid-tXz7MjE78u .item.features-image:nth-child(2) {
    margin-top: 35px;
  }
}
.cid-tXz7MrsObx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXz7MrsObx .item-img {
  position: relative;
}
.cid-tXz7MrsObx .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tXz7MrsObx .card-text {
    padding-left: 4rem;
  }
}
.cid-tXz7MrsObx h5 {
  line-height: 1.2;
}
.cid-tXz7MrsObx .card {
  margin-bottom: 2rem;
}
.cid-tXz7MrsObx .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tXz7MrsObx .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tXz7MrsObx .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #5dabb0;
}
@media (max-width: 992px) {
  .cid-tXz7MrsObx .image-wrapper {
    min-height: 200px;
  }
}
.cid-tXz7MrsObx .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tXz7MrsObx .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tXz7MrsObx .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tXz7MrsObx .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tXz7MrsObx .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tXz7MrsObx .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tXz7MrsObx .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tXz7MrsObx .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tXz7MrsObx .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tXz7MrsObx .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tXz7MrsObx .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tXz7MrsObx .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tXz7MrsObx img,
.cid-tXz7MrsObx .item-img {
  width: 100%;
}
.cid-tXz7MrsObx .item:focus,
.cid-tXz7MrsObx span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tXz7MrsObx .item {
    margin-bottom: 1rem;
  }
}
.cid-tXz7MrsObx .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tXz7MrsObx .item-title {
  text-align: left;
  color: #000000;
}
.cid-tXz7MrsObx .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tXz7MrsObx .mbr-section-subtitle,
.cid-tXz7MrsObx .subtitle-wrap,
.cid-tXz7MrsObx .mbr-section-btn {
  text-align: left;
}
.cid-tXz7MrsObx .mbr-text,
.cid-tXz7MrsObx .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tXz7MrsObx .mbr-text {
  color: #4c4c4c;
}
.cid-tXz7MG9XBf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1d1d1f;
}
.cid-tXz7MG9XBf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXz7MG9XBf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXz7MG9XBf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tXz7MG9XBf .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tXz7MG9XBf .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tXz7MG9XBf .row {
    text-align: center;
  }
  .cid-tXz7MG9XBf .social-row {
    justify-content: center;
  }
}
.cid-tXz7MG9XBf .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tXz7MG9XBf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tXz7MG9XBf .list {
    margin-bottom: 0rem;
  }
}
.cid-tXz7MG9XBf .mbr-text {
  color: #bbbbbb;
}
.cid-tXz7MG9XBf .mbr-iconfont {
  color: black;
}
.cid-tXz7MG9XBf .copyright {
  color: #ffffff;
}
.cid-tXtH5cFb0z {
  z-index: 1000;
  width: 100%;
}
.cid-tXtH5cFb0z nav.navbar {
  position: fixed;
}
.cid-tXtH5cFb0z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXtH5cFb0z .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tXtH5cFb0z .dropdown-item:hover,
.cid-tXtH5cFb0z .dropdown-item:focus {
  color: #4c4c4c !important;
}
.cid-tXtH5cFb0z .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-tXtH5cFb0z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXtH5cFb0z .nav-link {
  position: relative;
  padding: 0;
}
.cid-tXtH5cFb0z .container {
  display: flex;
  margin: auto;
}
.cid-tXtH5cFb0z .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXtH5cFb0z .dropdown-menu,
.cid-tXtH5cFb0z .navbar.opened {
  background: #1a7a90 !important;
}
.cid-tXtH5cFb0z .nav-item:focus,
.cid-tXtH5cFb0z .nav-link:focus {
  outline: none;
}
.cid-tXtH5cFb0z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXtH5cFb0z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXtH5cFb0z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXtH5cFb0z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXtH5cFb0z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXtH5cFb0z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXtH5cFb0z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 122, 144, 0.5);
}
.cid-tXtH5cFb0z .navbar.opened {
  transition: all 0.3s;
}
.cid-tXtH5cFb0z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXtH5cFb0z .navbar .navbar-logo img {
  width: auto;
}
.cid-tXtH5cFb0z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXtH5cFb0z .navbar.collapsed {
  justify-content: center;
}
.cid-tXtH5cFb0z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXtH5cFb0z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXtH5cFb0z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tXtH5cFb0z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXtH5cFb0z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXtH5cFb0z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tXtH5cFb0z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXtH5cFb0z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXtH5cFb0z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXtH5cFb0z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXtH5cFb0z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXtH5cFb0z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXtH5cFb0z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXtH5cFb0z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tXtH5cFb0z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXtH5cFb0z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXtH5cFb0z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXtH5cFb0z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXtH5cFb0z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXtH5cFb0z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXtH5cFb0z .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXtH5cFb0z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXtH5cFb0z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXtH5cFb0z .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-tXtH5cFb0z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXtH5cFb0z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXtH5cFb0z .dropdown-item.active,
.cid-tXtH5cFb0z .dropdown-item:active {
  background-color: transparent;
}
.cid-tXtH5cFb0z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXtH5cFb0z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXtH5cFb0z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXtH5cFb0z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a7a90;
}
.cid-tXtH5cFb0z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXtH5cFb0z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXtH5cFb0z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXtH5cFb0z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXtH5cFb0z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXtH5cFb0z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tXtH5cFb0z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXtH5cFb0z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXtH5cFb0z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXtH5cFb0z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXtH5cFb0z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXtH5cFb0z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXtH5cFb0z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXtH5cFb0z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXtH5cFb0z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXtH5cFb0z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXtH5cFb0z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXtH5cFb0z .navbar {
    height: 70px;
  }
  .cid-tXtH5cFb0z .navbar.opened {
    height: auto;
  }
  .cid-tXtH5cFb0z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXtH5cFb0z .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tXtH5cFb0z .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tXtH5cFb0z a {
  display: inline;
  font-weight: bold;
}
.cid-tXtH5cFb0z img {
  display: inline;
  padding-right: 10px;
}
.cid-tXtH5cFb0z .dropdown-toggle:after {
  display: none;
}
.cid-tXtH5cFb0z .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tXtH5cFb0z .dropdown-item:hover {
  color: #0746c0 !important;
}
@media (max-width: 990px) {
  .cid-tXtH5cFb0z .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tXtH5cFb0z .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tXtH5cFb0z .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tXtH5cFb0z .btn {
  border-radius: 50px;
}
.cid-tXtH5cFb0z ul {
  counter-reset: counter;
  margin: auto;
}
.cid-tXtH5cFb0z .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #dde8eb;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-tXtH5cFb0z .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-tXtH5cFb0z .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-tXtH5cFb0z ul li {
  height: 100px;
  display: flex;
}
.cid-tXtH5cFb0z a.text-white:hover {
  color: #ffffff !important;
}
.cid-tXtH5cFb0z a.text-primary:hover {
  color: #4c4c4c !important;
}
.cid-tXtH5cFb0z a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-tXtH5cFb0z a.text-success:hover {
  color: #1a7a90 !important;
}
.cid-tXtH5cFb0z a.text-info:hover {
  color: #fab901 !important;
}
.cid-tXtH5cFb0z a.text-warning:hover {
  color: #0746c0 !important;
}
.cid-tXtH5cFb0z a.text-danger:hover {
  color: #cc1100 !important;
}
.cid-tXtH5cFb0z a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-tXtH5cFb0z ul li {
    height: 50px;
    display: list-item;
  }
}
.cid-tXtH5cFb0z .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tXtH5cFb0z .navbar-collapse.collapsing .nav-item {
  height: 50px;
}
.cid-tXtH5cFb0z .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tXtH5cFb0z .navbar-collapse.collapse.show .nav-item {
  height: 50px;
}
.cid-tXtH5cFb0z .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tXtH5hxIK4 {
  background-image: url("../../../assets/images/background3-1500x583.png");
}
@media (min-width: 992px) {
  .cid-tXtH5hxIK4 .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-tXtH5hxIK4 .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-tXtH5hxIK4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tXtH5hxIK4 {
    margin-bottom: 2rem;
  }
}
.cid-tXtH5hxIK4 .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-tXtH5hxIK4 .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-tXtH5hxIK4 .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-tXtH5hxIK4 .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-tXtH5hxIK4 .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-tXtH5hxIK4 .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-tXtH5hxIK4 .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
  text-align: left;
}
.cid-tXtH5hxIK4 .desc1 {
  font-weight: 700;
  color: #ffffff;
}
.cid-tXtH5hxIK4 .desc2 {
  font-weight: 700;
  margin-top: 20px;
  color: #ffffff;
}
.cid-tXtH5hxIK4 .mbr-section-button {
  margin-top: 25px;
}
.cid-tXtH5hxIK4 .desc1,
.cid-tXtH5hxIK4 .mbr-section-btn {
  text-align: left;
}
.cid-tXtH5jiTYS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tXtH5jiTYS .item-wrapper {
  width: 100%;
}
.cid-tXtH5jiTYS .mbr-section-title {
  margin: 0 0 26px;
  color: #1d1d1f;
  font-weight: 700;
  width: 100%;
}
.cid-tXtH5jiTYS .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-tXtH5jiTYS .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-tXtH5jiTYS .link {
  margin-top: 29px;
}
.cid-tXtH5jiTYS .col-auto {
  display: inline-block;
}
.cid-tXtH5jiTYS .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-tXtH5jiTYS .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-tXtH5jiTYS .container-fluid {
  padding: 0;
}
.cid-tXtH5jiTYS .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-tXtH5jiTYS .right-side {
  padding-left: 0;
}
.cid-tXtH5jiTYS .row.justify-content-center {
  flex-direction: row-reverse;
}
.cid-tXtH5jiTYS .left {
  padding-right: 0;
  padding-left: 45px;
}
.cid-tXtH5jiTYS .right-side {
  padding-right: 0px;
}
@media (max-width: 990px) {
  .cid-tXtH5jiTYS .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-tXtH5jiTYS .right-side {
    padding: 0px;
  }
}
.cid-tXtH5jiTYS a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tXtH5jiTYS rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-tXtH5jiTYS .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-tXtH5jiTYS svg {
  margin-left: 15px;
}
.cid-tXtH5jiTYS path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-tXtH5jiTYS .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-tXtH5jiTYS .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-tXtH5kSQJ9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8eb;
}
@media (min-width: 992px) {
  .cid-tXtH5kSQJ9 .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-tXtH5kSQJ9 .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-tXtH5kSQJ9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tXtH5kSQJ9 .mbr-section-title {
  font-weight: 700;
}
.cid-tXtH5kSQJ9 .mbr-section-subtitle {
  font-weight: 500;
  margin: 14px 0 4px;
  color: #4c4c4c;
}
.cid-tXtH5kSQJ9 .pile {
  padding: 45px 40px 47px;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0 20px 40px 0 rgba(216, 227, 235, 0.65);
}
.cid-tXtH5kSQJ9 .pile1 {
  border-left: 4px solid #f7b560;
}
.cid-tXtH5kSQJ9 .pile2 {
  border-left: 4px solid #5dabb0;
}
.cid-tXtH5kSQJ9 .pile3 {
  border-left: 4px solid #f8d8cf;
}
.cid-tXtH5kSQJ9 .pile:last-child {
  margin-bottom: 0;
}
.cid-tXtH5sOZES {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1d1d1f;
}
.cid-tXtH5sOZES .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXtH5sOZES .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXtH5sOZES .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tXtH5sOZES .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tXtH5sOZES .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tXtH5sOZES .row {
    text-align: center;
  }
  .cid-tXtH5sOZES .social-row {
    justify-content: center;
  }
}
.cid-tXtH5sOZES .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tXtH5sOZES .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tXtH5sOZES .list {
    margin-bottom: 0rem;
  }
}
.cid-tXtH5sOZES .mbr-text {
  color: #bbbbbb;
}
.cid-tXtH5sOZES .mbr-iconfont {
  color: black;
}
.cid-tXtH5sOZES .copyright {
  color: #ffffff;
}
.cid-tXyhzg9hL4 {
  z-index: 1000;
  width: 100%;
}
.cid-tXyhzg9hL4 nav.navbar {
  position: fixed;
}
.cid-tXyhzg9hL4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXyhzg9hL4 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tXyhzg9hL4 .dropdown-item:hover,
.cid-tXyhzg9hL4 .dropdown-item:focus {
  color: #4c4c4c !important;
}
.cid-tXyhzg9hL4 .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-tXyhzg9hL4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXyhzg9hL4 .nav-link {
  position: relative;
  padding: 0;
}
.cid-tXyhzg9hL4 .container {
  display: flex;
  margin: auto;
}
.cid-tXyhzg9hL4 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXyhzg9hL4 .dropdown-menu,
.cid-tXyhzg9hL4 .navbar.opened {
  background: #1a7a90 !important;
}
.cid-tXyhzg9hL4 .nav-item:focus,
.cid-tXyhzg9hL4 .nav-link:focus {
  outline: none;
}
.cid-tXyhzg9hL4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXyhzg9hL4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXyhzg9hL4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXyhzg9hL4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXyhzg9hL4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXyhzg9hL4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXyhzg9hL4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 122, 144, 0.5);
}
.cid-tXyhzg9hL4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tXyhzg9hL4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXyhzg9hL4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tXyhzg9hL4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXyhzg9hL4 .navbar.collapsed {
  justify-content: center;
}
.cid-tXyhzg9hL4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXyhzg9hL4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXyhzg9hL4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tXyhzg9hL4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXyhzg9hL4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXyhzg9hL4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tXyhzg9hL4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXyhzg9hL4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXyhzg9hL4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXyhzg9hL4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXyhzg9hL4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXyhzg9hL4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXyhzg9hL4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXyhzg9hL4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tXyhzg9hL4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXyhzg9hL4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXyhzg9hL4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXyhzg9hL4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXyhzg9hL4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXyhzg9hL4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXyhzg9hL4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXyhzg9hL4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXyhzg9hL4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXyhzg9hL4 .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-tXyhzg9hL4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXyhzg9hL4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXyhzg9hL4 .dropdown-item.active,
.cid-tXyhzg9hL4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tXyhzg9hL4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXyhzg9hL4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXyhzg9hL4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXyhzg9hL4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a7a90;
}
.cid-tXyhzg9hL4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXyhzg9hL4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXyhzg9hL4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXyhzg9hL4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXyhzg9hL4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXyhzg9hL4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tXyhzg9hL4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXyhzg9hL4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXyhzg9hL4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXyhzg9hL4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXyhzg9hL4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXyhzg9hL4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXyhzg9hL4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXyhzg9hL4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXyhzg9hL4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXyhzg9hL4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXyhzg9hL4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXyhzg9hL4 .navbar {
    height: 70px;
  }
  .cid-tXyhzg9hL4 .navbar.opened {
    height: auto;
  }
  .cid-tXyhzg9hL4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXyhzg9hL4 .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tXyhzg9hL4 .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tXyhzg9hL4 a {
  display: inline;
  font-weight: bold;
}
.cid-tXyhzg9hL4 img {
  display: inline;
  padding-right: 10px;
}
.cid-tXyhzg9hL4 .dropdown-toggle:after {
  display: none;
}
.cid-tXyhzg9hL4 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tXyhzg9hL4 .dropdown-item:hover {
  color: #0746c0 !important;
}
@media (max-width: 990px) {
  .cid-tXyhzg9hL4 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tXyhzg9hL4 .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tXyhzg9hL4 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tXyhzg9hL4 .btn {
  border-radius: 50px;
}
.cid-tXyhzg9hL4 ul {
  counter-reset: counter;
  margin: auto;
}
.cid-tXyhzg9hL4 .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #dde8eb;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-tXyhzg9hL4 .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-tXyhzg9hL4 .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-tXyhzg9hL4 ul li {
  height: 100px;
  display: flex;
}
.cid-tXyhzg9hL4 a.text-white:hover {
  color: #ffffff !important;
}
.cid-tXyhzg9hL4 a.text-primary:hover {
  color: #4c4c4c !important;
}
.cid-tXyhzg9hL4 a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-tXyhzg9hL4 a.text-success:hover {
  color: #1a7a90 !important;
}
.cid-tXyhzg9hL4 a.text-info:hover {
  color: #fab901 !important;
}
.cid-tXyhzg9hL4 a.text-warning:hover {
  color: #0746c0 !important;
}
.cid-tXyhzg9hL4 a.text-danger:hover {
  color: #cc1100 !important;
}
.cid-tXyhzg9hL4 a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-tXyhzg9hL4 ul li {
    height: 50px;
    display: list-item;
  }
}
.cid-tXyhzg9hL4 .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tXyhzg9hL4 .navbar-collapse.collapsing .nav-item {
  height: 50px;
}
.cid-tXyhzg9hL4 .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tXyhzg9hL4 .navbar-collapse.collapse.show .nav-item {
  height: 50px;
}
.cid-tXyhzg9hL4 .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tXyhzkwWxr {
  background-image: url("../../../assets/images/background3-1500x583.png");
}
@media (min-width: 992px) {
  .cid-tXyhzkwWxr .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-tXyhzkwWxr .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-tXyhzkwWxr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tXyhzkwWxr {
    margin-bottom: 2rem;
  }
}
.cid-tXyhzkwWxr .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-tXyhzkwWxr .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-tXyhzkwWxr .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-tXyhzkwWxr .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-tXyhzkwWxr .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-tXyhzkwWxr .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-tXyhzkwWxr .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
  text-align: left;
}
.cid-tXyhzkwWxr .desc1 {
  font-weight: 700;
  color: #ffffff;
}
.cid-tXyhzkwWxr .desc2 {
  font-weight: 700;
  margin-top: 20px;
  color: #ffffff;
}
.cid-tXyhzkwWxr .mbr-section-button {
  margin-top: 25px;
}
.cid-tXyhzkwWxr .desc1,
.cid-tXyhzkwWxr .mbr-section-btn {
  text-align: left;
}
.cid-tXyhzmiTjJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tXyhzmiTjJ .item-wrapper {
  width: 100%;
}
.cid-tXyhzmiTjJ .mbr-section-title {
  margin: 0 0 26px;
  color: #1d1d1f;
  font-weight: 700;
  width: 100%;
}
.cid-tXyhzmiTjJ .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-tXyhzmiTjJ .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-tXyhzmiTjJ .link {
  margin-top: 29px;
}
.cid-tXyhzmiTjJ .col-auto {
  display: inline-block;
}
.cid-tXyhzmiTjJ .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-tXyhzmiTjJ .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-tXyhzmiTjJ .container-fluid {
  padding: 0;
}
.cid-tXyhzmiTjJ .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-tXyhzmiTjJ .right-side {
  padding-left: 0;
}
.cid-tXyhzmiTjJ .row.justify-content-center {
  flex-direction: row-reverse;
}
.cid-tXyhzmiTjJ .left {
  padding-right: 0;
  padding-left: 45px;
}
.cid-tXyhzmiTjJ .right-side {
  padding-right: 0px;
}
@media (max-width: 990px) {
  .cid-tXyhzmiTjJ .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-tXyhzmiTjJ .right-side {
    padding: 0px;
  }
}
.cid-tXyhzmiTjJ a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tXyhzmiTjJ rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-tXyhzmiTjJ .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-tXyhzmiTjJ svg {
  margin-left: 15px;
}
.cid-tXyhzmiTjJ path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-tXyhzmiTjJ .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-tXyhzmiTjJ .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-tXyhznX9AW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8eb;
}
@media (min-width: 992px) {
  .cid-tXyhznX9AW .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-tXyhznX9AW .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-tXyhznX9AW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tXyhznX9AW .mbr-section-title {
  font-weight: 700;
}
.cid-tXyhznX9AW .mbr-section-subtitle {
  font-weight: 500;
  margin: 14px 0 4px;
  color: #4c4c4c;
}
.cid-tXyhznX9AW .pile {
  padding: 45px 40px 47px;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0 20px 40px 0 rgba(216, 227, 235, 0.65);
}
.cid-tXyhznX9AW .pile1 {
  border-left: 4px solid #f7b560;
}
.cid-tXyhznX9AW .pile2 {
  border-left: 4px solid #5dabb0;
}
.cid-tXyhznX9AW .pile3 {
  border-left: 4px solid #f8d8cf;
}
.cid-tXyhznX9AW .pile:last-child {
  margin-bottom: 0;
}
.cid-tXyhzpFUhP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tXyhzpFUhP .pile1,
.cid-tXyhzpFUhP .pile2 {
  padding-bottom: 60px;
}
.cid-tXyhzpFUhP .pile1,
.cid-tXyhzpFUhP .pile3 {
  padding-right: 60px;
}
.cid-tXyhzpFUhP .pile2,
.cid-tXyhzpFUhP .pile4 {
  padding-right: 50px;
}
.cid-tXyhzpFUhP .text {
  display: flex;
  flex-direction: row;
}
.cid-tXyhzpFUhP .card-title {
  margin-bottom: 14px;
}
.cid-tXyhzpFUhP .card-text {
  padding-bottom: 24px;
  font-weight: 500;
}
.cid-tXyhzpFUhP a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tXyhzpFUhP rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-tXyhzpFUhP .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-tXyhzpFUhP svg {
  margin-left: 15px;
}
.cid-tXyhzpFUhP path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-tXyhzpFUhP .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-tXyhzpFUhP .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-tXyhzpFUhP .link a {
  background-image: none !important;
}
.cid-tXyhzpFUhP img {
  max-width: 140px;
  height: auto;
}
.cid-tXyhzpFUhP .card-text,
.cid-tXyhzpFUhP .lin {
  color: #4c4c4c;
}
@media (max-width: 770px) {
  .cid-tXyhzpFUhP .dir {
    flex-direction: column;
  }
  .cid-tXyhzpFUhP .top {
    padding-top: 60px;
  }
  .cid-tXyhzpFUhP .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .cid-tXyhzpFUhP .top1 {
    padding-top: 60px;
  }
  .cid-tXyhzpFUhP .pile {
    padding-right: 0;
  }
  .cid-tXyhzpFUhP .card-title {
    text-align: center;
  }
  .cid-tXyhzpFUhP .card-text {
    text-align: center;
  }
  .cid-tXyhzpFUhP .iconfont-wrapper {
    text-align: center;
  }
  .cid-tXyhzpFUhP img {
    display: inline;
  }
  .cid-tXyhzpFUhP .link {
    text-align: center;
  }
}
.cid-tXyhzxK1z7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1d1d1f;
}
.cid-tXyhzxK1z7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXyhzxK1z7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXyhzxK1z7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tXyhzxK1z7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tXyhzxK1z7 .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tXyhzxK1z7 .row {
    text-align: center;
  }
  .cid-tXyhzxK1z7 .social-row {
    justify-content: center;
  }
}
.cid-tXyhzxK1z7 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tXyhzxK1z7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tXyhzxK1z7 .list {
    margin-bottom: 0rem;
  }
}
.cid-tXyhzxK1z7 .mbr-text {
  color: #bbbbbb;
}
.cid-tXyhzxK1z7 .mbr-iconfont {
  color: black;
}
.cid-tXyhzxK1z7 .copyright {
  color: #ffffff;
}
.cid-tXypeK10pJ {
  z-index: 1000;
  width: 100%;
}
.cid-tXypeK10pJ nav.navbar {
  position: fixed;
}
.cid-tXypeK10pJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXypeK10pJ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tXypeK10pJ .dropdown-item:hover,
.cid-tXypeK10pJ .dropdown-item:focus {
  color: #4c4c4c !important;
}
.cid-tXypeK10pJ .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-tXypeK10pJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXypeK10pJ .nav-link {
  position: relative;
  padding: 0;
}
.cid-tXypeK10pJ .container {
  display: flex;
  margin: auto;
}
.cid-tXypeK10pJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXypeK10pJ .dropdown-menu,
.cid-tXypeK10pJ .navbar.opened {
  background: #1a7a90 !important;
}
.cid-tXypeK10pJ .nav-item:focus,
.cid-tXypeK10pJ .nav-link:focus {
  outline: none;
}
.cid-tXypeK10pJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXypeK10pJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXypeK10pJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXypeK10pJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXypeK10pJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXypeK10pJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXypeK10pJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 122, 144, 0.5);
}
.cid-tXypeK10pJ .navbar.opened {
  transition: all 0.3s;
}
.cid-tXypeK10pJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXypeK10pJ .navbar .navbar-logo img {
  width: auto;
}
.cid-tXypeK10pJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tXypeK10pJ .navbar.collapsed {
  justify-content: center;
}
.cid-tXypeK10pJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXypeK10pJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXypeK10pJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tXypeK10pJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXypeK10pJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXypeK10pJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tXypeK10pJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXypeK10pJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXypeK10pJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXypeK10pJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXypeK10pJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXypeK10pJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXypeK10pJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXypeK10pJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tXypeK10pJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXypeK10pJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXypeK10pJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXypeK10pJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXypeK10pJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXypeK10pJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXypeK10pJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXypeK10pJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXypeK10pJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXypeK10pJ .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-tXypeK10pJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tXypeK10pJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXypeK10pJ .dropdown-item.active,
.cid-tXypeK10pJ .dropdown-item:active {
  background-color: transparent;
}
.cid-tXypeK10pJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXypeK10pJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXypeK10pJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXypeK10pJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a7a90;
}
.cid-tXypeK10pJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXypeK10pJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXypeK10pJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tXypeK10pJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXypeK10pJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tXypeK10pJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tXypeK10pJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXypeK10pJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXypeK10pJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXypeK10pJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXypeK10pJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXypeK10pJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXypeK10pJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXypeK10pJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXypeK10pJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXypeK10pJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXypeK10pJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXypeK10pJ .navbar {
    height: 70px;
  }
  .cid-tXypeK10pJ .navbar.opened {
    height: auto;
  }
  .cid-tXypeK10pJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXypeK10pJ .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tXypeK10pJ .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tXypeK10pJ a {
  display: inline;
  font-weight: bold;
}
.cid-tXypeK10pJ img {
  display: inline;
  padding-right: 10px;
}
.cid-tXypeK10pJ .dropdown-toggle:after {
  display: none;
}
.cid-tXypeK10pJ .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tXypeK10pJ .dropdown-item:hover {
  color: #0746c0 !important;
}
@media (max-width: 990px) {
  .cid-tXypeK10pJ .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tXypeK10pJ .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tXypeK10pJ .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tXypeK10pJ .btn {
  border-radius: 50px;
}
.cid-tXypeK10pJ ul {
  counter-reset: counter;
  margin: auto;
}
.cid-tXypeK10pJ .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #dde8eb;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-tXypeK10pJ .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-tXypeK10pJ .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-tXypeK10pJ ul li {
  height: 100px;
  display: flex;
}
.cid-tXypeK10pJ a.text-white:hover {
  color: #ffffff !important;
}
.cid-tXypeK10pJ a.text-primary:hover {
  color: #4c4c4c !important;
}
.cid-tXypeK10pJ a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-tXypeK10pJ a.text-success:hover {
  color: #1a7a90 !important;
}
.cid-tXypeK10pJ a.text-info:hover {
  color: #fab901 !important;
}
.cid-tXypeK10pJ a.text-warning:hover {
  color: #0746c0 !important;
}
.cid-tXypeK10pJ a.text-danger:hover {
  color: #cc1100 !important;
}
.cid-tXypeK10pJ a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-tXypeK10pJ ul li {
    height: 50px;
    display: list-item;
  }
}
.cid-tXypeK10pJ .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-tXypeK10pJ .navbar-collapse.collapsing .nav-item {
  height: 50px;
}
.cid-tXypeK10pJ .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-tXypeK10pJ .navbar-collapse.collapse.show .nav-item {
  height: 50px;
}
.cid-tXypeK10pJ .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
.cid-ufBy7jlVDY {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ufBy7jlVDY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufBy7jlVDY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufBy7jlVDY .mbr-iconfont {
  color: #1a7a90;
  font-size: 5rem;
  width: 5rem;
}
.cid-ufBy7jlVDY .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-ufBy7jlVDY .mbr-section-title {
  text-align: center;
}
.cid-ufBy9idI19 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6e6e6;
}
.cid-ufBy9idI19 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufBy9idI19 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufBy9idI19 .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-ufBy9idI19 .container-fluid {
    padding: 0 16px;
  }
}
.cid-ufBy9idI19 .container-fluid .row {
  padding: 0;
}
.cid-ufBy9idI19 .row {
  justify-content: center;
}
.cid-ufBy9idI19 .card {
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ufBy9idI19 .card {
    margin-bottom: 80px;
  }
}
.cid-ufBy9idI19 .card .card-wrapper {
  padding: 0 22px;
}
@media (max-width: 768px) {
  .cid-ufBy9idI19 .card .card-wrapper {
    padding: 0;
  }
}
.cid-ufBy9idI19 .card .card-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-ufBy9idI19 .card .card-wrapper .mbr-price {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 250px;
  margin: 0 auto 42px;
  border: 2px solid #338ba0;
  border-radius: 100%;
}
.cid-ufBy9idI19 .card .card-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-ufBy9idI19 .card .card-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-ufBy9idI19 .card .mbr-section-btn {
  padding: 0 22px;
}
@media (max-width: 768px) {
  .cid-ufBy9idI19 .card .mbr-section-btn {
    padding: 0;
  }
}
.cid-ufBy9idI19 .mbr-desc {
  color: #1d1d1f;
}
.cid-ufBy9idI19 .mbr-price {
  color: #1d1d1f;
}
.cid-ufBy9idI19 .mbr-section-title {
  color: #ffffff;
}
.cid-ufBy9idI19 .mbr-text {
  color: #1d1d1f;
  text-align: center;
}
.cid-ufBy9idI19 .mbr-section-title,
.cid-ufBy9idI19 .mbr-section-btn {
  text-align: center;
  color: #1d1d1f;
}
.cid-tXypeD4NPA {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-tXypeD4NPA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXypeD4NPA .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-tXypeD4NPA .container {
    padding: 0 30px;
  }
}
.cid-tXypeD4NPA .items .item {
  margin-bottom: 60px;
}
.cid-tXypeD4NPA .items .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tXypeD4NPA .items .item {
    margin-bottom: 30px;
  }
}
.cid-tXypeD4NPA .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-tXypeD4NPA .items .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tXypeD4NPA .items .item .item-wrapper .card-box .list .item-wrap {
  opacity: .6;
  margin-bottom: 0;
  line-height: 180%;
  cursor: pointer;
}
.cid-tXypeD4NPA .dragArea.row {
  margin: 0;
}
.cid-tXypeD4NPA .dragArea.row .mbr-section-title {
  margin-bottom: 45px !important;
}
.cid-tXypeD4NPA .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-tXypeD4NPA .dragArea.row .form-group .form-control {
  background-color: #ffffff;
  padding: 20px;
  box-shadow: none;
  border: none !important;
  border-radius: 0 !important;
}
.cid-tXypeD4NPA .dragArea.row .form-group .form-control::placeholder {
  color: #4c4c4c;
}
.cid-tXypeD4NPA .dragArea.row .form-group .form-control:hover,
.cid-tXypeD4NPA .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
.cid-tXypeD4NPA .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-tXypeD4NPA .dragArea.row .form-group .form-check .form-check-input {
  background-color: #4c4c4c;
  border-color: #4c4c4c;
}
.cid-tXypeD4NPA .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-tXypeD4NPA .mbr-section-title {
  color: #000000;
}
.cid-tXypeD4NPA .card-title {
  color: #000000;
}
.cid-tXypeD4NPA .list {
  color: #000000;
}
.cid-tXypeD4NPA .mbr-text {
  color: #000000;
}
.cid-tXypeD4NPA label {
  color: #000000;
}
.cid-tXypeOPO3l {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #1d1d1f;
}
.cid-tXypeOPO3l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXypeOPO3l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXypeOPO3l .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tXypeOPO3l .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tXypeOPO3l .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tXypeOPO3l .row {
    text-align: center;
  }
  .cid-tXypeOPO3l .social-row {
    justify-content: center;
  }
}
.cid-tXypeOPO3l .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tXypeOPO3l .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tXypeOPO3l .list {
    margin-bottom: 0rem;
  }
}
.cid-tXypeOPO3l .mbr-text {
  color: #bbbbbb;
}
.cid-tXypeOPO3l .mbr-iconfont {
  color: black;
}
.cid-tXypeOPO3l .copyright {
  color: #ffffff;
}
