body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Lexend', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Lexend', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: #e85a4f !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #4479d9 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e85a4f !important;
  border-color: #e85a4f !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: #c6261a !important;
  border-color: #c6261a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c6261a !important;
  border-color: #c6261a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d8c3a5 !important;
  border-color: #d8c3a5 !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: #be9b69 !important;
  border-color: #be9b69 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #be9b69 !important;
  border-color: #be9b69 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e85a4f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c6261a !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: #e85a4f !important;
  border-color: #e85a4f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d8c3a5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #be9b69 !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: #d8c3a5 !important;
  border-color: #d8c3a5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4479d9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !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: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !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: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e85a4f !important;
}
.text-secondary {
  color: #d8c3a5 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #4479d9 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b92418 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b9945e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1f4a98 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #e85a4f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4479d9;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e85a4f;
  border-color: #e85a4f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e85a4f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #eef2fb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #e85a4f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #e85a4f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e85a4f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e85a4f;
}
.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: #e85a4f;
  border-bottom-color: #e85a4f;
}
.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: #e85a4f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #d8c3a5 !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='%23e85a4f' %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-sFF0ciwnEL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFF0ciwnEL nav.navbar {
  position: fixed;
}
.cid-sFF0ciwnEL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFF0ciwnEL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFF0ciwnEL .dropdown-item:hover,
.cid-sFF0ciwnEL .dropdown-item:focus {
  background: #e85a4f !important;
  color: white !important;
}
.cid-sFF0ciwnEL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFF0ciwnEL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFF0ciwnEL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFF0ciwnEL .nav-link {
  position: relative;
}
.cid-sFF0ciwnEL .container {
  display: flex;
  margin: auto;
}
.cid-sFF0ciwnEL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFF0ciwnEL .dropdown-menu,
.cid-sFF0ciwnEL .navbar.opened {
  background: #4479d9 !important;
}
.cid-sFF0ciwnEL .nav-item:focus,
.cid-sFF0ciwnEL .nav-link:focus {
  outline: none;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFF0ciwnEL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFF0ciwnEL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #4479d9;
}
.cid-sFF0ciwnEL .navbar.opened {
  transition: all 0.3s;
}
.cid-sFF0ciwnEL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFF0ciwnEL .navbar .navbar-logo img {
  width: auto;
}
.cid-sFF0ciwnEL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFF0ciwnEL .navbar.collapsed {
  justify-content: center;
}
.cid-sFF0ciwnEL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFF0ciwnEL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFF0ciwnEL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFF0ciwnEL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFF0ciwnEL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFF0ciwnEL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFF0ciwnEL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFF0ciwnEL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFF0ciwnEL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFF0ciwnEL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFF0ciwnEL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFF0ciwnEL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFF0ciwnEL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFF0ciwnEL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFF0ciwnEL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFF0ciwnEL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFF0ciwnEL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFF0ciwnEL .dropdown-item.active,
.cid-sFF0ciwnEL .dropdown-item:active {
  background-color: transparent;
}
.cid-sFF0ciwnEL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFF0ciwnEL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-sFF0ciwnEL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFF0ciwnEL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFF0ciwnEL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFF0ciwnEL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFF0ciwnEL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFF0ciwnEL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFF0ciwnEL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFF0ciwnEL .navbar {
    height: 70px;
  }
  .cid-sFF0ciwnEL .navbar.opened {
    height: auto;
  }
  .cid-sFF0ciwnEL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tH2lxfoEt8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tH2lxfoEt8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH2lxfoEt8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH2lxfoEt8 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tH2lxfoEt8 .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tH2lxfoEt8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tH2lxfoEt8 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tH2lxfoEt8 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tH2lxfoEt8 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tH2lxfoEt8 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tH2lxfoEt8 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tH2lxfoEt8 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tH2lxfoEt8 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tH2lxfoEt8 .card-title {
  text-align: right;
}
.cid-tH2lxfoEt8 .card-subtitle DIV {
  text-align: right;
}
.cid-tH2lxfoEt8 .card-subtitle {
  text-align: right;
}
.cid-tH2lxfoEt8 .mbr-text,
.cid-tH2lxfoEt8 .social-row {
  text-align: left;
  color: #4479d9;
}
.cid-tH2oKLLXMC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tH2oKLLXMC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH2oKLLXMC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH2oKLLXMC .mbr-section-title {
  text-align: left;
}
.cid-tH2oKLLXMC .mbr-section-subtitle {
  text-align: left;
}
.cid-tH2ozSFA3N {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tH2ozSFA3N .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tH2ozSFA3N .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tH2ozSFA3N .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tH2ozSFA3N .mbr-text {
  color: #4479d9;
}
.cid-tH2ozSFA3N .mbr-section-title {
  color: #000000;
}
.cid-tH2oAEQ6jU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tH2oAEQ6jU .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tH2oAEQ6jU .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tH2oAEQ6jU .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tH2oAEQ6jU .mbr-text {
  color: #4479d9;
}
.cid-tH2oAEQ6jU .mbr-section-title {
  color: #000000;
}
.cid-tH2pZuxkwG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tH2pZuxkwG .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tH2pZuxkwG .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tH2pZuxkwG .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tH2pZuxkwG .mbr-text {
  color: #4479d9;
}
.cid-tH2pZuxkwG .mbr-section-title {
  color: #000000;
}
.cid-sFF3B84VW8 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sFF3B84VW8 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sFF3B84VW8 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #eae7dc;
}
@media (max-width: 991px) {
  .cid-sFF3B84VW8 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFF3B84VW8 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sFF3B84VW8 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #e85a4f;
}
.cid-sFF3B84VW8 .mbr-section-title {
  color: #e43f3f;
  text-align: center;
}
.cid-sFF3B84VW8 P {
  color: #ff6666;
}
.cid-tGgV7GjsY6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tGgV7GjsY6 nav.navbar {
  position: fixed;
}
.cid-tGgV7GjsY6 .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-tGgV7GjsY6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGgV7GjsY6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGgV7GjsY6 .dropdown-item:hover,
.cid-tGgV7GjsY6 .dropdown-item:focus {
  background: #e85a4f !important;
  color: white !important;
}
.cid-tGgV7GjsY6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGgV7GjsY6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGgV7GjsY6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGgV7GjsY6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGgV7GjsY6 .nav-link {
  position: relative;
}
.cid-tGgV7GjsY6 .container {
  display: flex;
  margin: auto;
}
.cid-tGgV7GjsY6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tGgV7GjsY6 .dropdown-menu,
.cid-tGgV7GjsY6 .navbar.opened {
  background: #4479d9 !important;
}
.cid-tGgV7GjsY6 .nav-item:focus,
.cid-tGgV7GjsY6 .nav-link:focus {
  outline: none;
}
.cid-tGgV7GjsY6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGgV7GjsY6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGgV7GjsY6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGgV7GjsY6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGgV7GjsY6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGgV7GjsY6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGgV7GjsY6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #4479d9;
}
.cid-tGgV7GjsY6 .navbar.opened {
  transition: all 0.3s;
}
.cid-tGgV7GjsY6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGgV7GjsY6 .navbar .navbar-logo img {
  width: auto;
}
.cid-tGgV7GjsY6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGgV7GjsY6 .navbar.collapsed {
  justify-content: center;
}
.cid-tGgV7GjsY6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGgV7GjsY6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tGgV7GjsY6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGgV7GjsY6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGgV7GjsY6 .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-tGgV7GjsY6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGgV7GjsY6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGgV7GjsY6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGgV7GjsY6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGgV7GjsY6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGgV7GjsY6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGgV7GjsY6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGgV7GjsY6 .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-tGgV7GjsY6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGgV7GjsY6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGgV7GjsY6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGgV7GjsY6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGgV7GjsY6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGgV7GjsY6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tGgV7GjsY6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGgV7GjsY6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGgV7GjsY6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGgV7GjsY6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGgV7GjsY6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGgV7GjsY6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGgV7GjsY6 .dropdown-item.active,
.cid-tGgV7GjsY6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tGgV7GjsY6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGgV7GjsY6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGgV7GjsY6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGgV7GjsY6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tGgV7GjsY6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGgV7GjsY6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGgV7GjsY6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGgV7GjsY6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGgV7GjsY6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGgV7GjsY6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tGgV7GjsY6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGgV7GjsY6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGgV7GjsY6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGgV7GjsY6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGgV7GjsY6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGgV7GjsY6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGgV7GjsY6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGgV7GjsY6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGgV7GjsY6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tGgV7GjsY6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGgV7GjsY6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGgV7GjsY6 .navbar {
    height: 70px;
  }
  .cid-tGgV7GjsY6 .navbar.opened {
    height: auto;
  }
  .cid-tGgV7GjsY6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tH2gcGpeXx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tH2gcGpeXx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH2gcGpeXx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH2gcGpeXx .mbr-text,
