body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #40b0bf !important;
}
.bg-success {
  background-color: #65c6d4 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #bbbbbb !important;
}
.bg-danger {
  background-color: #2299aa !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !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: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #65c6d4 !important;
  border-color: #65c6d4 !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: #31a1b1 !important;
  border-color: #31a1b1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #31a1b1 !important;
  border-color: #31a1b1 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #2299aa !important;
  border-color: #2299aa !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: #145862 !important;
  border-color: #145862 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #145862 !important;
  border-color: #145862 !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: #40b0bf;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2a747e !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: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #65c6d4;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #31a1b1 !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: #65c6d4 !important;
  border-color: #65c6d4 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bbbbbb;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #909090 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2299aa;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #145862 !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: #2299aa !important;
  border-color: #2299aa !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: #40b0bf !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #65c6d4 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #bbbbbb !important;
}
.text-danger {
  color: #2299aa !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #266a73 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #2e96a5 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #888888 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #114c55 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #40b0bf;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #bbbbbb;
}
.alert-danger {
  background-color: #2299aa;
}
.mbr-gallery-filter li.active .btn {
  background-color: #40b0bf;
  border-color: #40b0bf;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #40b0bf;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fbfbfb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #6ad2e1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #40b0bf !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #40b0bf;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #40b0bf;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #40b0bf;
}
.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: #40b0bf;
  border-bottom-color: #40b0bf;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #40b0bf !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: #ff6666 !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='%2340b0bf' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tQpLg2EeA8 {
  background-image: url("../../../assets/images/31-2-1801x1200.jpg");
}
.cid-tQpLg2EeA8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQpLg2EeA8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQpLg2EeA8 .mbr-section-title {
  color: #98dee8;
}
.cid-tQpLg2EeA8 .mbr-text,
.cid-tQpLg2EeA8 .mbr-section-btn {
  color: #e6c63b;
}
.cid-tQpLkqflTL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQqgWGwqY4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQqgWGwqY4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQqgWGwqY4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQqgWGwqY4 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tQqgWGwqY4 .card {
    margin-bottom: 2rem!important;
  }
  .cid-tQqgWGwqY4 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tQqgWGwqY4 .link-wrap {
    align-items: center;
  }
}
.cid-tQqgWGwqY4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u4rXERrBYF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u4rXERrBYF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4rXERrBYF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4rXERrBYF .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-u4rXERrBYF .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-u4rXERrBYF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u4rXERrBYF .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u4rXERrBYF .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-u4rXERrBYF .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u4rXERrBYF .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u4rXERrBYF .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-u4rXERrBYF .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u4rXERrBYF .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-u9xpQcMF1l {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fffcfc;
}
.cid-u9xpQcMF1l .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xpQcMF1l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9xpQcMF1l .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-u9xpQcMF1l .text-wrapper {
    padding: 2rem;
  }
}
.cid-u9xpQcMF1l .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u9xpQcMF1l .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4r2PMbUBx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4r2PMbUBx img,
.cid-u4r2PMbUBx .item-img {
  width: 100%;
}
.cid-u4r2PMbUBx .item:focus,
.cid-u4r2PMbUBx span:focus {
  outline: none;
}
.cid-u4r2PMbUBx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u4r2PMbUBx .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u4r2PMbUBx .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4r2PMbUBx .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u4r2PMbUBx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u4r2PMbUBx .mbr-section-title {
  color: #232323;
}
.cid-u4r2PMbUBx .mbr-text,
.cid-u4r2PMbUBx .mbr-section-btn {
  text-align: left;
}
.cid-u4r2PMbUBx .item-title {
  text-align: left;
}
.cid-u4r2PMbUBx .item-subtitle {
  text-align: left;
}
.cid-u4mZQfBzNu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4mZQfBzNu blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tQGsckxLXV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2299aa;
}
.cid-tQGsckxLXV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tQGsckxLXV .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tQGsckxLXV .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tQGsckxLXV .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tQGsckxLXV .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tQGsckxLXV .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tQGsckxLXV .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tQGsckxLXV .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tQGsckxLXV .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tQGsckxLXV .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tQGsckxLXV .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tQGsckxLXV .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tQGsckxLXV .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tQGsckxLXV .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tQGsckxLXV foot-menu-item {
  color: #e6c63b;
}
.cid-tQZ3ari3fO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tQZ3ari3fO nav.navbar {
  position: fixed;
}
.cid-tQZ3ari3fO .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-tQZ3ari3fO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tQZ3ari3fO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tQZ3ari3fO .dropdown-item:hover,
.cid-tQZ3ari3fO .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-tQZ3ari3fO .dropdown-item:hover span {
  color: white;
}
.cid-tQZ3ari3fO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tQZ3ari3fO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tQZ3ari3fO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tQZ3ari3fO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tQZ3ari3fO .nav-link {
  position: relative;
}
.cid-tQZ3ari3fO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tQZ3ari3fO .container {
    flex-wrap: nowrap;
  }
}
.cid-tQZ3ari3fO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQZ3ari3fO .dropdown-menu,
.cid-tQZ3ari3fO .navbar.opened {
  background: #ffffff !important;
}
.cid-tQZ3ari3fO .nav-item:focus,
.cid-tQZ3ari3fO .nav-link:focus {
  outline: none;
}
.cid-tQZ3ari3fO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQZ3ari3fO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQZ3ari3fO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQZ3ari3fO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQZ3ari3fO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQZ3ari3fO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQZ3ari3fO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tQZ3ari3fO .navbar.opened {
  transition: all 0.3s;
}
.cid-tQZ3ari3fO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQZ3ari3fO .navbar .navbar-logo img {
  width: auto;
}
.cid-tQZ3ari3fO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tQZ3ari3fO .navbar.collapsed {
  justify-content: center;
}
.cid-tQZ3ari3fO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQZ3ari3fO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tQZ3ari3fO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQZ3ari3fO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQZ3ari3fO .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-tQZ3ari3fO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQZ3ari3fO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQZ3ari3fO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tQZ3ari3fO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQZ3ari3fO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQZ3ari3fO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQZ3ari3fO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQZ3ari3fO .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-tQZ3ari3fO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tQZ3ari3fO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQZ3ari3fO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQZ3ari3fO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tQZ3ari3fO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQZ3ari3fO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tQZ3ari3fO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tQZ3ari3fO .navbar.navbar-short {
  min-height: 60px;
}
.cid-tQZ3ari3fO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tQZ3ari3fO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tQZ3ari3fO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tQZ3ari3fO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQZ3ari3fO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQZ3ari3fO .dropdown-item.active,
.cid-tQZ3ari3fO .dropdown-item:active {
  background-color: transparent;
}
.cid-tQZ3ari3fO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQZ3ari3fO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQZ3ari3fO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQZ3ari3fO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tQZ3ari3fO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tQZ3ari3fO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQZ3ari3fO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQZ3ari3fO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tQZ3ari3fO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQZ3ari3fO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQZ3ari3fO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQZ3ari3fO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQZ3ari3fO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQZ3ari3fO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tQZ3ari3fO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQZ3ari3fO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tQZ3ari3fO .navbar {
    height: 70px;
  }
  .cid-tQZ3ari3fO .navbar.opened {
    height: auto;
  }
  .cid-tQZ3ari3fO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9xhjzvC2V {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u9xhjzvC2V .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xhjzvC2V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9xhjzvC2V .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-u9xhjzvC2V .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u9xhjzvC2V .img1 {
  background: #ffe161;
}
.cid-u9xhjzvC2V .img2 {
  background: #6592e6;
}
.cid-u9xhjzvC2V .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-u9xhjzvC2V .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-u9xhjzvC2V .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9xhjzvC2V .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u9xhjzvC2V .card-wrapper {
    flex-direction: column;
  }
  .cid-u9xhjzvC2V .card-box {
    padding: 1rem;
  }
  .cid-u9xhjzvC2V .card-box,
  .cid-u9xhjzvC2V .img-wrapper {
    width: 100%;
  }
  .cid-u9xhjzvC2V .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-u9xhjzvC2V .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-u9xhjzvC2V .card-subtitle {
  color: #0077ff;
}
.cid-u9xhjzvC2V .mbr-text,
.cid-u9xhjzvC2V .link-wrap {
  color: #555555;
}
.cid-u9xhjzvC2V .mbr-text,
.cid-u9xhjzvC2V .mbr-section-btn {
  text-align: center;
}
.cid-u9xhjzvC2V .card-title,
.cid-u9xhjzvC2V .card-box {
  text-align: center;
}
.cid-u9IZ819h3o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u9IZ819h3o .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9IZ819h3o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u9IZ819h3o .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u9IZ819h3o .row {
  flex-direction: row-reverse;
}
.cid-u9IZ819h3o img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u9IZ819h3o .text-wrapper {
    padding: 2rem;
  }
}
.cid-tNyR6IttKe {
  background-image: url("../../../assets/images/mika-baumeister-vorh-cf-szi-unsplash-2000x2501.jpg");
}
.cid-tNyR6IttKe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNyR6IttKe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNyR6IttKe .mbr-section-title {
  color: #ffffff;
}
.cid-tNyR6IttKe .mbr-text,
.cid-tNyR6IttKe .mbr-section-btn {
  color: #fff0b0;
}
.cid-tNz5mP0brI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNz5mP0brI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNz5mP0brI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNz5mP0brI .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tNz5mP0brI .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tNz5mP0brI .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNz5mP0brI .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tNz5mP0brI .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tNz5mP0brI .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tNz5mP0brI .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tNz5mP0brI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tNz9xfiDXl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNz9xfiDXl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNz9xfiDXl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNz9xfiDXl .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tNz9xfiDXl .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNz9xfiDXl .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tNz9xfiDXl .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tNz9xfiDXl .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tNz9xfiDXl .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tNz9xfiDXl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tQGsckxLXV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2299aa;
}
.cid-tQGsckxLXV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tQGsckxLXV .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tQGsckxLXV .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tQGsckxLXV .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tQGsckxLXV .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tQGsckxLXV .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tQGsckxLXV .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tQGsckxLXV .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tQGsckxLXV .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tQGsckxLXV .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tQGsckxLXV .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tQGsckxLXV .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tQGsckxLXV .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tQGsckxLXV .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tQGsckxLXV foot-menu-item {
  color: #e6c63b;
}
.cid-tQZ3ari3fO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tQZ3ari3fO nav.navbar {
  position: fixed;
}
.cid-tQZ3ari3fO .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-tQZ3ari3fO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tQZ3ari3fO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tQZ3ari3fO .dropdown-item:hover,
.cid-tQZ3ari3fO .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-tQZ3ari3fO .dropdown-item:hover span {
  color: white;
}
.cid-tQZ3ari3fO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tQZ3ari3fO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tQZ3ari3fO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tQZ3ari3fO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tQZ3ari3fO .nav-link {
  position: relative;
}
.cid-tQZ3ari3fO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tQZ3ari3fO .container {
    flex-wrap: nowrap;
  }
}
.cid-tQZ3ari3fO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQZ3ari3fO .dropdown-menu,
.cid-tQZ3ari3fO .navbar.opened {
  background: #ffffff !important;
}
.cid-tQZ3ari3fO .nav-item:focus,
.cid-tQZ3ari3fO .nav-link:focus {
  outline: none;
}
.cid-tQZ3ari3fO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQZ3ari3fO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQZ3ari3fO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQZ3ari3fO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQZ3ari3fO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQZ3ari3fO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQZ3ari3fO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tQZ3ari3fO .navbar.opened {
  transition: all 0.3s;
}
.cid-tQZ3ari3fO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQZ3ari3fO .navbar .navbar-logo img {
  width: auto;
}
.cid-tQZ3ari3fO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tQZ3ari3fO .navbar.collapsed {
  justify-content: center;
}
.cid-tQZ3ari3fO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQZ3ari3fO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tQZ3ari3fO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQZ3ari3fO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQZ3ari3fO .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-tQZ3ari3fO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQZ3ari3fO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQZ3ari3fO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tQZ3ari3fO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQZ3ari3fO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQZ3ari3fO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQZ3ari3fO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQZ3ari3fO .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-tQZ3ari3fO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tQZ3ari3fO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQZ3ari3fO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQZ3ari3fO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tQZ3ari3fO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQZ3ari3fO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tQZ3ari3fO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tQZ3ari3fO .navbar.navbar-short {
  min-height: 60px;
}
.cid-tQZ3ari3fO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tQZ3ari3fO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tQZ3ari3fO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tQZ3ari3fO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQZ3ari3fO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQZ3ari3fO .dropdown-item.active,
.cid-tQZ3ari3fO .dropdown-item:active {
  background-color: transparent;
}
.cid-tQZ3ari3fO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQZ3ari3fO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQZ3ari3fO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQZ3ari3fO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tQZ3ari3fO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tQZ3ari3fO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQZ3ari3fO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQZ3ari3fO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tQZ3ari3fO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQZ3ari3fO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQZ3ari3fO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQZ3ari3fO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQZ3ari3fO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQZ3ari3fO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tQZ3ari3fO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQZ3ari3fO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tQZ3ari3fO .navbar {
    height: 70px;
  }
  .cid-tQZ3ari3fO .navbar.opened {
    height: auto;
  }
  .cid-tQZ3ari3fO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQuml4hfMt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/1-3-1801x1200.jpg");
}
.cid-tQuml4hfMt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQuml4hfMt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQuml4hfMt .mbr-section-title {
  color: #fafafa;
}
.cid-tQuml4hfMt .mbr-text,
.cid-tQuml4hfMt .mbr-section-btn {
  color: #fafafa;
}
.cid-u2cZAiRKhY {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2cZAiRKhY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2cZAiRKhY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2cZAiRKhY .mbr-section-title {
  color: #000000;
}
.cid-u2dvhGxybT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u2dvhGxybT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2dvhGxybT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQvPuERCSE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tQvPuERCSE .carousel {
    min-height: 700px;
  }
  .cid-tQvPuERCSE .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tQvPuERCSE .carousel {
    min-height: 455px;
  }
  .cid-tQvPuERCSE .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tQvPuERCSE .carousel {
    min-height: 385px;
  }
  .cid-tQvPuERCSE .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-tQvPuERCSE .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tQvPuERCSE .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tQvPuERCSE .carousel,
.cid-tQvPuERCSE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tQvPuERCSE .item-wrapper {
  width: 100%;
}
.cid-tQvPuERCSE .carousel-caption {
  bottom: 40px;
}
.cid-tQvPuERCSE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tQvPuERCSE .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tQvPuERCSE .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tQvPuERCSE .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tQvPuERCSE .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tQvPuERCSE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tQvPuERCSE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tQvPuERCSE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tQvPuERCSE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tQvPuERCSE .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tQvPuERCSE .carousel-indicators li.active,
.cid-tQvPuERCSE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tQvPuERCSE .carousel-indicators li::after,
.cid-tQvPuERCSE .carousel-indicators li::before {
  content: none;
}
.cid-tQvPuERCSE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQvPuERCSE .carousel-indicators {
    display: none !important;
  }
}
.cid-tQvPuERCSE H5 {
  color: #ffffff;
}
.cid-tQvPuERCSE P {
  color: #ffffff;
}
.cid-u2j6helyBT {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u2j6helyBT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2j6helyBT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2j6helyBT .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-u2j6helyBT .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u2j6helyBT .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u2j6helyBT .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u2j6helyBT .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2j6helyBT .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u2j6helyBT .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u2j6helyBT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tQuml5xDCi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQuml5xDCi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQuml5xDCi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQuml5xDCi .item {
  padding-bottom: 2rem;
}
.cid-tQuml5xDCi .item-wrapper {
  position: relative;
}
.cid-tQuml5xDCi .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tQuml5xDCi .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tQuml5xDCi .carousel-control,
.cid-tQuml5xDCi .close {
  background: #1b1b1b;
}
.cid-tQuml5xDCi .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tQuml5xDCi .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tQuml5xDCi .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tQuml5xDCi .carousel-control-next span {
  margin-left: 5px;
}
.cid-tQuml5xDCi .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tQuml5xDCi .close::before {
  content: '\e91a';
}
.cid-tQuml5xDCi .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tQuml5xDCi .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tQuml5xDCi .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tQuml5xDCi .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tQuml5xDCi .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tQuml5xDCi .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tQuml5xDCi .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tQuml5xDCi .carousel-indicators li.active,
.cid-tQuml5xDCi .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tQuml5xDCi .carousel-indicators li::after,
.cid-tQuml5xDCi .carousel-indicators li::before {
  content: none;
}
.cid-tQuml5xDCi .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQuml5xDCi .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tQuml5xDCi .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tQuml5xDCi .carousel-indicators {
    display: none;
  }
}
.cid-tQuml5xDCi .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tQuml5xDCi .carousel-inner > .active {
  display: block;
}
.cid-tQuml5xDCi .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tQuml5xDCi .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tQuml5xDCi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tQuml5xDCi .carousel-control,
  .cid-tQuml5xDCi .carousel-indicators,
  .cid-tQuml5xDCi .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tQuml5xDCi .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tQuml5xDCi .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tQuml5xDCi .carousel-indicators .active,
