.btn {
  border-radius: 7px;
}
body {
  font-family: 'Lato', sans-serif;
}
.display-1 {
  font-family: 'Lato', sans-serif;
  font-size: 5.5625rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.953125rem;
}
.display-2 {
  font-family: 'Lato', sans-serif;
  font-size: 2.8125rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.515625rem;
}
.display-4 {
  font-family: 'Lato', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Lato', sans-serif;
  font-size: 1.875rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.34375rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.71875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.45rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.89375rem;
    font-size: calc( 2.596875rem + (5.5625 - 2.596875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.596875rem + (5.5625 - 2.596875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.25rem;
    font-size: calc( 1.634375rem + (2.8125 - 1.634375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.634375rem + (2.8125 - 1.634375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2rem;
  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 1.5625rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #3793f7 !important;
}
.bg-info {
  background-color: #ebfff2 !important;
}
.bg-warning {
  background-color: #d3efef !important;
}
.bg-danger {
  background-color: #99ccb5 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ebfff2 !important;
  border-color: #ebfff2 !important;
  color: #00eb52 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #009434 !important;
  background-color: #94ffba !important;
  border-color: #94ffba !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #00eb52 !important;
  background-color: #94ffba !important;
  border-color: #94ffba !important;
}
.btn-success,
.btn-success:active {
  background-color: #3793f7 !important;
  border-color: #3793f7 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0868cf !important;
  border-color: #0868cf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0868cf !important;
  border-color: #0868cf !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d3efef !important;
  border-color: #d3efef !important;
  color: #348f8f !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #1d4f4f !important;
  background-color: #93d8d8 !important;
  border-color: #93d8d8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #348f8f !important;
  background-color: #93d8d8 !important;
  border-color: #93d8d8 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #99ccb5 !important;
  border-color: #99ccb5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #5faf8b !important;
  border-color: #5faf8b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #5faf8b !important;
  border-color: #5faf8b !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ebfff2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #94ffba !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #00eb52 !important;
  background-color: #ebfff2 !important;
  border-color: #ebfff2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3793f7;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0868cf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3793f7 !important;
  border-color: #3793f7 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d3efef;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #93d8d8 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #348f8f !important;
  background-color: #d3efef !important;
  border-color: #d3efef !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #99ccb5;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #5faf8b !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #99ccb5 !important;
  border-color: #99ccb5 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #3793f7 !important;
}
.text-info {
  color: #ebfff2 !important;
}
.text-warning {
  color: #d3efef !important;
}
.text-danger {
  color: #99ccb5 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ffffff !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3793f7 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ebfff2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d3efef !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #99ccb5 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #232323 !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 0.3s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  /*  background-position: 0px 1.2em; */
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ebfff2;
}
.alert-warning {
  background-color: #d3efef;
}
.alert-danger {
  background-color: #99ccb5;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 7px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fbfdff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lato', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lato', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #000000;
}
/* 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: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.container {
  max-width: 1440px;
}
a {
  transition: color 300ms ease !important;
}
a.btn {
  transition: all 200ms !important;
  border: 0.075rem solid #000 !important;
  box-shadow: 4px 4px 0 0 #000 !important;
}
a.btn:hover {
  transform: scale(1.075);
  border: 0.075rem solid #000 !important;
  background-color: #d2efef !important;
  color: #000000 !important;
}
a.btn.btn-white {
  color: #000000 !important;
}
.card-title {
  margin-bottom: 0;
}
button:focus {
  box-shadow: none !important;
}
.cid-sXIls1Qe3I {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sXIls1Qe3I nav.navbar {
  position: fixed;
}
.cid-sXIls1Qe3I .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-sXIls1Qe3I .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sXIls1Qe3I .dropdown-item:hover,
.cid-sXIls1Qe3I .dropdown-item:focus {
  color: #000000 !important;
}
.cid-sXIls1Qe3I .nav-dropdown .link {
  padding: 13px 0em !important;
  font-weight: 500;
}
.cid-sXIls1Qe3I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sXIls1Qe3I .nav-link {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  padding-bottom: 13px !important;
}
.cid-sXIls1Qe3I .container {
  display: flex;
  margin: auto;
}
.cid-sXIls1Qe3I .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sXIls1Qe3I .dropdown-menu,
.cid-sXIls1Qe3I .navbar.opened {
  background: #ffffff !important;
}
.cid-sXIls1Qe3I .nav-item:focus,
.cid-sXIls1Qe3I .nav-link:focus {
  outline: none;
}
.cid-sXIls1Qe3I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sXIls1Qe3I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXIls1Qe3I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sXIls1Qe3I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXIls1Qe3I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXIls1Qe3I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sXIls1Qe3I .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 2px solid #000000;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sXIls1Qe3I .navbar.opened {
  transition: all 0.3s;
}
.cid-sXIls1Qe3I .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sXIls1Qe3I .navbar .navbar-logo img {
  width: auto;
}
.cid-sXIls1Qe3I .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sXIls1Qe3I .navbar.collapsed {
  justify-content: center;
}
.cid-sXIls1Qe3I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXIls1Qe3I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sXIls1Qe3I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXIls1Qe3I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sXIls1Qe3I .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-sXIls1Qe3I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sXIls1Qe3I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sXIls1Qe3I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .cid-sXIls1Qe3I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXIls1Qe3I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXIls1Qe3I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXIls1Qe3I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXIls1Qe3I .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-sXIls1Qe3I .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sXIls1Qe3I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXIls1Qe3I .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sXIls1Qe3I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sXIls1Qe3I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sXIls1Qe3I .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXIls1Qe3I .navbar.navbar-short {
  min-height: 60px;
}
.cid-sXIls1Qe3I .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sXIls1Qe3I .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sXIls1Qe3I .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sXIls1Qe3I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXIls1Qe3I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXIls1Qe3I .dropdown-item.active,
.cid-sXIls1Qe3I .dropdown-item:active {
  background-color: transparent;
}
.cid-sXIls1Qe3I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXIls1Qe3I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXIls1Qe3I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXIls1Qe3I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sXIls1Qe3I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sXIls1Qe3I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXIls1Qe3I ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-sXIls1Qe3I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sXIls1Qe3I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sXIls1Qe3I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sXIls1Qe3I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXIls1Qe3I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXIls1Qe3I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXIls1Qe3I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXIls1Qe3I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXIls1Qe3I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXIls1Qe3I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXIls1Qe3I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXIls1Qe3I .navbar-dropdown {
  position: fixed;
}
.cid-sXIls1Qe3I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXIls1Qe3I .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  text-align: center;
  min-width: 400px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sXIls1Qe3I .navbar {
    height: 60px;
  }
  .cid-sXIls1Qe3I .navbar.opened {
    height: auto;
  }
  .cid-sXIls1Qe3I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXIls1Qe3I a {
  display: inline;
  transition: all .3s !important;
}
.cid-sXIls1Qe3I img {
  display: inline;
  padding-right: 10px;
}
.cid-sXIls1Qe3I .dropdown-toggle:after {
  display: none;
}
.cid-sXIls1Qe3I .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 9px;
  padding-bottom: 9px;
}
.cid-sXIls1Qe3I .dropdown-item:hover {
  color: #75dbcd !important;
}
@media (max-width: 990px) {
  .cid-sXIls1Qe3I .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sXIls1Qe3I .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sXIls1Qe3I .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sXIls1Qe3I .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-sXIls1Qe3I ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-sXIls1Qe3I .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-sXIls1Qe3I .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-sXIls1Qe3I .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-sXIls1Qe3I .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-sXIls1Qe3I .btn {
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  padding: 20px 25px !important;
  display: inline-block;
  transform-style: preserve-3d !important;
  margin: 0;
}
.cid-sXIls1Qe3I .container-fluid {
  padding-right: 0;
}
.cid-sXIls1Qe3I .btn {
  border-radius: 1000px !important;
}
.cid-sXIls1Qe3I .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-sXIls1Qe3I .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-sXIls1Qe3I .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-sXIls1Qe3I .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;
}
@media (max-width: 945px) {
  .cid-sXIls1Qe3I .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-sXIls1Qe3I .top {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .cid-sXIls1Qe3I .container,
  .cid-sXIls1Qe3I .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sXIls1Qe3I li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-sXIls1Qe3I ul.navbar-nav {
    padding-left: 0;
  }
}
.cid-sXIls1Qe3I a.btn > span {
  margin-left: 0.5rem;
}
.cid-sXIls1Qe3I .nav-item {
  position: relative;
}
.cid-sXIls1Qe3I .line-animation {
  padding: 0 40px;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sXIls1Qe3I .nav-item:hover {
  text-decoration: underline;
}
.cid-sXIls1Qe3I li.nav-item {
  padding: 0px 23px !important;
}
.cid-sXIls1Qe3I a.btn:hover {
  background-color: #92c9b5 !important;
  border-color: #92c9b5 !important;
  color: #000000 !important;
  transform: none !important;
}
.cid-sXIls1Qe3I .navbar-toggler {
  margin-right: 35px;
}
.cid-sXIls1Qe3I .collapsed .mbr-section-btn {
  padding-bottom: 15px !important;
}
@media (max-width: 430px) {
  .cid-sXIls1Qe3I .icons-menu {
    min-width: initial !important;
  }
  .cid-sXIls1Qe3I .navbar-toggler {
    margin-right: 12px;
  }
}
.cid-sXIls1Qe3I a.btn {
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-sYQHzAXU3d {
  padding-top: 0rem;
  padding-bottom: 0rem;
  margin-bottom: 2px;
  background-color: #d3efef;
}
.cid-sYQHzAXU3d .item-wrapper {
  width: 100%;
}
.cid-sYQHzAXU3d .left-side {
  text-align: left;
  padding-left: 5%;
}
.cid-sYQHzAXU3d .row {
  align-items: center;
  padding: 0px;
  margin: 0;
  outline: 2px solid #000000;
}
.cid-sYQHzAXU3d .mbr-section-title {
  margin: 0 0 15px;
  color: #000000;
}
.cid-sYQHzAXU3d .desc {
  padding: 0 0px 20px;
  color: #333333;
}
.cid-sYQHzAXU3d .col-auto {
  display: inline-block;
}
.cid-sYQHzAXU3d .container-fluid {
  padding: 0;
}
.cid-sYQHzAXU3d .mbr-section-subtitle {
  color: #1b745e;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sYQHzAXU3d .right-side {
  padding: 90px;
  background: #a7cbf2;
  outline: 2px solid #000000;
  min-height: 560px;
  display: flex;
  align-items: center;
}
.cid-sYQHzAXU3d .right-side img {
  height: auto;
  margin: auto;
}
.cid-sYQHzAXU3d .row {
  flex-direction: row-reverse;
}
@media (max-width: 990px) {
  .cid-sYQHzAXU3d .left-side {
    padding: 25px 15px;
  }
  .cid-sYQHzAXU3d .right-side {
    padding: 50px;
  }
}
.cid-sYQHzAXU3d .logo {
  display: inline-block;
  height: 30px;
  width: auto;
  padding-right: 20px;
  margin-bottom: 15px;
}
.cid-sYQHzAXU3d .mbr-text {
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .cid-sYQHzAXU3d .right-side {
    min-height: initial !important;
  }
  .cid-sYQHzAXU3d .row {
    flex-direction: column-reverse;
  }
}
.cid-sYQHDSPP4t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ba8e8a;
  margin-bottom: 2px;
}
.cid-sYQHDSPP4t .iconfont-wrapper > .mbr-iconfont {
  font-size: 22px;
  padding: 8px;
  border-radius: 50%;
  border: 2px solid #000000;
  background-color: #ffffff;
  color: #000000;
}
.cid-sYQHDSPP4t .iconfont-wrapper {
  margin-bottom: 15px;
}
.cid-sYQHDSPP4t .card-text {
  color: #ffffff;
}
.cid-sYQHDSPP4t .card-title {
  margin-bottom: 15px;
}
.cid-sYQHDSPP4t .icon1 {
  background-color: #a7cbf2;
}
.cid-sYQHDSPP4t .icon2 {
  background-color: #d3efef;
}
.cid-sYQHDSPP4t .icon3 {
  background-color: #92c9b5;
}
.cid-sYQHDSPP4t .icon4 {
  background-color: #92c9b5;
}
.cid-sYQHDSPP4t .icon5 {
  background-color: #b6d8ee;
}
.cid-sYQHDSPP4t .icon6 {
  background-color: #a7cbf2;
}
.cid-sYQHDSPP4t .card {
  padding: 2.8rem 3.4rem;
  outline: 2px solid #000000;
  border-radius: 0;
  border-collapse: collapse;
}
.cid-sYQHDSPP4t .card-text,
.cid-sYQHDSPP4t .link {
  color: #000000;
}
.cid-sYQHDSPP4t .container-fluid {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 440px) {
  .cid-sYQHDSPP4t .card {
    padding: 25px 15px;
  }
}
.cid-sYQHQquFFi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #92c9b5;
  margin-bottom: 2px;
}
.cid-sYQHQquFFi img {
  height: 100px;
  width: auto;
  margin: auto;
  display: inline;
}
.cid-sYQHQquFFi .iconfont-wrapper {
  text-align: center;
  margin-bottom: 20px;
}
.cid-sYQHQquFFi .mbr-section-subtitle {
  padding: 0px;
  text-align: center;
  margin: 0;
  padding-bottom: 30px;
}
.cid-sYQHQquFFi .big {
  height: auto;
  width: 400px;
  padding-bottom: 30px;
}
.cid-sYQHQquFFi .mbr-section-subtitle1 {
  padding-bottom: 30px;
}
.cid-sYQHQquFFi .iconfont-wrapper2 {
  padding-bottom: 30px;
}
.cid-sYQHQquFFi .iconfont-wrapper3 {
  padding-bottom: 25px;
  color: #000000;
}
.cid-sYQHQquFFi .iconfont-wrapper1 {
  padding-bottom: 30px;
  color: #ffffff;
}
.cid-sYQHQquFFi .mbr-section-subtitle1,
.cid-sYQHQquFFi .iconfont-wrapper1 {
  text-align: center;
}
.cid-sYQHQquFFi .mbr-section-subtitle,
.cid-sYQHQquFFi .iconfont-wrapper2,
.cid-sYQHQquFFi .iconfont-wrapper3,
.cid-sYQHQquFFi .button-align {
  text-align: center;
}
.cid-sYQHQquFFi .mbr-iconfont {
  font-size: 55px;
}
.cid-sYQHQquFFi .container-fluid {
  outline: 2px solid #000 !important;
}
.cid-sYQHQquFFi .row {
  padding-top: 76px;
  padding-bottom: 76px;
}
@media (max-width: 400px) {
  .cid-sYQHQquFFi img.big {
    height: initial;
    width: 80%;
  }
}
.cid-sYQHQquFFi .iconfont-wrapper2 > .mbr-iconfont {
  color: #000000;
}
.cid-tIiAElKGgN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tIiAElKGgN .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  border-radius: 6px;
  border: 2px solid #000000;
  transition: all .3s;
  overflow: hidden;
}
.cid-tIiAElKGgN .link {
  padding-top: 30px;
}
.cid-tIiAElKGgN .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tIiAElKGgN .mbr-text,
.cid-tIiAElKGgN .mbr-section-btn {
  text-align: center;
}
.cid-tIiAElKGgN .item-title {
  text-align: left;
  margin: 0;
  color: #333333;
}
.cid-tIiAElKGgN .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
  text-align: left;
}
.cid-tIiAElKGgN .name {
  color: #808080;
  margin-bottom: 15px;
}
.cid-tIiAElKGgN .item-content {
  padding: 30px;
}
.cid-tIiAElKGgN .names {
  margin-bottom: 10px;
}
.cid-tIiAElKGgN a {
  font-weight: 600 !important;
  display: flex;
  align-items: center;
  bottom: 0;
  padding-bottom: 30px !important;
  text-decoration: underline;
  z-index: 10;
}
.cid-tIiAElKGgN .item-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
  object-fit: cover;
}
.cid-tIiAElKGgN .mbr-iconfont {
  font-size: 1rem;
  margin-top: 3px;
  margin-left: 5px;
}
.cid-tIiAElKGgN .name2 {
  margin-bottom: 15px;
  color: #333333;
}
.cid-tIiAElKGgN img {
  height: 290px;
  object-fit: cover;
}
.cid-tIiAElKGgN .item-wrapper:hover {
  box-shadow: 4px 4px 0 0 #000000;
  transform: translate(-3px, -3px);
}
.cid-tIiAElKGgN a:hover {
  color: #3793f7 !important;
}
.cid-tIiAElKGgN .mbr-textt {
  display: inline;
}
.cid-tIiAElKGgN .item {
  margin-top: 30px;
}
.cid-tIiAElKGgN .item:nth-child(1),
.cid-tIiAElKGgN .item:nth-child(2),
.cid-tIiAElKGgN .item:nth-child(3) {
  margin-top: 0px !important;
}
@media (max-width: 992px) {
  .cid-tIiAElKGgN .features-image:nth-child(3) {
    margin-top: 30px !important;
  }
}
@media (max-width: 768px) {
  .cid-tIiAElKGgN .features-image:nth-child(2) {
    margin-top: 30px !important;
  }
}
.cid-tIj7OVH20D {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tIj7OVH20D .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  border-radius: 6px;
  border: 2px solid #000000;
  transition: all .3s;
  overflow: hidden;
}
.cid-tIj7OVH20D .link {
  padding-top: 30px;
}
.cid-tIj7OVH20D .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tIj7OVH20D .mbr-text,
.cid-tIj7OVH20D .mbr-section-btn {
  text-align: center;
}
.cid-tIj7OVH20D .item-title {
  text-align: left;
  margin: 0;
  color: #333333;
}
.cid-tIj7OVH20D .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
  text-align: left;
}
.cid-tIj7OVH20D .name {
  color: #808080;
  margin-bottom: 15px;
}
.cid-tIj7OVH20D .item-content {
  padding: 30px;
}
.cid-tIj7OVH20D .names {
  margin-bottom: 10px;
}
.cid-tIj7OVH20D a {
  font-weight: 600 !important;
  display: flex;
  align-items: center;
  bottom: 0;
  padding-bottom: 30px !important;
  text-decoration: underline;
  z-index: 10;
}
.cid-tIj7OVH20D .item-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
  object-fit: cover;
}
.cid-tIj7OVH20D .mbr-iconfont {
  font-size: 1rem;
  margin-top: 3px;
  margin-left: 5px;
}
.cid-tIj7OVH20D .name2 {
  margin-bottom: 15px;
  color: #333333;
}
.cid-tIj7OVH20D img {
  height: 290px;
  object-fit: cover;
}
.cid-tIj7OVH20D .item-wrapper:hover {
  box-shadow: 4px 4px 0 0 #000000;
  transform: translate(-3px, -3px);
}
.cid-tIj7OVH20D a:hover {
  color: #3793f7 !important;
}
.cid-tIj7OVH20D .mbr-textt {
  display: inline;
}
.cid-tIj7OVH20D .item {
  margin-top: 30px;
}
.cid-tIj7OVH20D .item:nth-child(1),
.cid-tIj7OVH20D .item:nth-child(2),
.cid-tIj7OVH20D .item:nth-child(3) {
  margin-top: 0px !important;
}
@media (max-width: 992px) {
  .cid-tIj7OVH20D .features-image:nth-child(3) {
    margin-top: 30px !important;
  }
}
@media (max-width: 768px) {
  .cid-tIj7OVH20D .features-image:nth-child(2) {
    margin-top: 30px !important;
  }
}
.cid-tIjtq08vis {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tIjtq08vis .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid #000000;
  transition: all .3s;
}
.cid-tIjtq08vis .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tIjtq08vis .mbr-text,
.cid-tIjtq08vis .mbr-section-btn {
  text-align: center;
}
.cid-tIjtq08vis .item-title {
  text-align: left;
  margin: 0;
  color: #333333;
  margin-bottom: 8px;
}
.cid-tIjtq08vis .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
  text-align: left;
}
.cid-tIjtq08vis .name {
  color: #333333;
  margin-bottom: 8px;
}
.cid-tIjtq08vis .item-content {
  padding: 15px;
}
.cid-tIjtq08vis .item-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
  object-fit: cover;
}
.cid-tIjtq08vis .mbr-iconfont {
  font-size: 1rem;
  margin-top: 3px;
  margin-left: 5px;
}
.cid-tIjtq08vis .name2 {
  margin-bottom: 15px;
  color: #333333;
}
.cid-tIjtq08vis img {
  height: 310px;
  object-fit: cover;
}
.cid-tIjtq08vis .item-wrapper:hover {
  box-shadow: 4px 4px 0 0 #000000;
  transform: translate(-3px, -3px);
}
.cid-tIjtq08vis .line {
  height: 1px;
  width: 100%;
  background-color: #dadada;
}
.cid-tIjtq08vis .name1,
.cid-tIjtq08vis .name2 {
  display: inline;
}
.cid-tIjtq08vis .bottom {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
.cid-tIjtq08vis .name3 {
  margin-bottom: 8px;
  margin-top: 15px;
}
.cid-tIjtq08vis .name1 {
  color: #333333;
}
.cid-tIjtq08vis .item {
  margin-top: 16px;
  padding-left: 8px;
  padding-right: 8px;
}
.cid-tIjtq08vis .item:nth-child(1),
.cid-tIjtq08vis .item:nth-child(2),
.cid-tIjtq08vis .item:nth-child(3) {
  margin-top: 0px !important;
}
@media (max-width: 992px) {
  .cid-tIjtq08vis .features-image:nth-child(3) {
    margin-top: 16px !important;
  }
}
@media (max-width: 768px) {
  .cid-tIjtq08vis .features-image:nth-child(2) {
    margin-top: 16px !important;
  }
}
.cid-tIjtq08vis .container {
  padding-left: 4px;
  padding-right: 4px;
}
.cid-tIjtq08vis .row {
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-tIjtq08vis .container {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.cid-tIixZnd250 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 2px;
}
.cid-tIixZnd250 .mbr-section-subtitle {
  margin-bottom: 15px;
  color: #333333;
  text-align: left;
}
.cid-tIixZnd250 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tIixZnd250 .container {
  padding-left: 53px;
  padding-right: 53px;
}
.cid-tIixZnd250 .container-fluid {
  outline: 2px solid #000 !important;
}
.cid-tIixZnd250 .row {
  padding-top: 76px;
  padding-bottom: 76px;
  justify-content: center;
  display: flex;
}
@media (max-width: 768px) {
  .cid-tIixZnd250 .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tIij785yTX {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f4f6;
}
.cid-tIij785yTX .mbr-section-title {
  margin-bottom: 8px;
  font-weight: 800;
  color: #333333;
}
.cid-tIij785yTX .mbr-section-title1 {
  margin-bottom: 16px;
}
.cid-tIij785yTX .mbr-text {
  color: #333333;
}
.cid-tIij785yTX .disp {
  display: flex;
  justify-content: space-between;
  padding: 22px;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 6px;
}
.cid-tIij785yTX .displ {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  border-radius: 6px;
}
.cid-tIij785yTX .right {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-tIij785yTX .l {
  margin-right: -12px;
  margin-left: 8px;
}
.cid-tIij785yTX .r {
  margin-right: 8px;
  margin-left: -12px;
}
.cid-tIij785yTX .d {
  display: flex;
  justify-content: space-between;
}
.cid-tIij785yTX .w {
  widtH: 50%;
}
.cid-tIij785yTX .tt {
  padding: 7px;
  border-radius: 6px;
  border: 1px solid #cfcfcf;
  background-color: #e7e7e7;
  width: auto;
  display: inline;
}
.cid-tIij785yTX .logo {
  height: auto;
  width: 100px;
}
.cid-tIij785yTX .col-6.disp {
  flex-direction: column;
}
.cid-tIij785yTX .disp1 {
  width: 52%;
  padding: 22px;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 6px;
}
.cid-tIij785yTX .lists {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  margin-bottom: 16px;
  padding: 22px;
  border-radius: 6px;
}
.cid-tIij785yTX .blocks {
  display: flex;
}
.cid-tIij785yTX ul {
  margin-bottom: 0;
  padding-inline-start: 0px;
  list-style: none;
}
.cid-tIij785yTX .b {
  margin-bottom: 16px;
}
.cid-tIij785yTX .nb {
  margin-bottom: 0;
}
.cid-tIij785yTX a {
  font-weight: 400 !important;
  text-decoration: underline !important;
}
.cid-tIij785yTX .list {
  color: #333333;
}
.cid-tIij785yTX img.top {
  box-shadow: 1px 1px 4rem 0 rgba(0, 0, 0, 0.31);
}
.cid-tIij785yTX .mbr-iconfont {
  padding-right: 8px;
  color: #92c9b5;
}
.cid-tIij785yTX .wrapper {
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/post1-800x800.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 1px 1px 4rem 0 rgba(0, 0, 0, 0.31);
}
@media (max-width: 768px) {
  .cid-tIij785yTX .t {
    padding-top: 30px;
  }
  .cid-tIij785yTX .d {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
  .cid-tIij785yTX .wrapper {
    width: 100%;
    height: 500px;
  }
  .cid-tIij785yTX .r,
  .cid-tIij785yTX .l {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-tIij785yTX .disp1 {
    width: 100%;
  }
  .cid-tIij785yTX .right.row {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 500px) {
  .cid-tIij785yTX .wrapper {
    width: 100%;
    height: 300px;
  }
}
.cid-tIjpsM0dQy {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f4f6;
}
.cid-tIjpsM0dQy .mbr-section-title {
  margin-bottom: 8px;
  font-weight: 800;
  color: #333333;
}
.cid-tIjpsM0dQy .mbr-section-title1 {
  margin-bottom: 16px;
}
.cid-tIjpsM0dQy .mbr-text {
  color: #333333;
}
.cid-tIjpsM0dQy .disp {
  display: flex;
  justify-content: space-between;
  padding: 22px;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 6px;
}
.cid-tIjpsM0dQy .displ {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  border-radius: 6px;
}
.cid-tIjpsM0dQy .right {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-tIjpsM0dQy .l {
  margin-right: -12px;
  margin-left: 8px;
}
.cid-tIjpsM0dQy .r {
  margin-right: 8px;
  margin-left: -12px;
}
.cid-tIjpsM0dQy .d {
  display: flex;
  justify-content: space-between;
}
.cid-tIjpsM0dQy .w {
  widtH: 50%;
}
.cid-tIjpsM0dQy .tt {
  padding: 7px;
  border-radius: 6px;
  border: 1px solid #cfcfcf;
  background-color: #e7e7e7;
  width: auto;
  display: inline;
}
.cid-tIjpsM0dQy .logo {
  height: auto;
  width: 100px;
}
.cid-tIjpsM0dQy .col-6.disp {
  flex-direction: column;
}
.cid-tIjpsM0dQy .disp1 {
  width: 52%;
  padding: 22px;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 6px;
}
.cid-tIjpsM0dQy .lists {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  margin-bottom: 16px;
  padding: 22px;
  border-radius: 6px;
}
.cid-tIjpsM0dQy .blocks {
  display: flex;
}
.cid-tIjpsM0dQy ul {
  margin-bottom: 0;
  padding-inline-start: 0px;
  list-style: none;
}
.cid-tIjpsM0dQy .b {
  margin-bottom: 16px;
}
.cid-tIjpsM0dQy .nb {
  margin-bottom: 0;
}
.cid-tIjpsM0dQy a {
  font-weight: 400 !important;
  text-decoration: underline !important;
}
.cid-tIjpsM0dQy .list {
  color: #333333;
}
.cid-tIjpsM0dQy img.top {
  box-shadow: 1px 1px 4rem 0 rgba(0, 0, 0, 0.31);
}
.cid-tIjpsM0dQy .mbr-iconfont {
  padding-right: 8px;
  color: #92c9b5;
}
.cid-tIjpsM0dQy .wrapper {
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/fb1-800x800.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 1px 1px 4rem 0 rgba(0, 0, 0, 0.31);
}
@media (max-width: 768px) {
  .cid-tIjpsM0dQy .t {
    padding-top: 30px;
  }
  .cid-tIjpsM0dQy .d {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
  .cid-tIjpsM0dQy .wrapper {
    width: 100%;
    height: 500px;
  }
  .cid-tIjpsM0dQy .r,
  .cid-tIjpsM0dQy .l {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-tIjpsM0dQy .disp1 {
    width: 100%;
  }
  .cid-tIjpsM0dQy .right.row {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 500px) {
  .cid-tIjpsM0dQy .wrapper {
    width: 100%;
    height: 300px;
  }
}
.cid-tIjpu5d1n3 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f4f6;
}
.cid-tIjpu5d1n3 .mbr-section-title {
  margin-bottom: 8px;
  font-weight: 800;
  color: #333333;
}
.cid-tIjpu5d1n3 .mbr-section-title1 {
  margin-bottom: 16px;
}
.cid-tIjpu5d1n3 .mbr-text {
  color: #333333;
}
.cid-tIjpu5d1n3 .disp {
  display: flex;
  justify-content: space-between;
  padding: 22px;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 6px;
}
.cid-tIjpu5d1n3 .displ {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  border-radius: 6px;
}
.cid-tIjpu5d1n3 .right {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-tIjpu5d1n3 .l {
  margin-right: -12px;
  margin-left: 8px;
}
.cid-tIjpu5d1n3 .r {
  margin-right: 8px;
  margin-left: -12px;
}
.cid-tIjpu5d1n3 .d {
  display: flex;
  justify-content: space-between;
}
.cid-tIjpu5d1n3 .w {
  widtH: 50%;
}
.cid-tIjpu5d1n3 .tt {
  padding: 7px;
  border-radius: 6px;
  border: 1px solid #cfcfcf;
  background-color: #e7e7e7;
  width: auto;
  display: inline;
}
.cid-tIjpu5d1n3 .logo {
  height: auto;
  width: 100px;
}
.cid-tIjpu5d1n3 .col-6.disp {
  flex-direction: column;
}
.cid-tIjpu5d1n3 .disp1 {
  width: 52%;
  padding: 22px;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 6px;
}
.cid-tIjpu5d1n3 .lists {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  margin-bottom: 16px;
  padding: 22px;
  border-radius: 6px;
}
.cid-tIjpu5d1n3 .blocks {
  display: flex;
}
.cid-tIjpu5d1n3 ul {
  margin-bottom: 0;
  padding-inline-start: 0px;
  list-style: none;
}
.cid-tIjpu5d1n3 .b {
  margin-bottom: 16px;
}
.cid-tIjpu5d1n3 .nb {
  margin-bottom: 0;
}
.cid-tIjpu5d1n3 a {
  font-weight: 400 !important;
  text-decoration: underline !important;
}
.cid-tIjpu5d1n3 .list {
  color: #333333;
}
.cid-tIjpu5d1n3 img.top {
  box-shadow: 1px 1px 4rem 0 rgba(0, 0, 0, 0.31);
}
.cid-tIjpu5d1n3 .mbr-iconfont {
  padding-right: 8px;
  color: #92c9b5;
}
.cid-tIjpu5d1n3 .wrapper {
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/start-1457x1081.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 1px 1px 4rem 0 rgba(0, 0, 0, 0.31);
}
@media (max-width: 768px) {
  .cid-tIjpu5d1n3 .t {
    padding-top: 30px;
  }
  .cid-tIjpu5d1n3 .d {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
  .cid-tIjpu5d1n3 .wrapper {
    width: 100%;
    height: 500px;
  }
  .cid-tIjpu5d1n3 .r,
  .cid-tIjpu5d1n3 .l {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-tIjpu5d1n3 .disp1 {
    width: 100%;
  }
  .cid-tIjpu5d1n3 .right.row {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 500px) {
  .cid-tIjpu5d1n3 .wrapper {
    width: 100%;
    height: 300px;
  }
}
.cid-tIjptzGLtK {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f4f6;
}
.cid-tIjptzGLtK .mbr-section-title {
  margin-bottom: 8px;
  font-weight: 800;
  color: #333333;
}
.cid-tIjptzGLtK .mbr-section-title1 {
  margin-bottom: 16px;
}
.cid-tIjptzGLtK .mbr-text {
  color: #333333;
}
.cid-tIjptzGLtK .disp {
  display: flex;
  justify-content: space-between;
  padding: 22px;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 6px;
}
.cid-tIjptzGLtK .displ {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  border-radius: 6px;
}
.cid-tIjptzGLtK .right {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-tIjptzGLtK .l {
  margin-right: -12px;
  margin-left: 8px;
}
.cid-tIjptzGLtK .r {
  margin-right: 8px;
  margin-left: -12px;
}
.cid-tIjptzGLtK .d {
  display: flex;
  justify-content: space-between;
}
.cid-tIjptzGLtK .w {
  widtH: 50%;
}
.cid-tIjptzGLtK .tt {
  padding: 7px;
  border-radius: 6px;
  border: 1px solid #cfcfcf;
  background-color: #e7e7e7;
  width: auto;
  display: inline;
}
.cid-tIjptzGLtK .logo {
  height: auto;
  width: 100px;
}
.cid-tIjptzGLtK .col-6.disp {
  flex-direction: column;
}
.cid-tIjptzGLtK .disp1 {
  width: 52%;
  padding: 22px;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 6px;
}
.cid-tIjptzGLtK .lists {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  margin-bottom: 16px;
  padding: 22px;
  border-radius: 6px;
}
.cid-tIjptzGLtK .blocks {
  display: flex;
}
.cid-tIjptzGLtK ul {
  margin-bottom: 0;
  padding-inline-start: 0px;
  list-style: none;
}
.cid-tIjptzGLtK .b {
  margin-bottom: 16px;
}
.cid-tIjptzGLtK .nb {
  margin-bottom: 0;
}
.cid-tIjptzGLtK a {
  font-weight: 400 !important;
  text-decoration: underline !important;
}
.cid-tIjptzGLtK .list {
  color: #333333;
}
.cid-tIjptzGLtK img.top {
  box-shadow: 1px 1px 4rem 0 rgba(0, 0, 0, 0.31);
}
.cid-tIjptzGLtK .mbr-iconfont {
  padding-right: 8px;
  color: #92c9b5;
}
.cid-tIjptzGLtK .wrapper {
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/aussenansicht-hotel-tirolerhof-winter-03-gross-1-1200x800.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 1px 1px 4rem 0 rgba(0, 0, 0, 0.31);
}
@media (max-width: 768px) {
  .cid-tIjptzGLtK .t {
    padding-top: 30px;
  }
  .cid-tIjptzGLtK .d {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
  .cid-tIjptzGLtK .wrapper {
    width: 100%;
    height: 500px;
  }
  .cid-tIjptzGLtK .r,
  .cid-tIjptzGLtK .l {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-tIjptzGLtK .disp1 {
    width: 100%;
  }
  .cid-tIjptzGLtK .right.row {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 500px) {
  .cid-tIjptzGLtK .wrapper {
    width: 100%;
    height: 300px;
  }
}
.cid-tIjq4ox4pK {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f4f6;
}
.cid-tIjq4ox4pK .mbr-section-title {
  margin-bottom: 8px;
  font-weight: 800;
  color: #333333;
}
.cid-tIjq4ox4pK .mbr-section-title1 {
  margin-bottom: 16px;
}
.cid-tIjq4ox4pK .mbr-text {
  color: #333333;
}
.cid-tIjq4ox4pK .disp {
  display: flex;
  justify-content: space-between;
  padding: 22px;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 6px;
}
.cid-tIjq4ox4pK .displ {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  border-radius: 6px;
}
.cid-tIjq4ox4pK .right {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-tIjq4ox4pK .l {
  margin-right: -12px;
  margin-left: 8px;
}
.cid-tIjq4ox4pK .r {
  margin-right: 8px;
  margin-left: -12px;
}
.cid-tIjq4ox4pK .d {
  display: flex;
  justify-content: space-between;
}
.cid-tIjq4ox4pK .w {
  widtH: 50%;
}
.cid-tIjq4ox4pK .tt {
  padding: 7px;
  border-radius: 6px;
  border: 1px solid #cfcfcf;
  background-color: #e7e7e7;
  width: auto;
  display: inline;
}
.cid-tIjq4ox4pK .logo {
  height: auto;
  width: 100px;
}
.cid-tIjq4ox4pK .col-6.disp {
  flex-direction: column;
}
.cid-tIjq4ox4pK .disp1 {
  width: 52%;
  padding: 22px;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 6px;
}
.cid-tIjq4ox4pK .lists {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  margin-bottom: 16px;
  padding: 22px;
  border-radius: 6px;
}
.cid-tIjq4ox4pK .blocks {
  display: flex;
}
.cid-tIjq4ox4pK ul {
  margin-bottom: 0;
  padding-inline-start: 0px;
  list-style: none;
}
.cid-tIjq4ox4pK .b {
  margin-bottom: 16px;
}
.cid-tIjq4ox4pK .nb {
  margin-bottom: 0;
}
.cid-tIjq4ox4pK a {
  font-weight: 400 !important;
  text-decoration: underline !important;
}
.cid-tIjq4ox4pK .list {
  color: #333333;
}
.cid-tIjq4ox4pK img.top {
  box-shadow: 1px 1px 4rem 0 rgba(0, 0, 0, 0.31);
}
.cid-tIjq4ox4pK .mbr-iconfont {
  padding-right: 8px;
  color: #92c9b5;
}
.cid-tIjq4ox4pK .wrapper {
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/24-monate-kostenlos-1200x1200.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 1px 1px 4rem 0 rgba(0, 0, 0, 0.31);
}
@media (max-width: 768px) {
  .cid-tIjq4ox4pK .t {
    padding-top: 30px;
  }
  .cid-tIjq4ox4pK .d {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
  .cid-tIjq4ox4pK .wrapper {
    width: 100%;
    height: 500px;
  }
  .cid-tIjq4ox4pK .r,
  .cid-tIjq4ox4pK .l {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-tIjq4ox4pK .disp1 {
    width: 100%;
  }
  .cid-tIjq4ox4pK .right.row {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 500px) {
  .cid-tIjq4ox4pK .wrapper {
    width: 100%;
    height: 300px;
  }
}
.cid-tIjksGSsDY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 2px;
}
.cid-tIjksGSsDY .mbr-section-subtitle {
  margin-bottom: 15px;
  color: #333333;
  text-align: left;
}
.cid-tIjksGSsDY .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tIjksGSsDY .container {
  padding-left: 53px;
  padding-right: 53px;
}
.cid-tIjksGSsDY .container-fluid {
  outline: 2px solid #000 !important;
}
.cid-tIjksGSsDY .row {
  padding-top: 76px;
  padding-bottom: 76px;
  justify-content: center;
  display: flex;
}
@media (max-width: 768px) {
  .cid-tIjksGSsDY .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-sXIlx25osV {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sXIlx25osV img {
  width: 100%;
  display: inline-block;
  padding: 0;
  max-width: 250px;
}
.cid-sXIlx25osV .mbr-section-subtitle {
  margin-right: 30px;
  color: #5f5d68;
}
.cid-sXIlx25osV .brand {
  display: flex;
  justify-content: center;
}
.cid-sXIlx25osV .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-sXIlx25osV .row-main {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 460px) {
  .cid-sXIlx25osV .row-main {
    flex-direction: column;
  }
  .cid-sXIlx25osV .col-auto {
    margin-bottom: 10px;
  }
  .cid-sXIlx25osV .mbr-section-subtitle {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-sXIlx25osV .brand:nth-child(3) {
    padding-top: 10px;
  }
  .cid-sXIlx25osV .brand:nth-child(4) {
    padding-top: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sXIlx25osV .brand:nth-child(2) {
    padding-top: 10px;
  }
}
.cid-tIjhyZYIrs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIjhyZYIrs .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .row {
    padding: 0 12px;
  }
}
.cid-tIjhyZYIrs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIjhyZYIrs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIjhyZYIrs .list-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tIjhyZYIrs .list-wrapper .list {
  list-style: none;
  padding-left: 0;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .list-wrapper .list {
    justify-content: center;
  }
}
.cid-tIjhyZYIrs .list-wrapper .list .mbr-list {
  margin-left: 32px;
  padding: 4px 0;
}
@media (max-width: 768px) {
  .cid-tIjhyZYIrs .list-wrapper .list .mbr-list {
    margin-left: 16px;
  }
  .cid-tIjhyZYIrs .list-wrapper .list .mbr-list:first-child {
    margin-left: 0;
  }
}
.cid-tIjhyZYIrs .list-wrapper .list .mbr-list:first-child {
  margin-left: 0;
}
.cid-tIjhyZYIrs .list-wrapper .list .mbr-list:hover {
  opacity: .7;
}
.cid-tIjhyZYIrs .title-wrapper {
  display: block;
}
.cid-tIjhyZYIrs .title-wrapper .mbr-section-title {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .title-wrapper .mbr-section-title {
    margin-bottom: 1rem;
  }
}
.cid-tIjhyZYIrs .mbr-text {
  margin: 0 auto;
  max-width: 470px;
  color: #181818;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .mbr-text {
    margin-bottom: 24px;
    text-align: center;
  }
}
.cid-tIjhyZYIrs .copyright {
  margin-top: 48px;
  border-top: 2px solid #181818;
  padding-top: 48px;
  margin-bottom: 0;
  color: #a1a1a1;
  text-align: center;
}
.cid-tIjhyZYIrs .mbr-section-title {
  color: #181818;
}
.cid-tIjhyZYIrs .mbr-section-title,
.cid-tIjhyZYIrs .list-wrapper {
  text-align: center;
}
.cid-tIjhyZYIrs .list {
  color: #181818;
}
.cid-tIjaRJSh5F {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tIjaRJSh5F nav.navbar {
  position: fixed;
}
.cid-tIjaRJSh5F .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-tIjaRJSh5F .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tIjaRJSh5F .dropdown-item:hover,
.cid-tIjaRJSh5F .dropdown-item:focus {
  color: #000000 !important;
}
.cid-tIjaRJSh5F .nav-dropdown .link {
  padding: 13px 0em !important;
  font-weight: 500;
}
.cid-tIjaRJSh5F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIjaRJSh5F .nav-link {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  padding-bottom: 13px !important;
}
.cid-tIjaRJSh5F .container {
  display: flex;
  margin: auto;
}
.cid-tIjaRJSh5F .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIjaRJSh5F .dropdown-menu,
.cid-tIjaRJSh5F .navbar.opened {
  background: #ffffff !important;
}
.cid-tIjaRJSh5F .nav-item:focus,
.cid-tIjaRJSh5F .nav-link:focus {
  outline: none;
}
.cid-tIjaRJSh5F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIjaRJSh5F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIjaRJSh5F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIjaRJSh5F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIjaRJSh5F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIjaRJSh5F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIjaRJSh5F .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 2px solid #000000;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tIjaRJSh5F .navbar.opened {
  transition: all 0.3s;
}
.cid-tIjaRJSh5F .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIjaRJSh5F .navbar .navbar-logo img {
  width: auto;
}
.cid-tIjaRJSh5F .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIjaRJSh5F .navbar.collapsed {
  justify-content: center;
}
.cid-tIjaRJSh5F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIjaRJSh5F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tIjaRJSh5F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIjaRJSh5F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIjaRJSh5F .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-tIjaRJSh5F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIjaRJSh5F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIjaRJSh5F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .cid-tIjaRJSh5F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIjaRJSh5F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIjaRJSh5F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIjaRJSh5F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIjaRJSh5F .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-tIjaRJSh5F .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIjaRJSh5F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIjaRJSh5F .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIjaRJSh5F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIjaRJSh5F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIjaRJSh5F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tIjaRJSh5F .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIjaRJSh5F .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIjaRJSh5F .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIjaRJSh5F .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIjaRJSh5F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIjaRJSh5F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIjaRJSh5F .dropdown-item.active,
.cid-tIjaRJSh5F .dropdown-item:active {
  background-color: transparent;
}
.cid-tIjaRJSh5F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIjaRJSh5F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIjaRJSh5F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIjaRJSh5F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tIjaRJSh5F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIjaRJSh5F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIjaRJSh5F ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-tIjaRJSh5F .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIjaRJSh5F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIjaRJSh5F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tIjaRJSh5F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIjaRJSh5F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIjaRJSh5F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIjaRJSh5F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIjaRJSh5F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIjaRJSh5F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIjaRJSh5F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIjaRJSh5F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIjaRJSh5F .navbar-dropdown {
  position: fixed;
}
.cid-tIjaRJSh5F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIjaRJSh5F .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  text-align: center;
  min-width: 400px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tIjaRJSh5F .navbar {
    height: 60px;
  }
  .cid-tIjaRJSh5F .navbar.opened {
    height: auto;
  }
  .cid-tIjaRJSh5F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIjaRJSh5F a {
  display: inline;
  transition: all .3s !important;
}
.cid-tIjaRJSh5F img {
  display: inline;
  padding-right: 10px;
}
.cid-tIjaRJSh5F .dropdown-toggle:after {
  display: none;
}
.cid-tIjaRJSh5F .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 9px;
  padding-bottom: 9px;
}
.cid-tIjaRJSh5F .dropdown-item:hover {
  color: #75dbcd !important;
}
@media (max-width: 990px) {
  .cid-tIjaRJSh5F .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tIjaRJSh5F .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tIjaRJSh5F .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tIjaRJSh5F .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-tIjaRJSh5F ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-tIjaRJSh5F .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-tIjaRJSh5F .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-tIjaRJSh5F .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-tIjaRJSh5F .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-tIjaRJSh5F .btn {
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  padding: 20px 25px !important;
  display: inline-block;
  transform-style: preserve-3d !important;
  margin: 0;
}
.cid-tIjaRJSh5F .container-fluid {
  padding-right: 0;
}
.cid-tIjaRJSh5F .btn {
  border-radius: 1000px !important;
}
.cid-tIjaRJSh5F .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-tIjaRJSh5F .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-tIjaRJSh5F .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-tIjaRJSh5F .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;
}
@media (max-width: 945px) {
  .cid-tIjaRJSh5F .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-tIjaRJSh5F .top {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .cid-tIjaRJSh5F .container,
  .cid-tIjaRJSh5F .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tIjaRJSh5F li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-tIjaRJSh5F ul.navbar-nav {
    padding-left: 0;
  }
}
.cid-tIjaRJSh5F a.btn > span {
  margin-left: 0.5rem;
}
.cid-tIjaRJSh5F .nav-item {
  position: relative;
}
.cid-tIjaRJSh5F .line-animation {
  padding: 0 40px;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tIjaRJSh5F .nav-item:hover {
  text-decoration: underline;
}
.cid-tIjaRJSh5F li.nav-item {
  padding: 0px 23px !important;
}
.cid-tIjaRJSh5F a.btn:hover {
  background-color: #92c9b5 !important;
  border-color: #92c9b5 !important;
  color: #000000 !important;
  transform: none !important;
}
.cid-tIjaRJSh5F .navbar-toggler {
  margin-right: 35px;
}
.cid-tIjaRJSh5F .collapsed .mbr-section-btn {
  padding-bottom: 15px !important;
}
@media (max-width: 430px) {
  .cid-tIjaRJSh5F .icons-menu {
    min-width: initial !important;
  }
  .cid-tIjaRJSh5F .navbar-toggler {
    margin-right: 12px;
  }
}
.cid-tIjaRJSh5F a.btn {
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-tIjaRKdMUL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #92c9b5;
  margin-bottom: 2px;
}
.cid-tIjaRKdMUL img {
  height: 100px;
  width: auto;
  margin: auto;
  display: inline;
}
.cid-tIjaRKdMUL .iconfont-wrapper {
  text-align: center;
  margin-bottom: 20px;
}
.cid-tIjaRKdMUL .mbr-section-subtitle {
  padding: 0px;
  text-align: center;
  margin: 0;
  padding-bottom: 30px;
}
.cid-tIjaRKdMUL .big {
  height: auto;
  width: 400px;
  padding-bottom: 30px;
}
.cid-tIjaRKdMUL .mbr-section-subtitle1 {
  padding-bottom: 30px;
}
.cid-tIjaRKdMUL .iconfont-wrapper2 {
  padding-bottom: 30px;
}
.cid-tIjaRKdMUL .iconfont-wrapper3 {
  padding-bottom: 25px;
  color: #000000;
}
.cid-tIjaRKdMUL .iconfont-wrapper1 {
  padding-bottom: 30px;
  color: #000000;
}
.cid-tIjaRKdMUL .mbr-section-subtitle1,
.cid-tIjaRKdMUL .iconfont-wrapper1 {
  text-align: center;
}
.cid-tIjaRKdMUL .mbr-section-subtitle,
.cid-tIjaRKdMUL .iconfont-wrapper2,
.cid-tIjaRKdMUL .iconfont-wrapper3,
.cid-tIjaRKdMUL .button-align {
  text-align: center;
}
.cid-tIjaRKdMUL .mbr-iconfont {
  font-size: 55px;
}
.cid-tIjaRKdMUL .container-fluid {
  outline: 2px solid #000 !important;
}
.cid-tIjaRKdMUL .row {
  padding-top: 76px;
  padding-bottom: 76px;
}
@media (max-width: 400px) {
  .cid-tIjaRKdMUL img.big {
    height: initial;
    width: 80%;
  }
}
.cid-tIjaRKdMUL .iconfont-wrapper2 > .mbr-iconfont {
  color: #000000;
}
.cid-tIjbjlxq7q {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #92c9b5;
}
.cid-tIjbjlxq7q .item-wrapper {
  position: relative;
}
.cid-tIjbjlxq7q .slide-content {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-tIjbjlxq7q .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 596px;
  margin: 1rem !important;
}
.cid-tIjbjlxq7q .embla__button--next,
.cid-tIjbjlxq7q .embla__button--prev {
  display: flex;
}
.cid-tIjbjlxq7q .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 14px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: transparent;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tIjbjlxq7q .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tIjbjlxq7q .embla__button.embla__button--prev {
  left: 0;
  margin-left: -4rem;
}
.cid-tIjbjlxq7q .embla__button.embla__button--next {
  right: 0;
  margin-right: -4rem;
}
.cid-tIjbjlxq7q .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tIjbjlxq7q .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tIjbjlxq7q .embla {
  position: relative;
  width: 90%;
  margin: auto;
}
.cid-tIjbjlxq7q .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-tIjbjlxq7q .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tIjbjlxq7q .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tIjbjlxq7q .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tIjbjlxq7q .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 0;
  display: flex;
  justify-content: center;
  height: 185px;
  width: auto;
}
.cid-tIjbjlxq7q img {
  width: auto;
  height: 100%;
}
.cid-tIjbjlxq7q .embla__viewport.container {
  overflow: hidden;
}
@media (max-width: 576px) {
  .cid-tIjbjlxq7q .embla {
    width: 70%;
  }
  .cid-tIjbjlxq7q .embla__slide {
    min-width: 250%;
  }
}
.cid-tIjcIwNOrw {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIjcIwNOrw .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIjcIwNOrw .row {
  justify-content: center;
}
.cid-tIjcIwNOrw a {
  font-weight: 400 !important;
}
.cid-tIjaUKAHLu {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tIjaUKAHLu .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tIjaUKAHLu .btn-black {
  background: black !important;
  border-radius: 6px;
}
.cid-tIjaUKAHLu .btn-black:hover {
  background: gray !important;
  border-color: gray !important;
}
.cid-tIjaUKAHLu textarea {
  min-height: 150px;
}
.cid-tIjaUKAHLu .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-tIjaUKAHLu .form-control,
.cid-tIjaUKAHLu .field-input {
  padding: 1rem;
  background-color: #f3f4f6 !important;
  border-color: #767676 !important;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-tIjaUKAHLu .form-control:hover,
.cid-tIjaUKAHLu .field-input:hover,
.cid-tIjaUKAHLu .form-control:focus,
.cid-tIjaUKAHLu .field-input:focus {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #000000 !important;
  box-shadow: none;
  outline: none;
}
.cid-tIjaUKAHLu .form-control:hover input::-webkit-input-placeholder,
.cid-tIjaUKAHLu .field-input:hover input::-webkit-input-placeholder,
.cid-tIjaUKAHLu .form-control:focus input::-webkit-input-placeholder,
.cid-tIjaUKAHLu .field-input:focus input::-webkit-input-placeholder,
.cid-tIjaUKAHLu .form-control:hover textarea::-webkit-input-placeholder,
.cid-tIjaUKAHLu .field-input:hover textarea::-webkit-input-placeholder,
.cid-tIjaUKAHLu .form-control:focus textarea::-webkit-input-placeholder,
.cid-tIjaUKAHLu .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff !important;
}
.cid-tIjaUKAHLu .form-control:hover input:-moz-placeholder,
.cid-tIjaUKAHLu .field-input:hover input:-moz-placeholder,
.cid-tIjaUKAHLu .form-control:focus input:-moz-placeholder,
.cid-tIjaUKAHLu .field-input:focus input:-moz-placeholder,
.cid-tIjaUKAHLu .form-control:hover textarea:-moz-placeholder,
.cid-tIjaUKAHLu .field-input:hover textarea:-moz-placeholder,
.cid-tIjaUKAHLu .form-control:focus textarea:-moz-placeholder,
.cid-tIjaUKAHLu .field-input:focus textarea:-moz-placeholder {
  color: #ffffff !important;
}
.cid-tIjaUKAHLu input::-webkit-input-placeholder,
.cid-tIjaUKAHLu textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-tIjaUKAHLu input:-moz-placeholder,
.cid-tIjaUKAHLu textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-tIjaUKAHLu .jq-number__spin:hover,
.cid-tIjaUKAHLu .jq-number__spin:focus {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tIjaUKAHLu .jq-number__spin {
  background-color: #f3f4f6 !important;
  border-color: #767676 !important;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tIjaUKAHLu .jq-selectbox li,
.cid-tIjaUKAHLu .jq-selectbox li {
  background-color: #f3f4f6 !important;
  color: #000000 !important;
}
.cid-tIjaUKAHLu .jq-selectbox li:hover,
.cid-tIjaUKAHLu .jq-selectbox li.selected {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-tIjaUKAHLu .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tIjaUKAHLu .jq-number__spin.minus:hover:after,
.cid-tIjaUKAHLu .jq-number__spin.plus:hover:after {
  border-top-color: #f3f4f6 !important;
  border-bottom-color: #f3f4f6 !important;
}
.cid-tIjaUKAHLu .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tIjaUKAHLu .jq-number__spin.minus:after,
.cid-tIjaUKAHLu .jq-number__spin.plus:after {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
.cid-tIjaUKAHLu input::-webkit-clear-button {
  display: none;
}
.cid-tIjaUKAHLu input::-webkit-inner-spin-button {
  display: none;
}
.cid-tIjaUKAHLu input::-webkit-outer-spin-button {
  display: none;
}
.cid-tIjaUKAHLu input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tIjaRKxHSU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tIjaRKxHSU .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIjaRKxHSU .row {
  justify-content: center;
}
.cid-tIjaRKxHSU a {
  font-weight: 400 !important;
}
.cid-tIjaRKSidC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ba8e8a;
  margin-bottom: 2px;
}
.cid-tIjaRKSidC .iconfont-wrapper > .mbr-iconfont {
  font-size: 22px;
  padding: 8px;
  border-radius: 50%;
  border: 2px solid #000000;
  background-color: #ffffff;
  color: #000000;
}
.cid-tIjaRKSidC .iconfont-wrapper {
  margin-bottom: 15px;
}
.cid-tIjaRKSidC .card-text {
  color: #ffffff;
}
.cid-tIjaRKSidC .card-title {
  margin-bottom: 15px;
}
.cid-tIjaRKSidC .icon1 {
  background-color: #a7cbf2;
}
.cid-tIjaRKSidC .icon2 {
  background-color: #d3efef;
}
.cid-tIjaRKSidC .icon3 {
  background-color: #92c9b5;
}
.cid-tIjaRKSidC .icon4 {
  background-color: #92c9b5;
}
.cid-tIjaRKSidC .icon5 {
  background-color: #b6d8ee;
}
.cid-tIjaRKSidC .icon6 {
  background-color: #a7cbf2;
}
.cid-tIjaRKSidC .card {
  padding: 2.8rem 3.4rem;
  outline: 2px solid #000000;
  border-radius: 0;
  border-collapse: collapse;
}
.cid-tIjaRKSidC .card-text,
.cid-tIjaRKSidC .link {
  color: #000000;
}
.cid-tIjaRKSidC .container-fluid {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 440px) {
  .cid-tIjaRKSidC .card {
    padding: 25px 15px;
  }
}
.cid-tIjaRLkd89 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tIjaRLkd89 img {
  width: 100%;
  display: inline-block;
  padding: 0;
  max-width: 250px;
}
.cid-tIjaRLkd89 .mbr-section-subtitle {
  margin-right: 30px;
  color: #5f5d68;
}
.cid-tIjaRLkd89 .brand {
  display: flex;
  justify-content: center;
}
.cid-tIjaRLkd89 .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-tIjaRLkd89 .row-main {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 460px) {
  .cid-tIjaRLkd89 .row-main {
    flex-direction: column;
  }
  .cid-tIjaRLkd89 .col-auto {
    margin-bottom: 10px;
  }
  .cid-tIjaRLkd89 .mbr-section-subtitle {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-tIjaRLkd89 .brand:nth-child(3) {
    padding-top: 10px;
  }
  .cid-tIjaRLkd89 .brand:nth-child(4) {
    padding-top: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tIjaRLkd89 .brand:nth-child(2) {
    padding-top: 10px;
  }
}
.cid-tIjhyZYIrs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIjhyZYIrs .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .row {
    padding: 0 12px;
  }
}
.cid-tIjhyZYIrs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIjhyZYIrs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIjhyZYIrs .list-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tIjhyZYIrs .list-wrapper .list {
  list-style: none;
  padding-left: 0;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .list-wrapper .list {
    justify-content: center;
  }
}
.cid-tIjhyZYIrs .list-wrapper .list .mbr-list {
  margin-left: 32px;
  padding: 4px 0;
}
@media (max-width: 768px) {
  .cid-tIjhyZYIrs .list-wrapper .list .mbr-list {
    margin-left: 16px;
  }
  .cid-tIjhyZYIrs .list-wrapper .list .mbr-list:first-child {
    margin-left: 0;
  }
}
.cid-tIjhyZYIrs .list-wrapper .list .mbr-list:first-child {
  margin-left: 0;
}
.cid-tIjhyZYIrs .list-wrapper .list .mbr-list:hover {
  opacity: .7;
}
.cid-tIjhyZYIrs .title-wrapper {
  display: block;
}
.cid-tIjhyZYIrs .title-wrapper .mbr-section-title {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .title-wrapper .mbr-section-title {
    margin-bottom: 1rem;
  }
}
.cid-tIjhyZYIrs .mbr-text {
  margin: 0 auto;
  max-width: 470px;
  color: #181818;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .mbr-text {
    margin-bottom: 24px;
    text-align: center;
  }
}
.cid-tIjhyZYIrs .copyright {
  margin-top: 48px;
  border-top: 2px solid #181818;
  padding-top: 48px;
  margin-bottom: 0;
  color: #a1a1a1;
  text-align: center;
}
.cid-tIjhyZYIrs .mbr-section-title {
  color: #181818;
}
.cid-tIjhyZYIrs .mbr-section-title,
.cid-tIjhyZYIrs .list-wrapper {
  text-align: center;
}
.cid-tIjhyZYIrs .list {
  color: #181818;
}
.cid-tIj8hrdrH8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tIj8hrdrH8 nav.navbar {
  position: fixed;
}
.cid-tIj8hrdrH8 .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-tIj8hrdrH8 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tIj8hrdrH8 .dropdown-item:hover,
.cid-tIj8hrdrH8 .dropdown-item:focus {
  color: #000000 !important;
}
.cid-tIj8hrdrH8 .nav-dropdown .link {
  padding: 13px 0em !important;
  font-weight: 500;
}
.cid-tIj8hrdrH8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIj8hrdrH8 .nav-link {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  padding-bottom: 13px !important;
}
.cid-tIj8hrdrH8 .container {
  display: flex;
  margin: auto;
}
.cid-tIj8hrdrH8 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIj8hrdrH8 .dropdown-menu,
.cid-tIj8hrdrH8 .navbar.opened {
  background: #ffffff !important;
}
.cid-tIj8hrdrH8 .nav-item:focus,
.cid-tIj8hrdrH8 .nav-link:focus {
  outline: none;
}
.cid-tIj8hrdrH8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIj8hrdrH8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIj8hrdrH8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIj8hrdrH8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIj8hrdrH8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIj8hrdrH8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIj8hrdrH8 .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 2px solid #000000;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tIj8hrdrH8 .navbar.opened {
  transition: all 0.3s;
}
.cid-tIj8hrdrH8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIj8hrdrH8 .navbar .navbar-logo img {
  width: auto;
}
.cid-tIj8hrdrH8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIj8hrdrH8 .navbar.collapsed {
  justify-content: center;
}
.cid-tIj8hrdrH8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIj8hrdrH8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tIj8hrdrH8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIj8hrdrH8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIj8hrdrH8 .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-tIj8hrdrH8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIj8hrdrH8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIj8hrdrH8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .cid-tIj8hrdrH8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIj8hrdrH8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIj8hrdrH8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIj8hrdrH8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIj8hrdrH8 .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-tIj8hrdrH8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIj8hrdrH8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIj8hrdrH8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIj8hrdrH8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIj8hrdrH8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIj8hrdrH8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tIj8hrdrH8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIj8hrdrH8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIj8hrdrH8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIj8hrdrH8 .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIj8hrdrH8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIj8hrdrH8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIj8hrdrH8 .dropdown-item.active,
.cid-tIj8hrdrH8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tIj8hrdrH8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIj8hrdrH8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIj8hrdrH8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIj8hrdrH8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tIj8hrdrH8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIj8hrdrH8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIj8hrdrH8 ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-tIj8hrdrH8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIj8hrdrH8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIj8hrdrH8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tIj8hrdrH8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIj8hrdrH8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIj8hrdrH8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIj8hrdrH8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIj8hrdrH8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIj8hrdrH8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIj8hrdrH8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIj8hrdrH8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIj8hrdrH8 .navbar-dropdown {
  position: fixed;
}
.cid-tIj8hrdrH8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIj8hrdrH8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  text-align: center;
  min-width: 400px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tIj8hrdrH8 .navbar {
    height: 60px;
  }
  .cid-tIj8hrdrH8 .navbar.opened {
    height: auto;
  }
  .cid-tIj8hrdrH8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIj8hrdrH8 a {
  display: inline;
  transition: all .3s !important;
}
.cid-tIj8hrdrH8 img {
  display: inline;
  padding-right: 10px;
}
.cid-tIj8hrdrH8 .dropdown-toggle:after {
  display: none;
}
.cid-tIj8hrdrH8 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 9px;
  padding-bottom: 9px;
}
.cid-tIj8hrdrH8 .dropdown-item:hover {
  color: #75dbcd !important;
}
@media (max-width: 990px) {
  .cid-tIj8hrdrH8 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tIj8hrdrH8 .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tIj8hrdrH8 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tIj8hrdrH8 .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-tIj8hrdrH8 ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-tIj8hrdrH8 .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-tIj8hrdrH8 .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-tIj8hrdrH8 .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-tIj8hrdrH8 .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-tIj8hrdrH8 .btn {
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  padding: 20px 25px !important;
  display: inline-block;
  transform-style: preserve-3d !important;
  margin: 0;
}
.cid-tIj8hrdrH8 .container-fluid {
  padding-right: 0;
}
.cid-tIj8hrdrH8 .btn {
  border-radius: 1000px !important;
}
.cid-tIj8hrdrH8 .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-tIj8hrdrH8 .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-tIj8hrdrH8 .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-tIj8hrdrH8 .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;
}
@media (max-width: 945px) {
  .cid-tIj8hrdrH8 .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-tIj8hrdrH8 .top {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .cid-tIj8hrdrH8 .container,
  .cid-tIj8hrdrH8 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tIj8hrdrH8 li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-tIj8hrdrH8 ul.navbar-nav {
    padding-left: 0;
  }
}
.cid-tIj8hrdrH8 a.btn > span {
  margin-left: 0.5rem;
}
.cid-tIj8hrdrH8 .nav-item {
  position: relative;
}
.cid-tIj8hrdrH8 .line-animation {
  padding: 0 40px;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tIj8hrdrH8 .nav-item:hover {
  text-decoration: underline;
}
.cid-tIj8hrdrH8 li.nav-item {
  padding: 0px 23px !important;
}
.cid-tIj8hrdrH8 a.btn:hover {
  background-color: #92c9b5 !important;
  border-color: #92c9b5 !important;
  color: #000000 !important;
  transform: none !important;
}
.cid-tIj8hrdrH8 .navbar-toggler {
  margin-right: 35px;
}
.cid-tIj8hrdrH8 .collapsed .mbr-section-btn {
  padding-bottom: 15px !important;
}
@media (max-width: 430px) {
  .cid-tIj8hrdrH8 .icons-menu {
    min-width: initial !important;
  }
  .cid-tIj8hrdrH8 .navbar-toggler {
    margin-right: 12px;
  }
}
.cid-tIj8hrdrH8 a.btn {
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-tIj8sMdTOD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #92c9b5;
  margin-bottom: 2px;
}
.cid-tIj8sMdTOD img {
  height: 100px;
  width: auto;
  margin: auto;
  display: inline;
}
.cid-tIj8sMdTOD .iconfont-wrapper {
  text-align: center;
  margin-bottom: 20px;
}
.cid-tIj8sMdTOD .mbr-section-subtitle {
  padding: 0px;
  text-align: center;
  margin: 0;
  padding-bottom: 30px;
}
.cid-tIj8sMdTOD .big {
  height: auto;
  width: 400px;
  padding-bottom: 30px;
}
.cid-tIj8sMdTOD .mbr-section-subtitle1 {
  padding-bottom: 30px;
}
.cid-tIj8sMdTOD .iconfont-wrapper2 {
  padding-bottom: 30px;
}
.cid-tIj8sMdTOD .iconfont-wrapper3 {
  padding-bottom: 25px;
  color: #000000;
}
.cid-tIj8sMdTOD .iconfont-wrapper1 {
  padding-bottom: 30px;
  color: #000000;
}
.cid-tIj8sMdTOD .mbr-section-subtitle1,
.cid-tIj8sMdTOD .iconfont-wrapper1 {
  text-align: center;
}
.cid-tIj8sMdTOD .mbr-section-subtitle,
.cid-tIj8sMdTOD .iconfont-wrapper2,
.cid-tIj8sMdTOD .iconfont-wrapper3,
.cid-tIj8sMdTOD .button-align {
  text-align: center;
}
.cid-tIj8sMdTOD .mbr-iconfont {
  font-size: 55px;
}
.cid-tIj8sMdTOD .container-fluid {
  outline: 2px solid #000 !important;
}
.cid-tIj8sMdTOD .row {
  padding-top: 76px;
  padding-bottom: 76px;
}
@media (max-width: 400px) {
  .cid-tIj8sMdTOD img.big {
    height: initial;
    width: 80%;
  }
}
.cid-tIj8sMdTOD .iconfont-wrapper2 > .mbr-iconfont {
  color: #000000;
}
.cid-tIj8opJ1jr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tIj8opJ1jr .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIj8opJ1jr .row {
  justify-content: center;
}
.cid-tIj8opJ1jr a {
  font-weight: 400 !important;
}
.cid-tIj8hs9bkF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ba8e8a;
  margin-bottom: 2px;
}
.cid-tIj8hs9bkF .iconfont-wrapper > .mbr-iconfont {
  font-size: 22px;
  padding: 8px;
  border-radius: 50%;
  border: 2px solid #000000;
  background-color: #ffffff;
  color: #000000;
}
.cid-tIj8hs9bkF .iconfont-wrapper {
  margin-bottom: 15px;
}
.cid-tIj8hs9bkF .card-text {
  color: #ffffff;
}
.cid-tIj8hs9bkF .card-title {
  margin-bottom: 15px;
}
.cid-tIj8hs9bkF .icon1 {
  background-color: #a7cbf2;
}
.cid-tIj8hs9bkF .icon2 {
  background-color: #d3efef;
}
.cid-tIj8hs9bkF .icon3 {
  background-color: #92c9b5;
}
.cid-tIj8hs9bkF .icon4 {
  background-color: #92c9b5;
}
.cid-tIj8hs9bkF .icon5 {
  background-color: #b6d8ee;
}
.cid-tIj8hs9bkF .icon6 {
  background-color: #a7cbf2;
}
.cid-tIj8hs9bkF .card {
  padding: 2.8rem 3.4rem;
  outline: 2px solid #000000;
  border-radius: 0;
  border-collapse: collapse;
}
.cid-tIj8hs9bkF .card-text,
.cid-tIj8hs9bkF .link {
  color: #000000;
}
.cid-tIj8hs9bkF .container-fluid {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 440px) {
  .cid-tIj8hs9bkF .card {
    padding: 25px 15px;
  }
}
.cid-tIj8hxtnTd {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tIj8hxtnTd img {
  width: 100%;
  display: inline-block;
  padding: 0;
  max-width: 250px;
}
.cid-tIj8hxtnTd .mbr-section-subtitle {
  margin-right: 30px;
  color: #5f5d68;
}
.cid-tIj8hxtnTd .brand {
  display: flex;
  justify-content: center;
}
.cid-tIj8hxtnTd .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-tIj8hxtnTd .row-main {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 460px) {
  .cid-tIj8hxtnTd .row-main {
    flex-direction: column;
  }
  .cid-tIj8hxtnTd .col-auto {
    margin-bottom: 10px;
  }
  .cid-tIj8hxtnTd .mbr-section-subtitle {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-tIj8hxtnTd .brand:nth-child(3) {
    padding-top: 10px;
  }
  .cid-tIj8hxtnTd .brand:nth-child(4) {
    padding-top: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tIj8hxtnTd .brand:nth-child(2) {
    padding-top: 10px;
  }
}
.cid-tIjhyZYIrs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIjhyZYIrs .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .row {
    padding: 0 12px;
  }
}
.cid-tIjhyZYIrs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIjhyZYIrs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIjhyZYIrs .list-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tIjhyZYIrs .list-wrapper .list {
  list-style: none;
  padding-left: 0;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .list-wrapper .list {
    justify-content: center;
  }
}
.cid-tIjhyZYIrs .list-wrapper .list .mbr-list {
  margin-left: 32px;
  padding: 4px 0;
}
@media (max-width: 768px) {
  .cid-tIjhyZYIrs .list-wrapper .list .mbr-list {
    margin-left: 16px;
  }
  .cid-tIjhyZYIrs .list-wrapper .list .mbr-list:first-child {
    margin-left: 0;
  }
}
.cid-tIjhyZYIrs .list-wrapper .list .mbr-list:first-child {
  margin-left: 0;
}
.cid-tIjhyZYIrs .list-wrapper .list .mbr-list:hover {
  opacity: .7;
}
.cid-tIjhyZYIrs .title-wrapper {
  display: block;
}
.cid-tIjhyZYIrs .title-wrapper .mbr-section-title {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .title-wrapper .mbr-section-title {
    margin-bottom: 1rem;
  }
}
.cid-tIjhyZYIrs .mbr-text {
  margin: 0 auto;
  max-width: 470px;
  color: #181818;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .mbr-text {
    margin-bottom: 24px;
    text-align: center;
  }
}
.cid-tIjhyZYIrs .copyright {
  margin-top: 48px;
  border-top: 2px solid #181818;
  padding-top: 48px;
  margin-bottom: 0;
  color: #a1a1a1;
  text-align: center;
}
.cid-tIjhyZYIrs .mbr-section-title {
  color: #181818;
}
.cid-tIjhyZYIrs .mbr-section-title,
.cid-tIjhyZYIrs .list-wrapper {
  text-align: center;
}
.cid-tIjhyZYIrs .list {
  color: #181818;
}
.cid-tIiBlbGZiS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tIiBlbGZiS nav.navbar {
  position: fixed;
}
.cid-tIiBlbGZiS .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-tIiBlbGZiS .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tIiBlbGZiS .dropdown-item:hover,
.cid-tIiBlbGZiS .dropdown-item:focus {
  color: #000000 !important;
}
.cid-tIiBlbGZiS .nav-dropdown .link {
  padding: 13px 0em !important;
  font-weight: 500;
}
.cid-tIiBlbGZiS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIiBlbGZiS .nav-link {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  padding-bottom: 13px !important;
}
.cid-tIiBlbGZiS .container {
  display: flex;
  margin: auto;
}
.cid-tIiBlbGZiS .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIiBlbGZiS .dropdown-menu,
.cid-tIiBlbGZiS .navbar.opened {
  background: #ffffff !important;
}
.cid-tIiBlbGZiS .nav-item:focus,
.cid-tIiBlbGZiS .nav-link:focus {
  outline: none;
}
.cid-tIiBlbGZiS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIiBlbGZiS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIiBlbGZiS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIiBlbGZiS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIiBlbGZiS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIiBlbGZiS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIiBlbGZiS .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 2px solid #000000;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tIiBlbGZiS .navbar.opened {
  transition: all 0.3s;
}
.cid-tIiBlbGZiS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIiBlbGZiS .navbar .navbar-logo img {
  width: auto;
}
.cid-tIiBlbGZiS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIiBlbGZiS .navbar.collapsed {
  justify-content: center;
}
.cid-tIiBlbGZiS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIiBlbGZiS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tIiBlbGZiS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIiBlbGZiS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIiBlbGZiS .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-tIiBlbGZiS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIiBlbGZiS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIiBlbGZiS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .cid-tIiBlbGZiS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIiBlbGZiS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIiBlbGZiS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIiBlbGZiS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIiBlbGZiS .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-tIiBlbGZiS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIiBlbGZiS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIiBlbGZiS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIiBlbGZiS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIiBlbGZiS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIiBlbGZiS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tIiBlbGZiS .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIiBlbGZiS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIiBlbGZiS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIiBlbGZiS .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIiBlbGZiS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIiBlbGZiS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIiBlbGZiS .dropdown-item.active,
.cid-tIiBlbGZiS .dropdown-item:active {
  background-color: transparent;
}
.cid-tIiBlbGZiS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIiBlbGZiS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIiBlbGZiS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIiBlbGZiS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tIiBlbGZiS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIiBlbGZiS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIiBlbGZiS ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-tIiBlbGZiS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIiBlbGZiS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIiBlbGZiS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tIiBlbGZiS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIiBlbGZiS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIiBlbGZiS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIiBlbGZiS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIiBlbGZiS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIiBlbGZiS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIiBlbGZiS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIiBlbGZiS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIiBlbGZiS .navbar-dropdown {
  position: fixed;
}
.cid-tIiBlbGZiS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIiBlbGZiS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  text-align: center;
  min-width: 400px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tIiBlbGZiS .navbar {
    height: 60px;
  }
  .cid-tIiBlbGZiS .navbar.opened {
    height: auto;
  }
  .cid-tIiBlbGZiS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIiBlbGZiS a {
  display: inline;
  transition: all .3s !important;
}
.cid-tIiBlbGZiS img {
  display: inline;
  padding-right: 10px;
}
.cid-tIiBlbGZiS .dropdown-toggle:after {
  display: none;
}
.cid-tIiBlbGZiS .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 9px;
  padding-bottom: 9px;
}
.cid-tIiBlbGZiS .dropdown-item:hover {
  color: #75dbcd !important;
}
@media (max-width: 990px) {
  .cid-tIiBlbGZiS .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tIiBlbGZiS .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tIiBlbGZiS .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tIiBlbGZiS .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-tIiBlbGZiS ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-tIiBlbGZiS .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-tIiBlbGZiS .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-tIiBlbGZiS .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-tIiBlbGZiS .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-tIiBlbGZiS .btn {
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  padding: 20px 25px !important;
  display: inline-block;
  transform-style: preserve-3d !important;
  margin: 0;
}
.cid-tIiBlbGZiS .container-fluid {
  padding-right: 0;
}
.cid-tIiBlbGZiS .btn {
  border-radius: 1000px !important;
}
.cid-tIiBlbGZiS .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-tIiBlbGZiS .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-tIiBlbGZiS .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-tIiBlbGZiS .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;
}
@media (max-width: 945px) {
  .cid-tIiBlbGZiS .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-tIiBlbGZiS .top {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .cid-tIiBlbGZiS .container,
  .cid-tIiBlbGZiS .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tIiBlbGZiS li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-tIiBlbGZiS ul.navbar-nav {
    padding-left: 0;
  }
}
.cid-tIiBlbGZiS a.btn > span {
  margin-left: 0.5rem;
}
.cid-tIiBlbGZiS .nav-item {
  position: relative;
}
.cid-tIiBlbGZiS .line-animation {
  padding: 0 40px;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tIiBlbGZiS .nav-item:hover {
  text-decoration: underline;
}
.cid-tIiBlbGZiS li.nav-item {
  padding: 0px 23px !important;
}
.cid-tIiBlbGZiS a.btn:hover {
  background-color: #92c9b5 !important;
  border-color: #92c9b5 !important;
  color: #000000 !important;
  transform: none !important;
}
.cid-tIiBlbGZiS .navbar-toggler {
  margin-right: 35px;
}
.cid-tIiBlbGZiS .collapsed .mbr-section-btn {
  padding-bottom: 15px !important;
}
@media (max-width: 430px) {
  .cid-tIiBlbGZiS .icons-menu {
    min-width: initial !important;
  }
  .cid-tIiBlbGZiS .navbar-toggler {
    margin-right: 12px;
  }
}
.cid-tIiBlbGZiS a.btn {
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-tIiBt4yI4U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 2px;
}
.cid-tIiBt4yI4U .item-wrapper {
  width: 100%;
}
.cid-tIiBt4yI4U .left-side {
  text-align: left;
  padding: 75px;
}
.cid-tIiBt4yI4U .row {
  align-items: center;
  padding: 0px;
  margin: 0;
}
.cid-tIiBt4yI4U .mbr-section-title {
  margin: 0 0 15px;
  color: #000000;
}
.cid-tIiBt4yI4U .desc {
  padding: 0 0px 20px;
  color: #333333;
}
.cid-tIiBt4yI4U .col-auto {
  display: inline-block;
}
.cid-tIiBt4yI4U .container-fluid {
  padding: 0;
}
.cid-tIiBt4yI4U .mbr-section-subtitle {
  color: #1b745e;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-tIiBt4yI4U .right-side {
  padding: 90px;
  background: #000000;
  outline: 2px solid #000 !important;
  min-height: 560px;
  display: flex;
  align-items: center;
}
.cid-tIiBt4yI4U .right-side img {
  height: auto;
  margin: auto;
}
.cid-tIiBt4yI4U .row {
  flex-direction: row-reverse;
}
@media (max-width: 990px) {
  .cid-tIiBt4yI4U .left-side {
    padding: 25px 15px;
  }
  .cid-tIiBt4yI4U .right-side {
    padding: 50px;
  }
  .cid-tIiBt4yI4U li:before {
    left: 20px;
  }
}
@media (max-width: 768px) {
  .cid-tIiBt4yI4U .right-side {
    min-height: initial !important;
  }
  .cid-tIiBt4yI4U .row {
    flex-direction: column-reverse;
  }
}
.cid-tIiBt4yI4U .logo {
  display: inline-block;
  height: 30px;
  width: auto;
  padding-right: 20px;
  margin-bottom: 15px;
}
.cid-tIiBt4yI4U .mbr-text {
  padding-bottom: 10px;
}
.cid-tIiBt4yI4U .card-heading {
  margin-bottom: 20px;
  color: #333333;
}
.cid-tIiBt4yI4U .container,
.cid-tIiBt4yI4U .container-fluid {
  outline: 2px solid #000 !important;
}
.cid-tIiBt4yI4U ol {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0 !important;
  counter-reset: myCounter;
}
.cid-tIiBt4yI4U li {
  display: flex;
  align-items: center;
  padding-left: 40px;
  position: relative;
}
.cid-tIiBt4yI4U li:before {
  position: absolute;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  background-color: #ffffff;
  color: #000000;
  padding: 1px 8px;
  border: 1px solid #000000;
  box-shadow: 2px 2px 0 0 #000 !important;
  font-size: 16px;
  font-weight: 800;
}
.cid-tIiCgzJNli {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIiCgzJNli .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIiCgzJNli .row {
  justify-content: center;
}
.cid-tIiCgzJNli a {
  font-weight: 400 !important;
}
.cid-tIiDhUxlLg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e4f3f8;
}
.cid-tIiDhUxlLg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIiDhUxlLg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIiDhUxlLg .mbr-section-title {
  color: #272727;
}
.cid-tIiDhUxlLg .mbr-text {
  color: #272727;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-tIiDhUxlLg .mbr-text {
    margin-top: 24px;
  }
}
.cid-tIiDhUxlLg .image-wrapper {
  width: 100%;
  margin-top: 32px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 767px) {
  .cid-tIiDhUxlLg .image-wrapper {
    margin-top: 24px;
  }
}
.cid-tIiDhUxlLg .image-wrapper img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
}
.cid-tIiDPQWKyH {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIiDPQWKyH .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIiDPQWKyH .row {
  justify-content: center;
}
.cid-tIiDPQWKyH a {
  font-weight: 400 !important;
}
.cid-tIiDSR5k2P {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIiDSR5k2P .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIiDSR5k2P .row {
  justify-content: center;
}
.cid-tIiDSR5k2P a {
  font-weight: 400 !important;
}
.cid-tIiDQteMR3 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIiDQteMR3 .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIiDQteMR3 .row {
  justify-content: center;
}
.cid-tIiDQteMR3 a {
  font-weight: 400 !important;
}
.cid-tIiElZL8CZ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e4f3f8;
}
.cid-tIiElZL8CZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIiElZL8CZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIiElZL8CZ .mbr-section-title {
  color: #272727;
}
.cid-tIiElZL8CZ .mbr-text {
  color: #272727;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-tIiElZL8CZ .mbr-text {
    margin-top: 24px;
  }
}
.cid-tIiElZL8CZ .image-wrapper {
  width: 100%;
  margin-top: 32px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 767px) {
  .cid-tIiElZL8CZ .image-wrapper {
    margin-top: 24px;
  }
}
.cid-tIiElZL8CZ .image-wrapper img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
}
.cid-tIiDSpf1fg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIiDSpf1fg .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIiDSpf1fg .row {
  justify-content: center;
}
.cid-tIiDSpf1fg a {
  font-weight: 400 !important;
}
.cid-tIiEQeb5iH {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e4f3f8;
}
.cid-tIiEQeb5iH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIiEQeb5iH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIiEQeb5iH .mbr-section-title {
  color: #272727;
}
.cid-tIiEQeb5iH .mbr-text {
  color: #272727;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-tIiEQeb5iH .mbr-text {
    margin-top: 24px;
  }
}
.cid-tIiEQeb5iH .image-wrapper {
  width: 100%;
  margin-top: 32px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 767px) {
  .cid-tIiEQeb5iH .image-wrapper {
    margin-top: 24px;
  }
}
.cid-tIiEQeb5iH .image-wrapper img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
}
.cid-tIiEHXHYX1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIiEHXHYX1 .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIiEHXHYX1 .row {
  justify-content: center;
}
.cid-tIiEHXHYX1 a {
  font-weight: 400 !important;
}
.cid-tIiEJZi2v2 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIiEJZi2v2 .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIiEJZi2v2 .row {
  justify-content: center;
}
.cid-tIiEJZi2v2 a {
  font-weight: 400 !important;
}
.cid-tIjhyZYIrs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIjhyZYIrs .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .row {
    padding: 0 12px;
  }
}
.cid-tIjhyZYIrs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIjhyZYIrs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIjhyZYIrs .list-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tIjhyZYIrs .list-wrapper .list {
  list-style: none;
  padding-left: 0;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .list-wrapper .list {
    justify-content: center;
  }
}
.cid-tIjhyZYIrs .list-wrapper .list .mbr-list {
  margin-left: 32px;
  padding: 4px 0;
}
@media (max-width: 768px) {
  .cid-tIjhyZYIrs .list-wrapper .list .mbr-list {
    margin-left: 16px;
  }
  .cid-tIjhyZYIrs .list-wrapper .list .mbr-list:first-child {
    margin-left: 0;
  }
}
.cid-tIjhyZYIrs .list-wrapper .list .mbr-list:first-child {
  margin-left: 0;
}
.cid-tIjhyZYIrs .list-wrapper .list .mbr-list:hover {
  opacity: .7;
}
.cid-tIjhyZYIrs .title-wrapper {
  display: block;
}
.cid-tIjhyZYIrs .title-wrapper .mbr-section-title {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .title-wrapper .mbr-section-title {
    margin-bottom: 1rem;
  }
}
.cid-tIjhyZYIrs .mbr-text {
  margin: 0 auto;
  max-width: 470px;
  color: #181818;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .mbr-text {
    margin-bottom: 24px;
    text-align: center;
  }
}
.cid-tIjhyZYIrs .copyright {
  margin-top: 48px;
  border-top: 2px solid #181818;
  padding-top: 48px;
  margin-bottom: 0;
  color: #a1a1a1;
  text-align: center;
}
.cid-tIjhyZYIrs .mbr-section-title {
  color: #181818;
}
.cid-tIjhyZYIrs .mbr-section-title,
.cid-tIjhyZYIrs .list-wrapper {
  text-align: center;
}
.cid-tIjhyZYIrs .list {
  color: #181818;
}
.cid-tIiFPR7iJa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tIiFPR7iJa nav.navbar {
  position: fixed;
}
.cid-tIiFPR7iJa .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-tIiFPR7iJa .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tIiFPR7iJa .dropdown-item:hover,
.cid-tIiFPR7iJa .dropdown-item:focus {
  color: #000000 !important;
}
.cid-tIiFPR7iJa .nav-dropdown .link {
  padding: 13px 0em !important;
  font-weight: 500;
}
.cid-tIiFPR7iJa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIiFPR7iJa .nav-link {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  padding-bottom: 13px !important;
}
.cid-tIiFPR7iJa .container {
  display: flex;
  margin: auto;
}
.cid-tIiFPR7iJa .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIiFPR7iJa .dropdown-menu,
.cid-tIiFPR7iJa .navbar.opened {
  background: #ffffff !important;
}
.cid-tIiFPR7iJa .nav-item:focus,
.cid-tIiFPR7iJa .nav-link:focus {
  outline: none;
}
.cid-tIiFPR7iJa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIiFPR7iJa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIiFPR7iJa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIiFPR7iJa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIiFPR7iJa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIiFPR7iJa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIiFPR7iJa .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 2px solid #000000;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tIiFPR7iJa .navbar.opened {
  transition: all 0.3s;
}
.cid-tIiFPR7iJa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIiFPR7iJa .navbar .navbar-logo img {
  width: auto;
}
.cid-tIiFPR7iJa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIiFPR7iJa .navbar.collapsed {
  justify-content: center;
}
.cid-tIiFPR7iJa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIiFPR7iJa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tIiFPR7iJa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIiFPR7iJa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIiFPR7iJa .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-tIiFPR7iJa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIiFPR7iJa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIiFPR7iJa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .cid-tIiFPR7iJa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIiFPR7iJa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIiFPR7iJa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIiFPR7iJa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIiFPR7iJa .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-tIiFPR7iJa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIiFPR7iJa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIiFPR7iJa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIiFPR7iJa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIiFPR7iJa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIiFPR7iJa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tIiFPR7iJa .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIiFPR7iJa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIiFPR7iJa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIiFPR7iJa .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIiFPR7iJa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIiFPR7iJa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIiFPR7iJa .dropdown-item.active,
.cid-tIiFPR7iJa .dropdown-item:active {
  background-color: transparent;
}
.cid-tIiFPR7iJa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIiFPR7iJa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIiFPR7iJa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIiFPR7iJa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tIiFPR7iJa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIiFPR7iJa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIiFPR7iJa ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-tIiFPR7iJa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIiFPR7iJa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIiFPR7iJa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tIiFPR7iJa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIiFPR7iJa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIiFPR7iJa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIiFPR7iJa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIiFPR7iJa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIiFPR7iJa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIiFPR7iJa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIiFPR7iJa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIiFPR7iJa .navbar-dropdown {
  position: fixed;
}
.cid-tIiFPR7iJa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIiFPR7iJa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  text-align: center;
  min-width: 400px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tIiFPR7iJa .navbar {
    height: 60px;
  }
  .cid-tIiFPR7iJa .navbar.opened {
    height: auto;
  }
  .cid-tIiFPR7iJa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIiFPR7iJa a {
  display: inline;
  transition: all .3s !important;
}
.cid-tIiFPR7iJa img {
  display: inline;
  padding-right: 10px;
}
.cid-tIiFPR7iJa .dropdown-toggle:after {
  display: none;
}
.cid-tIiFPR7iJa .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 9px;
  padding-bottom: 9px;
}
.cid-tIiFPR7iJa .dropdown-item:hover {
  color: #75dbcd !important;
}
@media (max-width: 990px) {
  .cid-tIiFPR7iJa .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tIiFPR7iJa .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tIiFPR7iJa .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tIiFPR7iJa .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-tIiFPR7iJa ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-tIiFPR7iJa .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-tIiFPR7iJa .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-tIiFPR7iJa .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-tIiFPR7iJa .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-tIiFPR7iJa .btn {
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  padding: 20px 25px !important;
  display: inline-block;
  transform-style: preserve-3d !important;
  margin: 0;
}
.cid-tIiFPR7iJa .container-fluid {
  padding-right: 0;
}
.cid-tIiFPR7iJa .btn {
  border-radius: 1000px !important;
}
.cid-tIiFPR7iJa .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-tIiFPR7iJa .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-tIiFPR7iJa .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-tIiFPR7iJa .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;
}
@media (max-width: 945px) {
  .cid-tIiFPR7iJa .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-tIiFPR7iJa .top {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .cid-tIiFPR7iJa .container,
  .cid-tIiFPR7iJa .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tIiFPR7iJa li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-tIiFPR7iJa ul.navbar-nav {
    padding-left: 0;
  }
}
.cid-tIiFPR7iJa a.btn > span {
  margin-left: 0.5rem;
}
.cid-tIiFPR7iJa .nav-item {
  position: relative;
}
.cid-tIiFPR7iJa .line-animation {
  padding: 0 40px;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tIiFPR7iJa .nav-item:hover {
  text-decoration: underline;
}
.cid-tIiFPR7iJa li.nav-item {
  padding: 0px 23px !important;
}
.cid-tIiFPR7iJa a.btn:hover {
  background-color: #92c9b5 !important;
  border-color: #92c9b5 !important;
  color: #000000 !important;
  transform: none !important;
}
.cid-tIiFPR7iJa .navbar-toggler {
  margin-right: 35px;
}
.cid-tIiFPR7iJa .collapsed .mbr-section-btn {
  padding-bottom: 15px !important;
}
@media (max-width: 430px) {
  .cid-tIiFPR7iJa .icons-menu {
    min-width: initial !important;
  }
  .cid-tIiFPR7iJa .navbar-toggler {
    margin-right: 12px;
  }
}
.cid-tIiFPR7iJa a.btn {
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-tIiFPREOKO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 2px;
}
.cid-tIiFPREOKO .item-wrapper {
  width: 100%;
}
.cid-tIiFPREOKO .left-side {
  text-align: left;
  padding: 75px;
}
.cid-tIiFPREOKO .row {
  align-items: center;
  padding: 0px;
  margin: 0;
}
.cid-tIiFPREOKO .mbr-section-title {
  margin: 0 0 15px;
  color: #000000;
}
.cid-tIiFPREOKO .desc {
  padding: 0 0px 20px;
  color: #333333;
}
.cid-tIiFPREOKO .col-auto {
  display: inline-block;
}
.cid-tIiFPREOKO .container-fluid {
  padding: 0;
}
.cid-tIiFPREOKO .mbr-section-subtitle {
  color: #1b745e;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-tIiFPREOKO .right-side {
  padding: 90px;
  background: #000000;
  outline: 2px solid #000 !important;
  min-height: 560px;
  display: flex;
  align-items: center;
}
.cid-tIiFPREOKO .right-side img {
  height: auto;
  margin: auto;
}
.cid-tIiFPREOKO .row {
  flex-direction: row-reverse;
}
@media (max-width: 990px) {
  .cid-tIiFPREOKO .left-side {
    padding: 25px 15px;
  }
  .cid-tIiFPREOKO .right-side {
    padding: 50px;
  }
  .cid-tIiFPREOKO li:before {
    left: 20px;
  }
}
@media (max-width: 768px) {
  .cid-tIiFPREOKO .right-side {
    min-height: initial !important;
  }
  .cid-tIiFPREOKO .row {
    flex-direction: column-reverse;
  }
}
.cid-tIiFPREOKO .logo {
  display: inline-block;
  height: 30px;
  width: auto;
  padding-right: 20px;
  margin-bottom: 15px;
}
.cid-tIiFPREOKO .mbr-text {
  padding-bottom: 10px;
}
.cid-tIiFPREOKO .card-heading {
  margin-bottom: 20px;
  color: #333333;
}
.cid-tIiFPREOKO .container,
.cid-tIiFPREOKO .container-fluid {
  outline: 2px solid #000 !important;
}
.cid-tIiFPREOKO ol {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0 !important;
  counter-reset: myCounter;
}
.cid-tIiFPREOKO li {
  display: flex;
  align-items: center;
  padding-left: 40px;
  position: relative;
}
.cid-tIiFPREOKO li:before {
  position: absolute;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  background-color: #ffffff;
  color: #000000;
  padding: 1px 8px;
  border: 1px solid #000000;
  box-shadow: 2px 2px 0 0 #000 !important;
  font-size: 16px;
  font-weight: 800;
}
.cid-tIiFPS65QM {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIiFPS65QM .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIiFPS65QM .row {
  justify-content: center;
}
.cid-tIiFPS65QM a {
  font-weight: 400 !important;
}
.cid-tIiFPT3ruN {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIiFPT3ruN .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIiFPT3ruN .row {
  justify-content: center;
}
.cid-tIiFPT3ruN a {
  font-weight: 400 !important;
}
.cid-tIiFPTx7JT {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIiFPTx7JT .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIiFPTx7JT .row {
  justify-content: center;
}
.cid-tIiFPTx7JT a {
  font-weight: 400 !important;
}
.cid-tIiFPU2QSL {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tIiFPU2QSL .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIiFPU2QSL .row {
  justify-content: center;
}
.cid-tIiFPU2QSL a {
  font-weight: 400 !important;
}
.cid-tIiFPWCkTt {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIiFPWCkTt .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIiFPWCkTt .row {
  justify-content: center;
}
.cid-tIiFPWCkTt a {
  font-weight: 400 !important;
}
.cid-tIiH5b1mUE {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIiH5b1mUE .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIiH5b1mUE .row {
  justify-content: center;
}
.cid-tIiH5b1mUE a {
  font-weight: 400 !important;
}
.cid-tIiH5YwPOt {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIiH5YwPOt .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIiH5YwPOt .row {
  justify-content: center;
}
.cid-tIiH5YwPOt a {
  font-weight: 400 !important;
}
.cid-tIiH5BZILd {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIiH5BZILd .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIiH5BZILd .row {
  justify-content: center;
}
.cid-tIiH5BZILd a {
  font-weight: 400 !important;
}
.cid-tIiH4uiOjm {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIiH4uiOjm .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIiH4uiOjm .row {
  justify-content: center;
}
.cid-tIiH4uiOjm a {
  font-weight: 400 !important;
}
.cid-tIiHnQyi33 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIiHnQyi33 .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIiHnQyi33 .row {
  justify-content: center;
}
.cid-tIiHnQyi33 a {
  font-weight: 400 !important;
}
.cid-tIiHK3oeDL {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIiHK3oeDL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIiHK3oeDL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIiHK3oeDL .mbr-section-title {
  color: #272727;
}
.cid-tIiHK3oeDL .mbr-text {
  color: #272727;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-tIiHK3oeDL .mbr-text {
    margin-top: 24px;
  }
}
.cid-tIiHK3oeDL .image-wrapper {
  width: 100%;
  margin-top: 32px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 767px) {
  .cid-tIiHK3oeDL .image-wrapper {
    margin-top: 24px;
  }
}
.cid-tIiHK3oeDL .image-wrapper img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
}
.cid-tIiHKM3XAY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIiHKM3XAY .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIiHKM3XAY .row {
  justify-content: center;
}
.cid-tIiHKM3XAY a {
  font-weight: 400 !important;
}
.cid-tIjhyZYIrs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIjhyZYIrs .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .row {
    padding: 0 12px;
  }
}
.cid-tIjhyZYIrs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIjhyZYIrs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIjhyZYIrs .list-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tIjhyZYIrs .list-wrapper .list {
  list-style: none;
  padding-left: 0;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .list-wrapper .list {
    justify-content: center;
  }
}
.cid-tIjhyZYIrs .list-wrapper .list .mbr-list {
  margin-left: 32px;
  padding: 4px 0;
}
@media (max-width: 768px) {
  .cid-tIjhyZYIrs .list-wrapper .list .mbr-list {
    margin-left: 16px;
  }
  .cid-tIjhyZYIrs .list-wrapper .list .mbr-list:first-child {
    margin-left: 0;
  }
}
.cid-tIjhyZYIrs .list-wrapper .list .mbr-list:first-child {
  margin-left: 0;
}
.cid-tIjhyZYIrs .list-wrapper .list .mbr-list:hover {
  opacity: .7;
}
.cid-tIjhyZYIrs .title-wrapper {
  display: block;
}
.cid-tIjhyZYIrs .title-wrapper .mbr-section-title {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .title-wrapper .mbr-section-title {
    margin-bottom: 1rem;
  }
}
.cid-tIjhyZYIrs .mbr-text {
  margin: 0 auto;
  max-width: 470px;
  color: #181818;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .mbr-text {
    margin-bottom: 24px;
    text-align: center;
  }
}
.cid-tIjhyZYIrs .copyright {
  margin-top: 48px;
  border-top: 2px solid #181818;
  padding-top: 48px;
  margin-bottom: 0;
  color: #a1a1a1;
  text-align: center;
}
.cid-tIjhyZYIrs .mbr-section-title {
  color: #181818;
}
.cid-tIjhyZYIrs .mbr-section-title,
.cid-tIjhyZYIrs .list-wrapper {
  text-align: center;
}
.cid-tIjhyZYIrs .list {
  color: #181818;
}
.cid-tIiKx3IaJa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tIiKx3IaJa nav.navbar {
  position: fixed;
}
.cid-tIiKx3IaJa .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-tIiKx3IaJa .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tIiKx3IaJa .dropdown-item:hover,
.cid-tIiKx3IaJa .dropdown-item:focus {
  color: #000000 !important;
}
.cid-tIiKx3IaJa .nav-dropdown .link {
  padding: 13px 0em !important;
  font-weight: 500;
}
.cid-tIiKx3IaJa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIiKx3IaJa .nav-link {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  padding-bottom: 13px !important;
}
.cid-tIiKx3IaJa .container {
  display: flex;
  margin: auto;
}
.cid-tIiKx3IaJa .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIiKx3IaJa .dropdown-menu,
.cid-tIiKx3IaJa .navbar.opened {
  background: #ffffff !important;
}
.cid-tIiKx3IaJa .nav-item:focus,
.cid-tIiKx3IaJa .nav-link:focus {
  outline: none;
}
.cid-tIiKx3IaJa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIiKx3IaJa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIiKx3IaJa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIiKx3IaJa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIiKx3IaJa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIiKx3IaJa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIiKx3IaJa .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 2px solid #000000;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tIiKx3IaJa .navbar.opened {
  transition: all 0.3s;
}
.cid-tIiKx3IaJa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIiKx3IaJa .navbar .navbar-logo img {
  width: auto;
}
.cid-tIiKx3IaJa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIiKx3IaJa .navbar.collapsed {
  justify-content: center;
}
.cid-tIiKx3IaJa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIiKx3IaJa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tIiKx3IaJa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIiKx3IaJa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIiKx3IaJa .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-tIiKx3IaJa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIiKx3IaJa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIiKx3IaJa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .cid-tIiKx3IaJa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIiKx3IaJa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIiKx3IaJa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIiKx3IaJa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIiKx3IaJa .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-tIiKx3IaJa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIiKx3IaJa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIiKx3IaJa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIiKx3IaJa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIiKx3IaJa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIiKx3IaJa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tIiKx3IaJa .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIiKx3IaJa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIiKx3IaJa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIiKx3IaJa .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIiKx3IaJa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIiKx3IaJa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIiKx3IaJa .dropdown-item.active,
.cid-tIiKx3IaJa .dropdown-item:active {
  background-color: transparent;
}
.cid-tIiKx3IaJa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIiKx3IaJa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIiKx3IaJa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIiKx3IaJa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tIiKx3IaJa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIiKx3IaJa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIiKx3IaJa ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-tIiKx3IaJa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIiKx3IaJa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIiKx3IaJa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tIiKx3IaJa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIiKx3IaJa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIiKx3IaJa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIiKx3IaJa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIiKx3IaJa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIiKx3IaJa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIiKx3IaJa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIiKx3IaJa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIiKx3IaJa .navbar-dropdown {
  position: fixed;
}
.cid-tIiKx3IaJa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIiKx3IaJa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  text-align: center;
  min-width: 400px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tIiKx3IaJa .navbar {
    height: 60px;
  }
  .cid-tIiKx3IaJa .navbar.opened {
    height: auto;
  }
  .cid-tIiKx3IaJa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIiKx3IaJa a {
  display: inline;
  transition: all .3s !important;
}
.cid-tIiKx3IaJa img {
  display: inline;
  padding-right: 10px;
}
.cid-tIiKx3IaJa .dropdown-toggle:after {
  display: none;
}
.cid-tIiKx3IaJa .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 9px;
  padding-bottom: 9px;
}
.cid-tIiKx3IaJa .dropdown-item:hover {
  color: #75dbcd !important;
}
@media (max-width: 990px) {
  .cid-tIiKx3IaJa .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tIiKx3IaJa .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tIiKx3IaJa .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tIiKx3IaJa .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-tIiKx3IaJa ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-tIiKx3IaJa .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-tIiKx3IaJa .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-tIiKx3IaJa .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-tIiKx3IaJa .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-tIiKx3IaJa .btn {
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  padding: 20px 25px !important;
  display: inline-block;
  transform-style: preserve-3d !important;
  margin: 0;
}
.cid-tIiKx3IaJa .container-fluid {
  padding-right: 0;
}
.cid-tIiKx3IaJa .btn {
  border-radius: 1000px !important;
}
.cid-tIiKx3IaJa .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-tIiKx3IaJa .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-tIiKx3IaJa .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-tIiKx3IaJa .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;
}
@media (max-width: 945px) {
  .cid-tIiKx3IaJa .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-tIiKx3IaJa .top {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .cid-tIiKx3IaJa .container,
  .cid-tIiKx3IaJa .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tIiKx3IaJa li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-tIiKx3IaJa ul.navbar-nav {
    padding-left: 0;
  }
}
.cid-tIiKx3IaJa a.btn > span {
  margin-left: 0.5rem;
}
.cid-tIiKx3IaJa .nav-item {
  position: relative;
}
.cid-tIiKx3IaJa .line-animation {
  padding: 0 40px;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tIiKx3IaJa .nav-item:hover {
  text-decoration: underline;
}
.cid-tIiKx3IaJa li.nav-item {
  padding: 0px 23px !important;
}
.cid-tIiKx3IaJa a.btn:hover {
  background-color: #92c9b5 !important;
  border-color: #92c9b5 !important;
  color: #000000 !important;
  transform: none !important;
}
.cid-tIiKx3IaJa .navbar-toggler {
  margin-right: 35px;
}
.cid-tIiKx3IaJa .collapsed .mbr-section-btn {
  padding-bottom: 15px !important;
}
@media (max-width: 430px) {
  .cid-tIiKx3IaJa .icons-menu {
    min-width: initial !important;
  }
  .cid-tIiKx3IaJa .navbar-toggler {
    margin-right: 12px;
  }
}
.cid-tIiKx3IaJa a.btn {
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-tIiKx4iTy4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 2px;
}
.cid-tIiKx4iTy4 .item-wrapper {
  width: 100%;
}
.cid-tIiKx4iTy4 .left-side {
  text-align: left;
  padding: 75px;
}
.cid-tIiKx4iTy4 .row {
  align-items: center;
  padding: 0px;
  margin: 0;
}
.cid-tIiKx4iTy4 .mbr-section-title {
  margin: 0 0 15px;
  color: #000000;
}
.cid-tIiKx4iTy4 .desc {
  padding: 0 0px 20px;
  color: #333333;
}
.cid-tIiKx4iTy4 .col-auto {
  display: inline-block;
}
.cid-tIiKx4iTy4 .container-fluid {
  padding: 0;
}
.cid-tIiKx4iTy4 .mbr-section-subtitle {
  color: #1b745e;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-tIiKx4iTy4 .right-side {
  padding: 90px;
  background: #000000;
  outline: 2px solid #000 !important;
  min-height: 560px;
  display: flex;
  align-items: center;
}
.cid-tIiKx4iTy4 .right-side img {
  height: auto;
  margin: auto;
}
.cid-tIiKx4iTy4 .row {
  flex-direction: row-reverse;
}
@media (max-width: 990px) {
  .cid-tIiKx4iTy4 .left-side {
    padding: 25px 15px;
  }
  .cid-tIiKx4iTy4 .right-side {
    padding: 50px;
  }
  .cid-tIiKx4iTy4 li:before {
    left: 20px;
  }
}
@media (max-width: 768px) {
  .cid-tIiKx4iTy4 .right-side {
    min-height: initial !important;
  }
  .cid-tIiKx4iTy4 .row {
    flex-direction: column-reverse;
  }
}
.cid-tIiKx4iTy4 .logo {
  display: inline-block;
  height: 30px;
  width: auto;
  padding-right: 20px;
  margin-bottom: 15px;
}
.cid-tIiKx4iTy4 .mbr-text {
  padding-bottom: 10px;
}
.cid-tIiKx4iTy4 .card-heading {
  margin-bottom: 20px;
  color: #333333;
}
.cid-tIiKx4iTy4 .container,
.cid-tIiKx4iTy4 .container-fluid {
  outline: 2px solid #000 !important;
}
.cid-tIiKx4iTy4 ol {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0 !important;
  counter-reset: myCounter;
}
.cid-tIiKx4iTy4 li {
  display: flex;
  align-items: center;
  padding-left: 40px;
  position: relative;
}
.cid-tIiKx4iTy4 li:before {
  position: absolute;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  background-color: #ffffff;
  color: #000000;
  padding: 1px 8px;
  border: 1px solid #000000;
  box-shadow: 2px 2px 0 0 #000 !important;
  font-size: 16px;
  font-weight: 800;
}
.cid-tIiKx4PuFT {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIiKx4PuFT .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIiKx4PuFT .row {
  justify-content: center;
}
.cid-tIiKx4PuFT a {
  font-weight: 400 !important;
}
.cid-tIiKx5ohzM {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIiKx5ohzM .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIiKx5ohzM .row {
  justify-content: center;
}
.cid-tIiKx5ohzM a {
  font-weight: 400 !important;
}
.cid-tIiKx5UhWZ {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIiKx5UhWZ .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIiKx5UhWZ .row {
  justify-content: center;
}
.cid-tIiKx5UhWZ a {
  font-weight: 400 !important;
}
.cid-tIiKx6quEq {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tIiKx6quEq .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIiKx6quEq .row {
  justify-content: center;
}
.cid-tIiKx6quEq a {
  font-weight: 400 !important;
}
.cid-tIiKx6WmfU {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIiKx6WmfU .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIiKx6WmfU .row {
  justify-content: center;
}
.cid-tIiKx6WmfU a {
  font-weight: 400 !important;
}
.cid-tIiKx7v2gd {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIiKx7v2gd .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIiKx7v2gd .row {
  justify-content: center;
}
.cid-tIiKx7v2gd a {
  font-weight: 400 !important;
}
.cid-tIiKx82Qyi {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIiKx82Qyi .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIiKx82Qyi .row {
  justify-content: center;
}
.cid-tIiKx82Qyi a {
  font-weight: 400 !important;
}
.cid-tIiKx8AXoY {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIiKx8AXoY .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIiKx8AXoY .row {
  justify-content: center;
}
.cid-tIiKx8AXoY a {
  font-weight: 400 !important;
}
.cid-tIjhyZYIrs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIjhyZYIrs .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .row {
    padding: 0 12px;
  }
}
.cid-tIjhyZYIrs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIjhyZYIrs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIjhyZYIrs .list-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tIjhyZYIrs .list-wrapper .list {
  list-style: none;
  padding-left: 0;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .list-wrapper .list {
    justify-content: center;
  }
}
.cid-tIjhyZYIrs .list-wrapper .list .mbr-list {
  margin-left: 32px;
  padding: 4px 0;
}
@media (max-width: 768px) {
  .cid-tIjhyZYIrs .list-wrapper .list .mbr-list {
    margin-left: 16px;
  }
  .cid-tIjhyZYIrs .list-wrapper .list .mbr-list:first-child {
    margin-left: 0;
  }
}
.cid-tIjhyZYIrs .list-wrapper .list .mbr-list:first-child {
  margin-left: 0;
}
.cid-tIjhyZYIrs .list-wrapper .list .mbr-list:hover {
  opacity: .7;
}
.cid-tIjhyZYIrs .title-wrapper {
  display: block;
}
.cid-tIjhyZYIrs .title-wrapper .mbr-section-title {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .title-wrapper .mbr-section-title {
    margin-bottom: 1rem;
  }
}
.cid-tIjhyZYIrs .mbr-text {
  margin: 0 auto;
  max-width: 470px;
  color: #181818;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .mbr-text {
    margin-bottom: 24px;
    text-align: center;
  }
}
.cid-tIjhyZYIrs .copyright {
  margin-top: 48px;
  border-top: 2px solid #181818;
  padding-top: 48px;
  margin-bottom: 0;
  color: #a1a1a1;
  text-align: center;
}
.cid-tIjhyZYIrs .mbr-section-title {
  color: #181818;
}
.cid-tIjhyZYIrs .mbr-section-title,
.cid-tIjhyZYIrs .list-wrapper {
  text-align: center;
}
.cid-tIjhyZYIrs .list {
  color: #181818;
}
.cid-tIj1Xy7tw2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tIj1Xy7tw2 nav.navbar {
  position: fixed;
}
.cid-tIj1Xy7tw2 .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-tIj1Xy7tw2 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tIj1Xy7tw2 .dropdown-item:hover,
.cid-tIj1Xy7tw2 .dropdown-item:focus {
  color: #000000 !important;
}
.cid-tIj1Xy7tw2 .nav-dropdown .link {
  padding: 13px 0em !important;
  font-weight: 500;
}
.cid-tIj1Xy7tw2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIj1Xy7tw2 .nav-link {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  padding-bottom: 13px !important;
}
.cid-tIj1Xy7tw2 .container {
  display: flex;
  margin: auto;
}
.cid-tIj1Xy7tw2 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIj1Xy7tw2 .dropdown-menu,
.cid-tIj1Xy7tw2 .navbar.opened {
  background: #ffffff !important;
}
.cid-tIj1Xy7tw2 .nav-item:focus,
.cid-tIj1Xy7tw2 .nav-link:focus {
  outline: none;
}
.cid-tIj1Xy7tw2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIj1Xy7tw2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIj1Xy7tw2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIj1Xy7tw2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIj1Xy7tw2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIj1Xy7tw2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIj1Xy7tw2 .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 2px solid #000000;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tIj1Xy7tw2 .navbar.opened {
  transition: all 0.3s;
}
.cid-tIj1Xy7tw2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIj1Xy7tw2 .navbar .navbar-logo img {
  width: auto;
}
.cid-tIj1Xy7tw2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIj1Xy7tw2 .navbar.collapsed {
  justify-content: center;
}
.cid-tIj1Xy7tw2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIj1Xy7tw2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tIj1Xy7tw2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIj1Xy7tw2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIj1Xy7tw2 .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-tIj1Xy7tw2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIj1Xy7tw2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIj1Xy7tw2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .cid-tIj1Xy7tw2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIj1Xy7tw2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIj1Xy7tw2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIj1Xy7tw2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIj1Xy7tw2 .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-tIj1Xy7tw2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIj1Xy7tw2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIj1Xy7tw2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIj1Xy7tw2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIj1Xy7tw2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIj1Xy7tw2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tIj1Xy7tw2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIj1Xy7tw2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIj1Xy7tw2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIj1Xy7tw2 .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIj1Xy7tw2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIj1Xy7tw2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIj1Xy7tw2 .dropdown-item.active,
.cid-tIj1Xy7tw2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tIj1Xy7tw2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIj1Xy7tw2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIj1Xy7tw2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIj1Xy7tw2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tIj1Xy7tw2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIj1Xy7tw2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIj1Xy7tw2 ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-tIj1Xy7tw2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIj1Xy7tw2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIj1Xy7tw2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tIj1Xy7tw2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIj1Xy7tw2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIj1Xy7tw2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIj1Xy7tw2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIj1Xy7tw2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIj1Xy7tw2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIj1Xy7tw2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIj1Xy7tw2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIj1Xy7tw2 .navbar-dropdown {
  position: fixed;
}
.cid-tIj1Xy7tw2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIj1Xy7tw2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  text-align: center;
  min-width: 400px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tIj1Xy7tw2 .navbar {
    height: 60px;
  }
  .cid-tIj1Xy7tw2 .navbar.opened {
    height: auto;
  }
  .cid-tIj1Xy7tw2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIj1Xy7tw2 a {
  display: inline;
  transition: all .3s !important;
}
.cid-tIj1Xy7tw2 img {
  display: inline;
  padding-right: 10px;
}
.cid-tIj1Xy7tw2 .dropdown-toggle:after {
  display: none;
}
.cid-tIj1Xy7tw2 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 9px;
  padding-bottom: 9px;
}
.cid-tIj1Xy7tw2 .dropdown-item:hover {
  color: #75dbcd !important;
}
@media (max-width: 990px) {
  .cid-tIj1Xy7tw2 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tIj1Xy7tw2 .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tIj1Xy7tw2 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tIj1Xy7tw2 .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-tIj1Xy7tw2 ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-tIj1Xy7tw2 .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-tIj1Xy7tw2 .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-tIj1Xy7tw2 .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-tIj1Xy7tw2 .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-tIj1Xy7tw2 .btn {
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  padding: 20px 25px !important;
  display: inline-block;
  transform-style: preserve-3d !important;
  margin: 0;
}
.cid-tIj1Xy7tw2 .container-fluid {
  padding-right: 0;
}
.cid-tIj1Xy7tw2 .btn {
  border-radius: 1000px !important;
}
.cid-tIj1Xy7tw2 .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-tIj1Xy7tw2 .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-tIj1Xy7tw2 .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-tIj1Xy7tw2 .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;
}
@media (max-width: 945px) {
  .cid-tIj1Xy7tw2 .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-tIj1Xy7tw2 .top {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .cid-tIj1Xy7tw2 .container,
  .cid-tIj1Xy7tw2 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tIj1Xy7tw2 li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-tIj1Xy7tw2 ul.navbar-nav {
    padding-left: 0;
  }
}
.cid-tIj1Xy7tw2 a.btn > span {
  margin-left: 0.5rem;
}
.cid-tIj1Xy7tw2 .nav-item {
  position: relative;
}
.cid-tIj1Xy7tw2 .line-animation {
  padding: 0 40px;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tIj1Xy7tw2 .nav-item:hover {
  text-decoration: underline;
}
.cid-tIj1Xy7tw2 li.nav-item {
  padding: 0px 23px !important;
}
.cid-tIj1Xy7tw2 a.btn:hover {
  background-color: #92c9b5 !important;
  border-color: #92c9b5 !important;
  color: #000000 !important;
  transform: none !important;
}
.cid-tIj1Xy7tw2 .navbar-toggler {
  margin-right: 35px;
}
.cid-tIj1Xy7tw2 .collapsed .mbr-section-btn {
  padding-bottom: 15px !important;
}
@media (max-width: 430px) {
  .cid-tIj1Xy7tw2 .icons-menu {
    min-width: initial !important;
  }
  .cid-tIj1Xy7tw2 .navbar-toggler {
    margin-right: 12px;
  }
}
.cid-tIj1Xy7tw2 a.btn {
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-tIj1XyM5G7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 2px;
}
.cid-tIj1XyM5G7 .item-wrapper {
  width: 100%;
}
.cid-tIj1XyM5G7 .left-side {
  text-align: left;
  padding: 75px;
}
.cid-tIj1XyM5G7 .row {
  align-items: center;
  padding: 0px;
  margin: 0;
}
.cid-tIj1XyM5G7 .mbr-section-title {
  margin: 0 0 15px;
  color: #000000;
}
.cid-tIj1XyM5G7 .desc {
  padding: 0 0px 20px;
  color: #333333;
}
.cid-tIj1XyM5G7 .col-auto {
  display: inline-block;
}
.cid-tIj1XyM5G7 .container-fluid {
  padding: 0;
}
.cid-tIj1XyM5G7 .mbr-section-subtitle {
  color: #1b745e;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-tIj1XyM5G7 .right-side {
  padding: 90px;
  background: #000000;
  outline: 2px solid #000 !important;
  min-height: 560px;
  display: flex;
  align-items: center;
}
.cid-tIj1XyM5G7 .right-side img {
  height: auto;
  margin: auto;
}
.cid-tIj1XyM5G7 .row {
  flex-direction: row-reverse;
}
@media (max-width: 990px) {
  .cid-tIj1XyM5G7 .left-side {
    padding: 25px 15px;
  }
  .cid-tIj1XyM5G7 .right-side {
    padding: 50px;
  }
  .cid-tIj1XyM5G7 li:before {
    left: 20px;
  }
}
@media (max-width: 768px) {
  .cid-tIj1XyM5G7 .right-side {
    min-height: initial !important;
  }
  .cid-tIj1XyM5G7 .row {
    flex-direction: column-reverse;
  }
}
.cid-tIj1XyM5G7 .logo {
  display: inline-block;
  height: 30px;
  width: auto;
  padding-right: 20px;
  margin-bottom: 15px;
}
.cid-tIj1XyM5G7 .mbr-text {
  padding-bottom: 10px;
}
.cid-tIj1XyM5G7 .card-heading {
  margin-bottom: 20px;
  color: #333333;
}
.cid-tIj1XyM5G7 .container,
.cid-tIj1XyM5G7 .container-fluid {
  outline: 2px solid #000 !important;
}
.cid-tIj1XyM5G7 ol {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0 !important;
  counter-reset: myCounter;
}
.cid-tIj1XyM5G7 li {
  display: flex;
  align-items: center;
  padding-left: 40px;
  position: relative;
}
.cid-tIj1XyM5G7 li:before {
  position: absolute;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  background-color: #ffffff;
  color: #000000;
  padding: 1px 8px;
  border: 1px solid #000000;
  box-shadow: 2px 2px 0 0 #000 !important;
  font-size: 16px;
  font-weight: 800;
}
.cid-tIj1XziCrs {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIj1XziCrs .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIj1XziCrs .row {
  justify-content: center;
}
.cid-tIj1XziCrs a {
  font-weight: 400 !important;
}
.cid-tIj1XA8I3S {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIj1XA8I3S .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIj1XA8I3S .row {
  justify-content: center;
}
.cid-tIj1XA8I3S a {
  font-weight: 400 !important;
}
.cid-tIj1XAGDU1 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIj1XAGDU1 .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIj1XAGDU1 .row {
  justify-content: center;
}
.cid-tIj1XAGDU1 a {
  font-weight: 400 !important;
}
.cid-tIj1XB9S71 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tIj1XB9S71 .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIj1XB9S71 .row {
  justify-content: center;
}
.cid-tIj1XB9S71 a {
  font-weight: 400 !important;
}
.cid-tIj1XBCOjS {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIj1XBCOjS .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIj1XBCOjS .row {
  justify-content: center;
}
.cid-tIj1XBCOjS a {
  font-weight: 400 !important;
}
.cid-tIjhyZYIrs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIjhyZYIrs .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .row {
    padding: 0 12px;
  }
}
.cid-tIjhyZYIrs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIjhyZYIrs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIjhyZYIrs .list-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tIjhyZYIrs .list-wrapper .list {
  list-style: none;
  padding-left: 0;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .list-wrapper .list {
    justify-content: center;
  }
}
.cid-tIjhyZYIrs .list-wrapper .list .mbr-list {
  margin-left: 32px;
  padding: 4px 0;
}
@media (max-width: 768px) {
  .cid-tIjhyZYIrs .list-wrapper .list .mbr-list {
    margin-left: 16px;
  }
  .cid-tIjhyZYIrs .list-wrapper .list .mbr-list:first-child {
    margin-left: 0;
  }
}
.cid-tIjhyZYIrs .list-wrapper .list .mbr-list:first-child {
  margin-left: 0;
}
.cid-tIjhyZYIrs .list-wrapper .list .mbr-list:hover {
  opacity: .7;
}
.cid-tIjhyZYIrs .title-wrapper {
  display: block;
}
.cid-tIjhyZYIrs .title-wrapper .mbr-section-title {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .title-wrapper .mbr-section-title {
    margin-bottom: 1rem;
  }
}
.cid-tIjhyZYIrs .mbr-text {
  margin: 0 auto;
  max-width: 470px;
  color: #181818;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .mbr-text {
    margin-bottom: 24px;
    text-align: center;
  }
}
.cid-tIjhyZYIrs .copyright {
  margin-top: 48px;
  border-top: 2px solid #181818;
  padding-top: 48px;
  margin-bottom: 0;
  color: #a1a1a1;
  text-align: center;
}
.cid-tIjhyZYIrs .mbr-section-title {
  color: #181818;
}
.cid-tIjhyZYIrs .mbr-section-title,
.cid-tIjhyZYIrs .list-wrapper {
  text-align: center;
}
.cid-tIjhyZYIrs .list {
  color: #181818;
}
.cid-tIj4869ATJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tIj4869ATJ nav.navbar {
  position: fixed;
}
.cid-tIj4869ATJ .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-tIj4869ATJ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tIj4869ATJ .dropdown-item:hover,
.cid-tIj4869ATJ .dropdown-item:focus {
  color: #000000 !important;
}
.cid-tIj4869ATJ .nav-dropdown .link {
  padding: 13px 0em !important;
  font-weight: 500;
}
.cid-tIj4869ATJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIj4869ATJ .nav-link {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  padding-bottom: 13px !important;
}
.cid-tIj4869ATJ .container {
  display: flex;
  margin: auto;
}
.cid-tIj4869ATJ .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIj4869ATJ .dropdown-menu,
.cid-tIj4869ATJ .navbar.opened {
  background: #ffffff !important;
}
.cid-tIj4869ATJ .nav-item:focus,
.cid-tIj4869ATJ .nav-link:focus {
  outline: none;
}
.cid-tIj4869ATJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIj4869ATJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIj4869ATJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIj4869ATJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIj4869ATJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIj4869ATJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIj4869ATJ .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 2px solid #000000;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tIj4869ATJ .navbar.opened {
  transition: all 0.3s;
}
.cid-tIj4869ATJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIj4869ATJ .navbar .navbar-logo img {
  width: auto;
}
.cid-tIj4869ATJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIj4869ATJ .navbar.collapsed {
  justify-content: center;
}
.cid-tIj4869ATJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIj4869ATJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tIj4869ATJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIj4869ATJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIj4869ATJ .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-tIj4869ATJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIj4869ATJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIj4869ATJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .cid-tIj4869ATJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIj4869ATJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIj4869ATJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIj4869ATJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIj4869ATJ .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-tIj4869ATJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIj4869ATJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIj4869ATJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIj4869ATJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIj4869ATJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIj4869ATJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tIj4869ATJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIj4869ATJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIj4869ATJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIj4869ATJ .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIj4869ATJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIj4869ATJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIj4869ATJ .dropdown-item.active,
.cid-tIj4869ATJ .dropdown-item:active {
  background-color: transparent;
}
.cid-tIj4869ATJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIj4869ATJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIj4869ATJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIj4869ATJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tIj4869ATJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIj4869ATJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIj4869ATJ ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-tIj4869ATJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIj4869ATJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIj4869ATJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tIj4869ATJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIj4869ATJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIj4869ATJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIj4869ATJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIj4869ATJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIj4869ATJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIj4869ATJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIj4869ATJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIj4869ATJ .navbar-dropdown {
  position: fixed;
}
.cid-tIj4869ATJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIj4869ATJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  text-align: center;
  min-width: 400px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tIj4869ATJ .navbar {
    height: 60px;
  }
  .cid-tIj4869ATJ .navbar.opened {
    height: auto;
  }
  .cid-tIj4869ATJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIj4869ATJ a {
  display: inline;
  transition: all .3s !important;
}
.cid-tIj4869ATJ img {
  display: inline;
  padding-right: 10px;
}
.cid-tIj4869ATJ .dropdown-toggle:after {
  display: none;
}
.cid-tIj4869ATJ .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 9px;
  padding-bottom: 9px;
}
.cid-tIj4869ATJ .dropdown-item:hover {
  color: #75dbcd !important;
}
@media (max-width: 990px) {
  .cid-tIj4869ATJ .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tIj4869ATJ .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tIj4869ATJ .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tIj4869ATJ .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-tIj4869ATJ ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-tIj4869ATJ .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-tIj4869ATJ .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-tIj4869ATJ .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-tIj4869ATJ .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-tIj4869ATJ .btn {
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  padding: 20px 25px !important;
  display: inline-block;
  transform-style: preserve-3d !important;
  margin: 0;
}
.cid-tIj4869ATJ .container-fluid {
  padding-right: 0;
}
.cid-tIj4869ATJ .btn {
  border-radius: 1000px !important;
}
.cid-tIj4869ATJ .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-tIj4869ATJ .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-tIj4869ATJ .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-tIj4869ATJ .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;
}
@media (max-width: 945px) {
  .cid-tIj4869ATJ .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-tIj4869ATJ .top {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .cid-tIj4869ATJ .container,
  .cid-tIj4869ATJ .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tIj4869ATJ li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-tIj4869ATJ ul.navbar-nav {
    padding-left: 0;
  }
}
.cid-tIj4869ATJ a.btn > span {
  margin-left: 0.5rem;
}
.cid-tIj4869ATJ .nav-item {
  position: relative;
}
.cid-tIj4869ATJ .line-animation {
  padding: 0 40px;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tIj4869ATJ .nav-item:hover {
  text-decoration: underline;
}
.cid-tIj4869ATJ li.nav-item {
  padding: 0px 23px !important;
}
.cid-tIj4869ATJ a.btn:hover {
  background-color: #92c9b5 !important;
  border-color: #92c9b5 !important;
  color: #000000 !important;
  transform: none !important;
}
.cid-tIj4869ATJ .navbar-toggler {
  margin-right: 35px;
}
.cid-tIj4869ATJ .collapsed .mbr-section-btn {
  padding-bottom: 15px !important;
}
@media (max-width: 430px) {
  .cid-tIj4869ATJ .icons-menu {
    min-width: initial !important;
  }
  .cid-tIj4869ATJ .navbar-toggler {
    margin-right: 12px;
  }
}
.cid-tIj4869ATJ a.btn {
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-tIj486Db4X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 2px;
}
.cid-tIj486Db4X .item-wrapper {
  width: 100%;
}
.cid-tIj486Db4X .left-side {
  text-align: left;
  padding: 75px;
}
.cid-tIj486Db4X .row {
  align-items: center;
  padding: 0px;
  margin: 0;
}
.cid-tIj486Db4X .mbr-section-title {
  margin: 0 0 15px;
  color: #000000;
}
.cid-tIj486Db4X .desc {
  padding: 0 0px 20px;
  color: #333333;
}
.cid-tIj486Db4X .col-auto {
  display: inline-block;
}
.cid-tIj486Db4X .container-fluid {
  padding: 0;
}
.cid-tIj486Db4X .mbr-section-subtitle {
  color: #1b745e;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-tIj486Db4X .right-side {
  padding: 90px;
  background: #000000;
  outline: 2px solid #000 !important;
  min-height: 560px;
  display: flex;
  align-items: center;
}
.cid-tIj486Db4X .right-side img {
  height: auto;
  margin: auto;
}
.cid-tIj486Db4X .row {
  flex-direction: row-reverse;
}
@media (max-width: 990px) {
  .cid-tIj486Db4X .left-side {
    padding: 25px 15px;
  }
  .cid-tIj486Db4X .right-side {
    padding: 50px;
  }
  .cid-tIj486Db4X li:before {
    left: 20px;
  }
}
@media (max-width: 768px) {
  .cid-tIj486Db4X .right-side {
    min-height: initial !important;
  }
  .cid-tIj486Db4X .row {
    flex-direction: column-reverse;
  }
}
.cid-tIj486Db4X .logo {
  display: inline-block;
  height: 30px;
  width: auto;
  padding-right: 20px;
  margin-bottom: 15px;
}
.cid-tIj486Db4X .mbr-text {
  padding-bottom: 10px;
}
.cid-tIj486Db4X .card-heading {
  margin-bottom: 20px;
  color: #333333;
}
.cid-tIj486Db4X .container,
.cid-tIj486Db4X .container-fluid {
  outline: 2px solid #000 !important;
}
.cid-tIj486Db4X ol {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0 !important;
  counter-reset: myCounter;
}
.cid-tIj486Db4X li {
  display: flex;
  align-items: center;
  padding-left: 40px;
  position: relative;
}
.cid-tIj486Db4X li:before {
  position: absolute;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  background-color: #ffffff;
  color: #000000;
  padding: 1px 8px;
  border: 1px solid #000000;
  box-shadow: 2px 2px 0 0 #000 !important;
  font-size: 16px;
  font-weight: 800;
}
.cid-tIj4873Qvo {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIj4873Qvo .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIj4873Qvo .row {
  justify-content: center;
}
.cid-tIj4873Qvo a {
  font-weight: 400 !important;
}
.cid-tIj487t7Om {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIj487t7Om .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIj487t7Om .row {
  justify-content: center;
}
.cid-tIj487t7Om a {
  font-weight: 400 !important;
}
.cid-tIj487VE1r {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIj487VE1r .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIj487VE1r .row {
  justify-content: center;
}
.cid-tIj487VE1r a {
  font-weight: 400 !important;
}
.cid-tIj488pOC0 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tIj488pOC0 .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIj488pOC0 .row {
  justify-content: center;
}
.cid-tIj488pOC0 a {
  font-weight: 400 !important;
}
.cid-tIj488SXwF {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIj488SXwF .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIj488SXwF .row {
  justify-content: center;
}
.cid-tIj488SXwF a {
  font-weight: 400 !important;
}
.cid-tIj4YbUQet {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIj4YbUQet .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIj4YbUQet .row {
  justify-content: center;
}
.cid-tIj4YbUQet a {
  font-weight: 400 !important;
}
.cid-tIj4YHZGvQ {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIj4YHZGvQ .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIj4YHZGvQ .row {
  justify-content: center;
}
.cid-tIj4YHZGvQ a {
  font-weight: 400 !important;
}
.cid-tIj4XECD82 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIj4XECD82 .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIj4XECD82 .row {
  justify-content: center;
}
.cid-tIj4XECD82 a {
  font-weight: 400 !important;
}
.cid-tIjhyZYIrs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIjhyZYIrs .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .row {
    padding: 0 12px;
  }
}
.cid-tIjhyZYIrs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIjhyZYIrs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIjhyZYIrs .list-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tIjhyZYIrs .list-wrapper .list {
  list-style: none;
  padding-left: 0;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .list-wrapper .list {
    justify-content: center;
  }
}
.cid-tIjhyZYIrs .list-wrapper .list .mbr-list {
  margin-left: 32px;
  padding: 4px 0;
}
@media (max-width: 768px) {
  .cid-tIjhyZYIrs .list-wrapper .list .mbr-list {
    margin-left: 16px;
  }
  .cid-tIjhyZYIrs .list-wrapper .list .mbr-list:first-child {
    margin-left: 0;
  }
}
.cid-tIjhyZYIrs .list-wrapper .list .mbr-list:first-child {
  margin-left: 0;
}
.cid-tIjhyZYIrs .list-wrapper .list .mbr-list:hover {
  opacity: .7;
}
.cid-tIjhyZYIrs .title-wrapper {
  display: block;
}
.cid-tIjhyZYIrs .title-wrapper .mbr-section-title {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .title-wrapper .mbr-section-title {
    margin-bottom: 1rem;
  }
}
.cid-tIjhyZYIrs .mbr-text {
  margin: 0 auto;
  max-width: 470px;
  color: #181818;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .mbr-text {
    margin-bottom: 24px;
    text-align: center;
  }
}
.cid-tIjhyZYIrs .copyright {
  margin-top: 48px;
  border-top: 2px solid #181818;
  padding-top: 48px;
  margin-bottom: 0;
  color: #a1a1a1;
  text-align: center;
}
.cid-tIjhyZYIrs .mbr-section-title {
  color: #181818;
}
.cid-tIjhyZYIrs .mbr-section-title,
.cid-tIjhyZYIrs .list-wrapper {
  text-align: center;
}
.cid-tIjhyZYIrs .list {
  color: #181818;
}
.cid-tIiOUbVwCD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tIiOUbVwCD nav.navbar {
  position: fixed;
}
.cid-tIiOUbVwCD .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-tIiOUbVwCD .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tIiOUbVwCD .dropdown-item:hover,
.cid-tIiOUbVwCD .dropdown-item:focus {
  color: #000000 !important;
}
.cid-tIiOUbVwCD .nav-dropdown .link {
  padding: 13px 0em !important;
  font-weight: 500;
}
.cid-tIiOUbVwCD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIiOUbVwCD .nav-link {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  padding-bottom: 13px !important;
}
.cid-tIiOUbVwCD .container {
  display: flex;
  margin: auto;
}
.cid-tIiOUbVwCD .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIiOUbVwCD .dropdown-menu,
.cid-tIiOUbVwCD .navbar.opened {
  background: #ffffff !important;
}
.cid-tIiOUbVwCD .nav-item:focus,
.cid-tIiOUbVwCD .nav-link:focus {
  outline: none;
}
.cid-tIiOUbVwCD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIiOUbVwCD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIiOUbVwCD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIiOUbVwCD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIiOUbVwCD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIiOUbVwCD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIiOUbVwCD .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 2px solid #000000;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tIiOUbVwCD .navbar.opened {
  transition: all 0.3s;
}
.cid-tIiOUbVwCD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIiOUbVwCD .navbar .navbar-logo img {
  width: auto;
}
.cid-tIiOUbVwCD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIiOUbVwCD .navbar.collapsed {
  justify-content: center;
}
.cid-tIiOUbVwCD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIiOUbVwCD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tIiOUbVwCD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIiOUbVwCD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIiOUbVwCD .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-tIiOUbVwCD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIiOUbVwCD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIiOUbVwCD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .cid-tIiOUbVwCD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIiOUbVwCD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIiOUbVwCD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIiOUbVwCD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIiOUbVwCD .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-tIiOUbVwCD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIiOUbVwCD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIiOUbVwCD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIiOUbVwCD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIiOUbVwCD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIiOUbVwCD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tIiOUbVwCD .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIiOUbVwCD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIiOUbVwCD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIiOUbVwCD .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIiOUbVwCD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIiOUbVwCD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIiOUbVwCD .dropdown-item.active,
.cid-tIiOUbVwCD .dropdown-item:active {
  background-color: transparent;
}
.cid-tIiOUbVwCD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIiOUbVwCD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIiOUbVwCD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIiOUbVwCD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tIiOUbVwCD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIiOUbVwCD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIiOUbVwCD ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-tIiOUbVwCD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIiOUbVwCD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIiOUbVwCD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tIiOUbVwCD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIiOUbVwCD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIiOUbVwCD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIiOUbVwCD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIiOUbVwCD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIiOUbVwCD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIiOUbVwCD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIiOUbVwCD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIiOUbVwCD .navbar-dropdown {
  position: fixed;
}
.cid-tIiOUbVwCD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIiOUbVwCD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  text-align: center;
  min-width: 400px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tIiOUbVwCD .navbar {
    height: 60px;
  }
  .cid-tIiOUbVwCD .navbar.opened {
    height: auto;
  }
  .cid-tIiOUbVwCD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIiOUbVwCD a {
  display: inline;
  transition: all .3s !important;
}
.cid-tIiOUbVwCD img {
  display: inline;
  padding-right: 10px;
}
.cid-tIiOUbVwCD .dropdown-toggle:after {
  display: none;
}
.cid-tIiOUbVwCD .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 9px;
  padding-bottom: 9px;
}
.cid-tIiOUbVwCD .dropdown-item:hover {
  color: #75dbcd !important;
}
@media (max-width: 990px) {
  .cid-tIiOUbVwCD .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tIiOUbVwCD .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tIiOUbVwCD .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tIiOUbVwCD .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-tIiOUbVwCD ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-tIiOUbVwCD .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-tIiOUbVwCD .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-tIiOUbVwCD .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-tIiOUbVwCD .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-tIiOUbVwCD .btn {
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  padding: 20px 25px !important;
  display: inline-block;
  transform-style: preserve-3d !important;
  margin: 0;
}
.cid-tIiOUbVwCD .container-fluid {
  padding-right: 0;
}
.cid-tIiOUbVwCD .btn {
  border-radius: 1000px !important;
}
.cid-tIiOUbVwCD .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-tIiOUbVwCD .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-tIiOUbVwCD .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-tIiOUbVwCD .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;
}
@media (max-width: 945px) {
  .cid-tIiOUbVwCD .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-tIiOUbVwCD .top {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .cid-tIiOUbVwCD .container,
  .cid-tIiOUbVwCD .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tIiOUbVwCD li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-tIiOUbVwCD ul.navbar-nav {
    padding-left: 0;
  }
}
.cid-tIiOUbVwCD a.btn > span {
  margin-left: 0.5rem;
}
.cid-tIiOUbVwCD .nav-item {
  position: relative;
}
.cid-tIiOUbVwCD .line-animation {
  padding: 0 40px;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tIiOUbVwCD .nav-item:hover {
  text-decoration: underline;
}
.cid-tIiOUbVwCD li.nav-item {
  padding: 0px 23px !important;
}
.cid-tIiOUbVwCD a.btn:hover {
  background-color: #92c9b5 !important;
  border-color: #92c9b5 !important;
  color: #000000 !important;
  transform: none !important;
}
.cid-tIiOUbVwCD .navbar-toggler {
  margin-right: 35px;
}
.cid-tIiOUbVwCD .collapsed .mbr-section-btn {
  padding-bottom: 15px !important;
}
@media (max-width: 430px) {
  .cid-tIiOUbVwCD .icons-menu {
    min-width: initial !important;
  }
  .cid-tIiOUbVwCD .navbar-toggler {
    margin-right: 12px;
  }
}
.cid-tIiOUbVwCD a.btn {
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-tIiOUcqYIl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 2px;
}
.cid-tIiOUcqYIl .item-wrapper {
  width: 100%;
}
.cid-tIiOUcqYIl .left-side {
  text-align: left;
  padding: 75px;
}
.cid-tIiOUcqYIl .row {
  align-items: center;
  padding: 0px;
  margin: 0;
}
.cid-tIiOUcqYIl .mbr-section-title {
  margin: 0 0 15px;
  color: #000000;
}
.cid-tIiOUcqYIl .desc {
  padding: 0 0px 20px;
  color: #333333;
}
.cid-tIiOUcqYIl .col-auto {
  display: inline-block;
}
.cid-tIiOUcqYIl .container-fluid {
  padding: 0;
}
.cid-tIiOUcqYIl .mbr-section-subtitle {
  color: #1b745e;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-tIiOUcqYIl .right-side {
  padding: 90px;
  background: #000000;
  outline: 2px solid #000 !important;
  min-height: 560px;
  display: flex;
  align-items: center;
}
.cid-tIiOUcqYIl .right-side img {
  height: auto;
  margin: auto;
}
.cid-tIiOUcqYIl .row {
  flex-direction: row-reverse;
}
@media (max-width: 990px) {
  .cid-tIiOUcqYIl .left-side {
    padding: 25px 15px;
  }
  .cid-tIiOUcqYIl .right-side {
    padding: 50px;
  }
  .cid-tIiOUcqYIl li:before {
    left: 20px;
  }
}
@media (max-width: 768px) {
  .cid-tIiOUcqYIl .right-side {
    min-height: initial !important;
  }
  .cid-tIiOUcqYIl .row {
    flex-direction: column-reverse;
  }
}
.cid-tIiOUcqYIl .logo {
  display: inline-block;
  height: 30px;
  width: auto;
  padding-right: 20px;
  margin-bottom: 15px;
}
.cid-tIiOUcqYIl .mbr-text {
  padding-bottom: 10px;
}
.cid-tIiOUcqYIl .card-heading {
  margin-bottom: 20px;
  color: #333333;
}
.cid-tIiOUcqYIl .container,
.cid-tIiOUcqYIl .container-fluid {
  outline: 2px solid #000 !important;
}
.cid-tIiOUcqYIl ol {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0 !important;
  counter-reset: myCounter;
}
.cid-tIiOUcqYIl li {
  display: flex;
  align-items: center;
  padding-left: 40px;
  position: relative;
}
.cid-tIiOUcqYIl li:before {
  position: absolute;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  background-color: #ffffff;
  color: #000000;
  padding: 1px 8px;
  border: 1px solid #000000;
  box-shadow: 2px 2px 0 0 #000 !important;
  font-size: 16px;
  font-weight: 800;
}
.cid-tIiOUcQbl6 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIiOUcQbl6 .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIiOUcQbl6 .row {
  justify-content: center;
}
.cid-tIiOUcQbl6 a {
  font-weight: 400 !important;
}
.cid-tIiOUdgsob {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIiOUdgsob .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIiOUdgsob .row {
  justify-content: center;
}
.cid-tIiOUdgsob a {
  font-weight: 400 !important;
}
.cid-tIiOUdKeQg {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIiOUdKeQg .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIiOUdKeQg .row {
  justify-content: center;
}
.cid-tIiOUdKeQg a {
  font-weight: 400 !important;
}
.cid-tIiOUehaV7 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tIiOUehaV7 .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIiOUehaV7 .row {
  justify-content: center;
}
.cid-tIiOUehaV7 a {
  font-weight: 400 !important;
}
.cid-tIiOUeMM9r {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIiOUeMM9r .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIiOUeMM9r .row {
  justify-content: center;
}
.cid-tIiOUeMM9r a {
  font-weight: 400 !important;
}
.cid-tIjhyZYIrs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIjhyZYIrs .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .row {
    padding: 0 12px;
  }
}
.cid-tIjhyZYIrs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIjhyZYIrs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIjhyZYIrs .list-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tIjhyZYIrs .list-wrapper .list {
  list-style: none;
  padding-left: 0;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .list-wrapper .list {
    justify-content: center;
  }
}
.cid-tIjhyZYIrs .list-wrapper .list .mbr-list {
  margin-left: 32px;
  padding: 4px 0;
}
@media (max-width: 768px) {
  .cid-tIjhyZYIrs .list-wrapper .list .mbr-list {
    margin-left: 16px;
  }
  .cid-tIjhyZYIrs .list-wrapper .list .mbr-list:first-child {
    margin-left: 0;
  }
}
.cid-tIjhyZYIrs .list-wrapper .list .mbr-list:first-child {
  margin-left: 0;
}
.cid-tIjhyZYIrs .list-wrapper .list .mbr-list:hover {
  opacity: .7;
}
.cid-tIjhyZYIrs .title-wrapper {
  display: block;
}
.cid-tIjhyZYIrs .title-wrapper .mbr-section-title {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .title-wrapper .mbr-section-title {
    margin-bottom: 1rem;
  }
}
.cid-tIjhyZYIrs .mbr-text {
  margin: 0 auto;
  max-width: 470px;
  color: #181818;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tIjhyZYIrs .mbr-text {
    margin-bottom: 24px;
    text-align: center;
  }
}
.cid-tIjhyZYIrs .copyright {
  margin-top: 48px;
  border-top: 2px solid #181818;
  padding-top: 48px;
  margin-bottom: 0;
  color: #a1a1a1;
  text-align: center;
}
.cid-tIjhyZYIrs .mbr-section-title {
  color: #181818;
}
.cid-tIjhyZYIrs .mbr-section-title,
.cid-tIjhyZYIrs .list-wrapper {
  text-align: center;
}
.cid-tIjhyZYIrs .list {
  color: #181818;
}
.cid-tIjnNdnFmg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tIjnNdnFmg nav.navbar {
  position: fixed;
}
.cid-tIjnNdnFmg .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-tIjnNdnFmg .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tIjnNdnFmg .dropdown-item:hover,
.cid-tIjnNdnFmg .dropdown-item:focus {
  color: #000000 !important;
}
.cid-tIjnNdnFmg .nav-dropdown .link {
  padding: 13px 0em !important;
  font-weight: 500;
}
.cid-tIjnNdnFmg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIjnNdnFmg .nav-link {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  padding-bottom: 13px !important;
}
.cid-tIjnNdnFmg .container {
  display: flex;
  margin: auto;
}
.cid-tIjnNdnFmg .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIjnNdnFmg .dropdown-menu,
.cid-tIjnNdnFmg .navbar.opened {
  background: #ffffff !important;
}
.cid-tIjnNdnFmg .nav-item:focus,
.cid-tIjnNdnFmg .nav-link:focus {
  outline: none;
}
.cid-tIjnNdnFmg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIjnNdnFmg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIjnNdnFmg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIjnNdnFmg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIjnNdnFmg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIjnNdnFmg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIjnNdnFmg .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 2px solid #000000;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tIjnNdnFmg .navbar.opened {
  transition: all 0.3s;
}
.cid-tIjnNdnFmg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIjnNdnFmg .navbar .navbar-logo img {
  width: auto;
}
.cid-tIjnNdnFmg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIjnNdnFmg .navbar.collapsed {
  justify-content: center;
}
.cid-tIjnNdnFmg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIjnNdnFmg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tIjnNdnFmg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIjnNdnFmg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIjnNdnFmg .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-tIjnNdnFmg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIjnNdnFmg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIjnNdnFmg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .cid-tIjnNdnFmg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIjnNdnFmg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIjnNdnFmg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIjnNdnFmg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIjnNdnFmg .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-tIjnNdnFmg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIjnNdnFmg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIjnNdnFmg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIjnNdnFmg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIjnNdnFmg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIjnNdnFmg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tIjnNdnFmg .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIjnNdnFmg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIjnNdnFmg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIjnNdnFmg .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIjnNdnFmg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIjnNdnFmg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIjnNdnFmg .dropdown-item.active,
.cid-tIjnNdnFmg .dropdown-item:active {
  background-color: transparent;
}
.cid-tIjnNdnFmg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIjnNdnFmg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIjnNdnFmg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIjnNdnFmg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tIjnNdnFmg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIjnNdnFmg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIjnNdnFmg ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-tIjnNdnFmg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIjnNdnFmg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIjnNdnFmg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tIjnNdnFmg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIjnNdnFmg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIjnNdnFmg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIjnNdnFmg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIjnNdnFmg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIjnNdnFmg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIjnNdnFmg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIjnNdnFmg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIjnNdnFmg .navbar-dropdown {
  position: fixed;
}
.cid-tIjnNdnFmg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIjnNdnFmg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  text-align: center;
  min-width: 400px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tIjnNdnFmg .navbar {
    height: 60px;
  }
  .cid-tIjnNdnFmg .navbar.opened {
    height: auto;
  }
  .cid-tIjnNdnFmg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIjnNdnFmg a {
  display: inline;
  transition: all .3s !important;
}
.cid-tIjnNdnFmg img {
  display: inline;
  padding-right: 10px;
}
.cid-tIjnNdnFmg .dropdown-toggle:after {
  display: none;
}
.cid-tIjnNdnFmg .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 9px;
  padding-bottom: 9px;
}
.cid-tIjnNdnFmg .dropdown-item:hover {
  color: #75dbcd !important;
}
@media (max-width: 990px) {
  .cid-tIjnNdnFmg .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tIjnNdnFmg .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tIjnNdnFmg .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tIjnNdnFmg .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-tIjnNdnFmg ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-tIjnNdnFmg .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-tIjnNdnFmg .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-tIjnNdnFmg .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-tIjnNdnFmg .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-tIjnNdnFmg .btn {
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  padding: 20px 25px !important;
  display: inline-block;
  transform-style: preserve-3d !important;
  margin: 0;
}
.cid-tIjnNdnFmg .container-fluid {
  padding-right: 0;
}
.cid-tIjnNdnFmg .btn {
  border-radius: 1000px !important;
}
.cid-tIjnNdnFmg .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-tIjnNdnFmg .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-tIjnNdnFmg .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-tIjnNdnFmg .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;
}
@media (max-width: 945px) {
  .cid-tIjnNdnFmg .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-tIjnNdnFmg .top {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .cid-tIjnNdnFmg .container,
  .cid-tIjnNdnFmg .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tIjnNdnFmg li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-tIjnNdnFmg ul.navbar-nav {
    padding-left: 0;
  }
}
.cid-tIjnNdnFmg a.btn > span {
  margin-left: 0.5rem;
}
.cid-tIjnNdnFmg .nav-item {
  position: relative;
}
.cid-tIjnNdnFmg .line-animation {
  padding: 0 40px;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tIjnNdnFmg .nav-item:hover {
  text-decoration: underline;
}
.cid-tIjnNdnFmg li.nav-item {
  padding: 0px 23px !important;
}
.cid-tIjnNdnFmg a.btn:hover {
  background-color: #92c9b5 !important;
  border-color: #92c9b5 !important;
  color: #000000 !important;
  transform: none !important;
}
.cid-tIjnNdnFmg .navbar-toggler {
  margin-right: 35px;
}
.cid-tIjnNdnFmg .collapsed .mbr-section-btn {
  padding-bottom: 15px !important;
}
@media (max-width: 430px) {
  .cid-tIjnNdnFmg .icons-menu {
    min-width: initial !important;
  }
  .cid-tIjnNdnFmg .navbar-toggler {
    margin-right: 12px;
  }
}
.cid-tIjnNdnFmg a.btn {
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-tIjnNej3d2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ba8e8a;
  margin-bottom: 2px;
}
.cid-tIjnNej3d2 .iconfont-wrapper > .mbr-iconfont {
  font-size: 22px;
  padding: 8px;
  border-radius: 50%;
  border: 2px solid #000000;
  background-color: #ffffff;
  color: #000000;
}
.cid-tIjnNej3d2 .iconfont-wrapper {
  margin-bottom: 15px;
}
.cid-tIjnNej3d2 .card-text {
  color: #ffffff;
}
.cid-tIjnNej3d2 .card-title {
  margin-bottom: 15px;
}
.cid-tIjnNej3d2 .icon1 {
  background-color: #a7cbf2;
}
.cid-tIjnNej3d2 .icon2 {
  background-color: #d3efef;
}
.cid-tIjnNej3d2 .icon3 {
  background-color: #92c9b5;
}
.cid-tIjnNej3d2 .icon4 {
  background-color: #92c9b5;
}
.cid-tIjnNej3d2 .icon5 {
  background-color: #b6d8ee;
}
.cid-tIjnNej3d2 .icon6 {
  background-color: #a7cbf2;
}
.cid-tIjnNej3d2 .card {
  padding: 2.8rem 3.4rem;
  outline: 2px solid #000000;
  border-radius: 0;
  border-collapse: collapse;
}
.cid-tIjnNej3d2 .card-text,
.cid-tIjnNej3d2 .link {
  color: #000000;
}
.cid-tIjnNej3d2 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 440px) {
  .cid-tIjnNej3d2 .card {
    padding: 25px 15px;
  }
}
.cid-tIjnNfhiMA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tIjnNfhiMA .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  border-radius: 6px;
  border: 2px solid #000000;
  transition: all .3s;
  overflow: hidden;
}
.cid-tIjnNfhiMA .link {
  padding-top: 30px;
}
.cid-tIjnNfhiMA .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tIjnNfhiMA .mbr-text,
.cid-tIjnNfhiMA .mbr-section-btn {
  text-align: center;
}
.cid-tIjnNfhiMA .item-title {
  text-align: left;
  margin: 0;
  color: #333333;
}
.cid-tIjnNfhiMA .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
  text-align: left;
}
.cid-tIjnNfhiMA .name {
  color: #808080;
  margin-bottom: 15px;
}
.cid-tIjnNfhiMA .item-content {
  padding: 30px;
}
.cid-tIjnNfhiMA .names {
  margin-bottom: 10px;
}
.cid-tIjnNfhiMA a {
  font-weight: 600 !important;
  display: flex;
  align-items: center;
  bottom: 0;
  padding-bottom: 30px !important;
  text-decoration: underline;
  z-index: 10;
}
.cid-tIjnNfhiMA .item-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
  object-fit: cover;
}
.cid-tIjnNfhiMA .mbr-iconfont {
  font-size: 1rem;
  margin-top: 3px;
  margin-left: 5px;
}
.cid-tIjnNfhiMA .name2 {
  margin-bottom: 15px;
  color: #333333;
}
.cid-tIjnNfhiMA img {
  height: 290px;
  object-fit: cover;
}
.cid-tIjnNfhiMA .item-wrapper:hover {
  box-shadow: 4px 4px 0 0 #000000;
  transform: translate(-3px, -3px);
}
.cid-tIjnNfhiMA a:hover {
  color: #3793f7 !important;
}
.cid-tIjnNfhiMA .mbr-textt {
  display: inline;
}
.cid-tIjnNfhiMA .item {
  margin-top: 30px;
}
.cid-tIjnNfhiMA .item:nth-child(1),
.cid-tIjnNfhiMA .item:nth-child(2),
.cid-tIjnNfhiMA .item:nth-child(3) {
  margin-top: 0px !important;
}
@media (max-width: 992px) {
  .cid-tIjnNfhiMA .features-image:nth-child(3) {
    margin-top: 30px !important;
  }
}
@media (max-width: 768px) {
  .cid-tIjnNfhiMA .features-image:nth-child(2) {
    margin-top: 30px !important;
  }
}
.cid-tIjnNfOgFe {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tIjnNfOgFe .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  border-radius: 6px;
  border: 2px solid #000000;
  transition: all .3s;
  overflow: hidden;
}
.cid-tIjnNfOgFe .link {
  padding-top: 30px;
}
.cid-tIjnNfOgFe .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tIjnNfOgFe .mbr-text,
.cid-tIjnNfOgFe .mbr-section-btn {
  text-align: center;
}
.cid-tIjnNfOgFe .item-title {
  text-align: left;
  margin: 0;
  color: #333333;
}
.cid-tIjnNfOgFe .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
  text-align: left;
}
.cid-tIjnNfOgFe .name {
  color: #808080;
  margin-bottom: 15px;
}
.cid-tIjnNfOgFe .item-content {
  padding: 30px;
}
.cid-tIjnNfOgFe .names {
  margin-bottom: 10px;
}
.cid-tIjnNfOgFe a {
  font-weight: 600 !important;
  display: flex;
  align-items: center;
  bottom: 0;
  padding-bottom: 30px !important;
  text-decoration: underline;
  z-index: 10;
}
.cid-tIjnNfOgFe .item-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
  object-fit: cover;
}
.cid-tIjnNfOgFe .mbr-iconfont {
  font-size: 1rem;
  margin-top: 3px;
  margin-left: 5px;
}
.cid-tIjnNfOgFe .name2 {
  margin-bottom: 15px;
  color: #333333;
}
.cid-tIjnNfOgFe img {
  height: 290px;
  object-fit: cover;
}
.cid-tIjnNfOgFe .item-wrapper:hover {
  box-shadow: 4px 4px 0 0 #000000;
  transform: translate(-3px, -3px);
}
.cid-tIjnNfOgFe a:hover {
  color: #3793f7 !important;
}
.cid-tIjnNfOgFe .mbr-textt {
  display: inline;
}
.cid-tIjnNfOgFe .item {
  margin-top: 30px;
}
.cid-tIjnNfOgFe .item:nth-child(1),
.cid-tIjnNfOgFe .item:nth-child(2),
.cid-tIjnNfOgFe .item:nth-child(3) {
  margin-top: 0px !important;
}
@media (max-width: 992px) {
  .cid-tIjnNfOgFe .features-image:nth-child(3) {
    margin-top: 30px !important;
  }
}
@media (max-width: 768px) {
  .cid-tIjnNfOgFe .features-image:nth-child(2) {
    margin-top: 30px !important;
  }
}
.cid-tIjyepkcnz {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tIjyepkcnz .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid #000000;
  transition: all .3s;
}
.cid-tIjyepkcnz .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tIjyepkcnz .mbr-text,
.cid-tIjyepkcnz .mbr-section-btn {
  text-align: center;
}
.cid-tIjyepkcnz .item-title {
  text-align: left;
  margin: 0;
  color: #333333;
  margin-bottom: 8px;
}
.cid-tIjyepkcnz .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
  text-align: left;
}
.cid-tIjyepkcnz .name {
  color: #333333;
  margin-bottom: 8px;
}
.cid-tIjyepkcnz .item-content {
  padding: 15px;
}
.cid-tIjyepkcnz .item-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
  object-fit: cover;
}
.cid-tIjyepkcnz .mbr-iconfont {
  font-size: 1rem;
  margin-top: 3px;
  margin-left: 5px;
}
.cid-tIjyepkcnz .name2 {
  margin-bottom: 15px;
  color: #333333;
}
.cid-tIjyepkcnz img {
  height: 310px;
  object-fit: cover;
}
.cid-tIjyepkcnz .item-wrapper:hover {
  box-shadow: 4px 4px 0 0 #000000;
  transform: translate(-3px, -3px);
}
.cid-tIjyepkcnz .line {
  height: 1px;
  width: 100%;
  background-color: #dadada;
}
.cid-tIjyepkcnz .name1,
.cid-tIjyepkcnz .name2 {
  display: inline;
}
.cid-tIjyepkcnz .bottom {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
.cid-tIjyepkcnz .name3 {
  margin-bottom: 8px;
  margin-top: 15px;
}
.cid-tIjyepkcnz .name1 {
  color: #333333;
}
.cid-tIjyepkcnz .item {
  margin-top: 16px;
  padding-left: 8px;
  padding-right: 8px;
}
.cid-tIjyepkcnz .item:nth-child(1),
.cid-tIjyepkcnz .item:nth-child(2),
.cid-tIjyepkcnz .item:nth-child(3) {
  margin-top: 0px !important;
}
@media (max-width: 992px) {
  .cid-tIjyepkcnz .features-image:nth-child(3) {
    margin-top: 16px !important;
  }
}
@media (max-width: 768px) {
  .cid-tIjyepkcnz .features-image:nth-child(2) {
    margin-top: 16px !important;
  }
}
.cid-tIjyepkcnz .container {
  padding-left: 4px;
  padding-right: 4px;
}
.cid-tIjyepkcnz .row {
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-tIjyepkcnz .container {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.cid-tIjnNjHSKS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 2px;
}
.cid-tIjnNjHSKS .mbr-section-subtitle {
  margin-bottom: 15px;
  color: #333333;
  text-align: left;
}
.cid-tIjnNjHSKS .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tIjnNjHSKS .container {
  padding-left: 53px;
  padding-right: 53px;
}
.cid-tIjnNjHSKS .container-fluid {
  outline: 2px solid #000 !important;
}
.cid-tIjnNjHSKS .row {
  padding-top: 76px;
  padding-bottom: 76px;
  justify-content: center;
  display: flex;
}
@media (max-width: 768px) {
  .cid-tIjnNjHSKS .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tIjnNkjPwt {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tIjnNkjPwt img {
  width: 100%;
  display: inline-block;
  padding: 0;
  max-width: 250px;
}
.cid-tIjnNkjPwt .mbr-section-subtitle {
  margin-right: 30px;
  color: #5f5d68;
}
.cid-tIjnNkjPwt .brand {
  display: flex;
  justify-content: center;
}
.cid-tIjnNkjPwt .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-tIjnNkjPwt .row-main {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 460px) {
  .cid-tIjnNkjPwt .row-main {
    flex-direction: column;
  }
  .cid-tIjnNkjPwt .col-auto {
    margin-bottom: 10px;
  }
  .cid-tIjnNkjPwt .mbr-section-subtitle {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-tIjnNkjPwt .brand:nth-child(3) {
    padding-top: 10px;
  }
  .cid-tIjnNkjPwt .brand:nth-child(4) {
    padding-top: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tIjnNkjPwt .brand:nth-child(2) {
    padding-top: 10px;
  }
}
.cid-tIjnNkWVB3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIjnNkWVB3 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tIjnNkWVB3 .row {
    padding: 0 12px;
  }
}
.cid-tIjnNkWVB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIjnNkWVB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIjnNkWVB3 .list-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tIjnNkWVB3 .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tIjnNkWVB3 .list-wrapper .list {
  list-style: none;
  padding-left: 0;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-tIjnNkWVB3 .list-wrapper .list {
    justify-content: center;
  }
}
.cid-tIjnNkWVB3 .list-wrapper .list .mbr-list {
  margin-left: 32px;
  padding: 4px 0;
}
@media (max-width: 768px) {
  .cid-tIjnNkWVB3 .list-wrapper .list .mbr-list {
    margin-left: 16px;
  }
  .cid-tIjnNkWVB3 .list-wrapper .list .mbr-list:first-child {
    margin-left: 0;
  }
}
.cid-tIjnNkWVB3 .list-wrapper .list .mbr-list:first-child {
  margin-left: 0;
}
.cid-tIjnNkWVB3 .list-wrapper .list .mbr-list:hover {
  opacity: .7;
}
.cid-tIjnNkWVB3 .title-wrapper {
  display: block;
}
.cid-tIjnNkWVB3 .title-wrapper .mbr-section-title {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-tIjnNkWVB3 .title-wrapper .mbr-section-title {
    margin-bottom: 1rem;
  }
}
.cid-tIjnNkWVB3 .mbr-text {
  margin: 0 auto;
  max-width: 470px;
  color: #181818;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tIjnNkWVB3 .mbr-text {
    margin-bottom: 24px;
    text-align: center;
  }
}
.cid-tIjnNkWVB3 .copyright {
  margin-top: 48px;
  border-top: 2px solid #181818;
  padding-top: 48px;
  margin-bottom: 0;
  color: #a1a1a1;
  text-align: center;
}
.cid-tIjnNkWVB3 .mbr-section-title {
  color: #181818;
}
.cid-tIjnNkWVB3 .mbr-section-title,
.cid-tIjnNkWVB3 .list-wrapper {
  text-align: center;
}
.cid-tIjnNkWVB3 .list {
  color: #181818;
}
.cid-tIjwGFNPTD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tIjwGFNPTD nav.navbar {
  position: fixed;
}
.cid-tIjwGFNPTD .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-tIjwGFNPTD .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tIjwGFNPTD .dropdown-item:hover,
.cid-tIjwGFNPTD .dropdown-item:focus {
  color: #000000 !important;
}
.cid-tIjwGFNPTD .nav-dropdown .link {
  padding: 13px 0em !important;
  font-weight: 500;
}
.cid-tIjwGFNPTD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIjwGFNPTD .nav-link {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  padding-bottom: 13px !important;
}
.cid-tIjwGFNPTD .container {
  display: flex;
  margin: auto;
}
.cid-tIjwGFNPTD .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIjwGFNPTD .dropdown-menu,
.cid-tIjwGFNPTD .navbar.opened {
  background: #ffffff !important;
}
.cid-tIjwGFNPTD .nav-item:focus,
.cid-tIjwGFNPTD .nav-link:focus {
  outline: none;
}
.cid-tIjwGFNPTD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIjwGFNPTD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIjwGFNPTD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIjwGFNPTD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIjwGFNPTD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIjwGFNPTD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIjwGFNPTD .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 2px solid #000000;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tIjwGFNPTD .navbar.opened {
  transition: all 0.3s;
}
.cid-tIjwGFNPTD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIjwGFNPTD .navbar .navbar-logo img {
  width: auto;
}
.cid-tIjwGFNPTD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIjwGFNPTD .navbar.collapsed {
  justify-content: center;
}
.cid-tIjwGFNPTD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIjwGFNPTD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tIjwGFNPTD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIjwGFNPTD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIjwGFNPTD .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-tIjwGFNPTD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIjwGFNPTD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIjwGFNPTD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .cid-tIjwGFNPTD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIjwGFNPTD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIjwGFNPTD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIjwGFNPTD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIjwGFNPTD .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-tIjwGFNPTD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIjwGFNPTD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIjwGFNPTD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIjwGFNPTD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIjwGFNPTD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIjwGFNPTD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tIjwGFNPTD .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIjwGFNPTD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIjwGFNPTD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIjwGFNPTD .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIjwGFNPTD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIjwGFNPTD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIjwGFNPTD .dropdown-item.active,
.cid-tIjwGFNPTD .dropdown-item:active {
  background-color: transparent;
}
.cid-tIjwGFNPTD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIjwGFNPTD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIjwGFNPTD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIjwGFNPTD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tIjwGFNPTD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIjwGFNPTD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIjwGFNPTD ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-tIjwGFNPTD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIjwGFNPTD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIjwGFNPTD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tIjwGFNPTD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIjwGFNPTD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIjwGFNPTD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIjwGFNPTD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIjwGFNPTD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIjwGFNPTD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIjwGFNPTD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIjwGFNPTD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIjwGFNPTD .navbar-dropdown {
  position: fixed;
}
.cid-tIjwGFNPTD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIjwGFNPTD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  text-align: center;
  min-width: 400px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tIjwGFNPTD .navbar {
    height: 60px;
  }
  .cid-tIjwGFNPTD .navbar.opened {
    height: auto;
  }
  .cid-tIjwGFNPTD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIjwGFNPTD a {
  display: inline;
  transition: all .3s !important;
}
.cid-tIjwGFNPTD img {
  display: inline;
  padding-right: 10px;
}
.cid-tIjwGFNPTD .dropdown-toggle:after {
  display: none;
}
.cid-tIjwGFNPTD .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 9px;
  padding-bottom: 9px;
}
.cid-tIjwGFNPTD .dropdown-item:hover {
  color: #75dbcd !important;
}
@media (max-width: 990px) {
  .cid-tIjwGFNPTD .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tIjwGFNPTD .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tIjwGFNPTD .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tIjwGFNPTD .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-tIjwGFNPTD ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-tIjwGFNPTD .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-tIjwGFNPTD .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-tIjwGFNPTD .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-tIjwGFNPTD .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-tIjwGFNPTD .btn {
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  padding: 20px 25px !important;
  display: inline-block;
  transform-style: preserve-3d !important;
  margin: 0;
}
.cid-tIjwGFNPTD .container-fluid {
  padding-right: 0;
}
.cid-tIjwGFNPTD .btn {
  border-radius: 1000px !important;
}
.cid-tIjwGFNPTD .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-tIjwGFNPTD .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-tIjwGFNPTD .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-tIjwGFNPTD .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;
}
@media (max-width: 945px) {
  .cid-tIjwGFNPTD .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-tIjwGFNPTD .top {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .cid-tIjwGFNPTD .container,
  .cid-tIjwGFNPTD .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tIjwGFNPTD li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-tIjwGFNPTD ul.navbar-nav {
    padding-left: 0;
  }
}
.cid-tIjwGFNPTD a.btn > span {
  margin-left: 0.5rem;
}
.cid-tIjwGFNPTD .nav-item {
  position: relative;
}
.cid-tIjwGFNPTD .line-animation {
  padding: 0 40px;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tIjwGFNPTD .nav-item:hover {
  text-decoration: underline;
}
.cid-tIjwGFNPTD li.nav-item {
  padding: 0px 23px !important;
}
.cid-tIjwGFNPTD a.btn:hover {
  background-color: #92c9b5 !important;
  border-color: #92c9b5 !important;
  color: #000000 !important;
  transform: none !important;
}
.cid-tIjwGFNPTD .navbar-toggler {
  margin-right: 35px;
}
.cid-tIjwGFNPTD .collapsed .mbr-section-btn {
  padding-bottom: 15px !important;
}
@media (max-width: 430px) {
  .cid-tIjwGFNPTD .icons-menu {
    min-width: initial !important;
  }
  .cid-tIjwGFNPTD .navbar-toggler {
    margin-right: 12px;
  }
}
.cid-tIjwGFNPTD a.btn {
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-tIjwGGhgBr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 2px;
}
.cid-tIjwGGhgBr .item-wrapper {
  width: 100%;
}
.cid-tIjwGGhgBr .left-side {
  text-align: left;
  padding: 75px;
}
.cid-tIjwGGhgBr .row {
  align-items: center;
  padding: 0px;
  margin: 0;
}
.cid-tIjwGGhgBr .mbr-section-title {
  margin: 0 0 15px;
  color: #000000;
}
.cid-tIjwGGhgBr .desc {
  padding: 0 0px 20px;
  color: #333333;
}
.cid-tIjwGGhgBr .col-auto {
  display: inline-block;
}
.cid-tIjwGGhgBr .container-fluid {
  padding: 0;
}
.cid-tIjwGGhgBr .mbr-section-subtitle {
  color: #1b745e;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-tIjwGGhgBr .right-side {
  padding: 90px;
  background: #000000;
  outline: 2px solid #000 !important;
  min-height: 560px;
  display: flex;
  align-items: center;
}
.cid-tIjwGGhgBr .right-side img {
  height: auto;
  margin: auto;
}
.cid-tIjwGGhgBr .row {
  flex-direction: row-reverse;
}
@media (max-width: 990px) {
  .cid-tIjwGGhgBr .left-side {
    padding: 25px 15px;
  }
  .cid-tIjwGGhgBr .right-side {
    padding: 50px;
  }
  .cid-tIjwGGhgBr li:before {
    left: 20px;
  }
}
@media (max-width: 768px) {
  .cid-tIjwGGhgBr .right-side {
    min-height: initial !important;
  }
  .cid-tIjwGGhgBr .row {
    flex-direction: column-reverse;
  }
}
.cid-tIjwGGhgBr .logo {
  display: inline-block;
  height: 30px;
  width: auto;
  padding-right: 20px;
  margin-bottom: 15px;
}
.cid-tIjwGGhgBr .mbr-text {
  padding-bottom: 10px;
}
.cid-tIjwGGhgBr .card-heading {
  margin-bottom: 20px;
  color: #333333;
}
.cid-tIjwGGhgBr .container,
.cid-tIjwGGhgBr .container-fluid {
  outline: 2px solid #000 !important;
}
.cid-tIjwGGhgBr ol {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0 !important;
  counter-reset: myCounter;
}
.cid-tIjwGGhgBr li {
  display: flex;
  align-items: center;
  padding-left: 40px;
  position: relative;
}
.cid-tIjwGGhgBr li:before {
  position: absolute;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  background-color: #ffffff;
  color: #000000;
  padding: 1px 8px;
  border: 1px solid #000000;
  box-shadow: 2px 2px 0 0 #000 !important;
  font-size: 16px;
  font-weight: 800;
}
.cid-tIjwGGIvTa {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIjwGGIvTa .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIjwGGIvTa .row {
  justify-content: center;
}
.cid-tIjwGGIvTa a {
  font-weight: 400 !important;
}
.cid-tIjwGH7gJm {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIjwGH7gJm .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIjwGH7gJm .row {
  justify-content: center;
}
.cid-tIjwGH7gJm a {
  font-weight: 400 !important;
}
.cid-tIjwGHvsnY {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIjwGHvsnY .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIjwGHvsnY .row {
  justify-content: center;
}
.cid-tIjwGHvsnY a {
  font-weight: 400 !important;
}
.cid-tIjwGHUU5K {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tIjwGHUU5K .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIjwGHUU5K .row {
  justify-content: center;
}
.cid-tIjwGHUU5K a {
  font-weight: 400 !important;
}
.cid-tIjwGIkyzS {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIjwGIkyzS .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIjwGIkyzS .row {
  justify-content: center;
}
.cid-tIjwGIkyzS a {
  font-weight: 400 !important;
}
.cid-tIjwGIKvho {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e4f3f8;
}
.cid-tIjwGIKvho .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIjwGIKvho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIjwGIKvho .mbr-section-title {
  color: #272727;
}
.cid-tIjwGIKvho .mbr-text {
  color: #272727;
  margin-top: 32px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tIjwGIKvho .mbr-text {
    margin-top: 24px;
  }
}
.cid-tIjwGIKvho .image-wrapper {
  width: 100%;
  margin-top: 32px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 767px) {
  .cid-tIjwGIKvho .image-wrapper {
    margin-top: 24px;
  }
}
.cid-tIjwGIKvho .image-wrapper img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
}
.cid-tIjwGJeom0 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIjwGJeom0 .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIjwGJeom0 .row {
  justify-content: center;
}
.cid-tIjwGJeom0 a {
  font-weight: 400 !important;
}
.cid-tIjwGJHHSQ {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIjwGJHHSQ .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIjwGJHHSQ .row {
  justify-content: center;
}
.cid-tIjwGJHHSQ a {
  font-weight: 400 !important;
}
.cid-tIjwGK9kkq {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIjwGK9kkq .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIjwGK9kkq .row {
  justify-content: center;
}
.cid-tIjwGK9kkq a {
  font-weight: 400 !important;
}
.cid-tIjwGKBcZV {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIjwGKBcZV .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIjwGKBcZV .row {
  justify-content: center;
}
.cid-tIjwGKBcZV a {
  font-weight: 400 !important;
}
.cid-tIjwGL8CRj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIjwGL8CRj .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tIjwGL8CRj .row {
    padding: 0 12px;
  }
}
.cid-tIjwGL8CRj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIjwGL8CRj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIjwGL8CRj .list-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tIjwGL8CRj .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tIjwGL8CRj .list-wrapper .list {
  list-style: none;
  padding-left: 0;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-tIjwGL8CRj .list-wrapper .list {
    justify-content: center;
  }
}
.cid-tIjwGL8CRj .list-wrapper .list .mbr-list {
  margin-left: 32px;
  padding: 4px 0;
}
@media (max-width: 768px) {
  .cid-tIjwGL8CRj .list-wrapper .list .mbr-list {
    margin-left: 16px;
  }
  .cid-tIjwGL8CRj .list-wrapper .list .mbr-list:first-child {
    margin-left: 0;
  }
}
.cid-tIjwGL8CRj .list-wrapper .list .mbr-list:first-child {
  margin-left: 0;
}
.cid-tIjwGL8CRj .list-wrapper .list .mbr-list:hover {
  opacity: .7;
}
.cid-tIjwGL8CRj .title-wrapper {
  display: block;
}
.cid-tIjwGL8CRj .title-wrapper .mbr-section-title {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-tIjwGL8CRj .title-wrapper .mbr-section-title {
    margin-bottom: 1rem;
  }
}
.cid-tIjwGL8CRj .mbr-text {
  margin: 0 auto;
  max-width: 470px;
  color: #181818;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tIjwGL8CRj .mbr-text {
    margin-bottom: 24px;
    text-align: center;
  }
}
.cid-tIjwGL8CRj .copyright {
  margin-top: 48px;
  border-top: 2px solid #181818;
  padding-top: 48px;
  margin-bottom: 0;
  color: #a1a1a1;
  text-align: center;
}
.cid-tIjwGL8CRj .mbr-section-title {
  color: #181818;
}
.cid-tIjwGL8CRj .mbr-section-title,
.cid-tIjwGL8CRj .list-wrapper {
  text-align: center;
}
.cid-tIjwGL8CRj .list {
  color: #181818;
}
.cid-tIjx3VO2YN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tIjx3VO2YN nav.navbar {
  position: fixed;
}
.cid-tIjx3VO2YN .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-tIjx3VO2YN .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tIjx3VO2YN .dropdown-item:hover,
.cid-tIjx3VO2YN .dropdown-item:focus {
  color: #000000 !important;
}
.cid-tIjx3VO2YN .nav-dropdown .link {
  padding: 13px 0em !important;
  font-weight: 500;
}
.cid-tIjx3VO2YN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIjx3VO2YN .nav-link {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  padding-bottom: 13px !important;
}
.cid-tIjx3VO2YN .container {
  display: flex;
  margin: auto;
}
.cid-tIjx3VO2YN .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIjx3VO2YN .dropdown-menu,
.cid-tIjx3VO2YN .navbar.opened {
  background: #ffffff !important;
}
.cid-tIjx3VO2YN .nav-item:focus,
.cid-tIjx3VO2YN .nav-link:focus {
  outline: none;
}
.cid-tIjx3VO2YN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIjx3VO2YN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIjx3VO2YN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIjx3VO2YN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIjx3VO2YN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIjx3VO2YN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIjx3VO2YN .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 2px solid #000000;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tIjx3VO2YN .navbar.opened {
  transition: all 0.3s;
}
.cid-tIjx3VO2YN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIjx3VO2YN .navbar .navbar-logo img {
  width: auto;
}
.cid-tIjx3VO2YN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIjx3VO2YN .navbar.collapsed {
  justify-content: center;
}
.cid-tIjx3VO2YN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIjx3VO2YN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tIjx3VO2YN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIjx3VO2YN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIjx3VO2YN .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-tIjx3VO2YN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIjx3VO2YN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIjx3VO2YN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .cid-tIjx3VO2YN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIjx3VO2YN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIjx3VO2YN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIjx3VO2YN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIjx3VO2YN .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-tIjx3VO2YN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIjx3VO2YN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIjx3VO2YN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIjx3VO2YN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIjx3VO2YN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIjx3VO2YN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tIjx3VO2YN .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIjx3VO2YN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIjx3VO2YN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIjx3VO2YN .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIjx3VO2YN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIjx3VO2YN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIjx3VO2YN .dropdown-item.active,
.cid-tIjx3VO2YN .dropdown-item:active {
  background-color: transparent;
}
.cid-tIjx3VO2YN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIjx3VO2YN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIjx3VO2YN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIjx3VO2YN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tIjx3VO2YN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIjx3VO2YN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIjx3VO2YN ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-tIjx3VO2YN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIjx3VO2YN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIjx3VO2YN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tIjx3VO2YN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIjx3VO2YN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIjx3VO2YN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIjx3VO2YN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIjx3VO2YN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIjx3VO2YN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIjx3VO2YN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIjx3VO2YN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIjx3VO2YN .navbar-dropdown {
  position: fixed;
}
.cid-tIjx3VO2YN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIjx3VO2YN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  text-align: center;
  min-width: 400px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tIjx3VO2YN .navbar {
    height: 60px;
  }
  .cid-tIjx3VO2YN .navbar.opened {
    height: auto;
  }
  .cid-tIjx3VO2YN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIjx3VO2YN a {
  display: inline;
  transition: all .3s !important;
}
.cid-tIjx3VO2YN img {
  display: inline;
  padding-right: 10px;
}
.cid-tIjx3VO2YN .dropdown-toggle:after {
  display: none;
}
.cid-tIjx3VO2YN .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 9px;
  padding-bottom: 9px;
}
.cid-tIjx3VO2YN .dropdown-item:hover {
  color: #75dbcd !important;
}
@media (max-width: 990px) {
  .cid-tIjx3VO2YN .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tIjx3VO2YN .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tIjx3VO2YN .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tIjx3VO2YN .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-tIjx3VO2YN ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-tIjx3VO2YN .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-tIjx3VO2YN .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-tIjx3VO2YN .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-tIjx3VO2YN .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-tIjx3VO2YN .btn {
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  padding: 20px 25px !important;
  display: inline-block;
  transform-style: preserve-3d !important;
  margin: 0;
}
.cid-tIjx3VO2YN .container-fluid {
  padding-right: 0;
}
.cid-tIjx3VO2YN .btn {
  border-radius: 1000px !important;
}
.cid-tIjx3VO2YN .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-tIjx3VO2YN .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-tIjx3VO2YN .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-tIjx3VO2YN .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;
}
@media (max-width: 945px) {
  .cid-tIjx3VO2YN .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-tIjx3VO2YN .top {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .cid-tIjx3VO2YN .container,
  .cid-tIjx3VO2YN .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tIjx3VO2YN li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-tIjx3VO2YN ul.navbar-nav {
    padding-left: 0;
  }
}
.cid-tIjx3VO2YN a.btn > span {
  margin-left: 0.5rem;
}
.cid-tIjx3VO2YN .nav-item {
  position: relative;
}
.cid-tIjx3VO2YN .line-animation {
  padding: 0 40px;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tIjx3VO2YN .nav-item:hover {
  text-decoration: underline;
}
.cid-tIjx3VO2YN li.nav-item {
  padding: 0px 23px !important;
}
.cid-tIjx3VO2YN a.btn:hover {
  background-color: #92c9b5 !important;
  border-color: #92c9b5 !important;
  color: #000000 !important;
  transform: none !important;
}
.cid-tIjx3VO2YN .navbar-toggler {
  margin-right: 35px;
}
.cid-tIjx3VO2YN .collapsed .mbr-section-btn {
  padding-bottom: 15px !important;
}
@media (max-width: 430px) {
  .cid-tIjx3VO2YN .icons-menu {
    min-width: initial !important;
  }
  .cid-tIjx3VO2YN .navbar-toggler {
    margin-right: 12px;
  }
}
.cid-tIjx3VO2YN a.btn {
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-tIjx3WhbYt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 2px;
}
.cid-tIjx3WhbYt .item-wrapper {
  width: 100%;
}
.cid-tIjx3WhbYt .left-side {
  text-align: left;
  padding: 75px;
}
.cid-tIjx3WhbYt .row {
  align-items: center;
  padding: 0px;
  margin: 0;
}
.cid-tIjx3WhbYt .mbr-section-title {
  margin: 0 0 15px;
  color: #000000;
}
.cid-tIjx3WhbYt .desc {
  padding: 0 0px 20px;
  color: #333333;
}
.cid-tIjx3WhbYt .col-auto {
  display: inline-block;
}
.cid-tIjx3WhbYt .container-fluid {
  padding: 0;
}
.cid-tIjx3WhbYt .mbr-section-subtitle {
  color: #1b745e;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-tIjx3WhbYt .right-side {
  padding: 90px;
  background: #000000;
  outline: 2px solid #000 !important;
  min-height: 560px;
  display: flex;
  align-items: center;
}
.cid-tIjx3WhbYt .right-side img {
  height: auto;
  margin: auto;
}
.cid-tIjx3WhbYt .row {
  flex-direction: row-reverse;
}
@media (max-width: 990px) {
  .cid-tIjx3WhbYt .left-side {
    padding: 25px 15px;
  }
  .cid-tIjx3WhbYt .right-side {
    padding: 50px;
  }
  .cid-tIjx3WhbYt li:before {
    left: 20px;
  }
}
@media (max-width: 768px) {
  .cid-tIjx3WhbYt .right-side {
    min-height: initial !important;
  }
  .cid-tIjx3WhbYt .row {
    flex-direction: column-reverse;
  }
}
.cid-tIjx3WhbYt .logo {
  display: inline-block;
  height: 30px;
  width: auto;
  padding-right: 20px;
  margin-bottom: 15px;
}
.cid-tIjx3WhbYt .mbr-text {
  padding-bottom: 10px;
}
.cid-tIjx3WhbYt .card-heading {
  margin-bottom: 20px;
  color: #333333;
}
.cid-tIjx3WhbYt .container,
.cid-tIjx3WhbYt .container-fluid {
  outline: 2px solid #000 !important;
}
.cid-tIjx3WhbYt ol {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0 !important;
  counter-reset: myCounter;
}
.cid-tIjx3WhbYt li {
  display: flex;
  align-items: center;
  padding-left: 40px;
  position: relative;
}
.cid-tIjx3WhbYt li:before {
  position: absolute;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  background-color: #ffffff;
  color: #000000;
  padding: 1px 8px;
  border: 1px solid #000000;
  box-shadow: 2px 2px 0 0 #000 !important;
  font-size: 16px;
  font-weight: 800;
}
.cid-tIjx3WGAkA {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIjx3WGAkA .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIjx3WGAkA .row {
  justify-content: center;
}
.cid-tIjx3WGAkA a {
  font-weight: 400 !important;
}
.cid-tIjx3X71S4 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tIjx3X71S4 .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIjx3X71S4 .row {
  justify-content: center;
}
.cid-tIjx3X71S4 a {
  font-weight: 400 !important;
}
.cid-tIjx4118KT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIjx4118KT .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tIjx4118KT .row {
    padding: 0 12px;
  }
}
.cid-tIjx4118KT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIjx4118KT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIjx4118KT .list-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tIjx4118KT .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tIjx4118KT .list-wrapper .list {
  list-style: none;
  padding-left: 0;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-tIjx4118KT .list-wrapper .list {
    justify-content: center;
  }
}
.cid-tIjx4118KT .list-wrapper .list .mbr-list {
  margin-left: 32px;
  padding: 4px 0;
}
@media (max-width: 768px) {
  .cid-tIjx4118KT .list-wrapper .list .mbr-list {
    margin-left: 16px;
  }
  .cid-tIjx4118KT .list-wrapper .list .mbr-list:first-child {
    margin-left: 0;
  }
}
.cid-tIjx4118KT .list-wrapper .list .mbr-list:first-child {
  margin-left: 0;
}
.cid-tIjx4118KT .list-wrapper .list .mbr-list:hover {
  opacity: .7;
}
.cid-tIjx4118KT .title-wrapper {
  display: block;
}
.cid-tIjx4118KT .title-wrapper .mbr-section-title {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-tIjx4118KT .title-wrapper .mbr-section-title {
    margin-bottom: 1rem;
  }
}
.cid-tIjx4118KT .mbr-text {
  margin: 0 auto;
  max-width: 470px;
  color: #181818;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tIjx4118KT .mbr-text {
    margin-bottom: 24px;
    text-align: center;
  }
}
.cid-tIjx4118KT .copyright {
  margin-top: 48px;
  border-top: 2px solid #181818;
  padding-top: 48px;
  margin-bottom: 0;
  color: #a1a1a1;
  text-align: center;
}
.cid-tIjx4118KT .mbr-section-title {
  color: #181818;
}
.cid-tIjx4118KT .mbr-section-title,
.cid-tIjx4118KT .list-wrapper {
  text-align: center;
}
.cid-tIjx4118KT .list {
  color: #181818;
}
.cid-tIjj32a4gF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tIjj32a4gF nav.navbar {
  position: fixed;
}
.cid-tIjj32a4gF .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-tIjj32a4gF .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tIjj32a4gF .dropdown-item:hover,
.cid-tIjj32a4gF .dropdown-item:focus {
  color: #000000 !important;
}
.cid-tIjj32a4gF .nav-dropdown .link {
  padding: 13px 0em !important;
  font-weight: 500;
}
.cid-tIjj32a4gF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIjj32a4gF .nav-link {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  padding-bottom: 13px !important;
}
.cid-tIjj32a4gF .container {
  display: flex;
  margin: auto;
}
.cid-tIjj32a4gF .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIjj32a4gF .dropdown-menu,
.cid-tIjj32a4gF .navbar.opened {
  background: #ffffff !important;
}
.cid-tIjj32a4gF .nav-item:focus,
.cid-tIjj32a4gF .nav-link:focus {
  outline: none;
}
.cid-tIjj32a4gF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIjj32a4gF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIjj32a4gF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIjj32a4gF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIjj32a4gF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIjj32a4gF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIjj32a4gF .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 2px solid #000000;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tIjj32a4gF .navbar.opened {
  transition: all 0.3s;
}
.cid-tIjj32a4gF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIjj32a4gF .navbar .navbar-logo img {
  width: auto;
}
.cid-tIjj32a4gF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIjj32a4gF .navbar.collapsed {
  justify-content: center;
}
.cid-tIjj32a4gF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIjj32a4gF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tIjj32a4gF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIjj32a4gF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIjj32a4gF .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-tIjj32a4gF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIjj32a4gF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIjj32a4gF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .cid-tIjj32a4gF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIjj32a4gF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIjj32a4gF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIjj32a4gF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIjj32a4gF .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-tIjj32a4gF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIjj32a4gF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIjj32a4gF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIjj32a4gF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIjj32a4gF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIjj32a4gF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tIjj32a4gF .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIjj32a4gF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIjj32a4gF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIjj32a4gF .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIjj32a4gF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIjj32a4gF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIjj32a4gF .dropdown-item.active,
.cid-tIjj32a4gF .dropdown-item:active {
  background-color: transparent;
}
.cid-tIjj32a4gF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIjj32a4gF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIjj32a4gF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIjj32a4gF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tIjj32a4gF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIjj32a4gF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIjj32a4gF ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-tIjj32a4gF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIjj32a4gF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIjj32a4gF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tIjj32a4gF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIjj32a4gF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIjj32a4gF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIjj32a4gF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIjj32a4gF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIjj32a4gF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIjj32a4gF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIjj32a4gF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIjj32a4gF .navbar-dropdown {
  position: fixed;
}
.cid-tIjj32a4gF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIjj32a4gF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  text-align: center;
  min-width: 400px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tIjj32a4gF .navbar {
    height: 60px;
  }
  .cid-tIjj32a4gF .navbar.opened {
    height: auto;
  }
  .cid-tIjj32a4gF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIjj32a4gF a {
  display: inline;
  transition: all .3s !important;
}
.cid-tIjj32a4gF img {
  display: inline;
  padding-right: 10px;
}
.cid-tIjj32a4gF .dropdown-toggle:after {
  display: none;
}
.cid-tIjj32a4gF .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 9px;
  padding-bottom: 9px;
}
.cid-tIjj32a4gF .dropdown-item:hover {
  color: #75dbcd !important;
}
@media (max-width: 990px) {
  .cid-tIjj32a4gF .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tIjj32a4gF .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-tIjj32a4gF .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tIjj32a4gF .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-tIjj32a4gF ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-tIjj32a4gF .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-tIjj32a4gF .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-tIjj32a4gF .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-tIjj32a4gF .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-tIjj32a4gF .btn {
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  padding: 20px 25px !important;
  display: inline-block;
  transform-style: preserve-3d !important;
  margin: 0;
}
.cid-tIjj32a4gF .container-fluid {
  padding-right: 0;
}
.cid-tIjj32a4gF .btn {
  border-radius: 1000px !important;
}
.cid-tIjj32a4gF .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-tIjj32a4gF .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-tIjj32a4gF .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-tIjj32a4gF .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;
}
@media (max-width: 945px) {
  .cid-tIjj32a4gF .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-tIjj32a4gF .top {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .cid-tIjj32a4gF .container,
  .cid-tIjj32a4gF .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tIjj32a4gF li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-tIjj32a4gF ul.navbar-nav {
    padding-left: 0;
  }
}
.cid-tIjj32a4gF a.btn > span {
  margin-left: 0.5rem;
}
.cid-tIjj32a4gF .nav-item {
  position: relative;
}
.cid-tIjj32a4gF .line-animation {
  padding: 0 40px;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tIjj32a4gF .nav-item:hover {
  text-decoration: underline;
}
.cid-tIjj32a4gF li.nav-item {
  padding: 0px 23px !important;
}
.cid-tIjj32a4gF a.btn:hover {
  background-color: #92c9b5 !important;
  border-color: #92c9b5 !important;
  color: #000000 !important;
  transform: none !important;
}
.cid-tIjj32a4gF .navbar-toggler {
  margin-right: 35px;
}
.cid-tIjj32a4gF .collapsed .mbr-section-btn {
  padding-bottom: 15px !important;
}
@media (max-width: 430px) {
  .cid-tIjj32a4gF .icons-menu {
    min-width: initial !important;
  }
  .cid-tIjj32a4gF .navbar-toggler {
    margin-right: 12px;
  }
}
.cid-tIjj32a4gF a.btn {
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-tIjj32TdDZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #92c9b5;
  margin-bottom: 2px;
}
.cid-tIjj32TdDZ img {
  height: 100px;
  width: auto;
  margin: auto;
  display: inline;
}
.cid-tIjj32TdDZ .iconfont-wrapper {
  text-align: center;
  margin-bottom: 20px;
}
.cid-tIjj32TdDZ .mbr-section-subtitle {
  padding: 0px;
  text-align: center;
  margin: 0;
  padding-bottom: 30px;
}
.cid-tIjj32TdDZ .big {
  height: auto;
  width: 400px;
  padding-bottom: 30px;
}
.cid-tIjj32TdDZ .mbr-section-subtitle1 {
  padding-bottom: 30px;
}
.cid-tIjj32TdDZ .iconfont-wrapper2 {
  padding-bottom: 30px;
}
.cid-tIjj32TdDZ .iconfont-wrapper3 {
  padding-bottom: 25px;
  color: #000000;
}
.cid-tIjj32TdDZ .iconfont-wrapper1 {
  padding-bottom: 30px;
  color: #000000;
}
.cid-tIjj32TdDZ .mbr-section-subtitle1,
.cid-tIjj32TdDZ .iconfont-wrapper1 {
  text-align: center;
}
.cid-tIjj32TdDZ .mbr-section-subtitle,
.cid-tIjj32TdDZ .iconfont-wrapper2,
.cid-tIjj32TdDZ .iconfont-wrapper3,
.cid-tIjj32TdDZ .button-align {
  text-align: center;
}
.cid-tIjj32TdDZ .mbr-iconfont {
  font-size: 55px;
}
.cid-tIjj32TdDZ .container-fluid {
  outline: 2px solid #000 !important;
}
.cid-tIjj32TdDZ .row {
  padding-top: 76px;
  padding-bottom: 76px;
}
@media (max-width: 400px) {
  .cid-tIjj32TdDZ img.big {
    height: initial;
    width: 80%;
  }
}
.cid-tIjj32TdDZ .iconfont-wrapper2 > .mbr-iconfont {
  color: #000000;
}
.cid-tIjj33jB6T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tIjj33jB6T .p {
  color: #333333;
  padding-top: 30px;
}
.cid-tIjj33jB6T .row {
  justify-content: center;
}
.cid-tIjj33jB6T a {
  font-weight: 400 !important;
}
.cid-tIjj33HVk8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ba8e8a;
  margin-bottom: 2px;
}
.cid-tIjj33HVk8 .iconfont-wrapper > .mbr-iconfont {
  font-size: 22px;
  padding: 8px;
  border-radius: 50%;
  border: 2px solid #000000;
  background-color: #ffffff;
  color: #000000;
}
.cid-tIjj33HVk8 .iconfont-wrapper {
  margin-bottom: 15px;
}
.cid-tIjj33HVk8 .card-text {
  color: #ffffff;
}
.cid-tIjj33HVk8 .card-title {
  margin-bottom: 15px;
}
.cid-tIjj33HVk8 .icon1 {
  background-color: #a7cbf2;
}
.cid-tIjj33HVk8 .icon2 {
  background-color: #d3efef;
}
.cid-tIjj33HVk8 .icon3 {
  background-color: #92c9b5;
}
.cid-tIjj33HVk8 .icon4 {
  background-color: #92c9b5;
}
.cid-tIjj33HVk8 .icon5 {
  background-color: #b6d8ee;
}
.cid-tIjj33HVk8 .icon6 {
  background-color: #a7cbf2;
}
.cid-tIjj33HVk8 .card {
  padding: 2.8rem 3.4rem;
  outline: 2px solid #000000;
  border-radius: 0;
  border-collapse: collapse;
}
.cid-tIjj33HVk8 .card-text,
.cid-tIjj33HVk8 .link {
  color: #000000;
}
.cid-tIjj33HVk8 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 440px) {
  .cid-tIjj33HVk8 .card {
    padding: 25px 15px;
  }
}
.cid-tIjj34bGnk {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tIjj34bGnk img {
  width: 100%;
  display: inline-block;
  padding: 0;
  max-width: 250px;
}
.cid-tIjj34bGnk .mbr-section-subtitle {
  margin-right: 30px;
  color: #5f5d68;
}
.cid-tIjj34bGnk .brand {
  display: flex;
  justify-content: center;
}
.cid-tIjj34bGnk .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-tIjj34bGnk .row-main {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 460px) {
  .cid-tIjj34bGnk .row-main {
    flex-direction: column;
  }
  .cid-tIjj34bGnk .col-auto {
    margin-bottom: 10px;
  }
  .cid-tIjj34bGnk .mbr-section-subtitle {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-tIjj34bGnk .brand:nth-child(3) {
    padding-top: 10px;
  }
  .cid-tIjj34bGnk .brand:nth-child(4) {
    padding-top: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tIjj34bGnk .brand:nth-child(2) {
    padding-top: 10px;
  }
}
.cid-tIjj34z03E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIjj34z03E .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tIjj34z03E .row {
    padding: 0 12px;
  }
}
.cid-tIjj34z03E .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIjj34z03E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIjj34z03E .list-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tIjj34z03E .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tIjj34z03E .list-wrapper .list {
  list-style: none;
  padding-left: 0;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-tIjj34z03E .list-wrapper .list {
    justify-content: center;
  }
}
.cid-tIjj34z03E .list-wrapper .list .mbr-list {
  margin-left: 32px;
  padding: 4px 0;
}
@media (max-width: 768px) {
  .cid-tIjj34z03E .list-wrapper .list .mbr-list {
    margin-left: 16px;
  }
  .cid-tIjj34z03E .list-wrapper .list .mbr-list:first-child {
    margin-left: 0;
  }
}
.cid-tIjj34z03E .list-wrapper .list .mbr-list:first-child {
  margin-left: 0;
}
.cid-tIjj34z03E .list-wrapper .list .mbr-list:hover {
  opacity: .7;
}
.cid-tIjj34z03E .title-wrapper {
  display: block;
}
.cid-tIjj34z03E .title-wrapper .mbr-section-title {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-tIjj34z03E .title-wrapper .mbr-section-title {
    margin-bottom: 1rem;
  }
}
.cid-tIjj34z03E .mbr-text {
  margin: 0 auto;
  max-width: 470px;
  color: #181818;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tIjj34z03E .mbr-text {
    margin-bottom: 24px;
    text-align: center;
  }
}
.cid-tIjj34z03E .copyright {
  margin-top: 48px;
  border-top: 2px solid #181818;
  padding-top: 48px;
  margin-bottom: 0;
  color: #a1a1a1;
  text-align: center;
}
.cid-tIjj34z03E .mbr-section-title {
  color: #181818;
}
.cid-tIjj34z03E .mbr-section-title,
.cid-tIjj34z03E .list-wrapper {
  text-align: center;
}
.cid-tIjj34z03E .list {
  color: #181818;
}