.cid-tH2gcGpeXx .link {
  text-align: center;
  color: #4479d9;
}
.cid-tGh20v7hsa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGh20v7hsa img,
.cid-tGh20v7hsa .item-img {
  width: 100%;
}
.cid-tGh20v7hsa .item:focus,
.cid-tGh20v7hsa span:focus {
  outline: none;
}
.cid-tGh20v7hsa .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGh20v7hsa .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGh20v7hsa .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGh20v7hsa .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGh20v7hsa .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGh20v7hsa .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGh20v7hsa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGh20v7hsa .mbr-section-title {
  color: #232323;
}
.cid-tGh20v7hsa .mbr-text,
.cid-tGh20v7hsa .mbr-section-btn {
  text-align: left;
}
.cid-tGh20v7hsa .item-title {
  text-align: left;
}
.cid-tGh20v7hsa .item-subtitle {
  text-align: center;
}
.cid-tGh3h2zk2k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGh3h2zk2k img,
.cid-tGh3h2zk2k .item-img {
  width: 100%;
}
.cid-tGh3h2zk2k .item:focus,
.cid-tGh3h2zk2k span:focus {
  outline: none;
}
.cid-tGh3h2zk2k .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGh3h2zk2k .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGh3h2zk2k .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGh3h2zk2k .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGh3h2zk2k .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGh3h2zk2k .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGh3h2zk2k .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGh3h2zk2k .mbr-section-title {
  color: #232323;
}
.cid-tGh3h2zk2k .mbr-text,
.cid-tGh3h2zk2k .mbr-section-btn {
  text-align: left;
}
.cid-tGh3h2zk2k .item-title {
  text-align: left;
}
.cid-tGh3h2zk2k .item-subtitle {
  text-align: center;
}
.cid-tGh3hZRuJY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGh3hZRuJY img,
.cid-tGh3hZRuJY .item-img {
  width: 100%;
}
.cid-tGh3hZRuJY .item:focus,
.cid-tGh3hZRuJY span:focus {
  outline: none;
}
.cid-tGh3hZRuJY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGh3hZRuJY .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGh3hZRuJY .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGh3hZRuJY .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGh3hZRuJY .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGh3hZRuJY .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGh3hZRuJY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGh3hZRuJY .mbr-section-title {
  color: #232323;
}
.cid-tGh3hZRuJY .mbr-text,
.cid-tGh3hZRuJY .mbr-section-btn {
  text-align: left;
}
.cid-tGh3hZRuJY .item-title {
  text-align: left;
}
.cid-tGh3hZRuJY .item-subtitle {
  text-align: center;
}
.cid-tH1Cj1T4Zt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tH1Cj1T4Zt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH1Cj1T4Zt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH1Cj1T4Zt .mbr-text {
  color: #c1c1c1;
}
.cid-tGW1A7VJlO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGW1A7VJlO img,
.cid-tGW1A7VJlO .item-img {
  width: 100%;
}
.cid-tGW1A7VJlO .item:focus,
.cid-tGW1A7VJlO span:focus {
  outline: none;
}
.cid-tGW1A7VJlO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGW1A7VJlO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGW1A7VJlO .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGW1A7VJlO .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGW1A7VJlO .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGW1A7VJlO .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGW1A7VJlO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGW1A7VJlO .mbr-section-title {
  color: #232323;
}
.cid-tGW1A7VJlO .mbr-text,
.cid-tGW1A7VJlO .mbr-section-btn {
  text-align: left;
}
.cid-tGW1A7VJlO .item-title {
  text-align: left;
}
.cid-tGW1A7VJlO .item-subtitle {
  text-align: center;
}
.cid-tGW1AFjX1D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGW1AFjX1D img,
.cid-tGW1AFjX1D .item-img {
  width: 100%;
}
.cid-tGW1AFjX1D .item:focus,
.cid-tGW1AFjX1D span:focus {
  outline: none;
}
.cid-tGW1AFjX1D .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGW1AFjX1D .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGW1AFjX1D .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGW1AFjX1D .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGW1AFjX1D .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGW1AFjX1D .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGW1AFjX1D .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGW1AFjX1D .mbr-section-title {
  color: #232323;
}
.cid-tGW1AFjX1D .mbr-text,
.cid-tGW1AFjX1D .mbr-section-btn {
  text-align: left;
}
.cid-tGW1AFjX1D .item-title {
  text-align: left;
}
.cid-tGW1AFjX1D .item-subtitle {
  text-align: center;
}
.cid-tH1DfwuiUS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tH1DfwuiUS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH1DfwuiUS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH1DfwuiUS .mbr-text {
  color: #c1c1c1;
}
.cid-tGW1BH7KMF {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGW1BH7KMF img,
.cid-tGW1BH7KMF .item-img {
  width: 100%;
}
.cid-tGW1BH7KMF .item:focus,
.cid-tGW1BH7KMF span:focus {
  outline: none;
}
.cid-tGW1BH7KMF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGW1BH7KMF .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGW1BH7KMF .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGW1BH7KMF .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGW1BH7KMF .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGW1BH7KMF .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGW1BH7KMF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGW1BH7KMF .mbr-section-title {
  color: #232323;
}
.cid-tGW1BH7KMF .mbr-text,
.cid-tGW1BH7KMF .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tGW1BH7KMF .item-title {
  text-align: left;
}
.cid-tGW1BH7KMF .item-subtitle {
  text-align: center;
}
.cid-tGW1Cp4qQm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGW1Cp4qQm img,
.cid-tGW1Cp4qQm .item-img {
  width: 100%;
}
.cid-tGW1Cp4qQm .item:focus,
.cid-tGW1Cp4qQm span:focus {
  outline: none;
}
.cid-tGW1Cp4qQm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGW1Cp4qQm .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGW1Cp4qQm .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGW1Cp4qQm .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGW1Cp4qQm .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGW1Cp4qQm .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGW1Cp4qQm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGW1Cp4qQm .mbr-section-title {
  color: #232323;
}
.cid-tGW1Cp4qQm .mbr-text,
.cid-tGW1Cp4qQm .mbr-section-btn {
  text-align: left;
}
.cid-tGW1Cp4qQm .item-title {
  text-align: left;
}
.cid-tGW1Cp4qQm .item-subtitle {
  text-align: center;
}
.cid-tGW1DhKNuK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGW1DhKNuK img,
.cid-tGW1DhKNuK .item-img {
  width: 100%;
}
.cid-tGW1DhKNuK .item:focus,
.cid-tGW1DhKNuK span:focus {
  outline: none;
}
.cid-tGW1DhKNuK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGW1DhKNuK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGW1DhKNuK .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGW1DhKNuK .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGW1DhKNuK .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGW1DhKNuK .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGW1DhKNuK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGW1DhKNuK .mbr-section-title {
  color: #232323;
}
.cid-tGW1DhKNuK .mbr-text,
.cid-tGW1DhKNuK .mbr-section-btn {
  text-align: left;
}
.cid-tGW1DhKNuK .item-title {
  text-align: left;
}
.cid-tGW1DhKNuK .item-subtitle {
  text-align: center;
}
.cid-tGW1I2FWdo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGW1I2FWdo img,
.cid-tGW1I2FWdo .item-img {
  width: 100%;
}
.cid-tGW1I2FWdo .item:focus,
.cid-tGW1I2FWdo span:focus {
  outline: none;
}
.cid-tGW1I2FWdo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGW1I2FWdo .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGW1I2FWdo .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGW1I2FWdo .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGW1I2FWdo .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGW1I2FWdo .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGW1I2FWdo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGW1I2FWdo .mbr-section-title {
  color: #232323;
}
.cid-tGW1I2FWdo .mbr-text,
.cid-tGW1I2FWdo .mbr-section-btn {
  text-align: left;
}
.cid-tGW1I2FWdo .item-title {
  text-align: left;
}
.cid-tGW1I2FWdo .item-subtitle {
  text-align: center;
}
.cid-tGWRdyVEap {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGWRdyVEap img,
.cid-tGWRdyVEap .item-img {
  width: 100%;
}
.cid-tGWRdyVEap .item:focus,
.cid-tGWRdyVEap span:focus {
  outline: none;
}
.cid-tGWRdyVEap .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGWRdyVEap .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGWRdyVEap .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGWRdyVEap .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGWRdyVEap .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGWRdyVEap .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGWRdyVEap .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGWRdyVEap .mbr-section-title {
  color: #232323;
}
.cid-tGWRdyVEap .mbr-text,
.cid-tGWRdyVEap .mbr-section-btn {
  text-align: left;
}
.cid-tGWRdyVEap .item-title {
  text-align: left;
}
.cid-tGWRdyVEap .item-subtitle {
  text-align: center;
}
.cid-tGWRcGFq7n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGWRcGFq7n img,
.cid-tGWRcGFq7n .item-img {
  width: 100%;
}
.cid-tGWRcGFq7n .item:focus,
.cid-tGWRcGFq7n span:focus {
  outline: none;
}
.cid-tGWRcGFq7n .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGWRcGFq7n .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGWRcGFq7n .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGWRcGFq7n .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGWRcGFq7n .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGWRcGFq7n .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGWRcGFq7n .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGWRcGFq7n .mbr-section-title {
  color: #232323;
}
.cid-tGWRcGFq7n .mbr-text,
.cid-tGWRcGFq7n .mbr-section-btn {
  text-align: left;
}
.cid-tGWRcGFq7n .item-title {
  text-align: left;
}
.cid-tGWRcGFq7n .item-subtitle {
  text-align: center;
}
.cid-tGWVM7b3nG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGWVM7b3nG img,
.cid-tGWVM7b3nG .item-img {
  width: 100%;
}
.cid-tGWVM7b3nG .item:focus,
.cid-tGWVM7b3nG span:focus {
  outline: none;
}
.cid-tGWVM7b3nG .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGWVM7b3nG .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGWVM7b3nG .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGWVM7b3nG .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGWVM7b3nG .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGWVM7b3nG .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGWVM7b3nG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGWVM7b3nG .mbr-section-title {
  color: #232323;
}
.cid-tGWVM7b3nG .mbr-text,
.cid-tGWVM7b3nG .mbr-section-btn {
  text-align: left;
}
.cid-tGWVM7b3nG .item-title {
  text-align: left;
}
.cid-tGWVM7b3nG .item-subtitle {
  text-align: center;
}
.cid-tH1DhKaTgB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tH1DhKaTgB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH1DhKaTgB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH1DhKaTgB .mbr-text {
  color: #c1c1c1;
}
.cid-tGWXQ2qFLg {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGWXQ2qFLg img,
.cid-tGWXQ2qFLg .item-img {
  width: 100%;
}
.cid-tGWXQ2qFLg .item:focus,
.cid-tGWXQ2qFLg span:focus {
  outline: none;
}
.cid-tGWXQ2qFLg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGWXQ2qFLg .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGWXQ2qFLg .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGWXQ2qFLg .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGWXQ2qFLg .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGWXQ2qFLg .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGWXQ2qFLg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGWXQ2qFLg .mbr-section-title {
  color: #232323;
}
.cid-tGWXQ2qFLg .mbr-text,
.cid-tGWXQ2qFLg .mbr-section-btn {
  text-align: left;
}
.cid-tGWXQ2qFLg .item-title {
  text-align: left;
}
.cid-tGWXQ2qFLg .item-subtitle {
  text-align: center;
}
.cid-tGWXQXLRyc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGWXQXLRyc img,
.cid-tGWXQXLRyc .item-img {
  width: 100%;
}
.cid-tGWXQXLRyc .item:focus,
.cid-tGWXQXLRyc span:focus {
  outline: none;
}
.cid-tGWXQXLRyc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGWXQXLRyc .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGWXQXLRyc .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGWXQXLRyc .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGWXQXLRyc .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGWXQXLRyc .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGWXQXLRyc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGWXQXLRyc .mbr-section-title {
  color: #232323;
}
.cid-tGWXQXLRyc .mbr-text,
.cid-tGWXQXLRyc .mbr-section-btn {
  text-align: left;
}
.cid-tGWXQXLRyc .item-title {
  text-align: left;
}
.cid-tGWXQXLRyc .item-subtitle {
  text-align: center;
}
.cid-tGWXRCGw3L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGWXRCGw3L img,
.cid-tGWXRCGw3L .item-img {
  width: 100%;
}
.cid-tGWXRCGw3L .item:focus,
.cid-tGWXRCGw3L span:focus {
  outline: none;
}
.cid-tGWXRCGw3L .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGWXRCGw3L .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGWXRCGw3L .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGWXRCGw3L .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGWXRCGw3L .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGWXRCGw3L .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGWXRCGw3L .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGWXRCGw3L .mbr-section-title {
  color: #232323;
}
.cid-tGWXRCGw3L .mbr-text,
.cid-tGWXRCGw3L .mbr-section-btn {
  text-align: left;
}
.cid-tGWXRCGw3L .item-title {
  text-align: left;
}
.cid-tGWXRCGw3L .item-subtitle {
  text-align: center;
}
.cid-tGWXSKYGyt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGWXSKYGyt img,
.cid-tGWXSKYGyt .item-img {
  width: 100%;
}
.cid-tGWXSKYGyt .item:focus,
.cid-tGWXSKYGyt span:focus {
  outline: none;
}
.cid-tGWXSKYGyt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGWXSKYGyt .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGWXSKYGyt .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGWXSKYGyt .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGWXSKYGyt .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGWXSKYGyt .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGWXSKYGyt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGWXSKYGyt .mbr-section-title {
  color: #232323;
}
.cid-tGWXSKYGyt .mbr-text,
.cid-tGWXSKYGyt .mbr-section-btn {
  text-align: left;
}
.cid-tGWXSKYGyt .item-title {
  text-align: left;
}
.cid-tGWXSKYGyt .item-subtitle {
  text-align: center;
}
.cid-tGX5rTMzF2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGX5rTMzF2 img,
.cid-tGX5rTMzF2 .item-img {
  width: 100%;
}
.cid-tGX5rTMzF2 .item:focus,
.cid-tGX5rTMzF2 span:focus {
  outline: none;
}
.cid-tGX5rTMzF2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGX5rTMzF2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGX5rTMzF2 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGX5rTMzF2 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGX5rTMzF2 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGX5rTMzF2 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGX5rTMzF2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGX5rTMzF2 .mbr-section-title {
  color: #232323;
}
.cid-tGX5rTMzF2 .mbr-text,
.cid-tGX5rTMzF2 .mbr-section-btn {
  text-align: left;
}
.cid-tGX5rTMzF2 .item-title {
  text-align: left;
}
.cid-tGX5rTMzF2 .item-subtitle {
  text-align: center;
}
.cid-tGX5llTLj6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGX5llTLj6 img,
.cid-tGX5llTLj6 .item-img {
  width: 100%;
}
.cid-tGX5llTLj6 .item:focus,
.cid-tGX5llTLj6 span:focus {
  outline: none;
}
.cid-tGX5llTLj6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGX5llTLj6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGX5llTLj6 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGX5llTLj6 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGX5llTLj6 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGX5llTLj6 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGX5llTLj6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGX5llTLj6 .mbr-section-title {
  color: #232323;
}
.cid-tGX5llTLj6 .mbr-text,
.cid-tGX5llTLj6 .mbr-section-btn {
  text-align: left;
}
.cid-tGX5llTLj6 .item-title {
  text-align: left;
}
.cid-tGX5llTLj6 .item-subtitle {
  text-align: center;
}
.cid-tGX9G4G6EU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGX9G4G6EU img,
.cid-tGX9G4G6EU .item-img {
  width: 100%;
}
.cid-tGX9G4G6EU .item:focus,
.cid-tGX9G4G6EU span:focus {
  outline: none;
}
.cid-tGX9G4G6EU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGX9G4G6EU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGX9G4G6EU .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGX9G4G6EU .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGX9G4G6EU .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGX9G4G6EU .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGX9G4G6EU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGX9G4G6EU .mbr-section-title {
  color: #232323;
}
.cid-tGX9G4G6EU .mbr-text,
.cid-tGX9G4G6EU .mbr-section-btn {
  text-align: left;
}
.cid-tGX9G4G6EU .item-title {
  text-align: left;
}
.cid-tGX9G4G6EU .item-subtitle {
  text-align: center;
}
.cid-tGX9GRE5rk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGX9GRE5rk img,
.cid-tGX9GRE5rk .item-img {
  width: 100%;
}
.cid-tGX9GRE5rk .item:focus,
.cid-tGX9GRE5rk span:focus {
  outline: none;
}
.cid-tGX9GRE5rk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGX9GRE5rk .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGX9GRE5rk .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGX9GRE5rk .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGX9GRE5rk .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGX9GRE5rk .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGX9GRE5rk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGX9GRE5rk .mbr-section-title {
  color: #232323;
}
.cid-tGX9GRE5rk .mbr-text,
.cid-tGX9GRE5rk .mbr-section-btn {
  text-align: left;
}
.cid-tGX9GRE5rk .item-title {
  text-align: left;
}
.cid-tGX9GRE5rk .item-subtitle {
  text-align: center;
}
.cid-tGXcB1Y0Zq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGXcB1Y0Zq img,
.cid-tGXcB1Y0Zq .item-img {
  width: 100%;
}
.cid-tGXcB1Y0Zq .item:focus,
.cid-tGXcB1Y0Zq span:focus {
  outline: none;
}
.cid-tGXcB1Y0Zq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGXcB1Y0Zq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGXcB1Y0Zq .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGXcB1Y0Zq .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGXcB1Y0Zq .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGXcB1Y0Zq .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGXcB1Y0Zq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGXcB1Y0Zq .mbr-section-title {
  color: #232323;
}
.cid-tGXcB1Y0Zq .mbr-text,
.cid-tGXcB1Y0Zq .mbr-section-btn {
  text-align: left;
}
.cid-tGXcB1Y0Zq .item-title {
  text-align: left;
}
.cid-tGXcB1Y0Zq .item-subtitle {
  text-align: center;
}
.cid-tH1Dkgg6FZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tH1Dkgg6FZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH1Dkgg6FZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH1Dkgg6FZ .mbr-text {
  color: #c1c1c1;
}
.cid-tGgV7LdmSe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tGgV7LdmSe .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tGgV7LdmSe .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #eae7dc;
}
@media (max-width: 991px) {
  .cid-tGgV7LdmSe .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGgV7LdmSe .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tGgV7LdmSe .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #e85a4f;
}
.cid-tGgV7LdmSe .mbr-section-title {
  color: #e43f3f;
  text-align: center;
}
.cid-tGgV7LdmSe P {
  color: #ff6666;
}
.cid-tGXezYJGr5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tGXezYJGr5 nav.navbar {
  position: fixed;
}
.cid-tGXezYJGr5 .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-tGXezYJGr5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGXezYJGr5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGXezYJGr5 .dropdown-item:hover,
.cid-tGXezYJGr5 .dropdown-item:focus {
  background: #e85a4f !important;
  color: white !important;
}
.cid-tGXezYJGr5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGXezYJGr5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGXezYJGr5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGXezYJGr5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGXezYJGr5 .nav-link {
  position: relative;
}
.cid-tGXezYJGr5 .container {
  display: flex;
  margin: auto;
}
.cid-tGXezYJGr5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tGXezYJGr5 .dropdown-menu,
.cid-tGXezYJGr5 .navbar.opened {
  background: #4479d9 !important;
}
.cid-tGXezYJGr5 .nav-item:focus,
.cid-tGXezYJGr5 .nav-link:focus {
  outline: none;
}
.cid-tGXezYJGr5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGXezYJGr5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGXezYJGr5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGXezYJGr5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGXezYJGr5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGXezYJGr5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGXezYJGr5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #4479d9;
}
.cid-tGXezYJGr5 .navbar.opened {
  transition: all 0.3s;
}
.cid-tGXezYJGr5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGXezYJGr5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tGXezYJGr5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGXezYJGr5 .navbar.collapsed {
  justify-content: center;
}
.cid-tGXezYJGr5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGXezYJGr5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tGXezYJGr5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGXezYJGr5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGXezYJGr5 .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-tGXezYJGr5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGXezYJGr5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGXezYJGr5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGXezYJGr5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGXezYJGr5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGXezYJGr5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGXezYJGr5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGXezYJGr5 .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-tGXezYJGr5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGXezYJGr5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGXezYJGr5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGXezYJGr5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGXezYJGr5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGXezYJGr5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tGXezYJGr5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGXezYJGr5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGXezYJGr5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGXezYJGr5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGXezYJGr5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGXezYJGr5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGXezYJGr5 .dropdown-item.active,
.cid-tGXezYJGr5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tGXezYJGr5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGXezYJGr5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGXezYJGr5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGXezYJGr5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tGXezYJGr5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGXezYJGr5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGXezYJGr5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGXezYJGr5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGXezYJGr5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGXezYJGr5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tGXezYJGr5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGXezYJGr5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGXezYJGr5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGXezYJGr5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGXezYJGr5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGXezYJGr5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGXezYJGr5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGXezYJGr5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGXezYJGr5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tGXezYJGr5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGXezYJGr5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGXezYJGr5 .navbar {
    height: 70px;
  }
  .cid-tGXezYJGr5 .navbar.opened {
    height: auto;
  }
  .cid-tGXezYJGr5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGXicIQsul {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGXicIQsul img,
.cid-tGXicIQsul .item-img {
  width: 100%;
}
.cid-tGXicIQsul .item:focus,
.cid-tGXicIQsul span:focus {
  outline: none;
}
.cid-tGXicIQsul .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tGXicIQsul .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tGXicIQsul .item {
  padding: 0;
  margin: 0;
}
.cid-tGXicIQsul .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGXicIQsul .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGXicIQsul .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tGXicIQsul .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGXicIQsul .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tGXicIQsul .mbr-section-title DIV {
  text-align: left;
}
.cid-tGXidnUANu {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGXidnUANu img,
.cid-tGXidnUANu .item-img {
  width: 100%;
}
.cid-tGXidnUANu .item:focus,
.cid-tGXidnUANu span:focus {
  outline: none;
}
.cid-tGXidnUANu .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tGXidnUANu .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tGXidnUANu .item {
  padding: 0;
  margin: 0;
}
.cid-tGXidnUANu .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGXidnUANu .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGXidnUANu .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tGXidnUANu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGXidnUANu .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tGXidnUANu .mbr-section-title DIV {
  text-align: left;
}
.cid-tGXie1pH6n {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGXie1pH6n img,
.cid-tGXie1pH6n .item-img {
  width: 100%;
}
.cid-tGXie1pH6n .item:focus,
.cid-tGXie1pH6n span:focus {
  outline: none;
}
.cid-tGXie1pH6n .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tGXie1pH6n .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tGXie1pH6n .item {
  padding: 0;
  margin: 0;
}
.cid-tGXie1pH6n .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGXie1pH6n .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGXie1pH6n .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tGXie1pH6n .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGXie1pH6n .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tGXie1pH6n .mbr-section-title DIV {
  text-align: left;
}
.cid-tGXjrY89qo {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGXjrY89qo img,
.cid-tGXjrY89qo .item-img {
  width: 100%;
}
.cid-tGXjrY89qo .item:focus,
.cid-tGXjrY89qo span:focus {
  outline: none;
}
.cid-tGXjrY89qo .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tGXjrY89qo .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tGXjrY89qo .item {
  padding: 0;
  margin: 0;
}
.cid-tGXjrY89qo .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGXjrY89qo .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGXjrY89qo .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tGXjrY89qo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGXjrY89qo .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tGXjrY89qo .mbr-section-title DIV {
  text-align: left;
}
.cid-tGXjsCyz3C {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGXjsCyz3C img,
.cid-tGXjsCyz3C .item-img {
  width: 100%;
}
.cid-tGXjsCyz3C .item:focus,
.cid-tGXjsCyz3C span:focus {
  outline: none;
}
.cid-tGXjsCyz3C .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tGXjsCyz3C .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tGXjsCyz3C .item {
  padding: 0;
  margin: 0;
}
.cid-tGXjsCyz3C .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGXjsCyz3C .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGXjsCyz3C .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tGXjsCyz3C .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGXjsCyz3C .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tGXjsCyz3C .mbr-section-title DIV {
  text-align: left;
}
.cid-tGXjtapFXo {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGXjtapFXo img,
.cid-tGXjtapFXo .item-img {
  width: 100%;
}
.cid-tGXjtapFXo .item:focus,
.cid-tGXjtapFXo span:focus {
  outline: none;
}
.cid-tGXjtapFXo .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tGXjtapFXo .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tGXjtapFXo .item {
  padding: 0;
  margin: 0;
}
.cid-tGXjtapFXo .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGXjtapFXo .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGXjtapFXo .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tGXjtapFXo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGXjtapFXo .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tGXjtapFXo .mbr-section-title DIV {
  text-align: left;
}
.cid-tGXjuhBuQy {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGXjuhBuQy img,
.cid-tGXjuhBuQy .item-img {
  width: 100%;
}
.cid-tGXjuhBuQy .item:focus,
.cid-tGXjuhBuQy span:focus {
  outline: none;
}
.cid-tGXjuhBuQy .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tGXjuhBuQy .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tGXjuhBuQy .item {
  padding: 0;
  margin: 0;
}
.cid-tGXjuhBuQy .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGXjuhBuQy .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGXjuhBuQy .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tGXjuhBuQy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGXjuhBuQy .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tGXjuhBuQy .mbr-section-title DIV {
  text-align: left;
}
.cid-tGXjtHVwwf {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGXjtHVwwf img,
.cid-tGXjtHVwwf .item-img {
  width: 100%;
}
.cid-tGXjtHVwwf .item:focus,
.cid-tGXjtHVwwf span:focus {
  outline: none;
}
.cid-tGXjtHVwwf .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tGXjtHVwwf .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tGXjtHVwwf .item {
  padding: 0;
  margin: 0;
}
.cid-tGXjtHVwwf .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGXjtHVwwf .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGXjtHVwwf .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tGXjtHVwwf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGXjtHVwwf .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tGXjtHVwwf .mbr-section-title DIV {
  text-align: left;
}
.cid-tGXkEGA7Tc {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGXkEGA7Tc img,
.cid-tGXkEGA7Tc .item-img {
  width: 100%;
}
.cid-tGXkEGA7Tc .item:focus,
.cid-tGXkEGA7Tc span:focus {
  outline: none;
}
.cid-tGXkEGA7Tc .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tGXkEGA7Tc .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tGXkEGA7Tc .item {
  padding: 0;
  margin: 0;
}
.cid-tGXkEGA7Tc .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGXkEGA7Tc .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGXkEGA7Tc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tGXkEGA7Tc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGXkEGA7Tc .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tGXkEGA7Tc .mbr-section-title DIV {
  text-align: left;
}
.cid-tGXkFgNZmJ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGXkFgNZmJ img,
.cid-tGXkFgNZmJ .item-img {
  width: 100%;
}
.cid-tGXkFgNZmJ .item:focus,
.cid-tGXkFgNZmJ span:focus {
  outline: none;
}
.cid-tGXkFgNZmJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tGXkFgNZmJ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tGXkFgNZmJ .item {
  padding: 0;
  margin: 0;
}
.cid-tGXkFgNZmJ .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGXkFgNZmJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGXkFgNZmJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tGXkFgNZmJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGXkFgNZmJ .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tGXkFgNZmJ .mbr-section-title DIV {
  text-align: left;
}
.cid-tGXkFUB2wD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGXkFUB2wD img,
.cid-tGXkFUB2wD .item-img {
  width: 100%;
}
.cid-tGXkFUB2wD .item:focus,
.cid-tGXkFUB2wD span:focus {
  outline: none;
}
.cid-tGXkFUB2wD .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tGXkFUB2wD .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tGXkFUB2wD .item {
  padding: 0;
  margin: 0;
}
.cid-tGXkFUB2wD .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGXkFUB2wD .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGXkFUB2wD .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tGXkFUB2wD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGXkFUB2wD .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tGXkFUB2wD .mbr-section-title DIV {
  text-align: left;
}
.cid-tGXeA306Jj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tGXeA306Jj .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tGXeA306Jj .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #eae7dc;
}
@media (max-width: 991px) {
  .cid-tGXeA306Jj .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGXeA306Jj .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tGXeA306Jj .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #e85a4f;
}
.cid-tGXeA306Jj .mbr-section-title {
  color: #e43f3f;
  text-align: center;
}
.cid-tGXeA306Jj P {
  color: #ff6666;
}
.cid-tGXeTScowA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tGXeTScowA nav.navbar {
  position: fixed;
}
.cid-tGXeTScowA .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-tGXeTScowA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGXeTScowA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGXeTScowA .dropdown-item:hover,
.cid-tGXeTScowA .dropdown-item:focus {
  background: #e85a4f !important;
  color: white !important;
}
.cid-tGXeTScowA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGXeTScowA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGXeTScowA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGXeTScowA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGXeTScowA .nav-link {
  position: relative;
}
.cid-tGXeTScowA .container {
  display: flex;
  margin: auto;
}
.cid-tGXeTScowA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tGXeTScowA .dropdown-menu,
.cid-tGXeTScowA .navbar.opened {
  background: #4479d9 !important;
}
.cid-tGXeTScowA .nav-item:focus,
.cid-tGXeTScowA .nav-link:focus {
  outline: none;
}
.cid-tGXeTScowA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGXeTScowA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGXeTScowA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGXeTScowA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGXeTScowA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGXeTScowA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGXeTScowA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #4479d9;
}
.cid-tGXeTScowA .navbar.opened {
  transition: all 0.3s;
}
.cid-tGXeTScowA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGXeTScowA .navbar .navbar-logo img {
  width: auto;
}
.cid-tGXeTScowA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGXeTScowA .navbar.collapsed {
  justify-content: center;
}
.cid-tGXeTScowA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGXeTScowA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tGXeTScowA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGXeTScowA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGXeTScowA .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-tGXeTScowA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGXeTScowA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGXeTScowA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGXeTScowA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGXeTScowA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGXeTScowA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGXeTScowA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGXeTScowA .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-tGXeTScowA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGXeTScowA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGXeTScowA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGXeTScowA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGXeTScowA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGXeTScowA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tGXeTScowA .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGXeTScowA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGXeTScowA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGXeTScowA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGXeTScowA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGXeTScowA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGXeTScowA .dropdown-item.active,
.cid-tGXeTScowA .dropdown-item:active {
  background-color: transparent;
}
.cid-tGXeTScowA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGXeTScowA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGXeTScowA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGXeTScowA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tGXeTScowA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGXeTScowA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGXeTScowA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGXeTScowA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGXeTScowA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGXeTScowA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tGXeTScowA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGXeTScowA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGXeTScowA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGXeTScowA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGXeTScowA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGXeTScowA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGXeTScowA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGXeTScowA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGXeTScowA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tGXeTScowA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGXeTScowA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGXeTScowA .navbar {
    height: 70px;
  }
  .cid-tGXeTScowA .navbar.opened {
    height: auto;
  }
  .cid-tGXeTScowA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPgBmgiC7s {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tPgBmgiC7s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPgBmgiC7s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tPgBmgiC7s .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tPgBmgiC7s .row {
  flex-direction: row-reverse;
}
.cid-tPgBmgiC7s img {
  width: 100%;
}
.cid-tGXeTUrEpw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tGXeTUrEpw .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tGXeTUrEpw .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-tGXeTUrEpw .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-tGXeTUrEpw .mbr-text {
  color: #4479d9;
}
.cid-tGXeTUrEpw .mbr-text UL {
  text-align: left;
}
.cid-tGXeTV6jRw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tGXeTV6jRw .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tGXeTV6jRw .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tGXeTV6jRw .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
}
.cid-tGXeTV6jRw .mbr-text {
  color: #4479d9;
}
.cid-tPgb1ViDg6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tPgb1ViDg6 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tPgb1ViDg6 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tPgb1ViDg6 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
}
.cid-tPgb1ViDg6 .mbr-text {
  color: #4479d9;
}
.cid-tPgb1ViDg6 .mbr-text UL {
  text-align: left;
}
.cid-tPgb2XWvxp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tPgb2XWvxp .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tPgb2XWvxp .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tPgb2XWvxp .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
}
.cid-tPgb2XWvxp .mbr-text {
  color: #4479d9;
}
.cid-tPgb2XWvxp .mbr-text UL {
  text-align: left;
}
.cid-tPg86NAHpA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tPg86NAHpA .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tPg86NAHpA .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tPg86NAHpA .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
}
.cid-tPg86NAHpA .mbr-text {
  color: #4479d9;
}
.cid-tPg86NAHpA .mbr-text UL {
  text-align: left;
}
.cid-tPg887yREs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tPg887yREs .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tPg887yREs .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tPg887yREs .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
}
.cid-tPg887yREs .mbr-text {
  color: #4479d9;
}
.cid-tPg887yREs .mbr-text UL {
  text-align: left;
}
.cid-tPg89h6Sy8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tPg89h6Sy8 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tPg89h6Sy8 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tPg89h6Sy8 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
}
.cid-tPg89h6Sy8 .mbr-text {
  color: #4479d9;
}
.cid-tPg89h6Sy8 .mbr-text UL {
  text-align: left;
}
.cid-tGXeTVJtR2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tGXeTVJtR2 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tGXeTVJtR2 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tGXeTVJtR2 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
}
.cid-tGXeTVJtR2 .mbr-text {
  color: #4479d9;
}
.cid-tH1gq8XUUW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tH1gq8XUUW .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tH1gq8XUUW .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tH1gq8XUUW .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
}
.cid-tH1gq8XUUW .mbr-text {
  color: #4479d9;
}
.cid-tH1gs9xpxB {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tH1gs9xpxB .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tH1gs9xpxB .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tH1gs9xpxB .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
}
.cid-tH1gs9xpxB .mbr-text {
  color: #4479d9;
}
.cid-tH1gYALYa3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tH1gYALYa3 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tH1gYALYa3 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tH1gYALYa3 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
}
.cid-tH1gYALYa3 .mbr-text {
  color: #4479d9;
}
.cid-tH1gZl54My {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tH1gZl54My .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tH1gZl54My .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tH1gZl54My .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
}
.cid-tH1gZl54My .mbr-text {
  color: #4479d9;
}
.cid-tH1h0kraTy {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tH1h0kraTy .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tH1h0kraTy .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tH1h0kraTy .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
}
.cid-tH1h0kraTy .mbr-text {
  color: #4479d9;
}
.cid-tH1h1t2sVK {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tH1h1t2sVK .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tH1h1t2sVK .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tH1h1t2sVK .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
}
.cid-tH1h1t2sVK .mbr-text {
  color: #4479d9;
}
.cid-tH1j2G26qh {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tH1j2G26qh .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tH1j2G26qh .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tH1j2G26qh .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
}
.cid-tH1j2G26qh .mbr-text {
  color: #4479d9;
}
.cid-tH1j4jhtZB {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tH1j4jhtZB .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tH1j4jhtZB .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tH1j4jhtZB .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
}
.cid-tH1j4jhtZB .mbr-text {
  color: #4479d9;
}
.cid-tH1jKIaDRe {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tH1jKIaDRe .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tH1jKIaDRe .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tH1jKIaDRe .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
}
.cid-tH1jKIaDRe .mbr-text {
  color: #4479d9;
}
.cid-tH1jLV2O0V {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tH1jLV2O0V .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tH1jLV2O0V .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tH1jLV2O0V .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
}
.cid-tH1jLV2O0V .mbr-text {
  color: #4479d9;
}
.cid-tH1k6ZhLS0 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tH1k6ZhLS0 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tH1k6ZhLS0 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tH1k6ZhLS0 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
}
.cid-tH1k6ZhLS0 .mbr-text {
  color: #4479d9;
}
.cid-tH1rrvOxQv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tH1rrvOxQv .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tH1rrvOxQv .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tH1rrvOxQv .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
}
.cid-tH1rrvOxQv .mbr-text {
  color: #4479d9;
}
.cid-tGXeTWpoXB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tGXeTWpoXB .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tGXeTWpoXB .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #eae7dc;
}
@media (max-width: 991px) {
  .cid-tGXeTWpoXB .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGXeTWpoXB .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tGXeTWpoXB .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #e85a4f;
}
.cid-tGXeTWpoXB .mbr-section-title {
  color: #e43f3f;
  text-align: center;
}
.cid-tGXeTWpoXB P {
  color: #ff6666;
}
.cid-tGXeZwHwLL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tGXeZwHwLL nav.navbar {
  position: fixed;
}
.cid-tGXeZwHwLL .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-tGXeZwHwLL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGXeZwHwLL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGXeZwHwLL .dropdown-item:hover,
.cid-tGXeZwHwLL .dropdown-item:focus {
  background: #e85a4f !important;
  color: white !important;
}
.cid-tGXeZwHwLL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGXeZwHwLL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGXeZwHwLL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGXeZwHwLL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGXeZwHwLL .nav-link {
  position: relative;
}
.cid-tGXeZwHwLL .container {
  display: flex;
  margin: auto;
}
.cid-tGXeZwHwLL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tGXeZwHwLL .dropdown-menu,
.cid-tGXeZwHwLL .navbar.opened {
  background: #4479d9 !important;
}
.cid-tGXeZwHwLL .nav-item:focus,
.cid-tGXeZwHwLL .nav-link:focus {
  outline: none;
}
.cid-tGXeZwHwLL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGXeZwHwLL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGXeZwHwLL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGXeZwHwLL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGXeZwHwLL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGXeZwHwLL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGXeZwHwLL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #4479d9;
}
.cid-tGXeZwHwLL .navbar.opened {
  transition: all 0.3s;
}
.cid-tGXeZwHwLL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGXeZwHwLL .navbar .navbar-logo img {
  width: auto;
}
.cid-tGXeZwHwLL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGXeZwHwLL .navbar.collapsed {
  justify-content: center;
}
.cid-tGXeZwHwLL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGXeZwHwLL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tGXeZwHwLL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGXeZwHwLL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGXeZwHwLL .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-tGXeZwHwLL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGXeZwHwLL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGXeZwHwLL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGXeZwHwLL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGXeZwHwLL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGXeZwHwLL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGXeZwHwLL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGXeZwHwLL .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-tGXeZwHwLL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGXeZwHwLL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGXeZwHwLL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGXeZwHwLL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGXeZwHwLL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGXeZwHwLL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tGXeZwHwLL .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGXeZwHwLL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGXeZwHwLL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGXeZwHwLL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGXeZwHwLL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGXeZwHwLL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGXeZwHwLL .dropdown-item.active,
.cid-tGXeZwHwLL .dropdown-item:active {
  background-color: transparent;
}
.cid-tGXeZwHwLL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGXeZwHwLL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGXeZwHwLL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGXeZwHwLL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tGXeZwHwLL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGXeZwHwLL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGXeZwHwLL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGXeZwHwLL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGXeZwHwLL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGXeZwHwLL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tGXeZwHwLL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGXeZwHwLL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGXeZwHwLL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGXeZwHwLL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGXeZwHwLL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGXeZwHwLL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGXeZwHwLL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGXeZwHwLL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGXeZwHwLL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tGXeZwHwLL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGXeZwHwLL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGXeZwHwLL .navbar {
    height: 70px;
  }
  .cid-tGXeZwHwLL .navbar.opened {
    height: auto;
  }
  .cid-tGXeZwHwLL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGXeZznB99 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGXeZznB99 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tGXeZznB99 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tGXeZznB99 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tGXeZznB99 .mbr-text {
  color: #4479d9;
}
.cid-tGXeZAPNQV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tGXeZAPNQV .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tGXeZAPNQV .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #eae7dc;
}
@media (max-width: 991px) {
  .cid-tGXeZAPNQV .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGXeZAPNQV .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tGXeZAPNQV .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #e85a4f;
}
.cid-tGXeZAPNQV .mbr-section-title {
  color: #e43f3f;
  text-align: center;
}
.cid-tGXeZAPNQV P {
  color: #ff6666;
}
.cid-tH1KPTN5kY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tH1KPTN5kY nav.navbar {
  position: fixed;
}
.cid-tH1KPTN5kY .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-tH1KPTN5kY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tH1KPTN5kY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tH1KPTN5kY .dropdown-item:hover,
.cid-tH1KPTN5kY .dropdown-item:focus {
  background: #e85a4f !important;
  color: white !important;
}
.cid-tH1KPTN5kY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tH1KPTN5kY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tH1KPTN5kY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tH1KPTN5kY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tH1KPTN5kY .nav-link {
  position: relative;
}
.cid-tH1KPTN5kY .container {
  display: flex;
  margin: auto;
}
.cid-tH1KPTN5kY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tH1KPTN5kY .dropdown-menu,
.cid-tH1KPTN5kY .navbar.opened {
  background: #4479d9 !important;
}
.cid-tH1KPTN5kY .nav-item:focus,
.cid-tH1KPTN5kY .nav-link:focus {
  outline: none;
}
.cid-tH1KPTN5kY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tH1KPTN5kY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tH1KPTN5kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tH1KPTN5kY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tH1KPTN5kY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tH1KPTN5kY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tH1KPTN5kY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #4479d9;
}
.cid-tH1KPTN5kY .navbar.opened {
  transition: all 0.3s;
}
.cid-tH1KPTN5kY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tH1KPTN5kY .navbar .navbar-logo img {
  width: auto;
}
.cid-tH1KPTN5kY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tH1KPTN5kY .navbar.collapsed {
  justify-content: center;
}
.cid-tH1KPTN5kY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tH1KPTN5kY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tH1KPTN5kY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tH1KPTN5kY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tH1KPTN5kY .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-tH1KPTN5kY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tH1KPTN5kY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tH1KPTN5kY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tH1KPTN5kY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tH1KPTN5kY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tH1KPTN5kY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tH1KPTN5kY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tH1KPTN5kY .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-tH1KPTN5kY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tH1KPTN5kY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tH1KPTN5kY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tH1KPTN5kY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tH1KPTN5kY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tH1KPTN5kY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tH1KPTN5kY .navbar.navbar-short {
  min-height: 60px;
}
.cid-tH1KPTN5kY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tH1KPTN5kY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tH1KPTN5kY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tH1KPTN5kY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tH1KPTN5kY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tH1KPTN5kY .dropdown-item.active,
.cid-tH1KPTN5kY .dropdown-item:active {
  background-color: transparent;
}
.cid-tH1KPTN5kY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tH1KPTN5kY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tH1KPTN5kY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tH1KPTN5kY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tH1KPTN5kY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tH1KPTN5kY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tH1KPTN5kY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tH1KPTN5kY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tH1KPTN5kY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tH1KPTN5kY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tH1KPTN5kY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tH1KPTN5kY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tH1KPTN5kY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tH1KPTN5kY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tH1KPTN5kY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tH1KPTN5kY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tH1KPTN5kY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tH1KPTN5kY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tH1KPTN5kY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tH1KPTN5kY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tH1KPTN5kY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tH1KPTN5kY .navbar {
    height: 70px;
  }
  .cid-tH1KPTN5kY .navbar.opened {
    height: auto;
  }
  .cid-tH1KPTN5kY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tH1PRzalWP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tH1PRzalWP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH1PRzalWP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH1PRzalWP .item {
  padding-bottom: 2rem;
}
.cid-tH1PRzalWP .item-wrapper {
  position: relative;
}
.cid-tH1PRzalWP .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tH1PRzalWP .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tH1PRzalWP .carousel-control,
.cid-tH1PRzalWP .close {
  background: #1b1b1b;
}
.cid-tH1PRzalWP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tH1PRzalWP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tH1PRzalWP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tH1PRzalWP .carousel-control-next span {
  margin-left: 5px;
}
.cid-tH1PRzalWP .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tH1PRzalWP .close::before {
  content: '\e91a';
}
.cid-tH1PRzalWP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tH1PRzalWP .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tH1PRzalWP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tH1PRzalWP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tH1PRzalWP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tH1PRzalWP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tH1PRzalWP .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tH1PRzalWP .carousel-indicators li.active,
.cid-tH1PRzalWP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tH1PRzalWP .carousel-indicators li::after,
.cid-tH1PRzalWP .carousel-indicators li::before {
  content: none;
}
.cid-tH1PRzalWP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tH1PRzalWP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tH1PRzalWP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tH1PRzalWP .carousel-indicators {
    display: none;
  }
}
.cid-tH1PRzalWP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tH1PRzalWP .carousel-inner > .active {
  display: block;
}
.cid-tH1PRzalWP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tH1PRzalWP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tH1PRzalWP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tH1PRzalWP .carousel-control,
  .cid-tH1PRzalWP .carousel-indicators,
  .cid-tH1PRzalWP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tH1PRzalWP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tH1PRzalWP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tH1PRzalWP .carousel-indicators .active,