.cid-tQuml5xDCi .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tQuml5xDCi .carousel-indicators .active {
  background: #fff;
}
.cid-tQuml5xDCi .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tQuml5xDCi .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tQuml5xDCi .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tQuml5xDCi .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tQuml5xDCi .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tQuml5xDCi .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tQuml5xDCi .carousel {
  width: 100%;
}
.cid-tQuml5xDCi .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tQuml5xDCi .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tQuml5xDCi .modal.fade .modal-dialog,
.cid-tQuml5xDCi .modal.in .modal-dialog {
  transform: none;
}
.cid-tQuml5xDCi .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tQuml5xDCi H6 {
  text-align: center;
}
.cid-tQGsckxLXV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2299aa;
}
.cid-tQGsckxLXV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tQGsckxLXV .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tQGsckxLXV .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tQGsckxLXV .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tQGsckxLXV .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tQGsckxLXV .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tQGsckxLXV .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tQGsckxLXV .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tQGsckxLXV .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tQGsckxLXV .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tQGsckxLXV .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tQGsckxLXV .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tQGsckxLXV .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tQGsckxLXV .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tQGsckxLXV foot-menu-item {
  color: #e6c63b;
}
.cid-tQZ3ari3fO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tQZ3ari3fO nav.navbar {
  position: fixed;
}
.cid-tQZ3ari3fO .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-tQZ3ari3fO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tQZ3ari3fO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tQZ3ari3fO .dropdown-item:hover,
.cid-tQZ3ari3fO .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-tQZ3ari3fO .dropdown-item:hover span {
  color: white;
}
.cid-tQZ3ari3fO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tQZ3ari3fO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tQZ3ari3fO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tQZ3ari3fO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tQZ3ari3fO .nav-link {
  position: relative;
}
.cid-tQZ3ari3fO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tQZ3ari3fO .container {
    flex-wrap: nowrap;
  }
}
.cid-tQZ3ari3fO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQZ3ari3fO .dropdown-menu,
.cid-tQZ3ari3fO .navbar.opened {
  background: #ffffff !important;
}
.cid-tQZ3ari3fO .nav-item:focus,
.cid-tQZ3ari3fO .nav-link:focus {
  outline: none;
}
.cid-tQZ3ari3fO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQZ3ari3fO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQZ3ari3fO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQZ3ari3fO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQZ3ari3fO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQZ3ari3fO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQZ3ari3fO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tQZ3ari3fO .navbar.opened {
  transition: all 0.3s;
}
.cid-tQZ3ari3fO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQZ3ari3fO .navbar .navbar-logo img {
  width: auto;
}
.cid-tQZ3ari3fO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tQZ3ari3fO .navbar.collapsed {
  justify-content: center;
}
.cid-tQZ3ari3fO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQZ3ari3fO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tQZ3ari3fO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQZ3ari3fO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQZ3ari3fO .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-tQZ3ari3fO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQZ3ari3fO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQZ3ari3fO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tQZ3ari3fO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQZ3ari3fO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQZ3ari3fO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQZ3ari3fO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQZ3ari3fO .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-tQZ3ari3fO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tQZ3ari3fO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQZ3ari3fO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQZ3ari3fO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tQZ3ari3fO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQZ3ari3fO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tQZ3ari3fO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tQZ3ari3fO .navbar.navbar-short {
  min-height: 60px;
}
.cid-tQZ3ari3fO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tQZ3ari3fO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tQZ3ari3fO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tQZ3ari3fO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQZ3ari3fO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQZ3ari3fO .dropdown-item.active,
.cid-tQZ3ari3fO .dropdown-item:active {
  background-color: transparent;
}
.cid-tQZ3ari3fO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQZ3ari3fO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQZ3ari3fO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQZ3ari3fO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tQZ3ari3fO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tQZ3ari3fO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQZ3ari3fO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQZ3ari3fO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tQZ3ari3fO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQZ3ari3fO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQZ3ari3fO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQZ3ari3fO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQZ3ari3fO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQZ3ari3fO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tQZ3ari3fO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQZ3ari3fO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tQZ3ari3fO .navbar {
    height: 70px;
  }
  .cid-tQZ3ari3fO .navbar.opened {
    height: auto;
  }
  .cid-tQZ3ari3fO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQwg6zBXja {
  background-image: url("../../../assets/images/31-1-1801x1200.jpg");
}
.cid-tQwg6zBXja .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQwg6zBXja .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQwg6zBXja .mbr-section-title {
  color: #fafafa;
}
.cid-tQwgqtvPxc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQwgqtvPxc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQwgqtvPxc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQwgtmIRN7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQwgtmIRN7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQwgtmIRN7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQwgtmIRN7 .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-tQwgtmIRN7 .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-tQwgtmIRN7 .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-tQwgtmIRN7 .wrapper {
  padding: 30px 0;
}
.cid-tQwgtmIRN7 .mbr-section-title {
  color: #fafafa;
}
.cid-tQwgtmIRN7 .mbr-text,
.cid-tQwgtmIRN7 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tQwiposCP9 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tQwiposCP9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQwiposCP9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQwiposCP9 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tQwiposCP9 .card {
    margin-bottom: 2rem!important;
  }
  .cid-tQwiposCP9 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tQwiposCP9 .link-wrap {
    align-items: center;
  }
}
.cid-tQwiposCP9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tQwsVRX8RS {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tQwsVRX8RS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQwsVRX8RS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQwsVRX8RS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQwsVRX8RS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tQwsVRX8RS .text-wrapper {
    padding: 2rem;
  }
}
.cid-tQwsVRX8RS .mbr-text {
  color: #353535;
}
.cid-tREespF4P9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tREespF4P9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tREespF4P9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tREespF4P9 .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-tREespF4P9 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tREespF4P9 .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-tREespF4P9 .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tREespF4P9 .row .row {
    flex-direction: column-reverse;
  }
  .cid-tREespF4P9 .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tREespF4P9 .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tREespF4P9 .card-subtitle {
  color: #0095ff;
}
.cid-tREespF4P9 .mbr-text {
  color: #555555;
}
.cid-tQGsckxLXV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2299aa;
}
.cid-tQGsckxLXV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tQGsckxLXV .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tQGsckxLXV .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tQGsckxLXV .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tQGsckxLXV .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tQGsckxLXV .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tQGsckxLXV .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tQGsckxLXV .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tQGsckxLXV .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tQGsckxLXV .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tQGsckxLXV .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tQGsckxLXV .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tQGsckxLXV .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tQGsckxLXV .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tQGsckxLXV foot-menu-item {
  color: #e6c63b;
}
.cid-tQZ3ari3fO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tQZ3ari3fO nav.navbar {
  position: fixed;
}
.cid-tQZ3ari3fO .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-tQZ3ari3fO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tQZ3ari3fO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tQZ3ari3fO .dropdown-item:hover,
.cid-tQZ3ari3fO .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-tQZ3ari3fO .dropdown-item:hover span {
  color: white;
}
.cid-tQZ3ari3fO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tQZ3ari3fO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tQZ3ari3fO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tQZ3ari3fO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tQZ3ari3fO .nav-link {
  position: relative;
}
.cid-tQZ3ari3fO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tQZ3ari3fO .container {
    flex-wrap: nowrap;
  }
}
.cid-tQZ3ari3fO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQZ3ari3fO .dropdown-menu,
.cid-tQZ3ari3fO .navbar.opened {
  background: #ffffff !important;
}
.cid-tQZ3ari3fO .nav-item:focus,
.cid-tQZ3ari3fO .nav-link:focus {
  outline: none;
}
.cid-tQZ3ari3fO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQZ3ari3fO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQZ3ari3fO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQZ3ari3fO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQZ3ari3fO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQZ3ari3fO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQZ3ari3fO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tQZ3ari3fO .navbar.opened {
  transition: all 0.3s;
}
.cid-tQZ3ari3fO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQZ3ari3fO .navbar .navbar-logo img {
  width: auto;
}
.cid-tQZ3ari3fO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tQZ3ari3fO .navbar.collapsed {
  justify-content: center;
}
.cid-tQZ3ari3fO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQZ3ari3fO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tQZ3ari3fO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQZ3ari3fO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQZ3ari3fO .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-tQZ3ari3fO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQZ3ari3fO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQZ3ari3fO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tQZ3ari3fO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQZ3ari3fO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQZ3ari3fO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQZ3ari3fO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQZ3ari3fO .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-tQZ3ari3fO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tQZ3ari3fO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQZ3ari3fO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQZ3ari3fO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tQZ3ari3fO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQZ3ari3fO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tQZ3ari3fO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tQZ3ari3fO .navbar.navbar-short {
  min-height: 60px;
}
.cid-tQZ3ari3fO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tQZ3ari3fO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tQZ3ari3fO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tQZ3ari3fO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQZ3ari3fO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQZ3ari3fO .dropdown-item.active,
.cid-tQZ3ari3fO .dropdown-item:active {
  background-color: transparent;
}
.cid-tQZ3ari3fO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQZ3ari3fO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQZ3ari3fO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQZ3ari3fO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tQZ3ari3fO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tQZ3ari3fO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQZ3ari3fO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQZ3ari3fO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tQZ3ari3fO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQZ3ari3fO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQZ3ari3fO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQZ3ari3fO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQZ3ari3fO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQZ3ari3fO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tQZ3ari3fO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQZ3ari3fO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tQZ3ari3fO .navbar {
    height: 70px;
  }
  .cid-tQZ3ari3fO .navbar.opened {
    height: auto;
  }
  .cid-tQZ3ari3fO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQBg9jyS1a {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dsc-4743-1801x1200.jpg");
}
.cid-tQBg9jyS1a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQBg9jyS1a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQBg9jyS1a .mbr-section-title {
  color: #fafafa;
}
.cid-tQBg9jyS1a .mbr-text,
.cid-tQBg9jyS1a .mbr-section-btn {
  color: #ffffff;
}
.cid-tQGcJO04K2 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQGcJO04K2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQGcJO04K2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQG9WL78PX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/features3-1-696x464.jpg");
}
.cid-tQG9WL78PX img,
.cid-tQG9WL78PX .item-img {
  width: 100%;
}
.cid-tQG9WL78PX .item:focus,
.cid-tQG9WL78PX span:focus {
  outline: none;
}
.cid-tQG9WL78PX .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tQG9WL78PX .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tQG9WL78PX .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tQG9WL78PX .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tQG9WL78PX .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tQG9WL78PX .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tQG9WL78PX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tQG9WL78PX .mbr-section-title {
  color: #ffffff;
}
.cid-tQG9WL78PX .mbr-text,
.cid-tQG9WL78PX .mbr-section-btn {
  text-align: center;
}
.cid-tQG9WL78PX .item-title {
  text-align: center;
}
.cid-tQG9WL78PX .item-subtitle {
  text-align: left;
}
.cid-tQGwx6miy2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQGwx6miy2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQGwx6miy2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2sPWnmtQh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u2sPWnmtQh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2sPWnmtQh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u2sPWnmtQh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2sPWnmtQh img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2sPWnmtQh .text-wrapper {
    padding: 2rem;
  }
}
.cid-u5qoxxFuBm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u5qoxxFuBm img,
.cid-u5qoxxFuBm .item-img {
  width: 100%;
}
.cid-u5qoxxFuBm .item:focus,
.cid-u5qoxxFuBm span:focus {
  outline: none;
}
.cid-u5qoxxFuBm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u5qoxxFuBm .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u5qoxxFuBm .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u5qoxxFuBm .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u5qoxxFuBm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u5qoxxFuBm .mbr-section-title {
  color: #232323;
}
.cid-u5qoxxFuBm .mbr-text,
.cid-u5qoxxFuBm .mbr-section-btn {
  text-align: left;
}
.cid-u5qoxxFuBm .item-title {
  text-align: left;
}
.cid-u5qoxxFuBm .item-subtitle {
  text-align: left;
}
.cid-tQGv4kyLgC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tQGv4kyLgC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQGv4kyLgC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQGv4kyLgC .item {
  padding-bottom: 2rem;
}
.cid-tQGv4kyLgC .item-wrapper {
  position: relative;
}
.cid-tQGv4kyLgC .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tQGv4kyLgC .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tQGv4kyLgC .carousel-control,
.cid-tQGv4kyLgC .close {
  background: #1b1b1b;
}
.cid-tQGv4kyLgC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tQGv4kyLgC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tQGv4kyLgC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tQGv4kyLgC .carousel-control-next span {
  margin-left: 5px;
}
.cid-tQGv4kyLgC .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tQGv4kyLgC .close::before {
  content: '\e91a';
}
.cid-tQGv4kyLgC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tQGv4kyLgC .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tQGv4kyLgC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tQGv4kyLgC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tQGv4kyLgC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tQGv4kyLgC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tQGv4kyLgC .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tQGv4kyLgC .carousel-indicators li.active,
.cid-tQGv4kyLgC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tQGv4kyLgC .carousel-indicators li::after,
.cid-tQGv4kyLgC .carousel-indicators li::before {
  content: none;
}
.cid-tQGv4kyLgC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQGv4kyLgC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tQGv4kyLgC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tQGv4kyLgC .carousel-indicators {
    display: none;
  }
}
.cid-tQGv4kyLgC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tQGv4kyLgC .carousel-inner > .active {
  display: block;
}
.cid-tQGv4kyLgC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tQGv4kyLgC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tQGv4kyLgC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tQGv4kyLgC .carousel-control,
  .cid-tQGv4kyLgC .carousel-indicators,
  .cid-tQGv4kyLgC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tQGv4kyLgC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tQGv4kyLgC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tQGv4kyLgC .carousel-indicators .active,
