body {
  font-family: 'new_Marcellus-Regular';
}
.display-1 {
  font-family: 'new_Arvo-Regular';
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'new_Arvo-Regular';
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'new_Marcellus-Regular';
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'new_Marcellus-Regular';
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'new_Marcellus-Regular';
  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.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((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: #253c57 !important;
}
.bg-success {
  background-color: #96ceb4 !important;
}
.bg-info {
  background-color: #ffeead !important;
}
.bg-warning {
  background-color: #f8dcdc !important;
}
.bg-danger {
  background-color: #936229 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #253c57 !important;
  border-color: #253c57 !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: #34557b !important;
  border-color: #34557b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #34557b !important;
  border-color: #34557b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d9534f !important;
  border-color: #d9534f !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: #e27c79 !important;
  border-color: #e27c79 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e27c79 !important;
  border-color: #e27c79 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffeead !important;
  border-color: #ffeead !important;
  color: #ad8900 !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: #e0b200 !important;
  background-color: #fff9e0 !important;
  border-color: #fff9e0 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ad8900 !important;
  background-color: #fff9e0 !important;
  border-color: #fff9e0 !important;
}
.btn-success,
.btn-success:active {
  background-color: #96ceb4 !important;
  border-color: #96ceb4 !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: #30684e !important;
  background-color: #b9decd !important;
  border-color: #b9decd !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b9decd !important;
  border-color: #b9decd !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f8dcdc !important;
  border-color: #f8dcdc !important;
  color: #b22323 !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: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #b22323 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #936229 !important;
  border-color: #936229 !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: #bb7d34 !important;
  border-color: #bb7d34 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #bb7d34 !important;
  border-color: #bb7d34 !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: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #253c57;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #34557b !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: #253c57 !important;
  border-color: #253c57 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d9534f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e27c79 !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: #d9534f !important;
  border-color: #d9534f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffeead;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #fff9e0 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ad8900 !important;
  background-color: #ffeead !important;
  border-color: #ffeead !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #96ceb4;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #b9decd !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: #96ceb4 !important;
  border-color: #96ceb4 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f8dcdc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #b22323 !important;
  background-color: #f8dcdc !important;
  border-color: #f8dcdc !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #936229;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #bb7d34 !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: #936229 !important;
  border-color: #936229 !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: #3d3d3d !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: #ffffff !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: #253c57 !important;
}
.text-secondary {
  color: #d9534f !important;
}
.text-success {
  color: #96ceb4 !important;
}
.text-info {
  color: #ffeead !important;
}
.text-warning {
  color: #f8dcdc !important;
}
.text-danger {
  color: #936229 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #070b0f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a02622 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #51ad82 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ffd947 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #e78787 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #432d13 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #253c57;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffeead;
}
.alert-warning {
  background-color: #f8dcdc;
}
.alert-danger {
  background-color: #936229;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #253c57;
  border-color: #253c57;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #253c57;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4b7ab0;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d5a267;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'new_Marcellus-Regular';
  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: #253c57 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'new_Marcellus-Regular';
  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: #253c57;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #253c57;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #253c57;
}
.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: #253c57;
  border-bottom-color: #253c57;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #253c57 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #d9534f !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='%23253c57' %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-sV8vjHZb4A {
  z-index: 1000;
  width: 100%;
  position: relative;
  height: 60px;
}
.cid-sV8vjHZb4A nav.navbar {
  position: fixed;
}
.cid-sV8vjHZb4A .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-sV8vjHZb4A .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sV8vjHZb4A .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sV8vjHZb4A .dropdown-item:hover,
.cid-sV8vjHZb4A .dropdown-item:focus {
  background: #253c57 !important;
  color: white !important;
}
.cid-sV8vjHZb4A .dropdown-item:hover span {
  color: white;
}
.cid-sV8vjHZb4A .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sV8vjHZb4A .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sV8vjHZb4A .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .5em !important;
}
.cid-sV8vjHZb4A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sV8vjHZb4A .nav-link {
  position: relative;
}
.cid-sV8vjHZb4A .nav-link:hover,
.cid-sV8vjHZb4A .nav-link:focus {
  color: #89AEB3 !important;
}
.cid-sV8vjHZb4A .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sV8vjHZb4A .container {
    flex-wrap: nowrap;
  }
}
.cid-sV8vjHZb4A .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sV8vjHZb4A .navbar-caption {
  font-weight: 400;
}
.cid-sV8vjHZb4A .dropdown-menu,
.cid-sV8vjHZb4A .navbar.opened {
  background: #96ceb4 !important;
}
.cid-sV8vjHZb4A .nav-item:focus,
.cid-sV8vjHZb4A .nav-link:focus {
  outline: none;
}
.cid-sV8vjHZb4A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sV8vjHZb4A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sV8vjHZb4A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sV8vjHZb4A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sV8vjHZb4A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sV8vjHZb4A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sV8vjHZb4A .navbar {
  min-height: 63px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #96ceb4;
}
.cid-sV8vjHZb4A .navbar.opened {
  transition: all 0.3s;
}
.cid-sV8vjHZb4A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sV8vjHZb4A .navbar .navbar-logo img {
  width: auto;
}
.cid-sV8vjHZb4A .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sV8vjHZb4A .navbar.collapsed {
  justify-content: center;
}
.cid-sV8vjHZb4A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sV8vjHZb4A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sV8vjHZb4A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-sV8vjHZb4A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sV8vjHZb4A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sV8vjHZb4A .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-sV8vjHZb4A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sV8vjHZb4A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sV8vjHZb4A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sV8vjHZb4A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sV8vjHZb4A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sV8vjHZb4A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sV8vjHZb4A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sV8vjHZb4A .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-sV8vjHZb4A .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-sV8vjHZb4A .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sV8vjHZb4A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sV8vjHZb4A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sV8vjHZb4A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sV8vjHZb4A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sV8vjHZb4A .navbar.navbar-short {
  min-height: 60px;
}
.cid-sV8vjHZb4A .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sV8vjHZb4A .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sV8vjHZb4A .navbar-brand {
  min-height: 63px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sV8vjHZb4A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sV8vjHZb4A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sV8vjHZb4A .dropdown-item.active,
.cid-sV8vjHZb4A .dropdown-item:active {
  background-color: transparent;
}
.cid-sV8vjHZb4A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sV8vjHZb4A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sV8vjHZb4A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sV8vjHZb4A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #96ceb4;
}
.cid-sV8vjHZb4A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sV8vjHZb4A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sV8vjHZb4A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sV8vjHZb4A .navbar-buttons {
  text-align: center;
}
.cid-sV8vjHZb4A .navbar-buttons .btn {
  font-weight: 400;
  margin: 0;
  padding: 6px 12px;
  border-radius: 0 !important;
}
.cid-sV8vjHZb4A .navbar-buttons .btn:hover {
  color: #89AEB3 !important;
}
.cid-sV8vjHZb4A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sV8vjHZb4A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7ffa1;
}
.cid-sV8vjHZb4A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sV8vjHZb4A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sV8vjHZb4A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sV8vjHZb4A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sV8vjHZb4A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sV8vjHZb4A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sV8vjHZb4A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sV8vjHZb4A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sV8vjHZb4A .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sV8vjHZb4A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sV8vjHZb4A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sV8vjHZb4A .icons-menu .iconfont-wrapper {
  padding-right: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sV8vjHZb4A .navbar {
    height: 63px;
  }
  .cid-sV8vjHZb4A .navbar.opened {
    height: auto;
  }
  .cid-sV8vjHZb4A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sV8vjHZb4A .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
}
.cid-tHhr0g4krA {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f7ffa1;
}
.cid-tHhr0g4krA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHhr0g4krA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHhr0g4krA .col-img {
  display: flex;
  flex-direction: column;
}
.cid-tHhr0g4krA .mbr-description {
  color: #e21c21;
}
.cid-tHhr0g4krA .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 700px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tHhr0g4krA .image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
}
.cid-sV8vkg6TO5 {
  overflow: visible !important;
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #f7ffa1;
}
@media (max-width: 1000px) {
  .cid-sV8vkg6TO5 {
    padding-top: 1.5rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  .cid-sV8vkg6TO5 {
    padding-top: 0.9rem;
    padding-bottom: 3rem;
  }
}
.cid-sV8vkg6TO5 .f-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sV8vkg6TO5 .f-row {
    flex-direction: row;
    min-height: 665px;
  }
}
@media (min-width: 992px) {
  .cid-sV8vkg6TO5 .image-wrapper {
    transform: translateX(25%);
    min-width: 770px;
    min-height: 500px;
    max-height: 500px;
  }
}
.cid-sV8vkg6TO5 .image-wrapper img {
  min-height: 100%;
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sV8vkg6TO5 .text {
    min-width: 615px;
    transform: translate(-25%, 20rem);
  }
}
.cid-sV8vkg6TO5 .text-wrapper {
  background: #ffeead;
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-sV8vkg6TO5 .text-wrapper {
    padding: 100px 100px 63px;
  }
}
.cid-sV8vkg6TO5 .mbr-text {
  font-weight: 300;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-sV8vkg6TO5 .display-1 {
    font-size: 65px;
  }
  .cid-sV8vkg6TO5 .display-5 {
    font-size: 29px;
  }
}
.cid-sV8vkg6TO5 .mbr-section-btn {
  background: #ffeead;
  margin-left: 0;
  margin-right: 0;
}
.cid-sV8vkg6TO5 .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 72px;
  padding-right: 80px;
  padding-left: 80px;
  margin: 0;
}
.cid-sV8vkg6TO5 .btn:hover {
  background: #BEE1E6 !important;
  border-color: #BEE1E6 !important;
  color: #18293D !important;
}
.cid-sV8vkg6TO5 .mbr-section-title {
  color: #000000;
}
.cid-sV8vkg6TO5 .mbr-section-subtitle {
  color: #96ceb4;
}
.cid-tHmUILMh7g {
  background-color: #f7ffa1;
}
.cid-tHmUILMh7g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHmUILMh7g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHmUILMh7g a {
  font-weight: bold;
}
.cid-tHmUILMh7g .container-fluid {
  padding: 0;
}
.cid-tHmUILMh7g img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tHmUILMh7g .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tHmUILMh7g .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-tHmUILMh7g .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-tHmUILMh7g .text-wrapper {
    padding: 1rem;
  }
}
.cid-tHmUILMh7g .mbr-text,
.cid-tHmUILMh7g .mbr-section-btn {
  color: #000000;
}
.cid-tHmUILMh7g .mbr-section-title {
  color: #000000;
}
.cid-tHrXZ36ROL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7ffa1;
}
.cid-tHrXZ36ROL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHrXZ36ROL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHrXZ36ROL .col-img {
  display: flex;
  flex-direction: column;
}
.cid-tHrXZ36ROL .mbr-description {
  color: #f3f4ef;
}
.cid-tHrXZ36ROL .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 700px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tHrXZ36ROL .image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
}
.cid-tIGLDAQ34b {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7ffa1;
}
.cid-tIGLDAQ34b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIGLDAQ34b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIGLDAQ34b .col-img {
  display: flex;
  flex-direction: column;
}
.cid-tIGLDAQ34b .mbr-description {
  color: #f3f4ef;
}
.cid-tIGLDAQ34b .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 700px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tIGLDAQ34b .image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
}
.cid-tIpcoRv1SF {
  overflow: visible !important;
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bildschirmfoto-2023-06-27-um-19.08.24-1036x1036.jpg");
}
@media (max-width: 1000px) {
  .cid-tIpcoRv1SF {
    padding-top: 0.5rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-tIpcoRv1SF {
    padding-top: 0.3rem;
    padding-bottom: 0rem;
  }
}
.cid-tIpcoRv1SF .f-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tIpcoRv1SF .f-row {
    flex-direction: row;
    min-height: 665px;
  }
}
@media (min-width: 992px) {
  .cid-tIpcoRv1SF .image-wrapper {
    transform: translateX(25%);
    min-width: 770px;
    min-height: 500px;
    max-height: 500px;
  }
}
.cid-tIpcoRv1SF .image-wrapper img {
  min-height: 100%;
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tIpcoRv1SF .text {
    min-width: 615px;
    transform: translate(-25%, 19rem);
  }
}
.cid-tIpcoRv1SF .text-wrapper {
  background: #ffeead;
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-tIpcoRv1SF .text-wrapper {
    padding: 100px 100px 63px;
  }
}
.cid-tIpcoRv1SF .mbr-text {
  font-weight: 300;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tIpcoRv1SF .display-1 {
    font-size: 65px;
  }
  .cid-tIpcoRv1SF .display-5 {
    font-size: 29px;
  }
}
.cid-tIpcoRv1SF .mbr-section-btn {
  background: #ffeead;
  margin-left: 0;
  margin-right: 0;
}
.cid-tIpcoRv1SF .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 72px;
  padding-right: 80px;
  padding-left: 80px;
  margin: 0;
}
.cid-tIpcoRv1SF .btn:hover {
  background: #BEE1E6 !important;
  border-color: #BEE1E6 !important;
  color: #18293D !important;
}
.cid-tIpcoRv1SF .mbr-section-title {
  color: #000000;
}
.cid-tIpcoRv1SF .mbr-section-subtitle {
  color: #96ceb4;
}
.cid-tHmWD5cuUo {
  background-color: #f7ffa1;
}
.cid-tHmWD5cuUo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHmWD5cuUo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHmWD5cuUo a {
  font-weight: bold;
}
.cid-tHmWD5cuUo .row {
  flex-direction: row-reverse;
}
.cid-tHmWD5cuUo .container-fluid {
  padding: 0;
}
.cid-tHmWD5cuUo img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tHmWD5cuUo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tHmWD5cuUo .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-tHmWD5cuUo .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-tHmWD5cuUo .text-wrapper {
    padding: 1rem;
  }
}
.cid-tHmWD5cuUo .mbr-text,
.cid-tHmWD5cuUo .mbr-section-btn {
  color: #000000;
}
.cid-tHmWD5cuUo .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-t9Lrg531JK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t9Lrg531JK .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.cid-t9Lrg531JK .mbr-section-head {
  background-color: #f7ffa1;
  padding: 1rem 1rem 2rem;
}
.cid-t9Lrg531JK .row {
  flex-direction: row-reverse;
}
.cid-t9Lrg531JK img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t9Lrg531JK .display-1 {
    font-size: 70px;
  }
  .cid-t9Lrg531JK .display-5 {
    font-size: 29px;
  }
  .cid-t9Lrg531JK .display-7 {
    font-size: 22px;
  }
}
.cid-t9Lrg531JK .mbr-section-title {
  text-align: center;
}
.cid-t9Lrg531JK .mbr-section-subtitle {
  text-align: center;
}
.cid-t7qGRiywqm {
  overflow: visible !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7ffa1;
}
.cid-t7qGRiywqm .row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-t7qGRiywqm .row {
    flex-direction: row;
    min-height: 665px;
    margin-bottom: -355px;
  }
}
.cid-t7qGRiywqm .text {
  padding: 0;
  z-index: 2;
  background: #96ceb4;
}
@media (min-width: 992px) {
  .cid-t7qGRiywqm .text {
    width: 663px;
    transform: translateX(-35.3%);
  }
}
@media (min-width: 1400px) {
  .cid-t7qGRiywqm .text {
    transform: translateX(-25%);
  }
}
.cid-t7qGRiywqm .wrapper {
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-t7qGRiywqm .wrapper {
    padding: 95px 127px 50px;
  }
}
.cid-t7qGRiywqm .mbr-text {
  font-weight: 300;
  color: #000000;
}
@media (min-width: 992px) {
  .cid-t7qGRiywqm .display-5 {
    font-size: 29px;
  }
}
.cid-t7qGRiywqm .wrapper-img {
  z-index: 1;
  padding: 0;
}
@media (min-width: 992px) {
  .cid-t7qGRiywqm .wrapper-img {
    width: 690px;
    height: 480px;
    transform: translate(25%, -55%);
  }
}
@media (min-width: 1400px) {
  .cid-t7qGRiywqm .wrapper-img {
    transform: translate(35%, -55%);
  }
}
.cid-t7qGRiywqm .wrapper-img img {
  min-height: 100%;
  max-height: 460px;
  width: 100%;
  object-fit: cover;
}
.cid-t7qGRiywqm .mbr-section-btn {
  background: #96ceb4;
  margin-left: 0;
  margin-right: 0;
}
.cid-t7qGRiywqm .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-width: 269px;
  min-height: 72px;
  padding-right: 80px;
  padding-left: 80px;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-t7qGRiywqm .btn {
    width: 100%;
  }
}
.cid-t7qGRiywqm .btn:hover {
  background: #18293D !important;
  border-color: #18293D !important;
  color: #fff !important;
}
.cid-t7qGRiywqm .text1 {
  padding: 3rem 1rem 5rem;
  background: #ffeead;
}
@media (min-width: 992px) {
  .cid-t7qGRiywqm .text1 {
    padding: 75px 127px 70px;
    width: 663px;
    transform: translate(-5%, -85%);
  }
}
@media (min-width: 1400px) {
  .cid-t7qGRiywqm .text1 {
    transform: translate(-15%, -95%);
  }
}
.cid-t7qGRiywqm .mbr-section-subtitle {
  color: #000000;
}
.cid-t9LqvGVspZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t9LqvGVspZ .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.cid-t9LqvGVspZ .mbr-section-head {
  background-color: #ffeead;
  padding: 1rem 1rem 2rem;
}
.cid-t9LqvGVspZ .row {
  flex-direction: row-reverse;
}
.cid-t9LqvGVspZ img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t9LqvGVspZ .display-1 {
    font-size: 70px;
  }
  .cid-t9LqvGVspZ .display-5 {
    font-size: 29px;
  }
  .cid-t9LqvGVspZ .display-7 {
    font-size: 22px;
  }
}
.cid-t9LqvGVspZ .mbr-section-title {
  text-align: center;
}
.cid-t9LqvGVspZ .mbr-section-subtitle {
  text-align: center;
}
.cid-tHhlJgO4En {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7ffa1;
}
.cid-tHhlJgO4En img,
.cid-tHhlJgO4En .item-img {
  height: 290px;
  object-fit: cover;
  width: 100%;
}
.cid-tHhlJgO4En img:hover,
.cid-tHhlJgO4En .item-img:hover {
  filter: brightness(85%);
}
.cid-tHhlJgO4En .item:focus,
.cid-tHhlJgO4En span:focus {
  outline: none;
}
.cid-tHhlJgO4En .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tHhlJgO4En .item-wrapper {
  position: relative;
  background: #ffeead;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tHhlJgO4En .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tHhlJgO4En .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tHhlJgO4En .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tHhlJgO4En .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tHhlJgO4En .mbr-section-title {
  margin-bottom: 87px;
  text-align: left;
  color: #000000;
}
.cid-tHhlJgO4En .mbr-text,
.cid-tHhlJgO4En .mbr-section-btn {
  text-align: center;
}
.cid-tHhlJgO4En .item-title {
  text-align: center;
  transition: all .5s;
  color: #000000;
}
.cid-tHhlJgO4En .item-subtitle {
  text-align: center;
}
.cid-tHhlJgO4En .btn {
  color: #18293D !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  margin: 0;
  padding: 8px 16px;
}
@media (min-width: 992px) {
  .cid-tHhlJgO4En .display-1 {
    font-size: 65px;
  }
  .cid-tHhlJgO4En .display-5 {
    font-size: 29px;
  }
  .cid-tHhlJgO4En .display-7 {
    font-size: 24px;
  }
}
.cid-tHnkLQfdzT {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f7ffa1;
}
.cid-tHnkLQfdzT img,
.cid-tHnkLQfdzT .item-img {
  height: 290px;
  object-fit: cover;
  width: 100%;
}
.cid-tHnkLQfdzT img:hover,
.cid-tHnkLQfdzT .item-img:hover {
  filter: brightness(85%);
}
.cid-tHnkLQfdzT .item:focus,
.cid-tHnkLQfdzT span:focus {
  outline: none;
}
.cid-tHnkLQfdzT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tHnkLQfdzT .item-wrapper {
  position: relative;
  background: #ffeead;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tHnkLQfdzT .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tHnkLQfdzT .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tHnkLQfdzT .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tHnkLQfdzT .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tHnkLQfdzT .mbr-section-title {
  margin-bottom: 87px;
}
.cid-tHnkLQfdzT .mbr-text,
.cid-tHnkLQfdzT .mbr-section-btn {
  text-align: center;
}
.cid-tHnkLQfdzT .item-title {
  text-align: center;
  transition: all .5s;
  color: #000000;
}
.cid-tHnkLQfdzT .item-subtitle {
  text-align: center;
}
.cid-tHnkLQfdzT .btn {
  color: #18293D !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  margin: 0;
  padding: 8px 16px;
}
@media (min-width: 992px) {
  .cid-tHnkLQfdzT .display-1 {
    font-size: 65px;
  }
  .cid-tHnkLQfdzT .display-5 {
    font-size: 29px;
  }
  .cid-tHnkLQfdzT .display-7 {
    font-size: 24px;
  }
}
.cid-tI1jXJPKE0 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f7ffa1;
}
.cid-tI1jXJPKE0 img,
.cid-tI1jXJPKE0 .item-img {
  height: 290px;
  object-fit: cover;
  width: 100%;
}
.cid-tI1jXJPKE0 img:hover,
.cid-tI1jXJPKE0 .item-img:hover {
  filter: brightness(85%);
}
.cid-tI1jXJPKE0 .item:focus,
.cid-tI1jXJPKE0 span:focus {
  outline: none;
}
.cid-tI1jXJPKE0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tI1jXJPKE0 .item-wrapper {
  position: relative;
  background: #ffeead;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tI1jXJPKE0 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tI1jXJPKE0 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tI1jXJPKE0 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tI1jXJPKE0 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tI1jXJPKE0 .mbr-section-title {
  margin-bottom: 87px;
}
.cid-tI1jXJPKE0 .mbr-text,
.cid-tI1jXJPKE0 .mbr-section-btn {
  text-align: center;
}
.cid-tI1jXJPKE0 .item-title {
  text-align: center;
  transition: all .5s;
  color: #000000;
}
.cid-tI1jXJPKE0 .item-subtitle {
  text-align: center;
}
.cid-tI1jXJPKE0 .btn {
  color: #18293D !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  margin: 0;
  padding: 8px 16px;
}
@media (min-width: 992px) {
  .cid-tI1jXJPKE0 .display-1 {
    font-size: 65px;
  }
  .cid-tI1jXJPKE0 .display-5 {
    font-size: 29px;
  }
  .cid-tI1jXJPKE0 .display-7 {
    font-size: 24px;
  }
}
.cid-tHnmTizcdl {
  overflow: visible !important;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f7ffa1;
}
.cid-tHnmTizcdl .wrapper {
  background: #ffeead;
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-tHnmTizcdl .wrapper {
    padding: 85px 160px 130px 85px;
    width: 720px;
    transform: translateX(15%);
  }
}
@media (min-width: 1400px) {
  .cid-tHnmTizcdl .wrapper {
    transform: translateX(30%);
  }
}
.cid-tHnmTizcdl .mbr-text {
  font-weight: 300;
}
@media (min-width: 992px) {
  .cid-tHnmTizcdl .display-5 {
    font-size: 29px;
  }
}
.cid-tI1Rhgh6gp {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f7ffa1;
}
.cid-tI1Rhgh6gp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tI1Rhgh6gp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tI1Rhgh6gp .col-img {
  display: flex;
  flex-direction: column;
}
.cid-tI1Rhgh6gp .mbr-description {
  color: #f3f4ef;
}
.cid-tI1Rhgh6gp .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 700px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tI1Rhgh6gp .image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
}
.cid-tI1MIxzkxv {
  overflow: visible !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7ffa1;
}
.cid-tI1MIxzkxv .wrapper {
  background: #ffeead;
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-tI1MIxzkxv .wrapper {
    padding: 85px 160px 130px 85px;
    width: 720px;
    transform: translateX(15%);
  }
}
@media (min-width: 1400px) {
  .cid-tI1MIxzkxv .wrapper {
    transform: translateX(30%);
  }
}
.cid-tI1MIxzkxv .mbr-text {
  font-weight: 300;
}
@media (min-width: 992px) {
  .cid-tI1MIxzkxv .display-5 {
    font-size: 29px;
  }
}
.cid-tHs2Dv3fsg {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/people-2601669.jpg");
  position: relative;
}
.cid-tHs2Dv3fsg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHs2Dv3fsg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHs2Dv3fsg .text-wrapper {
  width: 100%;
}
.cid-tHs2Dv3fsg .mbr-section-title {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-tHs2Dv3fsg .mbr-section-title {
    text-align: left !important;
  }
}
.cid-tHs2Dv3fsg .mbr-text {
  color: #FFFFFF;
  margin-right: auto;
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .cid-tHs2Dv3fsg .mbr-text {
    text-align: left !important;
  }
}
.cid-tHs2Dv3fsg .mbr-section-btn {
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .cid-tHs2Dv3fsg .mbr-section-btn {
    text-align: left !important;
  }
}
.cid-tHs2Dv3fsg .custom-section-btn .btn {
  padding: 2.5vw 5vw;
}
@media (max-width: 991px) {
  .cid-tHs2Dv3fsg .custom-section-btn .btn {
    padding: 24px 42px;
  }
}
.cid-tHs2Dv3fsg .custom-section-btn .btn-primary {
  border: 1px solid #FFFFFF !important;
}
.cid-tHs2Dv3fsg .custom-section-btn .btn-primary:hover {
  border: 1px solid #FFFFFF !important;
}
.cid-tHhhG1y7mf .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #ffeead;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-tHhhG1y7mf .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #f7ffa1;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-tHhhG1y7mf .img-bg {
    display: none;
  }
}
.cid-tHhhG1y7mf .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-tHhhG1y7mf .container {
    padding: 0 !important;
  }
}
.cid-tHhhG1y7mf .row {
  width: 100%;
  align-items: center;
}
.cid-tHhhG1y7mf .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tHhhG1y7mf .content-container {
    padding-top: 0;
    background-color: #ffeead;
  }
}
@media (max-width: 991px) {
  .cid-tHhhG1y7mf .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #f7ffa1;
  }
}
.cid-tHhhG1y7mf .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tHhhG1y7mf .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-tHhhG1y7mf .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-tHhhG1y7mf .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tHhhG1y7mf .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tHhhG1y7mf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHhhG1y7mf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHhhG1y7mf .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tHhhG1y7mf .brand-text {
    margin-top: 45px;
  }
}
.cid-tHhhG1y7mf .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-tHhhG1y7mf .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-tHhhG1y7mf .mbr-iconfont {
  font-size: 16px;
  color: #96ceb4;
}
.cid-tHhhG1y7mf .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-tHhhG1y7mf .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tHhhG1y7mf .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #96ceb4 !important;
}
@media (max-width: 991px) {
  .cid-tHhhG1y7mf .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-tHhhG1y7mf .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-tHhhG1y7mf .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-tHhhG1y7mf .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-tHhhG1y7mf .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-tHhhG1y7mf .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-tHhhG1y7mf .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-tHhhG1y7mf .col-link3 {
    padding-left: 0;
  }
}
.cid-tHhhG1y7mf .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #000000;
}
.cid-tHhhG1y7mf .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tHhhG1y7mf .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tHhhG1y7mf .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #ffeead;
}
.cid-tHhhG1y7mf .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-tHhhG1y7mf .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-tHhhG1y7mf .copyright {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tHhhG1y7mf .copyright {
    text-align: center !important;
  }
}
.cid-tHt6Cpeco7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  height: 60px;
}
.cid-tHt6Cpeco7 nav.navbar {
  position: fixed;
}
.cid-tHt6Cpeco7 .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-tHt6Cpeco7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tHt6Cpeco7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tHt6Cpeco7 .dropdown-item:hover,
.cid-tHt6Cpeco7 .dropdown-item:focus {
  background: #253c57 !important;
  color: white !important;
}
.cid-tHt6Cpeco7 .dropdown-item:hover span {
  color: white;
}
.cid-tHt6Cpeco7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tHt6Cpeco7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tHt6Cpeco7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .5em !important;
}
.cid-tHt6Cpeco7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tHt6Cpeco7 .nav-link {
  position: relative;
}
.cid-tHt6Cpeco7 .nav-link:hover,
.cid-tHt6Cpeco7 .nav-link:focus {
  color: #89AEB3 !important;
}
.cid-tHt6Cpeco7 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tHt6Cpeco7 .container {
    flex-wrap: nowrap;
  }
}
.cid-tHt6Cpeco7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tHt6Cpeco7 .navbar-caption {
  font-weight: 400;
}
.cid-tHt6Cpeco7 .dropdown-menu,
.cid-tHt6Cpeco7 .navbar.opened {
  background: #96ceb4 !important;
}
.cid-tHt6Cpeco7 .nav-item:focus,
.cid-tHt6Cpeco7 .nav-link:focus {
  outline: none;
}
.cid-tHt6Cpeco7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tHt6Cpeco7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHt6Cpeco7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tHt6Cpeco7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHt6Cpeco7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tHt6Cpeco7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tHt6Cpeco7 .navbar {
  min-height: 63px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #96ceb4;
}
.cid-tHt6Cpeco7 .navbar.opened {
  transition: all 0.3s;
}
.cid-tHt6Cpeco7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tHt6Cpeco7 .navbar .navbar-logo img {
  width: auto;
}
.cid-tHt6Cpeco7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHt6Cpeco7 .navbar.collapsed {
  justify-content: center;
}
.cid-tHt6Cpeco7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tHt6Cpeco7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHt6Cpeco7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tHt6Cpeco7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHt6Cpeco7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHt6Cpeco7 .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-tHt6Cpeco7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHt6Cpeco7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tHt6Cpeco7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tHt6Cpeco7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHt6Cpeco7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHt6Cpeco7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHt6Cpeco7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHt6Cpeco7 .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-tHt6Cpeco7 .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-tHt6Cpeco7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHt6Cpeco7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHt6Cpeco7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tHt6Cpeco7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tHt6Cpeco7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tHt6Cpeco7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tHt6Cpeco7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tHt6Cpeco7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tHt6Cpeco7 .navbar-brand {
  min-height: 63px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tHt6Cpeco7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHt6Cpeco7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHt6Cpeco7 .dropdown-item.active,
.cid-tHt6Cpeco7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tHt6Cpeco7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHt6Cpeco7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHt6Cpeco7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHt6Cpeco7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #96ceb4;
}
.cid-tHt6Cpeco7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHt6Cpeco7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHt6Cpeco7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tHt6Cpeco7 .navbar-buttons {
  text-align: center;
}
.cid-tHt6Cpeco7 .navbar-buttons .btn {
  font-weight: 400;
  margin: 0;
  padding: 6px 12px;
  border-radius: 0 !important;
}
.cid-tHt6Cpeco7 .navbar-buttons .btn:hover {
  color: #89AEB3 !important;
}
.cid-tHt6Cpeco7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tHt6Cpeco7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7ffa1;
}
.cid-tHt6Cpeco7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tHt6Cpeco7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHt6Cpeco7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHt6Cpeco7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tHt6Cpeco7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHt6Cpeco7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tHt6Cpeco7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tHt6Cpeco7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHt6Cpeco7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tHt6Cpeco7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tHt6Cpeco7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tHt6Cpeco7 .icons-menu .iconfont-wrapper {
  padding-right: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tHt6Cpeco7 .navbar {
    height: 63px;
  }
  .cid-tHt6Cpeco7 .navbar.opened {
    height: auto;
  }
  .cid-tHt6Cpeco7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHt6Cpeco7 .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
}
.cid-tHt6Cr4jX5 {
  background-color: #f7ffa1;
}
.cid-tHt6Cr4jX5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHt6Cr4jX5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHt6Cr4jX5 a {
  font-weight: bold;
}
.cid-tHt6Cr4jX5 .row {
  flex-direction: row-reverse;
}
.cid-tHt6Cr4jX5 .container-fluid {
  padding: 0;
}
.cid-tHt6Cr4jX5 img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tHt6Cr4jX5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tHt6Cr4jX5 .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-tHt6Cr4jX5 .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-tHt6Cr4jX5 .text-wrapper {
    padding: 1rem;
  }
}
.cid-tHt6Cr4jX5 .mbr-text,
.cid-tHt6Cr4jX5 .mbr-section-btn {
  color: #000000;
}
.cid-tHt6Cr4jX5 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tHvsYOfivx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cae5af;
}
.cid-tHvsYOfivx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHvsYOfivx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHvsYOfivx .col-img {
  display: flex;
  flex-direction: column;
}
.cid-tHvsYOfivx .mbr-description {
  color: #f3f4ef;
}
.cid-tHvsYOfivx .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 700px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tHvsYOfivx .image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
}
.cid-tHt87j6zEY {
  background-color: #f7ffa1;
}
.cid-tHt87j6zEY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHt87j6zEY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHt87j6zEY a {
  font-weight: bold;
}
.cid-tHt87j6zEY .container-fluid {
  padding: 0;
}
.cid-tHt87j6zEY img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tHt87j6zEY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tHt87j6zEY .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-tHt87j6zEY .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-tHt87j6zEY .text-wrapper {
    padding: 1rem;
  }
}
.cid-tHt87j6zEY .mbr-text,
.cid-tHt87j6zEY .mbr-section-btn {
  color: #000000;
}
.cid-tHt87j6zEY .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tI1WnnivLi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cae5af;
}
.cid-tI1WnnivLi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tI1WnnivLi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tI1WnnivLi .col-img {
  display: flex;
  flex-direction: column;
}
.cid-tI1WnnivLi .mbr-description {
  color: #f3f4ef;
}
.cid-tI1WnnivLi .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 700px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tI1WnnivLi .image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
}
.cid-tI1o8Jdvxa {
  background-color: #f7ffa1;
}
.cid-tI1o8Jdvxa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tI1o8Jdvxa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tI1o8Jdvxa a {
  font-weight: bold;
}
.cid-tI1o8Jdvxa .row {
  flex-direction: row-reverse;
}
.cid-tI1o8Jdvxa .container-fluid {
  padding: 0;
}
.cid-tI1o8Jdvxa img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tI1o8Jdvxa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tI1o8Jdvxa .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-tI1o8Jdvxa .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-tI1o8Jdvxa .text-wrapper {
    padding: 1rem;
  }
}
.cid-tI1o8Jdvxa .mbr-text,
.cid-tI1o8Jdvxa .mbr-section-btn {
  color: #000000;
}
.cid-tI1o8Jdvxa .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tI1WrsNIDZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cae5af;
}
.cid-tI1WrsNIDZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tI1WrsNIDZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tI1WrsNIDZ .col-img {
  display: flex;
  flex-direction: column;
}
.cid-tI1WrsNIDZ .mbr-description {
  color: #f3f4ef;
}
.cid-tI1WrsNIDZ .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 700px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tI1WrsNIDZ .image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
}
.cid-tI1o9N1Z3z {
  background-color: #f7ffa1;
}
.cid-tI1o9N1Z3z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tI1o9N1Z3z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tI1o9N1Z3z a {
  font-weight: bold;
}
.cid-tI1o9N1Z3z .container-fluid {
  padding: 0;
}
.cid-tI1o9N1Z3z img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tI1o9N1Z3z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tI1o9N1Z3z .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-tI1o9N1Z3z .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-tI1o9N1Z3z .text-wrapper {
    padding: 1rem;
  }
}
.cid-tI1o9N1Z3z .mbr-text,
.cid-tI1o9N1Z3z .mbr-section-btn {
  color: #000000;
}
.cid-tI1o9N1Z3z .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tI1WoRWEdp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cae5af;
}
.cid-tI1WoRWEdp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tI1WoRWEdp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tI1WoRWEdp .col-img {
  display: flex;
  flex-direction: column;
}
.cid-tI1WoRWEdp .mbr-description {
  color: #f3f4ef;
}
.cid-tI1WoRWEdp .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 700px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tI1WoRWEdp .image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
}
.cid-tI1oaKxwmw {
  background-color: #f7ffa1;
}
.cid-tI1oaKxwmw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tI1oaKxwmw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tI1oaKxwmw a {
  font-weight: bold;
}
.cid-tI1oaKxwmw .row {
  flex-direction: row-reverse;
}
.cid-tI1oaKxwmw .container-fluid {
  padding: 0;
}
.cid-tI1oaKxwmw img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tI1oaKxwmw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tI1oaKxwmw .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-tI1oaKxwmw .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-tI1oaKxwmw .text-wrapper {
    padding: 1rem;
  }
}
.cid-tI1oaKxwmw .mbr-text,
.cid-tI1oaKxwmw .mbr-section-btn {
  color: #000000;
}
.cid-tI1oaKxwmw .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tI1WxTJwvr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cae5af;
}
.cid-tI1WxTJwvr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tI1WxTJwvr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tI1WxTJwvr .col-img {
  display: flex;
  flex-direction: column;
}
.cid-tI1WxTJwvr .mbr-description {
  color: #f3f4ef;
}
.cid-tI1WxTJwvr .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 700px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tI1WxTJwvr .image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
}
.cid-tI1obv0eqm {
  background-color: #f7ffa1;
}
.cid-tI1obv0eqm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tI1obv0eqm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tI1obv0eqm a {
  font-weight: bold;
}
.cid-tI1obv0eqm .container-fluid {
  padding: 0;
}
.cid-tI1obv0eqm img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tI1obv0eqm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tI1obv0eqm .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-tI1obv0eqm .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-tI1obv0eqm .text-wrapper {
    padding: 1rem;
  }
}
.cid-tI1obv0eqm .mbr-text,
.cid-tI1obv0eqm .mbr-section-btn {
  color: #000000;
}
.cid-tI1obv0eqm .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tI1WyXg5D3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cae5af;
}
.cid-tI1WyXg5D3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tI1WyXg5D3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tI1WyXg5D3 .col-img {
  display: flex;
  flex-direction: column;
}
.cid-tI1WyXg5D3 .mbr-description {
  color: #f3f4ef;
}
.cid-tI1WyXg5D3 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 700px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tI1WyXg5D3 .image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
}
.cid-tI1odghLm5 {
  background-color: #f7ffa1;
}
.cid-tI1odghLm5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tI1odghLm5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tI1odghLm5 a {
  font-weight: bold;
}
.cid-tI1odghLm5 .row {
  flex-direction: row-reverse;
}
.cid-tI1odghLm5 .container-fluid {
  padding: 0;
}
.cid-tI1odghLm5 img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tI1odghLm5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tI1odghLm5 .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-tI1odghLm5 .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-tI1odghLm5 .text-wrapper {
    padding: 1rem;
  }
}
.cid-tI1odghLm5 .mbr-text,
.cid-tI1odghLm5 .mbr-section-btn {
  color: #000000;
}
.cid-tI1odghLm5 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tI1WA9p2cb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cae5af;
}
.cid-tI1WA9p2cb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tI1WA9p2cb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tI1WA9p2cb .col-img {
  display: flex;
  flex-direction: column;
}
.cid-tI1WA9p2cb .mbr-description {
  color: #f3f4ef;
}
.cid-tI1WA9p2cb .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 700px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tI1WA9p2cb .image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
}
.cid-tI1odYYTSs {
  background-color: #f7ffa1;
}
.cid-tI1odYYTSs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tI1odYYTSs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tI1odYYTSs a {
  font-weight: bold;
}
.cid-tI1odYYTSs .container-fluid {
  padding: 0;
}
.cid-tI1odYYTSs img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tI1odYYTSs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tI1odYYTSs .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-tI1odYYTSs .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-tI1odYYTSs .text-wrapper {
    padding: 1rem;
  }
}
.cid-tI1odYYTSs .mbr-text,
.cid-tI1odYYTSs .mbr-section-btn {
  color: #000000;
}
.cid-tI1odYYTSs .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tI1WBPsoPl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cae5af;
}
.cid-tI1WBPsoPl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tI1WBPsoPl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tI1WBPsoPl .col-img {
  display: flex;
  flex-direction: column;
}
.cid-tI1WBPsoPl .mbr-description {
  color: #f3f4ef;
}
.cid-tI1WBPsoPl .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 700px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tI1WBPsoPl .image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
}
.cid-tHt6CudxwF {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/people-2601669.jpg");
  position: relative;
}
.cid-tHt6CudxwF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHt6CudxwF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHt6CudxwF .text-wrapper {
  width: 100%;
}
.cid-tHt6CudxwF .mbr-section-title {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-tHt6CudxwF .mbr-section-title {
    text-align: left !important;
  }
}
.cid-tHt6CudxwF .mbr-text {
  color: #FFFFFF;
  margin-right: auto;
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .cid-tHt6CudxwF .mbr-text {
    text-align: left !important;
  }
}
.cid-tHt6CudxwF .mbr-section-btn {
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .cid-tHt6CudxwF .mbr-section-btn {
    text-align: left !important;
  }
}
.cid-tHt6CudxwF .custom-section-btn .btn {
  padding: 2.5vw 5vw;
}
@media (max-width: 991px) {
  .cid-tHt6CudxwF .custom-section-btn .btn {
    padding: 24px 42px;
  }
}
.cid-tHt6CudxwF .custom-section-btn .btn-primary {
  border: 1px solid #FFFFFF !important;
}
.cid-tHt6CudxwF .custom-section-btn .btn-primary:hover {
  border: 1px solid #FFFFFF !important;
}
.cid-tHt6CuzMzv .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #ffeead;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-tHt6CuzMzv .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #f7ffa1;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-tHt6CuzMzv .img-bg {
    display: none;
  }
}
.cid-tHt6CuzMzv .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-tHt6CuzMzv .container {
    padding: 0 !important;
  }
}
.cid-tHt6CuzMzv .row {
  width: 100%;
  align-items: center;
}
.cid-tHt6CuzMzv .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tHt6CuzMzv .content-container {
    padding-top: 0;
    background-color: #ffeead;
  }
}
@media (max-width: 991px) {
  .cid-tHt6CuzMzv .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #f7ffa1;
  }
}
.cid-tHt6CuzMzv .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tHt6CuzMzv .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-tHt6CuzMzv .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-tHt6CuzMzv .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tHt6CuzMzv .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tHt6CuzMzv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHt6CuzMzv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHt6CuzMzv .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tHt6CuzMzv .brand-text {
    margin-top: 45px;
  }
}
.cid-tHt6CuzMzv .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-tHt6CuzMzv .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-tHt6CuzMzv .mbr-iconfont {
  font-size: 16px;
  color: #96ceb4;
}
.cid-tHt6CuzMzv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-tHt6CuzMzv .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tHt6CuzMzv .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #96ceb4 !important;
}
@media (max-width: 991px) {
  .cid-tHt6CuzMzv .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-tHt6CuzMzv .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-tHt6CuzMzv .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-tHt6CuzMzv .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-tHt6CuzMzv .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-tHt6CuzMzv .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-tHt6CuzMzv .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-tHt6CuzMzv .col-link3 {
    padding-left: 0;
  }
}
.cid-tHt6CuzMzv .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #000000;
}
.cid-tHt6CuzMzv .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tHt6CuzMzv .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tHt6CuzMzv .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #ffeead;
}
.cid-tHt6CuzMzv .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-tHt6CuzMzv .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-tHt6CuzMzv .copyright {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tHt6CuzMzv .copyright {
    text-align: center !important;
  }
}
.cid-sV8vjHZb4A {
  z-index: 1000;
  width: 100%;
  position: relative;
  height: 60px;
}
.cid-sV8vjHZb4A nav.navbar {
  position: fixed;
}
.cid-sV8vjHZb4A .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-sV8vjHZb4A .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sV8vjHZb4A .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sV8vjHZb4A .dropdown-item:hover,
.cid-sV8vjHZb4A .dropdown-item:focus {
  background: #253c57 !important;
  color: white !important;
}
.cid-sV8vjHZb4A .dropdown-item:hover span {
  color: white;
}
.cid-sV8vjHZb4A .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sV8vjHZb4A .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sV8vjHZb4A .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .5em !important;
}
.cid-sV8vjHZb4A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sV8vjHZb4A .nav-link {
  position: relative;
}
.cid-sV8vjHZb4A .nav-link:hover,
.cid-sV8vjHZb4A .nav-link:focus {
  color: #89AEB3 !important;
}
.cid-sV8vjHZb4A .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sV8vjHZb4A .container {
    flex-wrap: nowrap;
  }
}
.cid-sV8vjHZb4A .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sV8vjHZb4A .navbar-caption {
  font-weight: 400;
}
.cid-sV8vjHZb4A .dropdown-menu,
.cid-sV8vjHZb4A .navbar.opened {
  background: #96ceb4 !important;
}
.cid-sV8vjHZb4A .nav-item:focus,
.cid-sV8vjHZb4A .nav-link:focus {
  outline: none;
}
.cid-sV8vjHZb4A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sV8vjHZb4A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sV8vjHZb4A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sV8vjHZb4A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sV8vjHZb4A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sV8vjHZb4A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sV8vjHZb4A .navbar {
  min-height: 63px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #96ceb4;
}
.cid-sV8vjHZb4A .navbar.opened {
  transition: all 0.3s;
}
.cid-sV8vjHZb4A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sV8vjHZb4A .navbar .navbar-logo img {
  width: auto;
}
.cid-sV8vjHZb4A .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sV8vjHZb4A .navbar.collapsed {
  justify-content: center;
}
.cid-sV8vjHZb4A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sV8vjHZb4A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sV8vjHZb4A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-sV8vjHZb4A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sV8vjHZb4A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sV8vjHZb4A .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-sV8vjHZb4A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sV8vjHZb4A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sV8vjHZb4A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sV8vjHZb4A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sV8vjHZb4A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sV8vjHZb4A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sV8vjHZb4A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sV8vjHZb4A .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-sV8vjHZb4A .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-sV8vjHZb4A .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sV8vjHZb4A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sV8vjHZb4A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sV8vjHZb4A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sV8vjHZb4A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sV8vjHZb4A .navbar.navbar-short {
  min-height: 60px;
}
.cid-sV8vjHZb4A .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sV8vjHZb4A .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sV8vjHZb4A .navbar-brand {
  min-height: 63px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sV8vjHZb4A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sV8vjHZb4A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sV8vjHZb4A .dropdown-item.active,
.cid-sV8vjHZb4A .dropdown-item:active {
  background-color: transparent;
}
.cid-sV8vjHZb4A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sV8vjHZb4A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sV8vjHZb4A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sV8vjHZb4A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #96ceb4;
}
.cid-sV8vjHZb4A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sV8vjHZb4A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sV8vjHZb4A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sV8vjHZb4A .navbar-buttons {
  text-align: center;
}
.cid-sV8vjHZb4A .navbar-buttons .btn {
  font-weight: 400;
  margin: 0;
  padding: 6px 12px;
  border-radius: 0 !important;
}
.cid-sV8vjHZb4A .navbar-buttons .btn:hover {
  color: #89AEB3 !important;
}
.cid-sV8vjHZb4A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sV8vjHZb4A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7ffa1;
}
.cid-sV8vjHZb4A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sV8vjHZb4A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sV8vjHZb4A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sV8vjHZb4A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sV8vjHZb4A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sV8vjHZb4A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sV8vjHZb4A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sV8vjHZb4A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sV8vjHZb4A .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sV8vjHZb4A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sV8vjHZb4A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sV8vjHZb4A .icons-menu .iconfont-wrapper {
  padding-right: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sV8vjHZb4A .navbar {
    height: 63px;
  }
  .cid-sV8vjHZb4A .navbar.opened {
    height: auto;
  }
  .cid-sV8vjHZb4A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sV8vjHZb4A .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
}
.cid-tI24I5lGdX {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-635x420.jpg");
}
.cid-tI24I5lGdX .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-tI24I5lGdX .main .mbr-section-btn {
  text-align: right;
}
.cid-tI24I5lGdX .btn {
  margin: 0 0 .5rem 0;
}
.cid-tI24I5lGdX DIV {
  text-align: left;
}
.cid-tI24I5lGdX H2 {
  text-align: left;
  color: #ffffff;
}
.cid-tI24I5lGdX H3 {
  text-align: left;
  color: #ffffff;
}
.cid-tHhhG1y7mf .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #ffeead;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-tHhhG1y7mf .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #f7ffa1;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-tHhhG1y7mf .img-bg {
    display: none;
  }
}
.cid-tHhhG1y7mf .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-tHhhG1y7mf .container {
    padding: 0 !important;
  }
}
.cid-tHhhG1y7mf .row {
  width: 100%;
  align-items: center;
}
.cid-tHhhG1y7mf .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tHhhG1y7mf .content-container {
    padding-top: 0;
    background-color: #ffeead;
  }
}
@media (max-width: 991px) {
  .cid-tHhhG1y7mf .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #f7ffa1;
  }
}
.cid-tHhhG1y7mf .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tHhhG1y7mf .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-tHhhG1y7mf .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-tHhhG1y7mf .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tHhhG1y7mf .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tHhhG1y7mf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHhhG1y7mf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHhhG1y7mf .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tHhhG1y7mf .brand-text {
    margin-top: 45px;
  }
}
.cid-tHhhG1y7mf .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-tHhhG1y7mf .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-tHhhG1y7mf .mbr-iconfont {
  font-size: 16px;
  color: #96ceb4;
}
.cid-tHhhG1y7mf .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-tHhhG1y7mf .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tHhhG1y7mf .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #96ceb4 !important;
}
@media (max-width: 991px) {
  .cid-tHhhG1y7mf .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-tHhhG1y7mf .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-tHhhG1y7mf .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-tHhhG1y7mf .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-tHhhG1y7mf .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-tHhhG1y7mf .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-tHhhG1y7mf .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-tHhhG1y7mf .col-link3 {
    padding-left: 0;
  }
}
.cid-tHhhG1y7mf .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #000000;
}
.cid-tHhhG1y7mf .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tHhhG1y7mf .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tHhhG1y7mf .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #ffeead;
}
.cid-tHhhG1y7mf .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-tHhhG1y7mf .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-tHhhG1y7mf .copyright {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tHhhG1y7mf .copyright {
    text-align: center !important;
  }
}
.cid-tI26EqRMB4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  height: 60px;
}
.cid-tI26EqRMB4 nav.navbar {
  position: fixed;
}
.cid-tI26EqRMB4 .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-tI26EqRMB4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tI26EqRMB4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tI26EqRMB4 .dropdown-item:hover,
.cid-tI26EqRMB4 .dropdown-item:focus {
  background: #253c57 !important;
  color: white !important;
}
.cid-tI26EqRMB4 .dropdown-item:hover span {
  color: white;
}
.cid-tI26EqRMB4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tI26EqRMB4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tI26EqRMB4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .5em !important;
}
.cid-tI26EqRMB4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tI26EqRMB4 .nav-link {
  position: relative;
}
.cid-tI26EqRMB4 .nav-link:hover,
.cid-tI26EqRMB4 .nav-link:focus {
  color: #89AEB3 !important;
}
.cid-tI26EqRMB4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tI26EqRMB4 .container {
    flex-wrap: nowrap;
  }
}
.cid-tI26EqRMB4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tI26EqRMB4 .navbar-caption {
  font-weight: 400;
}
.cid-tI26EqRMB4 .dropdown-menu,
.cid-tI26EqRMB4 .navbar.opened {
  background: #96ceb4 !important;
}
.cid-tI26EqRMB4 .nav-item:focus,
.cid-tI26EqRMB4 .nav-link:focus {
  outline: none;
}
.cid-tI26EqRMB4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tI26EqRMB4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tI26EqRMB4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tI26EqRMB4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tI26EqRMB4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tI26EqRMB4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tI26EqRMB4 .navbar {
  min-height: 63px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #96ceb4;
}
.cid-tI26EqRMB4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tI26EqRMB4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tI26EqRMB4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tI26EqRMB4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tI26EqRMB4 .navbar.collapsed {
  justify-content: center;
}
.cid-tI26EqRMB4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tI26EqRMB4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tI26EqRMB4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tI26EqRMB4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tI26EqRMB4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tI26EqRMB4 .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-tI26EqRMB4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tI26EqRMB4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tI26EqRMB4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tI26EqRMB4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tI26EqRMB4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tI26EqRMB4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tI26EqRMB4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tI26EqRMB4 .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-tI26EqRMB4 .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-tI26EqRMB4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tI26EqRMB4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tI26EqRMB4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tI26EqRMB4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tI26EqRMB4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tI26EqRMB4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tI26EqRMB4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tI26EqRMB4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tI26EqRMB4 .navbar-brand {
  min-height: 63px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tI26EqRMB4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tI26EqRMB4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tI26EqRMB4 .dropdown-item.active,
.cid-tI26EqRMB4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tI26EqRMB4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tI26EqRMB4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tI26EqRMB4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tI26EqRMB4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #96ceb4;
}
.cid-tI26EqRMB4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tI26EqRMB4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tI26EqRMB4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tI26EqRMB4 .navbar-buttons {
  text-align: center;
}
.cid-tI26EqRMB4 .navbar-buttons .btn {
  font-weight: 400;
  margin: 0;
  padding: 6px 12px;
  border-radius: 0 !important;
}
.cid-tI26EqRMB4 .navbar-buttons .btn:hover {
  color: #89AEB3 !important;
}
.cid-tI26EqRMB4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tI26EqRMB4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7ffa1;
}
.cid-tI26EqRMB4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tI26EqRMB4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tI26EqRMB4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tI26EqRMB4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tI26EqRMB4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tI26EqRMB4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tI26EqRMB4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tI26EqRMB4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tI26EqRMB4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tI26EqRMB4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tI26EqRMB4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tI26EqRMB4 .icons-menu .iconfont-wrapper {
  padding-right: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tI26EqRMB4 .navbar {
    height: 63px;
  }
  .cid-tI26EqRMB4 .navbar.opened {
    height: auto;
  }
  .cid-tI26EqRMB4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tI26EqRMB4 .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
}
.cid-tI26Eroytl {
  padding-top: 120px;
  padding-bottom: 120px;
  background: linear-gradient(45deg, #f7ffa1, #f7ffa1);
}
.cid-tI26Eroytl .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-tI26Eroytl .main .mbr-section-btn {
  text-align: right;
}
.cid-tI26Eroytl .btn {
  margin: 0 0 .5rem 0;
}
.cid-tI26Eroytl DIV {
  text-align: left;
}
.cid-tI26Eroytl H2 {
  text-align: left;
  color: #000000;
}
.cid-tI26Eroytl H3 {
  text-align: left;
  color: #000000;
}
.cid-tI26ErJetg .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #ffeead;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-tI26ErJetg .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #f7ffa1;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-tI26ErJetg .img-bg {
    display: none;
  }
}
.cid-tI26ErJetg .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-tI26ErJetg .container {
    padding: 0 !important;
  }
}
.cid-tI26ErJetg .row {
  width: 100%;
  align-items: center;
}
.cid-tI26ErJetg .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tI26ErJetg .content-container {
    padding-top: 0;
    background-color: #ffeead;
  }
}
@media (max-width: 991px) {
  .cid-tI26ErJetg .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #f7ffa1;
  }
}
.cid-tI26ErJetg .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tI26ErJetg .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-tI26ErJetg .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-tI26ErJetg .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tI26ErJetg .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tI26ErJetg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tI26ErJetg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tI26ErJetg .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tI26ErJetg .brand-text {
    margin-top: 45px;
  }
}
.cid-tI26ErJetg .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-tI26ErJetg .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-tI26ErJetg .mbr-iconfont {
  font-size: 16px;
  color: #96ceb4;
}
.cid-tI26ErJetg .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-tI26ErJetg .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tI26ErJetg .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #96ceb4 !important;
}
@media (max-width: 991px) {
  .cid-tI26ErJetg .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-tI26ErJetg .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-tI26ErJetg .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-tI26ErJetg .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-tI26ErJetg .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-tI26ErJetg .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-tI26ErJetg .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-tI26ErJetg .col-link3 {
    padding-left: 0;
  }
}
.cid-tI26ErJetg .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #000000;
}
.cid-tI26ErJetg .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tI26ErJetg .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tI26ErJetg .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #ffeead;
}
.cid-tI26ErJetg .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-tI26ErJetg .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-tI26ErJetg .copyright {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tI26ErJetg .copyright {
    text-align: center !important;
  }
}
.cid-tI276WKjbl {
  z-index: 1000;
  width: 100%;
  position: relative;
  height: 60px;
}
.cid-tI276WKjbl nav.navbar {
  position: fixed;
}
.cid-tI276WKjbl .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-tI276WKjbl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tI276WKjbl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tI276WKjbl .dropdown-item:hover,
.cid-tI276WKjbl .dropdown-item:focus {
  background: #253c57 !important;
  color: white !important;
}
.cid-tI276WKjbl .dropdown-item:hover span {
  color: white;
}
.cid-tI276WKjbl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tI276WKjbl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tI276WKjbl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .5em !important;
}
.cid-tI276WKjbl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tI276WKjbl .nav-link {
  position: relative;
}
.cid-tI276WKjbl .nav-link:hover,
.cid-tI276WKjbl .nav-link:focus {
  color: #89AEB3 !important;
}
.cid-tI276WKjbl .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tI276WKjbl .container {
    flex-wrap: nowrap;
  }
}
.cid-tI276WKjbl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tI276WKjbl .navbar-caption {
  font-weight: 400;
}
.cid-tI276WKjbl .dropdown-menu,
.cid-tI276WKjbl .navbar.opened {
  background: #96ceb4 !important;
}
.cid-tI276WKjbl .nav-item:focus,
.cid-tI276WKjbl .nav-link:focus {
  outline: none;
}
.cid-tI276WKjbl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tI276WKjbl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tI276WKjbl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tI276WKjbl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tI276WKjbl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tI276WKjbl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tI276WKjbl .navbar {
  min-height: 63px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #96ceb4;
}
.cid-tI276WKjbl .navbar.opened {
  transition: all 0.3s;
}
.cid-tI276WKjbl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tI276WKjbl .navbar .navbar-logo img {
  width: auto;
}
.cid-tI276WKjbl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tI276WKjbl .navbar.collapsed {
  justify-content: center;
}
.cid-tI276WKjbl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tI276WKjbl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tI276WKjbl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tI276WKjbl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tI276WKjbl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tI276WKjbl .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-tI276WKjbl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tI276WKjbl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tI276WKjbl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tI276WKjbl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tI276WKjbl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tI276WKjbl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tI276WKjbl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tI276WKjbl .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-tI276WKjbl .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-tI276WKjbl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tI276WKjbl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tI276WKjbl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tI276WKjbl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tI276WKjbl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tI276WKjbl .navbar.navbar-short {
  min-height: 60px;
}
.cid-tI276WKjbl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tI276WKjbl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tI276WKjbl .navbar-brand {
  min-height: 63px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tI276WKjbl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tI276WKjbl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tI276WKjbl .dropdown-item.active,
.cid-tI276WKjbl .dropdown-item:active {
  background-color: transparent;
}
.cid-tI276WKjbl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tI276WKjbl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tI276WKjbl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tI276WKjbl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #96ceb4;
}
.cid-tI276WKjbl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tI276WKjbl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tI276WKjbl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tI276WKjbl .navbar-buttons {
  text-align: center;
}
.cid-tI276WKjbl .navbar-buttons .btn {
  font-weight: 400;
  margin: 0;
  padding: 6px 12px;
  border-radius: 0 !important;
}
.cid-tI276WKjbl .navbar-buttons .btn:hover {
  color: #89AEB3 !important;
}
.cid-tI276WKjbl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tI276WKjbl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7ffa1;
}
.cid-tI276WKjbl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tI276WKjbl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tI276WKjbl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tI276WKjbl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tI276WKjbl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tI276WKjbl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tI276WKjbl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tI276WKjbl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tI276WKjbl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tI276WKjbl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tI276WKjbl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tI276WKjbl .icons-menu .iconfont-wrapper {
  padding-right: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tI276WKjbl .navbar {
    height: 63px;
  }
  .cid-tI276WKjbl .navbar.opened {
    height: auto;
  }
  .cid-tI276WKjbl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tI276WKjbl .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
}
.cid-tI276Xnw3b {
  padding-top: 120px;
  padding-bottom: 120px;
  background: linear-gradient(45deg, #f7ffa1, #f7ffa1);
}
.cid-tI276Xnw3b .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-tI276Xnw3b .main .mbr-section-btn {
  text-align: right;
}
.cid-tI276Xnw3b .btn {
  margin: 0 0 .5rem 0;
}
.cid-tI276Xnw3b DIV {
  text-align: left;
}
.cid-tI276Xnw3b H2 {
  text-align: left;
  color: #000000;
}
.cid-tI276Xnw3b H3 {
  text-align: left;
  color: #000000;
}
.cid-tI276XHEBc .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #ffeead;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-tI276XHEBc .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #f7ffa1;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-tI276XHEBc .img-bg {
    display: none;
  }
}
.cid-tI276XHEBc .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-tI276XHEBc .container {
    padding: 0 !important;
  }
}
.cid-tI276XHEBc .row {
  width: 100%;
  align-items: center;
}
.cid-tI276XHEBc .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tI276XHEBc .content-container {
    padding-top: 0;
    background-color: #ffeead;
  }
}
@media (max-width: 991px) {
  .cid-tI276XHEBc .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #f7ffa1;
  }
}
.cid-tI276XHEBc .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tI276XHEBc .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-tI276XHEBc .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-tI276XHEBc .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tI276XHEBc .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tI276XHEBc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tI276XHEBc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tI276XHEBc .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tI276XHEBc .brand-text {
    margin-top: 45px;
  }
}
.cid-tI276XHEBc .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-tI276XHEBc .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-tI276XHEBc .mbr-iconfont {
  font-size: 16px;
  color: #96ceb4;
}
.cid-tI276XHEBc .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-tI276XHEBc .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tI276XHEBc .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #96ceb4 !important;
}
@media (max-width: 991px) {
  .cid-tI276XHEBc .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-tI276XHEBc .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-tI276XHEBc .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-tI276XHEBc .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-tI276XHEBc .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-tI276XHEBc .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-tI276XHEBc .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-tI276XHEBc .col-link3 {
    padding-left: 0;
  }
}
.cid-tI276XHEBc .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #000000;
}
.cid-tI276XHEBc .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tI276XHEBc .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tI276XHEBc .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #ffeead;
}
.cid-tI276XHEBc .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-tI276XHEBc .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-tI276XHEBc .copyright {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tI276XHEBc .copyright {
    text-align: center !important;
  }
}
.cid-tI28kjpSMZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  height: 60px;
}
.cid-tI28kjpSMZ nav.navbar {
  position: fixed;
}
.cid-tI28kjpSMZ .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-tI28kjpSMZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tI28kjpSMZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tI28kjpSMZ .dropdown-item:hover,
.cid-tI28kjpSMZ .dropdown-item:focus {
  background: #253c57 !important;
  color: white !important;
}
.cid-tI28kjpSMZ .dropdown-item:hover span {
  color: white;
}
.cid-tI28kjpSMZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tI28kjpSMZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tI28kjpSMZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .5em !important;
}
.cid-tI28kjpSMZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tI28kjpSMZ .nav-link {
  position: relative;
}
.cid-tI28kjpSMZ .nav-link:hover,
.cid-tI28kjpSMZ .nav-link:focus {
  color: #89AEB3 !important;
}
.cid-tI28kjpSMZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tI28kjpSMZ .container {
    flex-wrap: nowrap;
  }
}
.cid-tI28kjpSMZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tI28kjpSMZ .navbar-caption {
  font-weight: 400;
}
.cid-tI28kjpSMZ .dropdown-menu,
.cid-tI28kjpSMZ .navbar.opened {
  background: #96ceb4 !important;
}
.cid-tI28kjpSMZ .nav-item:focus,
.cid-tI28kjpSMZ .nav-link:focus {
  outline: none;
}
.cid-tI28kjpSMZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tI28kjpSMZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tI28kjpSMZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tI28kjpSMZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tI28kjpSMZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tI28kjpSMZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tI28kjpSMZ .navbar {
  min-height: 63px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #96ceb4;
}
.cid-tI28kjpSMZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tI28kjpSMZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tI28kjpSMZ .navbar .navbar-logo img {
  width: auto;
}
.cid-tI28kjpSMZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tI28kjpSMZ .navbar.collapsed {
  justify-content: center;
}
.cid-tI28kjpSMZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tI28kjpSMZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tI28kjpSMZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tI28kjpSMZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tI28kjpSMZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tI28kjpSMZ .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-tI28kjpSMZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tI28kjpSMZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tI28kjpSMZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tI28kjpSMZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tI28kjpSMZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tI28kjpSMZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tI28kjpSMZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tI28kjpSMZ .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-tI28kjpSMZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-tI28kjpSMZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tI28kjpSMZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tI28kjpSMZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tI28kjpSMZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tI28kjpSMZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tI28kjpSMZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tI28kjpSMZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tI28kjpSMZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tI28kjpSMZ .navbar-brand {
  min-height: 63px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tI28kjpSMZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tI28kjpSMZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tI28kjpSMZ .dropdown-item.active,
.cid-tI28kjpSMZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tI28kjpSMZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tI28kjpSMZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tI28kjpSMZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tI28kjpSMZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #96ceb4;
}
.cid-tI28kjpSMZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tI28kjpSMZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tI28kjpSMZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tI28kjpSMZ .navbar-buttons {
  text-align: center;
}
.cid-tI28kjpSMZ .navbar-buttons .btn {
  font-weight: 400;
  margin: 0;
  padding: 6px 12px;
  border-radius: 0 !important;
}
.cid-tI28kjpSMZ .navbar-buttons .btn:hover {
  color: #89AEB3 !important;
}
.cid-tI28kjpSMZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tI28kjpSMZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7ffa1;
}
.cid-tI28kjpSMZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tI28kjpSMZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tI28kjpSMZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tI28kjpSMZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tI28kjpSMZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tI28kjpSMZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tI28kjpSMZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tI28kjpSMZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tI28kjpSMZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tI28kjpSMZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tI28kjpSMZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tI28kjpSMZ .icons-menu .iconfont-wrapper {
  padding-right: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tI28kjpSMZ .navbar {
    height: 63px;
  }
  .cid-tI28kjpSMZ .navbar.opened {
    height: auto;
  }
  .cid-tI28kjpSMZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tI28kjpSMZ .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
}
.cid-tI28Miy0iP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7ffa1;
}
.cid-tI28Miy0iP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tI28Miy0iP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tI28Miy0iP a {
  font-weight: bold;
}
.cid-tI28Miy0iP .row {
  flex-direction: row-reverse;
}
.cid-tI28Miy0iP .container-fluid {
  padding: 0;
}
.cid-tI28Miy0iP img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tI28Miy0iP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tI28Miy0iP .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-tI28Miy0iP .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-tI28Miy0iP .text-wrapper {
    padding: 1rem;
  }
}
.cid-tI28Miy0iP .mbr-text,
.cid-tI28Miy0iP .mbr-section-btn {
  color: #000000;
}
.cid-tI28Miy0iP .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tI29cziH8R {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cae5af;
}
.cid-tI29cziH8R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tI29cziH8R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tI29cziH8R .col-img {
  display: flex;
  flex-direction: column;
}
.cid-tI29cziH8R .mbr-description {
  color: #f3f4ef;
}
.cid-tI29cziH8R .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 700px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tI29cziH8R .image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
}
.cid-tI28kkdrXa .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #ffeead;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-tI28kkdrXa .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #f7ffa1;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-tI28kkdrXa .img-bg {
    display: none;
  }
}
.cid-tI28kkdrXa .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-tI28kkdrXa .container {
    padding: 0 !important;
  }
}
.cid-tI28kkdrXa .row {
  width: 100%;
  align-items: center;
}
.cid-tI28kkdrXa .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tI28kkdrXa .content-container {
    padding-top: 0;
    background-color: #ffeead;
  }
}
@media (max-width: 991px) {
  .cid-tI28kkdrXa .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #f7ffa1;
  }
}
.cid-tI28kkdrXa .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tI28kkdrXa .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-tI28kkdrXa .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-tI28kkdrXa .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tI28kkdrXa .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tI28kkdrXa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tI28kkdrXa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tI28kkdrXa .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tI28kkdrXa .brand-text {
    margin-top: 45px;
  }
}
.cid-tI28kkdrXa .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-tI28kkdrXa .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-tI28kkdrXa .mbr-iconfont {
  font-size: 16px;
  color: #96ceb4;
}
.cid-tI28kkdrXa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-tI28kkdrXa .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tI28kkdrXa .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #96ceb4 !important;
}
@media (max-width: 991px) {
  .cid-tI28kkdrXa .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-tI28kkdrXa .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-tI28kkdrXa .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-tI28kkdrXa .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-tI28kkdrXa .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-tI28kkdrXa .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-tI28kkdrXa .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-tI28kkdrXa .col-link3 {
    padding-left: 0;
  }
}
.cid-tI28kkdrXa .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #000000;
}
.cid-tI28kkdrXa .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tI28kkdrXa .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tI28kkdrXa .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #ffeead;
}
.cid-tI28kkdrXa .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-tI28kkdrXa .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-tI28kkdrXa .copyright {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tI28kkdrXa .copyright {
    text-align: center !important;
  }
}
.cid-tI62hZyFHp {
  z-index: 1000;
  width: 100%;
  position: relative;
  height: 60px;
}
.cid-tI62hZyFHp nav.navbar {
  position: fixed;
}
.cid-tI62hZyFHp .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-tI62hZyFHp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tI62hZyFHp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tI62hZyFHp .dropdown-item:hover,
.cid-tI62hZyFHp .dropdown-item:focus {
  background: #253c57 !important;
  color: white !important;
}
.cid-tI62hZyFHp .dropdown-item:hover span {
  color: white;
}
.cid-tI62hZyFHp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tI62hZyFHp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tI62hZyFHp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .5em !important;
}
.cid-tI62hZyFHp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tI62hZyFHp .nav-link {
  position: relative;
}
.cid-tI62hZyFHp .nav-link:hover,
.cid-tI62hZyFHp .nav-link:focus {
  color: #89AEB3 !important;
}
.cid-tI62hZyFHp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tI62hZyFHp .container {
    flex-wrap: nowrap;
  }
}
.cid-tI62hZyFHp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tI62hZyFHp .navbar-caption {
  font-weight: 400;
}
.cid-tI62hZyFHp .dropdown-menu,
.cid-tI62hZyFHp .navbar.opened {
  background: #96ceb4 !important;
}
.cid-tI62hZyFHp .nav-item:focus,
.cid-tI62hZyFHp .nav-link:focus {
  outline: none;
}
.cid-tI62hZyFHp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tI62hZyFHp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tI62hZyFHp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tI62hZyFHp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tI62hZyFHp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tI62hZyFHp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tI62hZyFHp .navbar {
  min-height: 63px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #96ceb4;
}
.cid-tI62hZyFHp .navbar.opened {
  transition: all 0.3s;
}
.cid-tI62hZyFHp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tI62hZyFHp .navbar .navbar-logo img {
  width: auto;
}
.cid-tI62hZyFHp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tI62hZyFHp .navbar.collapsed {
  justify-content: center;
}
.cid-tI62hZyFHp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tI62hZyFHp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tI62hZyFHp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tI62hZyFHp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tI62hZyFHp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tI62hZyFHp .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-tI62hZyFHp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tI62hZyFHp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tI62hZyFHp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tI62hZyFHp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tI62hZyFHp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tI62hZyFHp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tI62hZyFHp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tI62hZyFHp .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-tI62hZyFHp .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-tI62hZyFHp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tI62hZyFHp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tI62hZyFHp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tI62hZyFHp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tI62hZyFHp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tI62hZyFHp .navbar.navbar-short {
  min-height: 60px;
}
.cid-tI62hZyFHp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tI62hZyFHp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tI62hZyFHp .navbar-brand {
  min-height: 63px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tI62hZyFHp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tI62hZyFHp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tI62hZyFHp .dropdown-item.active,
.cid-tI62hZyFHp .dropdown-item:active {
  background-color: transparent;
}
.cid-tI62hZyFHp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tI62hZyFHp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tI62hZyFHp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tI62hZyFHp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #96ceb4;
}
.cid-tI62hZyFHp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tI62hZyFHp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tI62hZyFHp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tI62hZyFHp .navbar-buttons {
  text-align: center;
}
.cid-tI62hZyFHp .navbar-buttons .btn {
  font-weight: 400;
  margin: 0;
  padding: 6px 12px;
  border-radius: 0 !important;
}
.cid-tI62hZyFHp .navbar-buttons .btn:hover {
  color: #89AEB3 !important;
}
.cid-tI62hZyFHp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tI62hZyFHp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7ffa1;
}
.cid-tI62hZyFHp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tI62hZyFHp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tI62hZyFHp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tI62hZyFHp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tI62hZyFHp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tI62hZyFHp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tI62hZyFHp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tI62hZyFHp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tI62hZyFHp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tI62hZyFHp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tI62hZyFHp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tI62hZyFHp .icons-menu .iconfont-wrapper {
  padding-right: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tI62hZyFHp .navbar {
    height: 63px;
  }
  .cid-tI62hZyFHp .navbar.opened {
    height: auto;
  }
  .cid-tI62hZyFHp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tI62hZyFHp .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
}
.cid-tI62i02Vq3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7ffa1;
}
.cid-tI62i02Vq3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tI62i02Vq3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tI62i02Vq3 a {
  font-weight: bold;
}
.cid-tI62i02Vq3 .row {
  flex-direction: row-reverse;
}
.cid-tI62i02Vq3 .container-fluid {
  padding: 0;
}
.cid-tI62i02Vq3 img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tI62i02Vq3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tI62i02Vq3 .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-tI62i02Vq3 .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-tI62i02Vq3 .text-wrapper {
    padding: 1rem;
  }
}
.cid-tI62i02Vq3 .mbr-text,
.cid-tI62i02Vq3 .mbr-section-btn {
  color: #000000;
}
.cid-tI62i02Vq3 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tIph1cJU6S {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #f7ffa1;
}
.cid-tIph1cJU6S img,
.cid-tIph1cJU6S .item-img {
  height: 290px;
  object-fit: cover;
  width: 100%;
}
.cid-tIph1cJU6S img:hover,
.cid-tIph1cJU6S .item-img:hover {
  filter: brightness(85%);
}
.cid-tIph1cJU6S .item:focus,
.cid-tIph1cJU6S span:focus {
  outline: none;
}
.cid-tIph1cJU6S .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tIph1cJU6S .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tIph1cJU6S .item {
  padding: 0;
  margin: 0;
}
.cid-tIph1cJU6S .item-wrapper {
  position: relative;
  background: #fd7578;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tIph1cJU6S .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tIph1cJU6S .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tIph1cJU6S .mbr-section-title {
  margin-bottom: 87px;
}
.cid-tIph1cJU6S .mbr-text,
.cid-tIph1cJU6S .mbr-section-btn {
  text-align: center;
}
.cid-tIph1cJU6S .item-title {
  text-align: center;
  transition: all .5s;
}
.cid-tIph1cJU6S .item-subtitle {
  text-align: center;
}
.cid-tIph1cJU6S .btn {
  color: #18293D !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  margin: 0;
  padding: 8px 16px;
}
@media (min-width: 992px) {
  .cid-tIph1cJU6S .display-1 {
    font-size: 65px;
  }
  .cid-tIph1cJU6S .display-5 {
    font-size: 29px;
  }
  .cid-tIph1cJU6S .display-7 {
    font-size: 24px;
  }
}
.cid-tI62i0HmBV .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #ffeead;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-tI62i0HmBV .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #f7ffa1;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-tI62i0HmBV .img-bg {
    display: none;
  }
}
.cid-tI62i0HmBV .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-tI62i0HmBV .container {
    padding: 0 !important;
  }
}
.cid-tI62i0HmBV .row {
  width: 100%;
  align-items: center;
}
.cid-tI62i0HmBV .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tI62i0HmBV .content-container {
    padding-top: 0;
    background-color: #ffeead;
  }
}
@media (max-width: 991px) {
  .cid-tI62i0HmBV .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #f7ffa1;
  }
}
.cid-tI62i0HmBV .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tI62i0HmBV .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-tI62i0HmBV .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-tI62i0HmBV .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tI62i0HmBV .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tI62i0HmBV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tI62i0HmBV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tI62i0HmBV .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tI62i0HmBV .brand-text {
    margin-top: 45px;
  }
}
.cid-tI62i0HmBV .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-tI62i0HmBV .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-tI62i0HmBV .mbr-iconfont {
  font-size: 16px;
  color: #96ceb4;
}
.cid-tI62i0HmBV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-tI62i0HmBV .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tI62i0HmBV .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #96ceb4 !important;
}
@media (max-width: 991px) {
  .cid-tI62i0HmBV .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-tI62i0HmBV .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-tI62i0HmBV .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-tI62i0HmBV .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-tI62i0HmBV .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-tI62i0HmBV .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-tI62i0HmBV .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-tI62i0HmBV .col-link3 {
    padding-left: 0;
  }
}
.cid-tI62i0HmBV .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #000000;
}
.cid-tI62i0HmBV .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tI62i0HmBV .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tI62i0HmBV .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #ffeead;
}
.cid-tI62i0HmBV .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-tI62i0HmBV .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-tI62i0HmBV .copyright {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tI62i0HmBV .copyright {
    text-align: center !important;
  }
}
.cid-tIpfUcu6Vb {
  z-index: 1000;
  width: 100%;
  position: relative;
  height: 60px;
}
.cid-tIpfUcu6Vb nav.navbar {
  position: fixed;
}
.cid-tIpfUcu6Vb .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-tIpfUcu6Vb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tIpfUcu6Vb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIpfUcu6Vb .dropdown-item:hover,
.cid-tIpfUcu6Vb .dropdown-item:focus {
  background: #253c57 !important;
  color: white !important;
}
.cid-tIpfUcu6Vb .dropdown-item:hover span {
  color: white;
}
.cid-tIpfUcu6Vb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tIpfUcu6Vb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tIpfUcu6Vb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .5em !important;
}
.cid-tIpfUcu6Vb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIpfUcu6Vb .nav-link {
  position: relative;
}
.cid-tIpfUcu6Vb .nav-link:hover,
.cid-tIpfUcu6Vb .nav-link:focus {
  color: #89AEB3 !important;
}
.cid-tIpfUcu6Vb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tIpfUcu6Vb .container {
    flex-wrap: nowrap;
  }
}
.cid-tIpfUcu6Vb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIpfUcu6Vb .navbar-caption {
  font-weight: 400;
}
.cid-tIpfUcu6Vb .dropdown-menu,
.cid-tIpfUcu6Vb .navbar.opened {
  background: #96ceb4 !important;
}
.cid-tIpfUcu6Vb .nav-item:focus,
.cid-tIpfUcu6Vb .nav-link:focus {
  outline: none;
}
.cid-tIpfUcu6Vb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIpfUcu6Vb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIpfUcu6Vb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIpfUcu6Vb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIpfUcu6Vb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIpfUcu6Vb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIpfUcu6Vb .navbar {
  min-height: 63px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #96ceb4;
}
.cid-tIpfUcu6Vb .navbar.opened {
  transition: all 0.3s;
}
.cid-tIpfUcu6Vb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIpfUcu6Vb .navbar .navbar-logo img {
  width: auto;
}
.cid-tIpfUcu6Vb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIpfUcu6Vb .navbar.collapsed {
  justify-content: center;
}
.cid-tIpfUcu6Vb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIpfUcu6Vb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIpfUcu6Vb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tIpfUcu6Vb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIpfUcu6Vb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIpfUcu6Vb .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-tIpfUcu6Vb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIpfUcu6Vb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIpfUcu6Vb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tIpfUcu6Vb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIpfUcu6Vb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIpfUcu6Vb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIpfUcu6Vb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIpfUcu6Vb .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-tIpfUcu6Vb .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-tIpfUcu6Vb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIpfUcu6Vb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIpfUcu6Vb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIpfUcu6Vb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIpfUcu6Vb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tIpfUcu6Vb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIpfUcu6Vb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIpfUcu6Vb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIpfUcu6Vb .navbar-brand {
  min-height: 63px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIpfUcu6Vb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIpfUcu6Vb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIpfUcu6Vb .dropdown-item.active,
.cid-tIpfUcu6Vb .dropdown-item:active {
  background-color: transparent;
}
.cid-tIpfUcu6Vb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIpfUcu6Vb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIpfUcu6Vb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIpfUcu6Vb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #96ceb4;
}
.cid-tIpfUcu6Vb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIpfUcu6Vb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIpfUcu6Vb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIpfUcu6Vb .navbar-buttons {
  text-align: center;
}
.cid-tIpfUcu6Vb .navbar-buttons .btn {
  font-weight: 400;
  margin: 0;
  padding: 6px 12px;
  border-radius: 0 !important;
}
.cid-tIpfUcu6Vb .navbar-buttons .btn:hover {
  color: #89AEB3 !important;
}
.cid-tIpfUcu6Vb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIpfUcu6Vb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7ffa1;
}
.cid-tIpfUcu6Vb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIpfUcu6Vb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIpfUcu6Vb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIpfUcu6Vb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIpfUcu6Vb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIpfUcu6Vb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIpfUcu6Vb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIpfUcu6Vb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIpfUcu6Vb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tIpfUcu6Vb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIpfUcu6Vb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tIpfUcu6Vb .icons-menu .iconfont-wrapper {
  padding-right: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tIpfUcu6Vb .navbar {
    height: 63px;
  }
  .cid-tIpfUcu6Vb .navbar.opened {
    height: auto;
  }
  .cid-tIpfUcu6Vb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIpfUcu6Vb .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
}
.cid-tIpfUefef7 {
  background-color: #f7ffa1;
}
.cid-tIpfUefef7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIpfUefef7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIpfUefef7 a {
  font-weight: bold;
}
.cid-tIpfUefef7 .row {
  flex-direction: row-reverse;
}
.cid-tIpfUefef7 .container-fluid {
  padding: 0;
}
.cid-tIpfUefef7 img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tIpfUefef7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tIpfUefef7 .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-tIpfUefef7 .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-tIpfUefef7 .text-wrapper {
    padding: 1rem;
  }
}
.cid-tIpfUefef7 .mbr-text,
.cid-tIpfUefef7 .mbr-section-btn {
  color: #000000;
}
.cid-tIpfUefef7 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tIpke8gtuV {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f7ffa1;
}
.cid-tIpke8gtuV img,
.cid-tIpke8gtuV .item-img {
  height: 290px;
  object-fit: cover;
  width: 100%;
}
.cid-tIpke8gtuV img:hover,
.cid-tIpke8gtuV .item-img:hover {
  filter: brightness(85%);
}
.cid-tIpke8gtuV .item:focus,
.cid-tIpke8gtuV span:focus {
  outline: none;
}
.cid-tIpke8gtuV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tIpke8gtuV .item-wrapper {
  position: relative;
  background: #fd7578;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tIpke8gtuV .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tIpke8gtuV .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tIpke8gtuV .mbr-section-title {
  margin-bottom: 87px;
}
.cid-tIpke8gtuV .mbr-text,
.cid-tIpke8gtuV .mbr-section-btn {
  text-align: center;
}
.cid-tIpke8gtuV .item-title {
  text-align: center;
  transition: all .5s;
}
.cid-tIpke8gtuV .item-subtitle {
  text-align: center;
}
.cid-tIpke8gtuV .btn {
  color: #18293D !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  margin: 0;
  padding: 8px 16px;
}
@media (min-width: 992px) {
  .cid-tIpke8gtuV .display-1 {
    font-size: 65px;
  }
  .cid-tIpke8gtuV .display-5 {
    font-size: 29px;
  }
  .cid-tIpke8gtuV .display-7 {
    font-size: 24px;
  }
}
.cid-tIpkio8y1a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7ffa1;
}
.cid-tIpkio8y1a img,
.cid-tIpkio8y1a .item-img {
  height: 290px;
  object-fit: cover;
  width: 100%;
}
.cid-tIpkio8y1a img:hover,
.cid-tIpkio8y1a .item-img:hover {
  filter: brightness(85%);
}
.cid-tIpkio8y1a .item:focus,
.cid-tIpkio8y1a span:focus {
  outline: none;
}
.cid-tIpkio8y1a .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tIpkio8y1a .item-wrapper {
  position: relative;
  background: #fd7578;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tIpkio8y1a .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tIpkio8y1a .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tIpkio8y1a .mbr-section-title {
  margin-bottom: 87px;
}
.cid-tIpkio8y1a .mbr-text,
.cid-tIpkio8y1a .mbr-section-btn {
  text-align: center;
}
.cid-tIpkio8y1a .item-title {
  text-align: center;
  transition: all .5s;
}
.cid-tIpkio8y1a .item-subtitle {
  text-align: center;
}
.cid-tIpkio8y1a .btn {
  color: #18293D !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  margin: 0;
  padding: 8px 16px;
}
@media (min-width: 992px) {
  .cid-tIpkio8y1a .display-1 {
    font-size: 65px;
  }
  .cid-tIpkio8y1a .display-5 {
    font-size: 29px;
  }
  .cid-tIpkio8y1a .display-7 {
    font-size: 24px;
  }
}
.cid-tIpp6oQWMJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7ffa1;
}
.cid-tIpp6oQWMJ img,
.cid-tIpp6oQWMJ .item-img {
  height: 290px;
  object-fit: cover;
  width: 100%;
}
.cid-tIpp6oQWMJ img:hover,
.cid-tIpp6oQWMJ .item-img:hover {
  filter: brightness(85%);
}
.cid-tIpp6oQWMJ .item:focus,
.cid-tIpp6oQWMJ span:focus {
  outline: none;
}
.cid-tIpp6oQWMJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tIpp6oQWMJ .item-wrapper {
  position: relative;
  background: #fd7578;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tIpp6oQWMJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tIpp6oQWMJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tIpp6oQWMJ .mbr-section-title {
  margin-bottom: 87px;
}
.cid-tIpp6oQWMJ .mbr-text,
.cid-tIpp6oQWMJ .mbr-section-btn {
  text-align: center;
}
.cid-tIpp6oQWMJ .item-title {
  text-align: center;
  transition: all .5s;
}
.cid-tIpp6oQWMJ .item-subtitle {
  text-align: center;
}
.cid-tIpp6oQWMJ .btn {
  color: #18293D !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  margin: 0;
  padding: 8px 16px;
}
@media (min-width: 992px) {
  .cid-tIpp6oQWMJ .display-1 {
    font-size: 65px;
  }
  .cid-tIpp6oQWMJ .display-5 {
    font-size: 29px;
  }
  .cid-tIpp6oQWMJ .display-7 {
    font-size: 24px;
  }
}
.cid-tIpqz7IsZv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7ffa1;
}
.cid-tIpqz7IsZv img,
.cid-tIpqz7IsZv .item-img {
  height: 290px;
  object-fit: cover;
  width: 100%;
}
.cid-tIpqz7IsZv img:hover,
.cid-tIpqz7IsZv .item-img:hover {
  filter: brightness(85%);
}
.cid-tIpqz7IsZv .item:focus,
.cid-tIpqz7IsZv span:focus {
  outline: none;
}
.cid-tIpqz7IsZv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tIpqz7IsZv .item-wrapper {
  position: relative;
  background: #fd7578;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tIpqz7IsZv .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tIpqz7IsZv .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tIpqz7IsZv .mbr-section-title {
  margin-bottom: 87px;
}
.cid-tIpqz7IsZv .mbr-text,
.cid-tIpqz7IsZv .mbr-section-btn {
  text-align: center;
}
.cid-tIpqz7IsZv .item-title {
  text-align: center;
  transition: all .5s;
}
.cid-tIpqz7IsZv .item-subtitle {
  text-align: center;
}
.cid-tIpqz7IsZv .btn {
  color: #18293D !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  margin: 0;
  padding: 8px 16px;
}
@media (min-width: 992px) {
  .cid-tIpqz7IsZv .display-1 {
    font-size: 65px;
  }
  .cid-tIpqz7IsZv .display-5 {
    font-size: 29px;
  }
  .cid-tIpqz7IsZv .display-7 {
    font-size: 24px;
  }
}
.cid-tIprc7PkeI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7ffa1;
}
.cid-tIprc7PkeI img,
.cid-tIprc7PkeI .item-img {
  height: 290px;
  object-fit: cover;
  width: 100%;
}
.cid-tIprc7PkeI img:hover,
.cid-tIprc7PkeI .item-img:hover {
  filter: brightness(85%);
}
.cid-tIprc7PkeI .item:focus,
.cid-tIprc7PkeI span:focus {
  outline: none;
}
.cid-tIprc7PkeI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tIprc7PkeI .item-wrapper {
  position: relative;
  background: #fd7578;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tIprc7PkeI .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tIprc7PkeI .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tIprc7PkeI .mbr-section-title {
  margin-bottom: 87px;
}
.cid-tIprc7PkeI .mbr-text,
.cid-tIprc7PkeI .mbr-section-btn {
  text-align: center;
}
.cid-tIprc7PkeI .item-title {
  text-align: center;
  transition: all .5s;
}
.cid-tIprc7PkeI .item-subtitle {
  text-align: center;
}
.cid-tIprc7PkeI .btn {
  color: #18293D !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  margin: 0;
  padding: 8px 16px;
}
@media (min-width: 992px) {
  .cid-tIprc7PkeI .display-1 {
    font-size: 65px;
  }
  .cid-tIprc7PkeI .display-5 {
    font-size: 29px;
  }
  .cid-tIprc7PkeI .display-7 {
    font-size: 24px;
  }
}
.cid-tIprFXV7bh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7ffa1;
}
.cid-tIprFXV7bh img,
.cid-tIprFXV7bh .item-img {
  height: 290px;
  object-fit: cover;
  width: 100%;
}
.cid-tIprFXV7bh img:hover,
.cid-tIprFXV7bh .item-img:hover {
  filter: brightness(85%);
}
.cid-tIprFXV7bh .item:focus,
.cid-tIprFXV7bh span:focus {
  outline: none;
}
.cid-tIprFXV7bh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tIprFXV7bh .item-wrapper {
  position: relative;
  background: #fd7578;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tIprFXV7bh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tIprFXV7bh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tIprFXV7bh .mbr-section-title {
  margin-bottom: 87px;
}
.cid-tIprFXV7bh .mbr-text,
.cid-tIprFXV7bh .mbr-section-btn {
  text-align: center;
}
.cid-tIprFXV7bh .item-title {
  text-align: center;
  transition: all .5s;
}
.cid-tIprFXV7bh .item-subtitle {
  text-align: center;
}
.cid-tIprFXV7bh .btn {
  color: #18293D !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  margin: 0;
  padding: 8px 16px;
}
@media (min-width: 992px) {
  .cid-tIprFXV7bh .display-1 {
    font-size: 65px;
  }
  .cid-tIprFXV7bh .display-5 {
    font-size: 29px;
  }
  .cid-tIprFXV7bh .display-7 {
    font-size: 24px;
  }
}
.cid-tIpfUfgcuJ .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #ffeead;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-tIpfUfgcuJ .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #f7ffa1;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-tIpfUfgcuJ .img-bg {
    display: none;
  }
}
.cid-tIpfUfgcuJ .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-tIpfUfgcuJ .container {
    padding: 0 !important;
  }
}
.cid-tIpfUfgcuJ .row {
  width: 100%;
  align-items: center;
}
.cid-tIpfUfgcuJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tIpfUfgcuJ .content-container {
    padding-top: 0;
    background-color: #ffeead;
  }
}
@media (max-width: 991px) {
  .cid-tIpfUfgcuJ .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #f7ffa1;
  }
}
.cid-tIpfUfgcuJ .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tIpfUfgcuJ .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-tIpfUfgcuJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-tIpfUfgcuJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tIpfUfgcuJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tIpfUfgcuJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIpfUfgcuJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIpfUfgcuJ .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tIpfUfgcuJ .brand-text {
    margin-top: 45px;
  }
}
.cid-tIpfUfgcuJ .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-tIpfUfgcuJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-tIpfUfgcuJ .mbr-iconfont {
  font-size: 16px;
  color: #96ceb4;
}
.cid-tIpfUfgcuJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-tIpfUfgcuJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIpfUfgcuJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #96ceb4 !important;
}
@media (max-width: 991px) {
  .cid-tIpfUfgcuJ .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-tIpfUfgcuJ .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-tIpfUfgcuJ .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-tIpfUfgcuJ .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-tIpfUfgcuJ .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-tIpfUfgcuJ .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-tIpfUfgcuJ .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-tIpfUfgcuJ .col-link3 {
    padding-left: 0;
  }
}
.cid-tIpfUfgcuJ .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #000000;
}
.cid-tIpfUfgcuJ .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tIpfUfgcuJ .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-tIpfUfgcuJ .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #ffeead;
}
.cid-tIpfUfgcuJ .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-tIpfUfgcuJ .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-tIpfUfgcuJ .copyright {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tIpfUfgcuJ .copyright {
    text-align: center !important;
  }
}