.cid-tH1PRzalWP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tH1PRzalWP .carousel-indicators .active {
  background: #fff;
}
.cid-tH1PRzalWP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tH1PRzalWP .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tH1PRzalWP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tH1PRzalWP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tH1PRzalWP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tH1PRzalWP .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tH1PRzalWP .carousel {
  width: 100%;
}
.cid-tH1PRzalWP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tH1PRzalWP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tH1PRzalWP .modal.fade .modal-dialog,
.cid-tH1PRzalWP .modal.in .modal-dialog {
  transform: none;
}
.cid-tH1PRzalWP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tH1PRzalWP H6 {
  text-align: center;
}
.cid-tH1PRzalWP H3 {
  text-align: left;
}
.cid-tH1PRzalWP H4 {
  text-align: right;
}
.cid-tH1QNk5beM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tH1QNk5beM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH1QNk5beM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH1QNk5beM .item {
  padding-bottom: 2rem;
}
.cid-tH1QNk5beM .item-wrapper {
  position: relative;
}
.cid-tH1QNk5beM .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tH1QNk5beM .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tH1QNk5beM .carousel-control,
.cid-tH1QNk5beM .close {
  background: #1b1b1b;
}
.cid-tH1QNk5beM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tH1QNk5beM .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tH1QNk5beM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tH1QNk5beM .carousel-control-next span {
  margin-left: 5px;
}
.cid-tH1QNk5beM .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tH1QNk5beM .close::before {
  content: '\e91a';
}
.cid-tH1QNk5beM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tH1QNk5beM .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tH1QNk5beM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tH1QNk5beM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tH1QNk5beM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tH1QNk5beM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tH1QNk5beM .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tH1QNk5beM .carousel-indicators li.active,
.cid-tH1QNk5beM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tH1QNk5beM .carousel-indicators li::after,
.cid-tH1QNk5beM .carousel-indicators li::before {
  content: none;
}
.cid-tH1QNk5beM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tH1QNk5beM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tH1QNk5beM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tH1QNk5beM .carousel-indicators {
    display: none;
  }
}
.cid-tH1QNk5beM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tH1QNk5beM .carousel-inner > .active {
  display: block;
}
.cid-tH1QNk5beM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tH1QNk5beM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tH1QNk5beM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tH1QNk5beM .carousel-control,
  .cid-tH1QNk5beM .carousel-indicators,
  .cid-tH1QNk5beM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tH1QNk5beM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tH1QNk5beM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tH1QNk5beM .carousel-indicators .active,