.cid-tQGv4kyLgC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tQGv4kyLgC .carousel-indicators .active {
  background: #fff;
}
.cid-tQGv4kyLgC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tQGv4kyLgC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tQGv4kyLgC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tQGv4kyLgC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tQGv4kyLgC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tQGv4kyLgC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tQGv4kyLgC .carousel {
  width: 100%;
}
.cid-tQGv4kyLgC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tQGv4kyLgC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tQGv4kyLgC .modal.fade .modal-dialog,
.cid-tQGv4kyLgC .modal.in .modal-dialog {
  transform: none;
}
.cid-tQGv4kyLgC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tQGv4kyLgC H6 {
  text-align: center;
}
.cid-tQGsckxLXV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2299aa;
}
.cid-tQGsckxLXV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tQGsckxLXV .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tQGsckxLXV .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tQGsckxLXV .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tQGsckxLXV .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tQGsckxLXV .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tQGsckxLXV .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tQGsckxLXV .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tQGsckxLXV .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tQGsckxLXV .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tQGsckxLXV .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tQGsckxLXV .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tQGsckxLXV .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tQGsckxLXV .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tQGsckxLXV foot-menu-item {
  color: #e6c63b;
}
.cid-tQZ3ari3fO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tQZ3ari3fO nav.navbar {
  position: fixed;
}
.cid-tQZ3ari3fO .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-tQZ3ari3fO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tQZ3ari3fO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tQZ3ari3fO .dropdown-item:hover,
.cid-tQZ3ari3fO .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-tQZ3ari3fO .dropdown-item:hover span {
  color: white;
}
.cid-tQZ3ari3fO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tQZ3ari3fO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tQZ3ari3fO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tQZ3ari3fO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tQZ3ari3fO .nav-link {
  position: relative;
}
.cid-tQZ3ari3fO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tQZ3ari3fO .container {
    flex-wrap: nowrap;
  }
}
.cid-tQZ3ari3fO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQZ3ari3fO .dropdown-menu,
.cid-tQZ3ari3fO .navbar.opened {
  background: #ffffff !important;
}
.cid-tQZ3ari3fO .nav-item:focus,
.cid-tQZ3ari3fO .nav-link:focus {
  outline: none;
}
.cid-tQZ3ari3fO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQZ3ari3fO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQZ3ari3fO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQZ3ari3fO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQZ3ari3fO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQZ3ari3fO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQZ3ari3fO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tQZ3ari3fO .navbar.opened {
  transition: all 0.3s;
}
.cid-tQZ3ari3fO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQZ3ari3fO .navbar .navbar-logo img {
  width: auto;
}
.cid-tQZ3ari3fO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tQZ3ari3fO .navbar.collapsed {
  justify-content: center;
}
.cid-tQZ3ari3fO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQZ3ari3fO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tQZ3ari3fO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQZ3ari3fO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQZ3ari3fO .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-tQZ3ari3fO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQZ3ari3fO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQZ3ari3fO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tQZ3ari3fO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQZ3ari3fO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQZ3ari3fO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQZ3ari3fO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQZ3ari3fO .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-tQZ3ari3fO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tQZ3ari3fO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQZ3ari3fO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQZ3ari3fO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tQZ3ari3fO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQZ3ari3fO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tQZ3ari3fO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tQZ3ari3fO .navbar.navbar-short {
  min-height: 60px;
}
.cid-tQZ3ari3fO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tQZ3ari3fO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tQZ3ari3fO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tQZ3ari3fO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQZ3ari3fO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQZ3ari3fO .dropdown-item.active,
.cid-tQZ3ari3fO .dropdown-item:active {
  background-color: transparent;
}
.cid-tQZ3ari3fO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQZ3ari3fO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQZ3ari3fO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQZ3ari3fO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tQZ3ari3fO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tQZ3ari3fO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQZ3ari3fO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQZ3ari3fO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tQZ3ari3fO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQZ3ari3fO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQZ3ari3fO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQZ3ari3fO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQZ3ari3fO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQZ3ari3fO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tQZ3ari3fO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQZ3ari3fO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tQZ3ari3fO .navbar {
    height: 70px;
  }
  .cid-tQZ3ari3fO .navbar.opened {
    height: auto;
  }
  .cid-tQZ3ari3fO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQZoRVj5Mt {
  background-image: url("../../../assets/images/5-1-1900x1266.jpg");
}
.cid-tQZoRVj5Mt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQZoRVj5Mt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQZoRVj5Mt .mbr-section-title {
  color: #2299aa;
}
.cid-tRghQ8Fiux {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tRghQ8Fiux .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRghQ8Fiux .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRghQ8Fiux .mbr-text {
  color: #c1c1c1;
}
.cid-tRghQ8Fiux .mbr-text,
.cid-tRghQ8Fiux .mbr-section-btn {
  color: #232323;
}
.cid-tQKzGtbHUQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQKzGtbHUQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQKzGtbHUQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQKzGtbHUQ .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tQKzGtbHUQ .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tQKzGtbHUQ .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tQKzGtbHUQ .card {
    margin-bottom: 2rem;
  }
  .cid-tQKzGtbHUQ .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tQKzGtbHUQ .mbr-text,
.cid-tQKzGtbHUQ .mbr-section-btn {
  color: #0c1a0d;
}
.cid-tQL7R8dxY7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tQL7R8dxY7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQL7R8dxY7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQL7R8dxY7 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tQL7R8dxY7 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tQL7R8dxY7 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tQL7R8dxY7 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tQL7R8dxY7 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tQL7R8dxY7 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tQL7R8dxY7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tRgW3TuwCW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRgW3TuwCW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRgW3TuwCW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRgW3TuwCW .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tRgW3TuwCW .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tRgW3TuwCW .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tRgW3TuwCW .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tRgW3TuwCW .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRgW3TuwCW .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tRgW3TuwCW .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tRgW3TuwCW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tQKxEx5AsQ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQKxEx5AsQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQKxEx5AsQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQKxEx5AsQ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tQKxEx5AsQ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tQKxEx5AsQ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #40b0bf;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tQGsckxLXV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2299aa;
}
.cid-tQGsckxLXV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tQGsckxLXV .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tQGsckxLXV .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tQGsckxLXV .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tQGsckxLXV .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tQGsckxLXV .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tQGsckxLXV .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tQGsckxLXV .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tQGsckxLXV .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tQGsckxLXV .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tQGsckxLXV .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tQGsckxLXV .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tQGsckxLXV .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tQGsckxLXV .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tQGsckxLXV foot-menu-item {
  color: #e6c63b;
}
.cid-tQZ3ari3fO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tQZ3ari3fO nav.navbar {
  position: fixed;
}
.cid-tQZ3ari3fO .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-tQZ3ari3fO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tQZ3ari3fO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tQZ3ari3fO .dropdown-item:hover,
.cid-tQZ3ari3fO .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-tQZ3ari3fO .dropdown-item:hover span {
  color: white;
}
.cid-tQZ3ari3fO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tQZ3ari3fO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tQZ3ari3fO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tQZ3ari3fO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tQZ3ari3fO .nav-link {
  position: relative;
}
.cid-tQZ3ari3fO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tQZ3ari3fO .container {
    flex-wrap: nowrap;
  }
}
.cid-tQZ3ari3fO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQZ3ari3fO .dropdown-menu,
.cid-tQZ3ari3fO .navbar.opened {
  background: #ffffff !important;
}
.cid-tQZ3ari3fO .nav-item:focus,
.cid-tQZ3ari3fO .nav-link:focus {
  outline: none;
}
.cid-tQZ3ari3fO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQZ3ari3fO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQZ3ari3fO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQZ3ari3fO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQZ3ari3fO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQZ3ari3fO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQZ3ari3fO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tQZ3ari3fO .navbar.opened {
  transition: all 0.3s;
}
.cid-tQZ3ari3fO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQZ3ari3fO .navbar .navbar-logo img {
  width: auto;
}
.cid-tQZ3ari3fO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tQZ3ari3fO .navbar.collapsed {
  justify-content: center;
}
.cid-tQZ3ari3fO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQZ3ari3fO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tQZ3ari3fO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQZ3ari3fO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQZ3ari3fO .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-tQZ3ari3fO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQZ3ari3fO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQZ3ari3fO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tQZ3ari3fO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQZ3ari3fO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQZ3ari3fO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQZ3ari3fO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQZ3ari3fO .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-tQZ3ari3fO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tQZ3ari3fO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQZ3ari3fO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQZ3ari3fO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tQZ3ari3fO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQZ3ari3fO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tQZ3ari3fO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tQZ3ari3fO .navbar.navbar-short {
  min-height: 60px;
}
.cid-tQZ3ari3fO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tQZ3ari3fO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tQZ3ari3fO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tQZ3ari3fO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQZ3ari3fO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQZ3ari3fO .dropdown-item.active,
.cid-tQZ3ari3fO .dropdown-item:active {
  background-color: transparent;
}
.cid-tQZ3ari3fO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQZ3ari3fO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQZ3ari3fO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQZ3ari3fO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tQZ3ari3fO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tQZ3ari3fO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQZ3ari3fO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQZ3ari3fO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tQZ3ari3fO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQZ3ari3fO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQZ3ari3fO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQZ3ari3fO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQZ3ari3fO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQZ3ari3fO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tQZ3ari3fO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQZ3ari3fO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tQZ3ari3fO .navbar {
    height: 70px;
  }
  .cid-tQZ3ari3fO .navbar.opened {
    height: auto;
  }
  .cid-tQZ3ari3fO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tq1nwHZVwg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/1-2-1801x1200.jpg");
}
.cid-tq1nwHZVwg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tq1nwHZVwg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tq1nwHZVwg .mbr-text,
.cid-tq1nwHZVwg .mbr-section-btn {
  color: #2299aa;
}
.cid-tq1nwHZVwg .mbr-section-title {
  color: #ffffff;
}
.cid-tq1t6GwUQy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tq1t6GwUQy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tq1t6GwUQy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tq1t6GwUQy .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tq1t6GwUQy .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tq1t6GwUQy .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tq1t6GwUQy .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tq1t6GwUQy .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tq1t6GwUQy .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tq1t6GwUQy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tq1t8Uj2ud {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tq1t8Uj2ud .mbr-fallback-image.disabled {
  display: none;
}
.cid-tq1t8Uj2ud .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tq1t8Uj2ud .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tq1t8Uj2ud .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tq1t8Uj2ud .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tq1t8Uj2ud .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tq1t8Uj2ud .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tq1t8Uj2ud .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tq1t8Uj2ud .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tq1t8Uj2ud .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tq1y8OsM5T {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tq1y8OsM5T .mbr-fallback-image.disabled {
  display: none;
}
.cid-tq1y8OsM5T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tq1y8OsM5T .item {
  padding-bottom: 2rem;
}
.cid-tq1y8OsM5T .item-wrapper {
  position: relative;
}
.cid-tq1y8OsM5T .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tq1y8OsM5T .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tq1y8OsM5T .carousel-control,
.cid-tq1y8OsM5T .close {
  background: #1b1b1b;
}
.cid-tq1y8OsM5T .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tq1y8OsM5T .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tq1y8OsM5T .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tq1y8OsM5T .carousel-control-next span {
  margin-left: 5px;
}
.cid-tq1y8OsM5T .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tq1y8OsM5T .close::before {
  content: '\e91a';
}
.cid-tq1y8OsM5T .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tq1y8OsM5T .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tq1y8OsM5T .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tq1y8OsM5T .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tq1y8OsM5T .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tq1y8OsM5T .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tq1y8OsM5T .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tq1y8OsM5T .carousel-indicators li.active,
.cid-tq1y8OsM5T .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tq1y8OsM5T .carousel-indicators li::after,
.cid-tq1y8OsM5T .carousel-indicators li::before {
  content: none;
}
.cid-tq1y8OsM5T .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tq1y8OsM5T .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tq1y8OsM5T .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tq1y8OsM5T .carousel-indicators {
    display: none;
  }
}
.cid-tq1y8OsM5T .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tq1y8OsM5T .carousel-inner > .active {
  display: block;
}
.cid-tq1y8OsM5T .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tq1y8OsM5T .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tq1y8OsM5T .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tq1y8OsM5T .carousel-control,
  .cid-tq1y8OsM5T .carousel-indicators,
  .cid-tq1y8OsM5T .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tq1y8OsM5T .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tq1y8OsM5T .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tq1y8OsM5T .carousel-indicators .active,
.cid-tq1y8OsM5T .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tq1y8OsM5T .carousel-indicators .active {
  background: #fff;
}
.cid-tq1y8OsM5T .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tq1y8OsM5T .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tq1y8OsM5T .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tq1y8OsM5T .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tq1y8OsM5T .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tq1y8OsM5T .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tq1y8OsM5T .carousel {
  width: 100%;
}
.cid-tq1y8OsM5T .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tq1y8OsM5T .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tq1y8OsM5T .modal.fade .modal-dialog,
.cid-tq1y8OsM5T .modal.in .modal-dialog {
  transform: none;
}
.cid-tq1y8OsM5T .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tq1y8OsM5T H6 {
  text-align: center;
}
.cid-tq1yR8m9QU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tq1yR8m9QU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tq1yR8m9QU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tq1yR8m9QU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tq1yR8m9QU .row {
  flex-direction: row-reverse;
}
.cid-tq1yR8m9QU img {
  width: 100%;
}
.cid-tq1zf7yzT6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tq1zf7yzT6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tq1zf7yzT6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tq1zf7yzT6 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tq1zf7yzT6 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tq1zf7yzT6 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tq1AacNtwF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tq1AacNtwF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (min-width: 992px) {
  .cid-tq1AacNtwF form {
    width: 50%;
  }
}
.cid-tq1AacNtwF form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tq1AacNtwF form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tQGsckxLXV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2299aa;
}
.cid-tQGsckxLXV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tQGsckxLXV .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tQGsckxLXV .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tQGsckxLXV .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tQGsckxLXV .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tQGsckxLXV .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tQGsckxLXV .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tQGsckxLXV .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tQGsckxLXV .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tQGsckxLXV .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tQGsckxLXV .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tQGsckxLXV .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tQGsckxLXV .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tQGsckxLXV .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tQGsckxLXV foot-menu-item {
  color: #e6c63b;
}
.cid-tQZ3ari3fO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tQZ3ari3fO nav.navbar {
  position: fixed;
}
.cid-tQZ3ari3fO .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-tQZ3ari3fO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tQZ3ari3fO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tQZ3ari3fO .dropdown-item:hover,
.cid-tQZ3ari3fO .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-tQZ3ari3fO .dropdown-item:hover span {
  color: white;
}
.cid-tQZ3ari3fO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tQZ3ari3fO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tQZ3ari3fO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tQZ3ari3fO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tQZ3ari3fO .nav-link {
  position: relative;
}
.cid-tQZ3ari3fO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tQZ3ari3fO .container {
    flex-wrap: nowrap;
  }
}
.cid-tQZ3ari3fO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQZ3ari3fO .dropdown-menu,
.cid-tQZ3ari3fO .navbar.opened {
  background: #ffffff !important;
}
.cid-tQZ3ari3fO .nav-item:focus,
.cid-tQZ3ari3fO .nav-link:focus {
  outline: none;
}
.cid-tQZ3ari3fO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQZ3ari3fO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQZ3ari3fO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQZ3ari3fO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQZ3ari3fO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQZ3ari3fO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQZ3ari3fO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tQZ3ari3fO .navbar.opened {
  transition: all 0.3s;
}
.cid-tQZ3ari3fO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQZ3ari3fO .navbar .navbar-logo img {
  width: auto;
}
.cid-tQZ3ari3fO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tQZ3ari3fO .navbar.collapsed {
  justify-content: center;
}
.cid-tQZ3ari3fO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQZ3ari3fO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tQZ3ari3fO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQZ3ari3fO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQZ3ari3fO .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-tQZ3ari3fO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQZ3ari3fO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQZ3ari3fO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tQZ3ari3fO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQZ3ari3fO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQZ3ari3fO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQZ3ari3fO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQZ3ari3fO .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-tQZ3ari3fO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tQZ3ari3fO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQZ3ari3fO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQZ3ari3fO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tQZ3ari3fO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQZ3ari3fO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tQZ3ari3fO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tQZ3ari3fO .navbar.navbar-short {
  min-height: 60px;
}
.cid-tQZ3ari3fO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tQZ3ari3fO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tQZ3ari3fO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tQZ3ari3fO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQZ3ari3fO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQZ3ari3fO .dropdown-item.active,
.cid-tQZ3ari3fO .dropdown-item:active {
  background-color: transparent;
}
.cid-tQZ3ari3fO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQZ3ari3fO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQZ3ari3fO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQZ3ari3fO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tQZ3ari3fO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tQZ3ari3fO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQZ3ari3fO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQZ3ari3fO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tQZ3ari3fO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQZ3ari3fO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQZ3ari3fO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQZ3ari3fO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQZ3ari3fO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQZ3ari3fO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tQZ3ari3fO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQZ3ari3fO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tQZ3ari3fO .navbar {
    height: 70px;
  }
  .cid-tQZ3ari3fO .navbar.opened {
    height: auto;
  }
  .cid-tQZ3ari3fO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQZ3ari3fO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tQZ3ari3fO nav.navbar {
  position: fixed;
}
.cid-tQZ3ari3fO .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-tQZ3ari3fO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tQZ3ari3fO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tQZ3ari3fO .dropdown-item:hover,
.cid-tQZ3ari3fO .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-tQZ3ari3fO .dropdown-item:hover span {
  color: white;
}
.cid-tQZ3ari3fO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tQZ3ari3fO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tQZ3ari3fO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tQZ3ari3fO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tQZ3ari3fO .nav-link {
  position: relative;
}
.cid-tQZ3ari3fO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tQZ3ari3fO .container {
    flex-wrap: nowrap;
  }
}
.cid-tQZ3ari3fO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQZ3ari3fO .dropdown-menu,
.cid-tQZ3ari3fO .navbar.opened {
  background: #ffffff !important;
}
.cid-tQZ3ari3fO .nav-item:focus,
.cid-tQZ3ari3fO .nav-link:focus {
  outline: none;
}
.cid-tQZ3ari3fO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQZ3ari3fO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQZ3ari3fO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQZ3ari3fO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQZ3ari3fO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQZ3ari3fO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQZ3ari3fO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tQZ3ari3fO .navbar.opened {
  transition: all 0.3s;
}
.cid-tQZ3ari3fO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQZ3ari3fO .navbar .navbar-logo img {
  width: auto;
}
.cid-tQZ3ari3fO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tQZ3ari3fO .navbar.collapsed {
  justify-content: center;
}
.cid-tQZ3ari3fO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQZ3ari3fO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tQZ3ari3fO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQZ3ari3fO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQZ3ari3fO .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-tQZ3ari3fO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQZ3ari3fO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQZ3ari3fO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tQZ3ari3fO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQZ3ari3fO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQZ3ari3fO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQZ3ari3fO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQZ3ari3fO .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-tQZ3ari3fO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tQZ3ari3fO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQZ3ari3fO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQZ3ari3fO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tQZ3ari3fO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQZ3ari3fO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tQZ3ari3fO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tQZ3ari3fO .navbar.navbar-short {
  min-height: 60px;
}
.cid-tQZ3ari3fO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tQZ3ari3fO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tQZ3ari3fO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tQZ3ari3fO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQZ3ari3fO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQZ3ari3fO .dropdown-item.active,
.cid-tQZ3ari3fO .dropdown-item:active {
  background-color: transparent;
}
.cid-tQZ3ari3fO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQZ3ari3fO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQZ3ari3fO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQZ3ari3fO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tQZ3ari3fO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tQZ3ari3fO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQZ3ari3fO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQZ3ari3fO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tQZ3ari3fO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQZ3ari3fO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQZ3ari3fO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQZ3ari3fO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQZ3ari3fO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQZ3ari3fO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tQZ3ari3fO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQZ3ari3fO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tQZ3ari3fO .navbar {
    height: 70px;
  }
  .cid-tQZ3ari3fO .navbar.opened {
    height: auto;
  }
  .cid-tQZ3ari3fO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQTq3uAgZz {
  display: flex;
  background-image: url("../../../assets/images/pexels-miguel-padrin-3785931-2000x1330.jpeg");
}
.cid-tQTq3uAgZz .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-tQTq3uAgZz .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tQTq3uAgZz {
    align-items: flex-end;
  }
  .cid-tQTq3uAgZz .row {
    justify-content: flex-start;
  }
  .cid-tQTq3uAgZz .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tQTq3uAgZz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tQTq3uAgZz {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tQTq3uAgZz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tQTq3uAgZz .content-wrap {
    width: 100%;
  }
}
.cid-tQXpBFYaIg {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQXpBFYaIg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQXpBFYaIg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQYxkHVUoG {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQYxkHVUoG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQYxkHVUoG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQYxkHVUoG .img-wrapper {
  text-align: center;
}
.cid-tQYxkHVUoG img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-tQYxkHVUoG .row {
  align-items: flex-start;
}
.cid-tQYxkHVUoG .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 992px) {
  .cid-tQYxkHVUoG .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tQYxkHVUoG .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tQYxkHVUoG .card-wrapper {
    padding: 1rem;
  }
}
.cid-tQZvOVhCiz {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tQZvOVhCiz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQZvOVhCiz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQZvOVhCiz .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-tQZvOVhCiz .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tQZvOVhCiz .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-tQZvOVhCiz .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tQZvOVhCiz .row .row {
    flex-direction: column-reverse;
  }
  .cid-tQZvOVhCiz .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tQZvOVhCiz .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tQZvOVhCiz .card-subtitle {
  color: #0095ff;
}
.cid-tQZvOVhCiz .mbr-text {
  color: #555555;
}
.cid-tQZyDB6r1Z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tQZyDB6r1Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQZyDB6r1Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQZyDB6r1Z .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-tQZyDB6r1Z .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tQZyWC4sIb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tQZyWC4sIb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQZyWC4sIb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQZyWC4sIb .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-tQZyWC4sIb .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tQGsckxLXV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2299aa;
}
.cid-tQGsckxLXV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tQGsckxLXV .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tQGsckxLXV .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tQGsckxLXV .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tQGsckxLXV .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tQGsckxLXV .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tQGsckxLXV .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tQGsckxLXV .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tQGsckxLXV .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tQGsckxLXV .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tQGsckxLXV .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tQGsckxLXV .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tQGsckxLXV .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tQGsckxLXV .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tQGsckxLXV foot-menu-item {
  color: #e6c63b;
}
.cid-tRsL5VgDvV {
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/356-1801x1200.jpg");
}
.cid-tRsL5VgDvV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRsL5VgDvV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRsL5VgDvV .mbr-section-title {
  color: #fafafa;
}
.cid-tRsL5VgDvV .mbr-text,
.cid-tRsL5VgDvV .mbr-section-btn {
  color: #98dee8;
}
.cid-tRsL5W355g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tRsL5W355g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRsL5W355g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRsL5WpFQX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #40b0bf;
}
.cid-tRsL5WpFQX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRsL5WpFQX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRsL5WpFQX .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-tRsL5WpFQX .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-tRsL5WpFQX .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-tRsL5WpFQX .wrapper {
  padding: 30px 0;
}
.cid-tRsL5WpFQX .mbr-section-title {
  color: #fafafa;
}
.cid-tRsL5WpFQX .mbr-text,
.cid-tRsL5WpFQX .mbr-section-btn {
  color: #ffffff;
}
.cid-tRsL5WIe8g {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tRsL5WIe8g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRsL5WIe8g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRsL5WIe8g .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tRsL5WIe8g .card {
    margin-bottom: 2rem!important;
  }
  .cid-tRsL5WIe8g .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRsL5WIe8g .link-wrap {
    align-items: center;
  }
}
.cid-tRsL5WIe8g .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tRsL5X5u6j {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tRsL5X5u6j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRsL5X5u6j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tRsL5X5u6j .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tRsL5X5u6j img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tRsL5X5u6j .text-wrapper {
    padding: 2rem;
  }
}
.cid-tRsL5X5u6j .mbr-text {
  color: #353535;
}
.cid-tRHkUFP18V {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tRHkUFP18V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRHkUFP18V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRHkUFP18V .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-tRHkUFP18V .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tRHkUFP18V .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-tRHkUFP18V .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tRHkUFP18V .row .row {
    flex-direction: column-reverse;
  }
  .cid-tRHkUFP18V .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tRHkUFP18V .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tRHkUFP18V .card-subtitle {
  color: #0095ff;
}
.cid-tRHkUFP18V .mbr-text {
  color: #555555;
}
.cid-tRsL5XOlEI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2299aa;
}
.cid-tRsL5XOlEI .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tRsL5XOlEI .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tRsL5XOlEI .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tRsL5XOlEI .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tRsL5XOlEI .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tRsL5XOlEI .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tRsL5XOlEI .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tRsL5XOlEI .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tRsL5XOlEI .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tRsL5XOlEI .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tRsL5XOlEI .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tRsL5XOlEI .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tRsL5XOlEI .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tRsL5XOlEI .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tRsL5XOlEI foot-menu-item {
  color: #e6c63b;
}
.cid-tRsL5Yg0Y3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRsL5Yg0Y3 nav.navbar {
  position: fixed;
}
.cid-tRsL5Yg0Y3 .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-tRsL5Yg0Y3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRsL5Yg0Y3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRsL5Yg0Y3 .dropdown-item:hover,
.cid-tRsL5Yg0Y3 .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-tRsL5Yg0Y3 .dropdown-item:hover span {
  color: white;
}
.cid-tRsL5Yg0Y3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRsL5Yg0Y3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRsL5Yg0Y3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRsL5Yg0Y3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRsL5Yg0Y3 .nav-link {
  position: relative;
}
.cid-tRsL5Yg0Y3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRsL5Yg0Y3 .container {
    flex-wrap: nowrap;
  }
}
.cid-tRsL5Yg0Y3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRsL5Yg0Y3 .dropdown-menu,
.cid-tRsL5Yg0Y3 .navbar.opened {
  background: #ffffff !important;
}
.cid-tRsL5Yg0Y3 .nav-item:focus,
.cid-tRsL5Yg0Y3 .nav-link:focus {
  outline: none;
}
.cid-tRsL5Yg0Y3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRsL5Yg0Y3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRsL5Yg0Y3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRsL5Yg0Y3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRsL5Yg0Y3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRsL5Yg0Y3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRsL5Yg0Y3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tRsL5Yg0Y3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tRsL5Yg0Y3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRsL5Yg0Y3 .navbar .navbar-logo img {
  width: auto;
}
.cid-tRsL5Yg0Y3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRsL5Yg0Y3 .navbar.collapsed {
  justify-content: center;
}
.cid-tRsL5Yg0Y3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRsL5Yg0Y3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tRsL5Yg0Y3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRsL5Yg0Y3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRsL5Yg0Y3 .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-tRsL5Yg0Y3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRsL5Yg0Y3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRsL5Yg0Y3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRsL5Yg0Y3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRsL5Yg0Y3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRsL5Yg0Y3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRsL5Yg0Y3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRsL5Yg0Y3 .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-tRsL5Yg0Y3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRsL5Yg0Y3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRsL5Yg0Y3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRsL5Yg0Y3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRsL5Yg0Y3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRsL5Yg0Y3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRsL5Yg0Y3 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRsL5Yg0Y3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRsL5Yg0Y3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRsL5Yg0Y3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRsL5Yg0Y3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRsL5Yg0Y3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRsL5Yg0Y3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRsL5Yg0Y3 .dropdown-item.active,
.cid-tRsL5Yg0Y3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tRsL5Yg0Y3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRsL5Yg0Y3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRsL5Yg0Y3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRsL5Yg0Y3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRsL5Yg0Y3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRsL5Yg0Y3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRsL5Yg0Y3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRsL5Yg0Y3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRsL5Yg0Y3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRsL5Yg0Y3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tRsL5Yg0Y3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRsL5Yg0Y3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRsL5Yg0Y3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRsL5Yg0Y3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRsL5Yg0Y3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRsL5Yg0Y3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRsL5Yg0Y3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRsL5Yg0Y3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRsL5Yg0Y3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRsL5Yg0Y3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRsL5Yg0Y3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRsL5Yg0Y3 .navbar {
    height: 70px;
  }
  .cid-tRsL5Yg0Y3 .navbar.opened {
    height: auto;
  }
  .cid-tRsL5Yg0Y3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRsvdntKbG {
  background-image: url("../../../assets/images/dsc-5199-2000x1331.jpg");
}
.cid-tRsvdntKbG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRsvdntKbG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRsvdntKbG .mbr-section-title {
  color: #2299aa;
}
.cid-tRsvdntKbG .mbr-text,
.cid-tRsvdntKbG .mbr-section-btn {
  color: #0c1a0d;
}
.cid-tRsvdnLLzh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tRsvdnZhqW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRsvdnZhqW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRsvdnZhqW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRsvdnZhqW .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tRsvdnZhqW .card {
    margin-bottom: 2rem!important;
  }
  .cid-tRsvdnZhqW .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRsvdnZhqW .link-wrap {
    align-items: center;
  }
}
.cid-tRsvdnZhqW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tRsvdoow2X {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2299aa;
}
.cid-tRsvdoow2X .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tRsvdoow2X .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tRsvdoow2X .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tRsvdoow2X .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tRsvdoow2X .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tRsvdoow2X .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tRsvdoow2X .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tRsvdoow2X .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tRsvdoow2X .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tRsvdoow2X .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tRsvdoow2X .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tRsvdoow2X .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tRsvdoow2X .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tRsvdoow2X .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tRsvdoow2X foot-menu-item {
  color: #e6c63b;
}
.cid-tRsvdp2GWK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRsvdp2GWK nav.navbar {
  position: fixed;
}
.cid-tRsvdp2GWK .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-tRsvdp2GWK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRsvdp2GWK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRsvdp2GWK .dropdown-item:hover,
.cid-tRsvdp2GWK .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-tRsvdp2GWK .dropdown-item:hover span {
  color: white;
}
.cid-tRsvdp2GWK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRsvdp2GWK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRsvdp2GWK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRsvdp2GWK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRsvdp2GWK .nav-link {
  position: relative;
}
.cid-tRsvdp2GWK .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRsvdp2GWK .container {
    flex-wrap: nowrap;
  }
}
.cid-tRsvdp2GWK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRsvdp2GWK .dropdown-menu,
.cid-tRsvdp2GWK .navbar.opened {
  background: #ffffff !important;
}
.cid-tRsvdp2GWK .nav-item:focus,
.cid-tRsvdp2GWK .nav-link:focus {
  outline: none;
}
.cid-tRsvdp2GWK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRsvdp2GWK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRsvdp2GWK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRsvdp2GWK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRsvdp2GWK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRsvdp2GWK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRsvdp2GWK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tRsvdp2GWK .navbar.opened {
  transition: all 0.3s;
}
.cid-tRsvdp2GWK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRsvdp2GWK .navbar .navbar-logo img {
  width: auto;
}
.cid-tRsvdp2GWK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRsvdp2GWK .navbar.collapsed {
  justify-content: center;
}
.cid-tRsvdp2GWK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRsvdp2GWK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tRsvdp2GWK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRsvdp2GWK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRsvdp2GWK .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-tRsvdp2GWK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRsvdp2GWK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRsvdp2GWK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRsvdp2GWK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRsvdp2GWK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRsvdp2GWK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRsvdp2GWK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRsvdp2GWK .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-tRsvdp2GWK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRsvdp2GWK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRsvdp2GWK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRsvdp2GWK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRsvdp2GWK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRsvdp2GWK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRsvdp2GWK .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRsvdp2GWK .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRsvdp2GWK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRsvdp2GWK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRsvdp2GWK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRsvdp2GWK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRsvdp2GWK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRsvdp2GWK .dropdown-item.active,
.cid-tRsvdp2GWK .dropdown-item:active {
  background-color: transparent;
}
.cid-tRsvdp2GWK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRsvdp2GWK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRsvdp2GWK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRsvdp2GWK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRsvdp2GWK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRsvdp2GWK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRsvdp2GWK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRsvdp2GWK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRsvdp2GWK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRsvdp2GWK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tRsvdp2GWK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRsvdp2GWK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRsvdp2GWK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRsvdp2GWK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRsvdp2GWK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRsvdp2GWK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRsvdp2GWK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRsvdp2GWK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRsvdp2GWK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRsvdp2GWK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRsvdp2GWK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRsvdp2GWK .navbar {
    height: 70px;
  }
  .cid-tRsvdp2GWK .navbar.opened {
    height: auto;
  }
  .cid-tRsvdp2GWK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRx5aU3wMS {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/89-1801x1200.jpg");
}
.cid-tRx5aU3wMS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRx5aU3wMS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRx5aU3wMS .mbr-section-title {
  color: #fafafa;
}
.cid-tRx5aU3wMS .mbr-text,
.cid-tRx5aU3wMS .mbr-section-btn {
  color: #4479d9;
}
.cid-tRx5aUDtOa {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tRx5aUDtOa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRx5aUDtOa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRx5aV3ITS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/pexels-arthur-ogleznev-1296265-2000x3000.jpg");
}
.cid-tRx5aV3ITS img,
.cid-tRx5aV3ITS .item-img {
  width: 100%;
}
.cid-tRx5aV3ITS .item:focus,
.cid-tRx5aV3ITS span:focus {
  outline: none;
}
.cid-tRx5aV3ITS .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tRx5aV3ITS .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tRx5aV3ITS .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tRx5aV3ITS .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tRx5aV3ITS .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tRx5aV3ITS .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tRx5aV3ITS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tRx5aV3ITS .mbr-section-title {
  color: #ffffff;
}
.cid-tRx5aV3ITS .mbr-text,
.cid-tRx5aV3ITS .mbr-section-btn {
  text-align: center;
}
.cid-tRx5aV3ITS .item-title {
  text-align: center;
}
.cid-tRx5aV3ITS .item-subtitle {
  text-align: left;
}
.cid-tRx5aVMFqp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tRx5aVMFqp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRx5aVMFqp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2sSxodV7X {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u2sSxodV7X .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2sSxodV7X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u2sSxodV7X .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2sSxodV7X img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2sSxodV7X .text-wrapper {
    padding: 2rem;
  }
}
.cid-tRx5aWvLFu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRx5aWvLFu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRx5aWvLFu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRx5aWvLFu .item {
  padding-bottom: 2rem;
}
.cid-tRx5aWvLFu .item-wrapper {
  position: relative;
}
.cid-tRx5aWvLFu .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tRx5aWvLFu .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tRx5aWvLFu .carousel-control,
.cid-tRx5aWvLFu .close {
  background: #1b1b1b;
}
.cid-tRx5aWvLFu .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tRx5aWvLFu .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tRx5aWvLFu .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tRx5aWvLFu .carousel-control-next span {
  margin-left: 5px;
}
.cid-tRx5aWvLFu .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tRx5aWvLFu .close::before {
  content: '\e91a';
}
.cid-tRx5aWvLFu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tRx5aWvLFu .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tRx5aWvLFu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRx5aWvLFu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tRx5aWvLFu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tRx5aWvLFu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tRx5aWvLFu .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tRx5aWvLFu .carousel-indicators li.active,
.cid-tRx5aWvLFu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tRx5aWvLFu .carousel-indicators li::after,
.cid-tRx5aWvLFu .carousel-indicators li::before {
  content: none;
}
.cid-tRx5aWvLFu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tRx5aWvLFu .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tRx5aWvLFu .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tRx5aWvLFu .carousel-indicators {
    display: none;
  }
}
.cid-tRx5aWvLFu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tRx5aWvLFu .carousel-inner > .active {
  display: block;
}
.cid-tRx5aWvLFu .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRx5aWvLFu .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRx5aWvLFu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tRx5aWvLFu .carousel-control,
  .cid-tRx5aWvLFu .carousel-indicators,
  .cid-tRx5aWvLFu .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tRx5aWvLFu .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tRx5aWvLFu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tRx5aWvLFu .carousel-indicators .active,
.cid-tRx5aWvLFu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tRx5aWvLFu .carousel-indicators .active {
  background: #fff;
}
.cid-tRx5aWvLFu .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tRx5aWvLFu .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tRx5aWvLFu .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tRx5aWvLFu .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tRx5aWvLFu .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tRx5aWvLFu .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tRx5aWvLFu .carousel {
  width: 100%;
}
.cid-tRx5aWvLFu .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tRx5aWvLFu .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tRx5aWvLFu .modal.fade .modal-dialog,
.cid-tRx5aWvLFu .modal.in .modal-dialog {
  transform: none;
}
.cid-tRx5aWvLFu .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tRx5aWvLFu H6 {
  text-align: center;
}
.cid-tRx5aXbWRm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2299aa;
}
.cid-tRx5aXbWRm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tRx5aXbWRm .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tRx5aXbWRm .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tRx5aXbWRm .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tRx5aXbWRm .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tRx5aXbWRm .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tRx5aXbWRm .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tRx5aXbWRm .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tRx5aXbWRm .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tRx5aXbWRm .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tRx5aXbWRm .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tRx5aXbWRm .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tRx5aXbWRm .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tRx5aXbWRm .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tRx5aXbWRm foot-menu-item {
  color: #e6c63b;
}
.cid-tRx5aXDcjI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRx5aXDcjI nav.navbar {
  position: fixed;
}
.cid-tRx5aXDcjI .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-tRx5aXDcjI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRx5aXDcjI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRx5aXDcjI .dropdown-item:hover,
.cid-tRx5aXDcjI .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-tRx5aXDcjI .dropdown-item:hover span {
  color: white;
}
.cid-tRx5aXDcjI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRx5aXDcjI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRx5aXDcjI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRx5aXDcjI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRx5aXDcjI .nav-link {
  position: relative;
}
.cid-tRx5aXDcjI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRx5aXDcjI .container {
    flex-wrap: nowrap;
  }
}
.cid-tRx5aXDcjI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRx5aXDcjI .dropdown-menu,
.cid-tRx5aXDcjI .navbar.opened {
  background: #ffffff !important;
}
.cid-tRx5aXDcjI .nav-item:focus,
.cid-tRx5aXDcjI .nav-link:focus {
  outline: none;
}
.cid-tRx5aXDcjI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRx5aXDcjI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRx5aXDcjI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRx5aXDcjI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRx5aXDcjI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRx5aXDcjI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRx5aXDcjI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tRx5aXDcjI .navbar.opened {
  transition: all 0.3s;
}
.cid-tRx5aXDcjI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRx5aXDcjI .navbar .navbar-logo img {
  width: auto;
}
.cid-tRx5aXDcjI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRx5aXDcjI .navbar.collapsed {
  justify-content: center;
}
.cid-tRx5aXDcjI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRx5aXDcjI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tRx5aXDcjI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRx5aXDcjI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRx5aXDcjI .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-tRx5aXDcjI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRx5aXDcjI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRx5aXDcjI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRx5aXDcjI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRx5aXDcjI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRx5aXDcjI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRx5aXDcjI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRx5aXDcjI .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-tRx5aXDcjI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRx5aXDcjI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRx5aXDcjI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRx5aXDcjI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRx5aXDcjI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRx5aXDcjI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRx5aXDcjI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRx5aXDcjI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRx5aXDcjI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRx5aXDcjI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRx5aXDcjI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRx5aXDcjI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRx5aXDcjI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRx5aXDcjI .dropdown-item.active,
.cid-tRx5aXDcjI .dropdown-item:active {
  background-color: transparent;
}
.cid-tRx5aXDcjI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRx5aXDcjI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRx5aXDcjI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRx5aXDcjI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRx5aXDcjI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRx5aXDcjI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRx5aXDcjI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRx5aXDcjI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRx5aXDcjI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRx5aXDcjI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tRx5aXDcjI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRx5aXDcjI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRx5aXDcjI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRx5aXDcjI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRx5aXDcjI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRx5aXDcjI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRx5aXDcjI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRx5aXDcjI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRx5aXDcjI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRx5aXDcjI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRx5aXDcjI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRx5aXDcjI .navbar {
    height: 70px;
  }
  .cid-tRx5aXDcjI .navbar.opened {
    height: auto;
  }
  .cid-tRx5aXDcjI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRBYMsTwTO {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/46-1-1801x1200.jpg");
}
.cid-tRBYMsTwTO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRBYMsTwTO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRBYMsTwTO .mbr-section-title {
  color: #fafafa;
}
.cid-tRBYMsTwTO .mbr-text,
.cid-tRBYMsTwTO .mbr-section-btn {
  color: #fafafa;
}
.cid-tRBYMtltnB {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRBYMtltnB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRBYMtltnB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRBYMtDEHH {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRBYMtDEHH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRBYMtDEHH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tRBYMtDEHH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tRBYMtDEHH .row {
  flex-direction: row-reverse;
}
.cid-tRBYMtDEHH img {
  width: 100%;
}
.cid-tRBYMtWS3k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tRBYMtWS3k .carousel {
    min-height: 800px;
  }
  .cid-tRBYMtWS3k .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tRBYMtWS3k .carousel {
    min-height: 520px;
  }
  .cid-tRBYMtWS3k .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tRBYMtWS3k .carousel {
    min-height: 440px;
  }
  .cid-tRBYMtWS3k .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-tRBYMtWS3k .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tRBYMtWS3k .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tRBYMtWS3k .carousel,
.cid-tRBYMtWS3k .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tRBYMtWS3k .item-wrapper {
  width: 100%;
}
.cid-tRBYMtWS3k .carousel-caption {
  bottom: 40px;
}
.cid-tRBYMtWS3k .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tRBYMtWS3k .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tRBYMtWS3k .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tRBYMtWS3k .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tRBYMtWS3k .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tRBYMtWS3k .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRBYMtWS3k .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tRBYMtWS3k .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tRBYMtWS3k .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tRBYMtWS3k .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tRBYMtWS3k .carousel-indicators li.active,
.cid-tRBYMtWS3k .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tRBYMtWS3k .carousel-indicators li::after,
.cid-tRBYMtWS3k .carousel-indicators li::before {
  content: none;
}
.cid-tRBYMtWS3k .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tRBYMtWS3k .carousel-indicators {
    display: none !important;
  }
}
.cid-tRBYMukkbV {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tRBYMukkbV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRBYMukkbV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tRBYMukkbV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tRBYMukkbV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tRBYMukkbV .text-wrapper {
    padding: 2rem;
  }
}
.cid-tRBYMuCA7G {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRBYMuCA7G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRBYMuCA7G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRBYMuCA7G .item {
  padding-bottom: 2rem;
}
.cid-tRBYMuCA7G .item-wrapper {
  position: relative;
}
.cid-tRBYMuCA7G .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tRBYMuCA7G .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tRBYMuCA7G .carousel-control,
.cid-tRBYMuCA7G .close {
  background: #1b1b1b;
}
.cid-tRBYMuCA7G .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tRBYMuCA7G .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tRBYMuCA7G .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tRBYMuCA7G .carousel-control-next span {
  margin-left: 5px;
}
.cid-tRBYMuCA7G .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tRBYMuCA7G .close::before {
  content: '\e91a';
}
.cid-tRBYMuCA7G .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tRBYMuCA7G .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tRBYMuCA7G .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRBYMuCA7G .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tRBYMuCA7G .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tRBYMuCA7G .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tRBYMuCA7G .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tRBYMuCA7G .carousel-indicators li.active,
.cid-tRBYMuCA7G .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tRBYMuCA7G .carousel-indicators li::after,
.cid-tRBYMuCA7G .carousel-indicators li::before {
  content: none;
}
.cid-tRBYMuCA7G .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tRBYMuCA7G .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tRBYMuCA7G .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tRBYMuCA7G .carousel-indicators {
    display: none;
  }
}
.cid-tRBYMuCA7G .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tRBYMuCA7G .carousel-inner > .active {
  display: block;
}
.cid-tRBYMuCA7G .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRBYMuCA7G .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRBYMuCA7G .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tRBYMuCA7G .carousel-control,
  .cid-tRBYMuCA7G .carousel-indicators,
  .cid-tRBYMuCA7G .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tRBYMuCA7G .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tRBYMuCA7G .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tRBYMuCA7G .carousel-indicators .active,
.cid-tRBYMuCA7G .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tRBYMuCA7G .carousel-indicators .active {
  background: #fff;
}
.cid-tRBYMuCA7G .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tRBYMuCA7G .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tRBYMuCA7G .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tRBYMuCA7G .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tRBYMuCA7G .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tRBYMuCA7G .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tRBYMuCA7G .carousel {
  width: 100%;
}
.cid-tRBYMuCA7G .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tRBYMuCA7G .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tRBYMuCA7G .modal.fade .modal-dialog,
.cid-tRBYMuCA7G .modal.in .modal-dialog {
  transform: none;
}
.cid-tRBYMuCA7G .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tRBYMuCA7G H6 {
  text-align: center;
}
.cid-tRBYMvl4xN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tRBYMvl4xN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRBYMvl4xN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRBYMvl4xN .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-tRBYMvl4xN .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-tRBYMvl4xN .text-box {
  text-align: center;
}
.cid-tRBYMvl4xN span {
  font-size: 10rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-tRBYMvl4xN .card {
    margin-bottom: 2rem;
  }
  .cid-tRBYMvl4xN .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tRBYMvl4xN span {
    font-size: 21vw;
  }
}
.cid-tRBYMw0tNW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2299aa;
}
.cid-tRBYMw0tNW .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tRBYMw0tNW .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tRBYMw0tNW .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tRBYMw0tNW .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tRBYMw0tNW .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tRBYMw0tNW .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tRBYMw0tNW .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tRBYMw0tNW .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tRBYMw0tNW .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tRBYMw0tNW .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tRBYMw0tNW .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tRBYMw0tNW .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tRBYMw0tNW .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tRBYMw0tNW .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tRBYMw0tNW foot-menu-item {
  color: #e6c63b;
}
.cid-tRBYMwp2SI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRBYMwp2SI nav.navbar {
  position: fixed;
}
.cid-tRBYMwp2SI .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-tRBYMwp2SI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRBYMwp2SI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRBYMwp2SI .dropdown-item:hover,
.cid-tRBYMwp2SI .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-tRBYMwp2SI .dropdown-item:hover span {
  color: white;
}
.cid-tRBYMwp2SI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRBYMwp2SI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRBYMwp2SI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRBYMwp2SI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRBYMwp2SI .nav-link {
  position: relative;
}
.cid-tRBYMwp2SI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRBYMwp2SI .container {
    flex-wrap: nowrap;
  }
}
.cid-tRBYMwp2SI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRBYMwp2SI .dropdown-menu,
.cid-tRBYMwp2SI .navbar.opened {
  background: #ffffff !important;
}
.cid-tRBYMwp2SI .nav-item:focus,
.cid-tRBYMwp2SI .nav-link:focus {
  outline: none;
}
.cid-tRBYMwp2SI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRBYMwp2SI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRBYMwp2SI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRBYMwp2SI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRBYMwp2SI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRBYMwp2SI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRBYMwp2SI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tRBYMwp2SI .navbar.opened {
  transition: all 0.3s;
}
.cid-tRBYMwp2SI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRBYMwp2SI .navbar .navbar-logo img {
  width: auto;
}
.cid-tRBYMwp2SI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRBYMwp2SI .navbar.collapsed {
  justify-content: center;
}
.cid-tRBYMwp2SI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRBYMwp2SI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tRBYMwp2SI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRBYMwp2SI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRBYMwp2SI .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-tRBYMwp2SI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRBYMwp2SI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRBYMwp2SI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRBYMwp2SI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRBYMwp2SI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRBYMwp2SI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRBYMwp2SI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRBYMwp2SI .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-tRBYMwp2SI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRBYMwp2SI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRBYMwp2SI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRBYMwp2SI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRBYMwp2SI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRBYMwp2SI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRBYMwp2SI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRBYMwp2SI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRBYMwp2SI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRBYMwp2SI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRBYMwp2SI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRBYMwp2SI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRBYMwp2SI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRBYMwp2SI .dropdown-item.active,
.cid-tRBYMwp2SI .dropdown-item:active {
  background-color: transparent;
}
.cid-tRBYMwp2SI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRBYMwp2SI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRBYMwp2SI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRBYMwp2SI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRBYMwp2SI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRBYMwp2SI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRBYMwp2SI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRBYMwp2SI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRBYMwp2SI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRBYMwp2SI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tRBYMwp2SI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRBYMwp2SI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRBYMwp2SI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRBYMwp2SI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRBYMwp2SI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRBYMwp2SI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRBYMwp2SI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRBYMwp2SI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRBYMwp2SI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRBYMwp2SI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRBYMwp2SI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRBYMwp2SI .navbar {
    height: 70px;
  }
  .cid-tRBYMwp2SI .navbar.opened {
    height: auto;
  }
  .cid-tRBYMwp2SI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRHF5EI4sH {
  background-image: url("../../../assets/images/5-1-1900x1266.jpg");
}
.cid-tRHF5EI4sH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRHF5EI4sH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRHF5EI4sH .mbr-section-title {
  color: #2299aa;
}
.cid-tRHF5EZdMS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tRHF5EZdMS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRHF5EZdMS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRHF5EZdMS .mbr-text {
  color: #c1c1c1;
}
.cid-tRHF5EZdMS .mbr-text,
.cid-tRHF5EZdMS .mbr-section-btn {
  color: #232323;
}
.cid-tRHF5FhXJQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRHF5FhXJQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRHF5FhXJQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRHF5FhXJQ .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tRHF5FhXJQ .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tRHF5FhXJQ .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tRHF5FhXJQ .card {
    margin-bottom: 2rem;
  }
  .cid-tRHF5FhXJQ .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tRHF5FhXJQ .mbr-text,