.cid-tH1QNk5beM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tH1QNk5beM .carousel-indicators .active {
  background: #fff;
}
.cid-tH1QNk5beM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tH1QNk5beM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tH1QNk5beM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tH1QNk5beM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tH1QNk5beM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tH1QNk5beM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tH1QNk5beM .carousel {
  width: 100%;
}
.cid-tH1QNk5beM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tH1QNk5beM .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tH1QNk5beM .modal.fade .modal-dialog,
.cid-tH1QNk5beM .modal.in .modal-dialog {
  transform: none;
}
.cid-tH1QNk5beM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tH1QNk5beM H6 {
  text-align: center;
}
.cid-tH1QNk5beM H3 {
  text-align: left;
}
.cid-tH1QNk5beM H4 {
  text-align: right;
}
.cid-tH1SCK9V0Z {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tH1SCK9V0Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH1SCK9V0Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tH1SCK9V0Z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tH1SCK9V0Z .row {
  flex-direction: row-reverse;
}
.cid-tH1SCK9V0Z img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tH1SCK9V0Z .text-wrapper {
    padding: 2rem;
  }
}
.cid-tH1SCK9V0Z .mbr-text {
  text-align: left;
}
.cid-tH1TPMA6Ow {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tH1TPMA6Ow .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH1TPMA6Ow .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tH1TPMA6Ow .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tH1TPMA6Ow img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tH1TPMA6Ow .text-wrapper {
    padding: 2rem;
  }
}
.cid-tH1UDeZjc5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tH1UDeZjc5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH1UDeZjc5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tH1UDeZjc5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tH1UDeZjc5 .row {
  flex-direction: row-reverse;
}
.cid-tH1UDeZjc5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tH1UDeZjc5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tH1UDeZjc5 .mbr-text {
  text-align: left;
}
.cid-tH1VUmaYxg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tH1VUmaYxg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH1VUmaYxg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH1VUmaYxg .mbr-section-title {
  text-align: left;
}
.cid-tH1VUmaYxg .mbr-section-subtitle {
  text-align: left;
}
.cid-tH1YAnoufn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tH1YAnoufn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH1YAnoufn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH1YAnoufn .item {
  padding-bottom: 2rem;
}
.cid-tH1YAnoufn .item-wrapper {
  position: relative;
}
.cid-tH1YAnoufn .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tH1YAnoufn .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tH1YAnoufn .carousel-control,
.cid-tH1YAnoufn .close {
  background: #1b1b1b;
}
.cid-tH1YAnoufn .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tH1YAnoufn .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tH1YAnoufn .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tH1YAnoufn .carousel-control-next span {
  margin-left: 5px;
}
.cid-tH1YAnoufn .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tH1YAnoufn .close::before {
  content: '\e91a';
}
.cid-tH1YAnoufn .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tH1YAnoufn .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tH1YAnoufn .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tH1YAnoufn .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tH1YAnoufn .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tH1YAnoufn .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tH1YAnoufn .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tH1YAnoufn .carousel-indicators li.active,
.cid-tH1YAnoufn .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tH1YAnoufn .carousel-indicators li::after,
.cid-tH1YAnoufn .carousel-indicators li::before {
  content: none;
}
.cid-tH1YAnoufn .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tH1YAnoufn .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tH1YAnoufn .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tH1YAnoufn .carousel-indicators {
    display: none;
  }
}
.cid-tH1YAnoufn .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tH1YAnoufn .carousel-inner > .active {
  display: block;
}
.cid-tH1YAnoufn .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tH1YAnoufn .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tH1YAnoufn .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tH1YAnoufn .carousel-control,
  .cid-tH1YAnoufn .carousel-indicators,
  .cid-tH1YAnoufn .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tH1YAnoufn .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tH1YAnoufn .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tH1YAnoufn .carousel-indicators .active,