.cid-tRHF5FhXJQ .mbr-section-btn {
  color: #0c1a0d;
}
.cid-tRHF5FCpQn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRHF5FCpQn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRHF5FCpQn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRHF5FCpQn .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tRHF5FCpQn .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tRHF5FCpQn .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tRHF5FCpQn .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRHF5FCpQn .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tRHF5FCpQn .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tRHF5FCpQn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tRHF5FSNCH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRHF5FSNCH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRHF5FSNCH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRHF5FSNCH .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tRHF5FSNCH .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tRHF5FSNCH .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tRHF5FSNCH .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tRHF5FSNCH .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRHF5FSNCH .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tRHF5FSNCH .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tRHF5FSNCH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tRHF5GdQE4 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRHF5GdQE4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRHF5GdQE4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRHF5GdQE4 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tRHF5GdQE4 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tRHF5GdQE4 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #40b0bf;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tRHF5Gw1bd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2299aa;
}
.cid-tRHF5Gw1bd .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tRHF5Gw1bd .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tRHF5Gw1bd .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tRHF5Gw1bd .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tRHF5Gw1bd .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tRHF5Gw1bd .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tRHF5Gw1bd .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tRHF5Gw1bd .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tRHF5Gw1bd .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tRHF5Gw1bd .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tRHF5Gw1bd .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tRHF5Gw1bd .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tRHF5Gw1bd .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tRHF5Gw1bd .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tRHF5Gw1bd foot-menu-item {
  color: #e6c63b;
}
.cid-tRHF5GVTR5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRHF5GVTR5 nav.navbar {
  position: fixed;
}
.cid-tRHF5GVTR5 .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-tRHF5GVTR5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRHF5GVTR5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRHF5GVTR5 .dropdown-item:hover,
.cid-tRHF5GVTR5 .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-tRHF5GVTR5 .dropdown-item:hover span {
  color: white;
}
.cid-tRHF5GVTR5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRHF5GVTR5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRHF5GVTR5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRHF5GVTR5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRHF5GVTR5 .nav-link {
  position: relative;
}
.cid-tRHF5GVTR5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRHF5GVTR5 .container {
    flex-wrap: nowrap;
  }
}
.cid-tRHF5GVTR5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRHF5GVTR5 .dropdown-menu,
.cid-tRHF5GVTR5 .navbar.opened {
  background: #ffffff !important;
}
.cid-tRHF5GVTR5 .nav-item:focus,
.cid-tRHF5GVTR5 .nav-link:focus {
  outline: none;
}
.cid-tRHF5GVTR5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRHF5GVTR5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRHF5GVTR5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRHF5GVTR5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRHF5GVTR5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRHF5GVTR5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRHF5GVTR5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tRHF5GVTR5 .navbar.opened {
  transition: all 0.3s;
}
.cid-tRHF5GVTR5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRHF5GVTR5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tRHF5GVTR5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRHF5GVTR5 .navbar.collapsed {
  justify-content: center;
}
.cid-tRHF5GVTR5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRHF5GVTR5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tRHF5GVTR5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRHF5GVTR5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRHF5GVTR5 .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-tRHF5GVTR5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRHF5GVTR5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRHF5GVTR5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRHF5GVTR5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRHF5GVTR5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRHF5GVTR5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRHF5GVTR5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRHF5GVTR5 .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-tRHF5GVTR5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRHF5GVTR5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRHF5GVTR5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRHF5GVTR5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRHF5GVTR5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRHF5GVTR5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRHF5GVTR5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRHF5GVTR5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRHF5GVTR5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRHF5GVTR5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRHF5GVTR5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRHF5GVTR5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRHF5GVTR5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRHF5GVTR5 .dropdown-item.active,
.cid-tRHF5GVTR5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tRHF5GVTR5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRHF5GVTR5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRHF5GVTR5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRHF5GVTR5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRHF5GVTR5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRHF5GVTR5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRHF5GVTR5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRHF5GVTR5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRHF5GVTR5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRHF5GVTR5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tRHF5GVTR5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRHF5GVTR5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRHF5GVTR5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRHF5GVTR5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRHF5GVTR5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRHF5GVTR5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRHF5GVTR5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRHF5GVTR5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRHF5GVTR5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRHF5GVTR5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRHF5GVTR5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRHF5GVTR5 .navbar {
    height: 70px;
  }
  .cid-tRHF5GVTR5 .navbar.opened {
    height: auto;
  }
  .cid-tRHF5GVTR5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRHFa7T3AF {
  background-image: url("../../../assets/images/5-1-1900x1266.jpg");
}
.cid-tRHFa7T3AF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRHFa7T3AF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRHFa7T3AF .mbr-section-title {
  color: #2299aa;
}
.cid-tRHFa8gZJp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tRHFa8gZJp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRHFa8gZJp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRHFa8gZJp .mbr-text {
  color: #c1c1c1;
}
.cid-tRHFa8gZJp .mbr-text,
.cid-tRHFa8gZJp .mbr-section-btn {
  color: #232323;
}
.cid-tRHFa8DtqX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRHFa8DtqX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRHFa8DtqX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRHFa8DtqX .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tRHFa8DtqX .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tRHFa8DtqX .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tRHFa8DtqX .card {
    margin-bottom: 2rem;
  }
  .cid-tRHFa8DtqX .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tRHFa8DtqX .mbr-text,
.cid-tRHFa8DtqX .mbr-section-btn {
  color: #0c1a0d;
}
.cid-tRHFa94Eq7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRHFa94Eq7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRHFa94Eq7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRHFa94Eq7 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tRHFa94Eq7 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tRHFa94Eq7 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tRHFa94Eq7 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRHFa94Eq7 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tRHFa94Eq7 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tRHFa94Eq7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tRHFa9puEw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRHFa9puEw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRHFa9puEw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRHFa9puEw .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tRHFa9puEw .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tRHFa9puEw .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tRHFa9puEw .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tRHFa9puEw .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRHFa9puEw .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tRHFa9puEw .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tRHFa9puEw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tRHFa9LELk {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRHFa9LELk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRHFa9LELk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRHFa9LELk ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tRHFa9LELk li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tRHFa9LELk ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #40b0bf;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tRHFaa2DyT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2299aa;
}
.cid-tRHFaa2DyT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tRHFaa2DyT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tRHFaa2DyT .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tRHFaa2DyT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tRHFaa2DyT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tRHFaa2DyT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tRHFaa2DyT .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tRHFaa2DyT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tRHFaa2DyT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tRHFaa2DyT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tRHFaa2DyT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tRHFaa2DyT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tRHFaa2DyT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tRHFaa2DyT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tRHFaa2DyT foot-menu-item {
  color: #e6c63b;
}
.cid-tRHFaavagT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRHFaavagT nav.navbar {
  position: fixed;
}
.cid-tRHFaavagT .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-tRHFaavagT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRHFaavagT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRHFaavagT .dropdown-item:hover,
.cid-tRHFaavagT .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-tRHFaavagT .dropdown-item:hover span {
  color: white;
}
.cid-tRHFaavagT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRHFaavagT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRHFaavagT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRHFaavagT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRHFaavagT .nav-link {
  position: relative;
}
.cid-tRHFaavagT .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRHFaavagT .container {
    flex-wrap: nowrap;
  }
}
.cid-tRHFaavagT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRHFaavagT .dropdown-menu,
.cid-tRHFaavagT .navbar.opened {
  background: #ffffff !important;
}
.cid-tRHFaavagT .nav-item:focus,
.cid-tRHFaavagT .nav-link:focus {
  outline: none;
}
.cid-tRHFaavagT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRHFaavagT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRHFaavagT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRHFaavagT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRHFaavagT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRHFaavagT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRHFaavagT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tRHFaavagT .navbar.opened {
  transition: all 0.3s;
}
.cid-tRHFaavagT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRHFaavagT .navbar .navbar-logo img {
  width: auto;
}
.cid-tRHFaavagT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRHFaavagT .navbar.collapsed {
  justify-content: center;
}
.cid-tRHFaavagT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRHFaavagT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tRHFaavagT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRHFaavagT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRHFaavagT .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-tRHFaavagT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRHFaavagT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRHFaavagT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRHFaavagT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRHFaavagT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRHFaavagT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRHFaavagT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRHFaavagT .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-tRHFaavagT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRHFaavagT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRHFaavagT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRHFaavagT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRHFaavagT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRHFaavagT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRHFaavagT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRHFaavagT .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRHFaavagT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRHFaavagT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRHFaavagT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRHFaavagT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRHFaavagT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRHFaavagT .dropdown-item.active,
.cid-tRHFaavagT .dropdown-item:active {
  background-color: transparent;
}
.cid-tRHFaavagT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRHFaavagT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRHFaavagT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRHFaavagT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRHFaavagT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRHFaavagT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRHFaavagT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRHFaavagT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRHFaavagT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRHFaavagT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tRHFaavagT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRHFaavagT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRHFaavagT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRHFaavagT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRHFaavagT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRHFaavagT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRHFaavagT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRHFaavagT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRHFaavagT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRHFaavagT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRHFaavagT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRHFaavagT .navbar {
    height: 70px;
  }
  .cid-tRHFaavagT .navbar.opened {
    height: auto;
  }
  .cid-tRHFaavagT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tT86LwkvKC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/5-3-622x438.png");
}
.cid-tT86LwkvKC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT86LwkvKC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT86LwkvKC .mbr-section-title {
  color: #e43f3f;
}
.cid-u2ALavpja5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u2ALavpja5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2ALavpja5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2ALavpja5 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-u2ALavpja5 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-u2ALavpja5 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #40b0bf;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tQGsckxLXV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2299aa;
}
.cid-tQGsckxLXV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tQGsckxLXV .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tQGsckxLXV .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tQGsckxLXV .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tQGsckxLXV .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tQGsckxLXV .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tQGsckxLXV .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tQGsckxLXV .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tQGsckxLXV .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tQGsckxLXV .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tQGsckxLXV .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tQGsckxLXV .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tQGsckxLXV .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tQGsckxLXV .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tQGsckxLXV foot-menu-item {
  color: #e6c63b;
}
.cid-tQZ3ari3fO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tQZ3ari3fO nav.navbar {
  position: fixed;
}
.cid-tQZ3ari3fO .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-tQZ3ari3fO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tQZ3ari3fO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tQZ3ari3fO .dropdown-item:hover,
.cid-tQZ3ari3fO .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-tQZ3ari3fO .dropdown-item:hover span {
  color: white;
}
.cid-tQZ3ari3fO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tQZ3ari3fO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tQZ3ari3fO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tQZ3ari3fO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tQZ3ari3fO .nav-link {
  position: relative;
}
.cid-tQZ3ari3fO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tQZ3ari3fO .container {
    flex-wrap: nowrap;
  }
}
.cid-tQZ3ari3fO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQZ3ari3fO .dropdown-menu,
.cid-tQZ3ari3fO .navbar.opened {
  background: #ffffff !important;
}
.cid-tQZ3ari3fO .nav-item:focus,
.cid-tQZ3ari3fO .nav-link:focus {
  outline: none;
}
.cid-tQZ3ari3fO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQZ3ari3fO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQZ3ari3fO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQZ3ari3fO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQZ3ari3fO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQZ3ari3fO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQZ3ari3fO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tQZ3ari3fO .navbar.opened {
  transition: all 0.3s;
}
.cid-tQZ3ari3fO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQZ3ari3fO .navbar .navbar-logo img {
  width: auto;
}
.cid-tQZ3ari3fO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tQZ3ari3fO .navbar.collapsed {
  justify-content: center;
}
.cid-tQZ3ari3fO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQZ3ari3fO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tQZ3ari3fO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQZ3ari3fO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQZ3ari3fO .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-tQZ3ari3fO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQZ3ari3fO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQZ3ari3fO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tQZ3ari3fO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQZ3ari3fO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQZ3ari3fO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQZ3ari3fO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQZ3ari3fO .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-tQZ3ari3fO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tQZ3ari3fO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQZ3ari3fO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQZ3ari3fO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tQZ3ari3fO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQZ3ari3fO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tQZ3ari3fO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tQZ3ari3fO .navbar.navbar-short {
  min-height: 60px;
}
.cid-tQZ3ari3fO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tQZ3ari3fO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tQZ3ari3fO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tQZ3ari3fO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQZ3ari3fO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQZ3ari3fO .dropdown-item.active,
.cid-tQZ3ari3fO .dropdown-item:active {
  background-color: transparent;
}
.cid-tQZ3ari3fO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQZ3ari3fO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQZ3ari3fO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQZ3ari3fO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tQZ3ari3fO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tQZ3ari3fO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQZ3ari3fO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQZ3ari3fO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tQZ3ari3fO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQZ3ari3fO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQZ3ari3fO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQZ3ari3fO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQZ3ari3fO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQZ3ari3fO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQZ3ari3fO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tQZ3ari3fO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQZ3ari3fO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tQZ3ari3fO .navbar {
    height: 70px;
  }
  .cid-tQZ3ari3fO .navbar.opened {
    height: auto;
  }
  .cid-tQZ3ari3fO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2mXX9df4m {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/48-1801x1200.jpg");
}
.cid-u2mXX9df4m .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2mXX9df4m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2mXX9df4m .mbr-section-title {
  color: #fafafa;
}
.cid-u2mXX9df4m .mbr-text,
.cid-u2mXX9df4m .mbr-section-btn {
  color: #fafafa;
}
.cid-u2mXX9x5wI {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2mXX9x5wI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2mXX9x5wI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2mXX9x5wI .mbr-section-title {
  color: #000000;
}
.cid-u2mXX9QDji {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u2mXX9QDji .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2mXX9QDji .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2mXXa79yt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u2mXXa79yt .carousel {
    min-height: 700px;
  }
  .cid-u2mXXa79yt .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u2mXXa79yt .carousel {
    min-height: 455px;
  }
  .cid-u2mXXa79yt .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-u2mXXa79yt .carousel {
    min-height: 385px;
  }
  .cid-u2mXXa79yt .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-u2mXXa79yt .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-u2mXXa79yt .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-u2mXXa79yt .carousel,
.cid-u2mXXa79yt .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u2mXXa79yt .item-wrapper {
  width: 100%;
}
.cid-u2mXXa79yt .carousel-caption {
  bottom: 40px;
}
.cid-u2mXXa79yt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-u2mXXa79yt .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-u2mXXa79yt .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-u2mXXa79yt .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-u2mXXa79yt .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u2mXXa79yt .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u2mXXa79yt .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u2mXXa79yt .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u2mXXa79yt .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-u2mXXa79yt .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u2mXXa79yt .carousel-indicators li.active,
.cid-u2mXXa79yt .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u2mXXa79yt .carousel-indicators li::after,
.cid-u2mXXa79yt .carousel-indicators li::before {
  content: none;
}
.cid-u2mXXa79yt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u2mXXa79yt .carousel-indicators {
    display: none !important;
  }
}
.cid-u2mXXa79yt H5 {
  color: #ffffff;
}
.cid-u2mXXa79yt P {
  color: #ffffff;
}
.cid-u2mXXaFM31 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u2mXXaFM31 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2mXXaFM31 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2mXXaFM31 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-u2mXXaFM31 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u2mXXaFM31 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u2mXXaFM31 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u2mXXaFM31 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2mXXaFM31 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u2mXXaFM31 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u2mXXaFM31 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u2mXXaZWqS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2mXXaZWqS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2mXXaZWqS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2mXXaZWqS .item {
  padding-bottom: 2rem;
}
.cid-u2mXXaZWqS .item-wrapper {
  position: relative;
}
.cid-u2mXXaZWqS .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u2mXXaZWqS .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u2mXXaZWqS .carousel-control,
.cid-u2mXXaZWqS .close {
  background: #1b1b1b;
}
.cid-u2mXXaZWqS .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u2mXXaZWqS .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u2mXXaZWqS .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u2mXXaZWqS .carousel-control-next span {
  margin-left: 5px;
}
.cid-u2mXXaZWqS .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u2mXXaZWqS .close::before {
  content: '\e91a';
}
.cid-u2mXXaZWqS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u2mXXaZWqS .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u2mXXaZWqS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u2mXXaZWqS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u2mXXaZWqS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u2mXXaZWqS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u2mXXaZWqS .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u2mXXaZWqS .carousel-indicators li.active,
.cid-u2mXXaZWqS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u2mXXaZWqS .carousel-indicators li::after,
.cid-u2mXXaZWqS .carousel-indicators li::before {
  content: none;
}
.cid-u2mXXaZWqS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u2mXXaZWqS .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u2mXXaZWqS .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u2mXXaZWqS .carousel-indicators {
    display: none;
  }
}
.cid-u2mXXaZWqS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u2mXXaZWqS .carousel-inner > .active {
  display: block;
}
.cid-u2mXXaZWqS .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u2mXXaZWqS .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u2mXXaZWqS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u2mXXaZWqS .carousel-control,
  .cid-u2mXXaZWqS .carousel-indicators,
  .cid-u2mXXaZWqS .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u2mXXaZWqS .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u2mXXaZWqS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u2mXXaZWqS .carousel-indicators .active,