.cid-tH1YAnoufn .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tH1YAnoufn .carousel-indicators .active {
  background: #fff;
}
.cid-tH1YAnoufn .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tH1YAnoufn .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tH1YAnoufn .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tH1YAnoufn .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tH1YAnoufn .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tH1YAnoufn .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tH1YAnoufn .carousel {
  width: 100%;
}
.cid-tH1YAnoufn .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tH1YAnoufn .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tH1YAnoufn .modal.fade .modal-dialog,
.cid-tH1YAnoufn .modal.in .modal-dialog {
  transform: none;
}
.cid-tH1YAnoufn .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tH1YAnoufn H6 {
  text-align: center;
}
.cid-tH1YAnoufn H3 {
  text-align: left;
}
.cid-tH1YAnoufn H4 {
  text-align: right;
}
.cid-tH1ZfvnzFE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tH1ZfvnzFE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH1ZfvnzFE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH1ZfvnzFE .mbr-section-title {
  text-align: left;
}
.cid-tH1ZfvnzFE .mbr-section-subtitle {
  text-align: left;
}
.cid-tH1ZyYwj83 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tH1ZyYwj83 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH1ZyYwj83 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tH1ZyYwj83 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tH1ZyYwj83 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tH1ZyYwj83 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tH1ZNMEWVT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tH1ZNMEWVT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH1ZNMEWVT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tH1ZNMEWVT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tH1ZNMEWVT .row {
  flex-direction: row-reverse;
}
.cid-tH1ZNMEWVT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tH1ZNMEWVT .text-wrapper {
    padding: 2rem;
  }
}
.cid-tH1ZNMEWVT .mbr-text {
  text-align: left;
}
.cid-tH20hLSFzp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tH20hLSFzp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH20hLSFzp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tH20hLSFzp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tH20hLSFzp img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tH20hLSFzp .text-wrapper {
    padding: 2rem;
  }
}
.cid-tH23ZwpXQz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tH23ZwpXQz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH23ZwpXQz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH23ZwpXQz .item {
  padding-bottom: 2rem;
}
.cid-tH23ZwpXQz .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tH23ZwpXQz .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tH23ZwpXQz .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tH23ZwpXQz .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tH23ZwpXQz .carousel-control,
.cid-tH23ZwpXQz .close {
  background: #1b1b1b;
}
.cid-tH23ZwpXQz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tH23ZwpXQz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tH23ZwpXQz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tH23ZwpXQz .carousel-control-next span {
  margin-left: 5px;
}
.cid-tH23ZwpXQz .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tH23ZwpXQz .close::before {
  content: '\e91a';
}
.cid-tH23ZwpXQz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tH23ZwpXQz .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tH23ZwpXQz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tH23ZwpXQz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tH23ZwpXQz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tH23ZwpXQz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tH23ZwpXQz .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tH23ZwpXQz .carousel-indicators li.active,
.cid-tH23ZwpXQz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tH23ZwpXQz .carousel-indicators li::after,
.cid-tH23ZwpXQz .carousel-indicators li::before {
  content: none;
}
.cid-tH23ZwpXQz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tH23ZwpXQz .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tH23ZwpXQz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tH23ZwpXQz .carousel-indicators {
    display: none;
  }
}
.cid-tH23ZwpXQz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tH23ZwpXQz .carousel-inner > .active {
  display: block;
}
.cid-tH23ZwpXQz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tH23ZwpXQz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tH23ZwpXQz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tH23ZwpXQz .carousel-control,
  .cid-tH23ZwpXQz .carousel-indicators,
  .cid-tH23ZwpXQz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tH23ZwpXQz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tH23ZwpXQz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tH23ZwpXQz .carousel-indicators .active,