.cid-u2mXXaZWqS .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u2mXXaZWqS .carousel-indicators .active {
  background: #fff;
}
.cid-u2mXXaZWqS .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u2mXXaZWqS .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u2mXXaZWqS .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u2mXXaZWqS .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u2mXXaZWqS .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u2mXXaZWqS .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u2mXXaZWqS .carousel {
  width: 100%;
}
.cid-u2mXXaZWqS .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u2mXXaZWqS .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u2mXXaZWqS .modal.fade .modal-dialog,
.cid-u2mXXaZWqS .modal.in .modal-dialog {
  transform: none;
}
.cid-u2mXXaZWqS .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u2mXXaZWqS H6 {
  text-align: center;
}
.cid-u2mXXbH2N4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2299aa;
}
.cid-u2mXXbH2N4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u2mXXbH2N4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u2mXXbH2N4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u2mXXbH2N4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u2mXXbH2N4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u2mXXbH2N4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u2mXXbH2N4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u2mXXbH2N4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u2mXXbH2N4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u2mXXbH2N4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u2mXXbH2N4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u2mXXbH2N4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u2mXXbH2N4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u2mXXbH2N4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u2mXXbH2N4 foot-menu-item {
  color: #e6c63b;
}
.cid-u2mXXc8CVI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u2mXXc8CVI nav.navbar {
  position: fixed;
}
.cid-u2mXXc8CVI .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-u2mXXc8CVI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u2mXXc8CVI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2mXXc8CVI .dropdown-item:hover,
.cid-u2mXXc8CVI .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-u2mXXc8CVI .dropdown-item:hover span {
  color: white;
}
.cid-u2mXXc8CVI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2mXXc8CVI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2mXXc8CVI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u2mXXc8CVI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2mXXc8CVI .nav-link {
  position: relative;
}
.cid-u2mXXc8CVI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u2mXXc8CVI .container {
    flex-wrap: nowrap;
  }
}
.cid-u2mXXc8CVI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u2mXXc8CVI .dropdown-menu,
.cid-u2mXXc8CVI .navbar.opened {
  background: #ffffff !important;
}
.cid-u2mXXc8CVI .nav-item:focus,
.cid-u2mXXc8CVI .nav-link:focus {
  outline: none;
}
.cid-u2mXXc8CVI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2mXXc8CVI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2mXXc8CVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2mXXc8CVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2mXXc8CVI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2mXXc8CVI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2mXXc8CVI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u2mXXc8CVI .navbar.opened {
  transition: all 0.3s;
}
.cid-u2mXXc8CVI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2mXXc8CVI .navbar .navbar-logo img {
  width: auto;
}
.cid-u2mXXc8CVI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2mXXc8CVI .navbar.collapsed {
  justify-content: center;
}
.cid-u2mXXc8CVI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2mXXc8CVI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u2mXXc8CVI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2mXXc8CVI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2mXXc8CVI .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-u2mXXc8CVI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2mXXc8CVI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2mXXc8CVI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u2mXXc8CVI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2mXXc8CVI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2mXXc8CVI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2mXXc8CVI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2mXXc8CVI .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-u2mXXc8CVI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2mXXc8CVI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2mXXc8CVI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2mXXc8CVI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2mXXc8CVI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2mXXc8CVI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u2mXXc8CVI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u2mXXc8CVI .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2mXXc8CVI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2mXXc8CVI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2mXXc8CVI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2mXXc8CVI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2mXXc8CVI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2mXXc8CVI .dropdown-item.active,
.cid-u2mXXc8CVI .dropdown-item:active {
  background-color: transparent;
}
.cid-u2mXXc8CVI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2mXXc8CVI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2mXXc8CVI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2mXXc8CVI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u2mXXc8CVI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2mXXc8CVI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2mXXc8CVI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2mXXc8CVI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2mXXc8CVI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2mXXc8CVI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u2mXXc8CVI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2mXXc8CVI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2mXXc8CVI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2mXXc8CVI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2mXXc8CVI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2mXXc8CVI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2mXXc8CVI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2mXXc8CVI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2mXXc8CVI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2mXXc8CVI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2mXXc8CVI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2mXXc8CVI .navbar {
    height: 70px;
  }
  .cid-u2mXXc8CVI .navbar.opened {
    height: auto;
  }
  .cid-u2mXXc8CVI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFF0ciwnEL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFF0ciwnEL nav.navbar {
  position: fixed;
}
.cid-sFF0ciwnEL .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-sFF0ciwnEL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFF0ciwnEL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFF0ciwnEL .dropdown-item:hover,
.cid-sFF0ciwnEL .dropdown-item:focus {
  background: #40b0bf !important;
  color: white !important;
}
.cid-sFF0ciwnEL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFF0ciwnEL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFF0ciwnEL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFF0ciwnEL .nav-link {
  position: relative;
}
.cid-sFF0ciwnEL .container {
  display: flex;
  margin: auto;
}
.cid-sFF0ciwnEL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFF0ciwnEL .dropdown-menu,
.cid-sFF0ciwnEL .navbar.opened {
  background: #ffffff !important;
}
.cid-sFF0ciwnEL .nav-item:focus,
.cid-sFF0ciwnEL .nav-link:focus {
  outline: none;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFF0ciwnEL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFF0ciwnEL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sFF0ciwnEL .navbar.opened {
  transition: all 0.3s;
}
.cid-sFF0ciwnEL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFF0ciwnEL .navbar .navbar-logo img {
  width: auto;
}
.cid-sFF0ciwnEL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFF0ciwnEL .navbar.collapsed {
  justify-content: center;
}
.cid-sFF0ciwnEL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFF0ciwnEL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFF0ciwnEL .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-sFF0ciwnEL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFF0ciwnEL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFF0ciwnEL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFF0ciwnEL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFF0ciwnEL .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-sFF0ciwnEL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFF0ciwnEL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFF0ciwnEL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFF0ciwnEL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFF0ciwnEL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFF0ciwnEL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFF0ciwnEL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFF0ciwnEL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFF0ciwnEL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFF0ciwnEL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFF0ciwnEL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFF0ciwnEL .dropdown-item.active,
.cid-sFF0ciwnEL .dropdown-item:active {
  background-color: transparent;
}
.cid-sFF0ciwnEL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFF0ciwnEL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFF0ciwnEL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFF0ciwnEL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFF0ciwnEL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFF0ciwnEL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFF0ciwnEL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFF0ciwnEL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFF0ciwnEL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFF0ciwnEL .navbar {
    height: 70px;
  }
  .cid-sFF0ciwnEL .navbar.opened {
    height: auto;
  }
  .cid-sFF0ciwnEL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubpU86TtdL {
  background-image: url("../../../assets/images/99-4-1900x1266.jpg");
}
.cid-ubpU86TtdL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubpU86TtdL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubpU86TtdL .mbr-section-subtitle {
  text-align: right;
}
.cid-ubpU86TtdL .mbr-text,
.cid-ubpU86TtdL .mbr-section-btn {
  text-align: right;
}
.cid-ubsBi4eCfa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ubsBi4eCfa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubsBi4eCfa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubsBi4eCfa .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-ubsBi4eCfa .timeline-element {
  position: relative;
}
.cid-ubsBi4eCfa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ubsBi4eCfa .iconBackground {
  position: absolute;
  left: 33.33%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  top: 30px;
  margin-left: -9px;
  padding: 0;
}
.cid-ubsBi4eCfa .separline:before {
  top: 50px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #6592e6;
  left: 33.33%;
  height: calc(100% + 30px);
}
@media (max-width: 767px) {
  .cid-ubsBi4eCfa .iconBackground {
    left: 15px !important;
  }
  .cid-ubsBi4eCfa .separline:before {
    left: 15px !important;
  }
}
.cid-ubsBi4eCfa .mbr-section-title,
.cid-ubsBi4eCfa .mbr-section-subtitle {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-ubsBi4eCfa .time-line-date-content {
    margin-left: 1rem;
  }
  .cid-ubsBi4eCfa .time-line-date-content .mbr-timeline-date {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-ubsBi4eCfa .time-line-date-content {
    margin-right: 1rem;
  }
  .cid-ubsBi4eCfa .time-line-date-content .mbr-timeline-date {
    text-align: right;
  }
}
.cid-ubsBi4eCfa .timeline-text-content {
  margin-left: 2rem;
}
.cid-ubsBi4eCfa .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-ubsBi4eCfa .mbr-timeline-date {
  text-align: right;
}
.cid-ubsBi4eCfa .mbr-timeline-title {
  color: #6592e6;
}
.cid-ubviUsUy7M {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/presentations-are-communication-tools-that-can-be-used-as-demonstrations-lectures-speeches-reports-and-more.-1920x1080.jpg");
}
.cid-ubviUsUy7M .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubviUsUy7M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubviUsUy7M .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-ubviUsUy7M .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-ubviUsUy7M .text-box {
  text-align: center;
}
.cid-ubviUsUy7M span {
  font-size: 7rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-ubviUsUy7M .card {
    margin-bottom: 2rem;
  }
  .cid-ubviUsUy7M .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-ubviUsUy7M span {
    font-size: 21vw;
  }
}
.cid-ubwmqXlDIb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f1d9d9;
}
.cid-ubwmqXlDIb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubwmqXlDIb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubwmqXlDIb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ubwmqXlDIb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ubwmqXlDIb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ubwmqXlDIb .mbr-text,
.cid-ubwmqXlDIb .mbr-section-btn {
  text-align: left;
}
.cid-ubNrITeFW7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ubNrITeFW7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubNrITeFW7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubNrITeFW7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubNrITeFW7 .row {
  flex-direction: row-reverse;
}
.cid-ubNrITeFW7 img {
  width: 100%;
}
.cid-ubDgNxUZLM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubDgNxUZLM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubDgNxUZLM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubDmJH2LK7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #faf4f4;
}
.cid-ubDmJH2LK7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubDmJH2LK7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubDmJH2LK7 .item {
  padding-bottom: 2rem;
}
.cid-ubDmJH2LK7 .item-wrapper {
  position: relative;
}
.cid-ubDmJH2LK7 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ubDmJH2LK7 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ubDmJH2LK7 .carousel-control,
.cid-ubDmJH2LK7 .close {
  background: #1b1b1b;
}
.cid-ubDmJH2LK7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubDmJH2LK7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubDmJH2LK7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubDmJH2LK7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubDmJH2LK7 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubDmJH2LK7 .close::before {
  content: '\e91a';
}
.cid-ubDmJH2LK7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubDmJH2LK7 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ubDmJH2LK7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubDmJH2LK7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubDmJH2LK7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubDmJH2LK7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubDmJH2LK7 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ubDmJH2LK7 .carousel-indicators li.active,
.cid-ubDmJH2LK7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubDmJH2LK7 .carousel-indicators li::after,
.cid-ubDmJH2LK7 .carousel-indicators li::before {
  content: none;
}
.cid-ubDmJH2LK7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubDmJH2LK7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubDmJH2LK7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubDmJH2LK7 .carousel-indicators {
    display: none;
  }
}
.cid-ubDmJH2LK7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubDmJH2LK7 .carousel-inner > .active {
  display: block;
}
.cid-ubDmJH2LK7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubDmJH2LK7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubDmJH2LK7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubDmJH2LK7 .carousel-control,
  .cid-ubDmJH2LK7 .carousel-indicators,
  .cid-ubDmJH2LK7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubDmJH2LK7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubDmJH2LK7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubDmJH2LK7 .carousel-indicators .active,