.cid-tH23ZwpXQz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tH23ZwpXQz .carousel-indicators .active {
  background: #fff;
}
.cid-tH23ZwpXQz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tH23ZwpXQz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tH23ZwpXQz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tH23ZwpXQz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tH23ZwpXQz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tH23ZwpXQz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tH23ZwpXQz .carousel {
  width: 100%;
}
.cid-tH23ZwpXQz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tH23ZwpXQz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tH23ZwpXQz .modal.fade .modal-dialog,
.cid-tH23ZwpXQz .modal.in .modal-dialog {
  transform: none;
}
.cid-tH23ZwpXQz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tH23ZwpXQz H6 {
  text-align: center;
}
.cid-tH23ZwpXQz H3 {
  text-align: left;
}
.cid-tH23ZwpXQz H4 {
  text-align: right;
}
.cid-tH25V6fVwo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tH25V6fVwo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH25V6fVwo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH25V6fVwo .mbr-section-title {
  text-align: left;
}
.cid-tH25V6fVwo .mbr-section-subtitle {
  text-align: left;
}
.cid-tH2aykvKkt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tH2aykvKkt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH2aykvKkt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tH2aykvKkt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tH2aykvKkt .row {
  flex-direction: row-reverse;
}
.cid-tH2aykvKkt img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tH2aykvKkt .text-wrapper {
    padding: 2rem;
  }
}
.cid-tH2aykvKkt .mbr-text {
  text-align: left;
}
.cid-tH1KPVuane {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tH1KPVuane .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tH1KPVuane .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #eae7dc;
}
@media (max-width: 991px) {
  .cid-tH1KPVuane .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tH1KPVuane .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tH1KPVuane .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #e85a4f;
}
.cid-tH1KPVuane .mbr-section-title {
  color: #e43f3f;
  text-align: center;
}
.cid-tH1KPVuane P {
  color: #ff6666;
}
.cid-tH2ksvWV0S {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tH2ksvWV0S nav.navbar {
  position: fixed;
}
.cid-tH2ksvWV0S .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-tH2ksvWV0S .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tH2ksvWV0S .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tH2ksvWV0S .dropdown-item:hover,
.cid-tH2ksvWV0S .dropdown-item:focus {
  background: #e85a4f !important;
  color: white !important;
}
.cid-tH2ksvWV0S .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tH2ksvWV0S .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tH2ksvWV0S .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tH2ksvWV0S .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tH2ksvWV0S .nav-link {
  position: relative;
}
.cid-tH2ksvWV0S .container {
  display: flex;
  margin: auto;
}
.cid-tH2ksvWV0S .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tH2ksvWV0S .dropdown-menu,
.cid-tH2ksvWV0S .navbar.opened {
  background: #4479d9 !important;
}
.cid-tH2ksvWV0S .nav-item:focus,
.cid-tH2ksvWV0S .nav-link:focus {
  outline: none;
}
.cid-tH2ksvWV0S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tH2ksvWV0S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tH2ksvWV0S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tH2ksvWV0S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tH2ksvWV0S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tH2ksvWV0S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tH2ksvWV0S .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #4479d9;
}
.cid-tH2ksvWV0S .navbar.opened {
  transition: all 0.3s;
}
.cid-tH2ksvWV0S .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tH2ksvWV0S .navbar .navbar-logo img {
  width: auto;
}
.cid-tH2ksvWV0S .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tH2ksvWV0S .navbar.collapsed {
  justify-content: center;
}
.cid-tH2ksvWV0S .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tH2ksvWV0S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tH2ksvWV0S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tH2ksvWV0S .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tH2ksvWV0S .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-tH2ksvWV0S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tH2ksvWV0S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tH2ksvWV0S .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tH2ksvWV0S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tH2ksvWV0S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tH2ksvWV0S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tH2ksvWV0S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tH2ksvWV0S .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-tH2ksvWV0S .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tH2ksvWV0S .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tH2ksvWV0S .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tH2ksvWV0S .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tH2ksvWV0S .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tH2ksvWV0S .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tH2ksvWV0S .navbar.navbar-short {
  min-height: 60px;
}
.cid-tH2ksvWV0S .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tH2ksvWV0S .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tH2ksvWV0S .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tH2ksvWV0S .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tH2ksvWV0S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tH2ksvWV0S .dropdown-item.active,
.cid-tH2ksvWV0S .dropdown-item:active {
  background-color: transparent;
}
.cid-tH2ksvWV0S .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tH2ksvWV0S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tH2ksvWV0S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tH2ksvWV0S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-tH2ksvWV0S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tH2ksvWV0S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tH2ksvWV0S ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tH2ksvWV0S .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tH2ksvWV0S button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tH2ksvWV0S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tH2ksvWV0S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tH2ksvWV0S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tH2ksvWV0S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tH2ksvWV0S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tH2ksvWV0S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tH2ksvWV0S nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tH2ksvWV0S nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tH2ksvWV0S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tH2ksvWV0S .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tH2ksvWV0S a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tH2ksvWV0S .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tH2ksvWV0S .navbar {
    height: 70px;
  }
  .cid-tH2ksvWV0S .navbar.opened {
    height: auto;
  }
  .cid-tH2ksvWV0S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tH2ksxeZle {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tH2ksxeZle .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH2ksxeZle .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH2ksxeZle .mbr-section-title {
  text-align: left;
}
.cid-tH2ksxeZle .mbr-section-subtitle {
  text-align: left;
}
.cid-tH2ksyBeRA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tH2ksyBeRA .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tH2ksyBeRA .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #eae7dc;
}
@media (max-width: 991px) {
  .cid-tH2ksyBeRA .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tH2ksyBeRA .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tH2ksyBeRA .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #e85a4f;
}
.cid-tH2ksyBeRA .mbr-section-title {
  color: #e43f3f;
  text-align: center;
}
.cid-tH2ksyBeRA P {
  color: #ff6666;
}