.cid-ubDmJH2LK7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubDmJH2LK7 .carousel-indicators .active {
  background: #fff;
}
.cid-ubDmJH2LK7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubDmJH2LK7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubDmJH2LK7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubDmJH2LK7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubDmJH2LK7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubDmJH2LK7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubDmJH2LK7 .carousel {
  width: 100%;
}
.cid-ubDmJH2LK7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubDmJH2LK7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubDmJH2LK7 .modal.fade .modal-dialog,
.cid-ubDmJH2LK7 .modal.in .modal-dialog {
  transform: none;
}
.cid-ubDmJH2LK7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubDmJH2LK7 H6 {
  text-align: center;
}
.cid-sFF5Wb1ZQt {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sFF5Wb1ZQt .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #40b0bf;
  margin-left: 1rem;
}
.cid-sFF5Wb1ZQt .panel-group {
  border: none;
}
.cid-sFF5Wb1ZQt .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sFF5Wb1ZQt .panel-body,
.cid-sFF5Wb1ZQt .card-header {
  padding: 1rem 0;
}
.cid-sFF5Wb1ZQt .panel-title-edit {
  color: #000000;
}
.cid-sFF5Wb1ZQt .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sFF5Wb1ZQt H3 {
  color: #6592e6;
}
.cid-sFF3CYc3p7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
