body {
  font-family: 'Urbanist-Light';
}
.display-1 {
  font-family: 'Urbanist-Light';
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Urbanist-Medium';
  font-size: 2rem;
  line-height: 0.9;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Urbanist-Light';
  font-size: 1rem;
  line-height: 1.1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Urbanist-Light';
  font-size: 1.6rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Urbanist-Light';
  font-size: 1.1rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.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: #000000 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #e4773f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #9b9ba5 !important;
  border-color: #9b9ba5 !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: #6f6f7b !important;
  border-color: #6f6f7b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #6f6f7b !important;
  border-color: #6f6f7b !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #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: #e4773f !important;
  border-color: #e4773f !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: #b34d19 !important;
  border-color: #b34d19 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b34d19 !important;
  border-color: #b34d19 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !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 {
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline {
  border-color: #9b9ba5;
  color: #9b9ba5;
}
.btn-info-outline {
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-success-outline {
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-warning-outline {
  border-color: #ffe161;
  color: #ffe161;
}
.btn-danger-outline {
  border-color: #e4773f;
  color: #e4773f;
}
.btn-black-outline {
  border-color: #17171a;
  color: #17171a;
}
.btn-white-outline {
  border-color: #ffffff;
  color: #ffffff;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #9b9ba5 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #e4773f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #17171A !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #676773 !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: #1283bc !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: #a64817 !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: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #e4773f;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdf6f2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #9b9ba5 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v7JygJbzcu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-v7JygJbzcu nav.navbar {
  position: fixed;
}
.cid-v7JygJbzcu .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-v7JygJbzcu .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v7JygJbzcu .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v7JygJbzcu .dropdown-item:hover,
.cid-v7JygJbzcu .dropdown-item:focus {
  background: #ffffff !important;
  color: #4f4f4f !important;
}
.cid-v7JygJbzcu .dropdown-item:hover span {
  color: white;
}
.cid-v7JygJbzcu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7JygJbzcu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7JygJbzcu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7JygJbzcu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7JygJbzcu .nav-link {
  position: relative;
}
.cid-v7JygJbzcu .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v7JygJbzcu .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-v7JygJbzcu .container {
    max-width: 1100px;
  }
}
.cid-v7JygJbzcu .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7JygJbzcu .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v7JygJbzcu .dropdown-menu,
.cid-v7JygJbzcu .navbar.opened {
  background: #ffffff !important;
}
.cid-v7JygJbzcu .nav-item:focus,
.cid-v7JygJbzcu .nav-link:focus {
  outline: none;
}
.cid-v7JygJbzcu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7JygJbzcu .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v7JygJbzcu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7JygJbzcu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7JygJbzcu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7JygJbzcu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7JygJbzcu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v7JygJbzcu .navbar.opened {
  transition: all 0.3s;
}
.cid-v7JygJbzcu .navbar .dropdown-item {
  padding: 8px 2rem 8px 10px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-v7JygJbzcu .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-v7JygJbzcu .navbar .navbar-logo img {
  width: auto;
}
.cid-v7JygJbzcu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7JygJbzcu .navbar.collapsed {
  justify-content: center;
}
.cid-v7JygJbzcu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7JygJbzcu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7JygJbzcu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v7JygJbzcu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-v7JygJbzcu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: -0.4rem;
}
.cid-v7JygJbzcu .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-v7JygJbzcu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7JygJbzcu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7JygJbzcu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7JygJbzcu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7JygJbzcu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7JygJbzcu .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-v7JygJbzcu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    text-align: center;
  }
  .cid-v7JygJbzcu .navbar .dropdown-menu .dropdown-item:after {
    right: -0.4rem;
  }
  .cid-v7JygJbzcu .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-v7JygJbzcu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7JygJbzcu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7JygJbzcu .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    display: inline-block;
  }
  .cid-v7JygJbzcu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7JygJbzcu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7JygJbzcu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7JygJbzcu .navbar.navbar-short {
  min-height: 70px;
}
.cid-v7JygJbzcu .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v7JygJbzcu .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 !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v7JygJbzcu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v7JygJbzcu .navbar-brand .navbar-caption:hover,
.cid-v7JygJbzcu .navbar-brand .navbar-caption:focus {
  color: #4f4f4f !important;
}
.cid-v7JygJbzcu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7JygJbzcu .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7JygJbzcu .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #4f4f4f !important;
}
.cid-v7JygJbzcu .dropdown-item.active,
.cid-v7JygJbzcu .dropdown-item:active {
  background-color: transparent;
}
.cid-v7JygJbzcu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7JygJbzcu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7JygJbzcu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7JygJbzcu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-v7JygJbzcu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7JygJbzcu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7JygJbzcu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7JygJbzcu ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7JygJbzcu ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v7JygJbzcu .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v7JygJbzcu .navbar-buttons {
    text-align: left;
  }
}
.cid-v7JygJbzcu .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v7JygJbzcu .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7JygJbzcu button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7JygJbzcu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7JygJbzcu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7JygJbzcu button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v7JygJbzcu button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v7JygJbzcu button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v7JygJbzcu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7JygJbzcu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7JygJbzcu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7JygJbzcu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7JygJbzcu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7JygJbzcu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7JygJbzcu .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-v7JygJbzcu .navbar {
    height: 70px;
  }
  .cid-v7JygJbzcu .navbar.opened {
    height: auto;
  }
  .cid-v7JygJbzcu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7JygJbzcu .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7JygJbzcu .nav-item .nav-link {
  padding: 8px 10px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v7JygJbzcu .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7JygJbzcu .nav-item .nav-link:hover {
  background-color: transparent;
  color: #4f4f4f;
  transform: translateY(-2px);
}
.cid-v7JygJbzcu .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v7JygJbzcu .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7JygJbzcu .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7JygJbzcu .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v7JygJbzcu .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7JygJbzcu .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7JygJbzcu .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7JygJbzcu .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7JygJbzcu .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7JygJbzcu .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v7JygJbzcu .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v7JygJbzcu .content-wrap {
  min-height: 70px;
}
.cid-v7JygJbzcu .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-v7JygJbzcu .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-v7sQpezoFD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v7sQpezoFD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7sQpezoFD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7sQpezoFD .title-wrapper .title-wrap {
  margin-bottom: 16px;
}
.cid-v7sQpezoFD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7sQpezoFD .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v7sQpezoFD .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7sQpezoFD .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7sQpezoFD .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v7sQpezoFD .items-wrapper {
  margin: 0 -10px;
}
.cid-v7sQpezoFD .items-wrapper .card {
  padding: 0 10px;
}
.cid-v7sQpezoFD .image-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v7sQpezoFD .image-wrapper {
    margin-top: 40px;
  }
}
.cid-v7sQpezoFD .image-wrapper img {
  height: 435px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7sQpezoFD .image-wrapper img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-v7sQpezoFD .image_2 {
    margin-top: 20px;
  }
}
.cid-v7sQpezoFD .mbr-section-title {
  color: #000000;
}
.cid-v7sQpezoFD .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v7sQpezoFD .mbr-text,
.cid-v7sQpezoFD .text-wrapper {
  color: #6c7179;
  text-align: left;
}
.cid-v7sQpezoFD .mbr-section-title,
.cid-v7sQpezoFD .mbr-section-btn {
  text-align: left;
  color: #101015;
}
.cid-v7HZNvYGxT {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v7HZNvYGxT .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v7HZNvYGxT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7HZNvYGxT .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #ffffff;
  background: #e4773f;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-v7HZNvYGxT .row {
  justify-content: center;
}
.cid-v7HZNvYGxT .card-box {
  display: flex;
  align-items: center;
}
.cid-v7HZNvYGxT .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-v7HZNvYGxT .card-box {
    flex-direction: column;
  }
  .cid-v7HZNvYGxT .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-v7HZNvYGxT .card-link:hover a {
  background-image: none !important;
}
.cid-v7HZNvYGxT .mbr-section-subtitle {
  color: #777777;
}
.cid-v7HZNvYGxT .card-text {
  color: #777777;
}
.cid-v7HZNvYGxT .card-title,
.cid-v7HZNvYGxT .iconfont-wrapper {
  color: #000000;
}
.cid-v7vE5TSsFr {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v7vE5TSsFr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7vE5TSsFr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7vE5TSsFr .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v7vE5TSsFr .card {
    margin-bottom: 40px;
  }
}
.cid-v7vE5TSsFr .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v7vE5TSsFr .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v7vE5TSsFr .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7vE5TSsFr .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7vE5TSsFr .mbr-label {
  color: #be0000;
}
.cid-v7vE5TSsFr .mbr-section-title {
  color: #000000;
}
.cid-v7vE5TSsFr .mbr-text {
  color: #000000;
}
.cid-v7I4lGXw7i {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v7I4lGXw7i .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7I4lGXw7i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7I4lGXw7i .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v7I4lGXw7i .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-v7I4lGXw7i .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-v7I4lGXw7i .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #63b0b6;
}
.cid-v7I4lGXw7i .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v7I4lGXw7i .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7I4lGXw7i .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7I4lGXw7i .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-v7I4lGXw7i .image-wrapper {
  background-color: #f7f7f7;
  padding: 8px;
}
.cid-v7I4lGXw7i .image-wrapper .image-wrap {
  background-color: #ffffff;
  padding: 24px;
}
.cid-v7I4lGXw7i .image-wrapper .image-wrap img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7I4lGXw7i .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v7I4lGXw7i .mbr-label,
.cid-v7I4lGXw7i .label-wrapper {
  color: #ffffff;
}
.cid-v7I4lGXw7i .mbr-section-title {
  color: #000000;
}
.cid-v7I4lGXw7i .mbr-text,
.cid-v7I4lGXw7i .text-wrapper {
  color: #000000;
}
.cid-v7I51KemPa {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f8f8f8;
}
.cid-v7I51KemPa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7I51KemPa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7I51KemPa .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v7I51KemPa .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-v7I51KemPa .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-v7I51KemPa .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #63b0b6;
}
.cid-v7I51KemPa .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v7I51KemPa .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7I51KemPa .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7I51KemPa .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-v7I51KemPa .image-wrapper {
  background-color: #f7f7f7;
  padding: 8px;
}
.cid-v7I51KemPa .image-wrapper .image-wrap {
  background-color: #ffffff;
  padding: 24px;
}
.cid-v7I51KemPa .image-wrapper .image-wrap img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7I51KemPa .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v7I51KemPa .mbr-label,
.cid-v7I51KemPa .label-wrapper {
  color: #ffffff;
}
.cid-v7I51KemPa .mbr-section-title {
  color: #000000;
}
.cid-v7I51KemPa .mbr-text,
.cid-v7I51KemPa .text-wrapper {
  color: #000000;
}
.cid-v7I5hoslkV {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v7I5hoslkV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7I5hoslkV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7I5hoslkV .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v7I5hoslkV .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-v7I5hoslkV .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-v7I5hoslkV .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #63b0b6;
}
.cid-v7I5hoslkV .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v7I5hoslkV .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7I5hoslkV .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7I5hoslkV .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-v7I5hoslkV .image-wrapper {
  background-color: #f7f7f7;
  padding: 8px;
}
.cid-v7I5hoslkV .image-wrapper .image-wrap {
  background-color: #ffffff;
  padding: 24px;
}
.cid-v7I5hoslkV .image-wrapper .image-wrap img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7I5hoslkV .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v7I5hoslkV .mbr-label,
.cid-v7I5hoslkV .label-wrapper {
  color: #ffffff;
}
.cid-v7I5hoslkV .mbr-section-title {
  color: #000000;
}
.cid-v7I5hoslkV .mbr-text,
.cid-v7I5hoslkV .text-wrapper {
  color: #000000;
}
.cid-v7I5r8IRbN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-v7I5r8IRbN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7I5r8IRbN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7I5r8IRbN .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v7I5r8IRbN .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-v7I5r8IRbN .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-v7I5r8IRbN .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #63b0b6;
}
.cid-v7I5r8IRbN .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v7I5r8IRbN .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7I5r8IRbN .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7I5r8IRbN .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-v7I5r8IRbN .image-wrapper {
  background-color: #f7f7f7;
  padding: 8px;
}
.cid-v7I5r8IRbN .image-wrapper .image-wrap {
  background-color: #ffffff;
  padding: 24px;
}
.cid-v7I5r8IRbN .image-wrapper .image-wrap img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7I5r8IRbN .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v7I5r8IRbN .mbr-label,
.cid-v7I5r8IRbN .label-wrapper {
  color: #ffffff;
}
.cid-v7I5r8IRbN .mbr-section-title {
  color: #000000;
}
.cid-v7I5r8IRbN .mbr-text,
.cid-v7I5r8IRbN .text-wrapper {
  color: #000000;
}
.cid-v7sSLIvke3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #292739;
}
.cid-v7sSLIvke3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7sSLIvke3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7sSLIvke3 .items-wrap {
  justify-content: center;
}
.cid-v7sSLIvke3 .items-wrap .card {
  justify-content: flex-end;
}
.cid-v7sSLIvke3 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7sSLIvke3 .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-v7sSLIvke3 .nav-wrapper {
  margin-bottom: 32px;
}
.cid-v7sSLIvke3 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v7sSLIvke3 .nav-wrapper .list .item-wrap {
  padding: 5px 10px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v7sSLIvke3 .nav-wrapper .list .item-wrap:hover,
.cid-v7sSLIvke3 .nav-wrapper .list .item-wrap:focus {
  color: #e4773f;
}
.cid-v7sSLIvke3 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v7sSLIvke3 .mbr-copy {
    text-align: center;
  }
}
.cid-v7sSLIvke3 .mbr-section-title {
  color: #ffffff;
}
.cid-v7sSLIvke3 .list,
.cid-v7sSLIvke3 .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-v7sSLIvke3 .list,
.cid-v7sSLIvke3 .item-wrap,
.cid-v7sSLIvke3 .nav-wrapper {
  color: #ebeff2;
  text-align: center;
}
.cid-v7KdKR56jk {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v7KdKR56jk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7KdKR56jk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7KdKR56jk .container {
    padding: 0 24px;
  }
}
.cid-v7KdKR56jk .row {
  justify-content: center;
}
.cid-v7KdKR56jk .content-wrapper {
  border-radius: 40px;
  background-color: #f8f8f8;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v7KdKR56jk .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v7KdKR56jk .content-wrapper {
    padding: 32px;
  }
}
.cid-v7KdKR56jk .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7KdKR56jk .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-v7KdKR56jk .mbr-section-title {
  color: #000000;
}
.cid-v7KdKR56jk .mbr-text {
  color: #000000;
}
.cid-v7KdWCHgdL {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v7KdWCHgdL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7KdWCHgdL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7KdWCHgdL .container {
    padding: 0 24px;
  }
}
.cid-v7KdWCHgdL .row {
  justify-content: center;
}
.cid-v7KdWCHgdL .content-wrapper {
  border-radius: 40px;
  background-color: #f8f8f8;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v7KdWCHgdL .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v7KdWCHgdL .content-wrapper {
    padding: 32px;
  }
}
.cid-v7KdWCHgdL .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7KdWCHgdL .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-v7KdWCHgdL .mbr-section-title {
  color: #000000;
}
.cid-v7KdWCHgdL .mbr-text {
  color: #000000;
}
.cid-v7B9gHfFbt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #292739;
}
.cid-v7B9gHfFbt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7B9gHfFbt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7B9gHfFbt .items-wrap {
  justify-content: center;
}
.cid-v7B9gHfFbt .items-wrap .card {
  justify-content: flex-end;
}
.cid-v7B9gHfFbt .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7B9gHfFbt .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-v7B9gHfFbt .nav-wrapper {
  margin-bottom: 32px;
}
.cid-v7B9gHfFbt .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v7B9gHfFbt .nav-wrapper .list .item-wrap {
  padding: 5px 10px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v7B9gHfFbt .nav-wrapper .list .item-wrap:hover,
.cid-v7B9gHfFbt .nav-wrapper .list .item-wrap:focus {
  color: #e4773f;
}
.cid-v7B9gHfFbt .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v7B9gHfFbt .mbr-copy {
    text-align: center;
  }
}
.cid-v7B9gHfFbt .mbr-section-title {
  color: #ffffff;
}
.cid-v7B9gHfFbt .list,
.cid-v7B9gHfFbt .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-v7B9gHfFbt .list,
.cid-v7B9gHfFbt .item-wrap,
.cid-v7B9gHfFbt .nav-wrapper {
  color: #ebeff2;
  text-align: center;
}
.cid-v7JygJbzcu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-v7JygJbzcu nav.navbar {
  position: fixed;
}
.cid-v7JygJbzcu .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-v7JygJbzcu .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v7JygJbzcu .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v7JygJbzcu .dropdown-item:hover,
.cid-v7JygJbzcu .dropdown-item:focus {
  background: #ffffff !important;
  color: #4f4f4f !important;
}
.cid-v7JygJbzcu .dropdown-item:hover span {
  color: white;
}
.cid-v7JygJbzcu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7JygJbzcu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7JygJbzcu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7JygJbzcu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7JygJbzcu .nav-link {
  position: relative;
}
.cid-v7JygJbzcu .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v7JygJbzcu .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-v7JygJbzcu .container {
    max-width: 1100px;
  }
}
.cid-v7JygJbzcu .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7JygJbzcu .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v7JygJbzcu .dropdown-menu,
.cid-v7JygJbzcu .navbar.opened {
  background: #ffffff !important;
}
.cid-v7JygJbzcu .nav-item:focus,
.cid-v7JygJbzcu .nav-link:focus {
  outline: none;
}
.cid-v7JygJbzcu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7JygJbzcu .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v7JygJbzcu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7JygJbzcu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7JygJbzcu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7JygJbzcu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7JygJbzcu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v7JygJbzcu .navbar.opened {
  transition: all 0.3s;
}
.cid-v7JygJbzcu .navbar .dropdown-item {
  padding: 8px 2rem 8px 10px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-v7JygJbzcu .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-v7JygJbzcu .navbar .navbar-logo img {
  width: auto;
}
.cid-v7JygJbzcu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7JygJbzcu .navbar.collapsed {
  justify-content: center;
}
.cid-v7JygJbzcu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7JygJbzcu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7JygJbzcu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v7JygJbzcu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-v7JygJbzcu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: -0.4rem;
}
.cid-v7JygJbzcu .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-v7JygJbzcu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7JygJbzcu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7JygJbzcu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7JygJbzcu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7JygJbzcu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7JygJbzcu .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-v7JygJbzcu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    text-align: center;
  }
  .cid-v7JygJbzcu .navbar .dropdown-menu .dropdown-item:after {
    right: -0.4rem;
  }
  .cid-v7JygJbzcu .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-v7JygJbzcu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7JygJbzcu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7JygJbzcu .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    display: inline-block;
  }
  .cid-v7JygJbzcu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7JygJbzcu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7JygJbzcu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7JygJbzcu .navbar.navbar-short {
  min-height: 70px;
}
.cid-v7JygJbzcu .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v7JygJbzcu .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 !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v7JygJbzcu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v7JygJbzcu .navbar-brand .navbar-caption:hover,
.cid-v7JygJbzcu .navbar-brand .navbar-caption:focus {
  color: #4f4f4f !important;
}
.cid-v7JygJbzcu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7JygJbzcu .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7JygJbzcu .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #4f4f4f !important;
}
.cid-v7JygJbzcu .dropdown-item.active,
.cid-v7JygJbzcu .dropdown-item:active {
  background-color: transparent;
}
.cid-v7JygJbzcu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7JygJbzcu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7JygJbzcu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7JygJbzcu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-v7JygJbzcu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7JygJbzcu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7JygJbzcu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7JygJbzcu ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7JygJbzcu ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v7JygJbzcu .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v7JygJbzcu .navbar-buttons {
    text-align: left;
  }
}
.cid-v7JygJbzcu .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v7JygJbzcu .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7JygJbzcu button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7JygJbzcu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7JygJbzcu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7JygJbzcu button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v7JygJbzcu button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v7JygJbzcu button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v7JygJbzcu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7JygJbzcu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7JygJbzcu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7JygJbzcu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7JygJbzcu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7JygJbzcu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7JygJbzcu .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-v7JygJbzcu .navbar {
    height: 70px;
  }
  .cid-v7JygJbzcu .navbar.opened {
    height: auto;
  }
  .cid-v7JygJbzcu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7JygJbzcu .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7JygJbzcu .nav-item .nav-link {
  padding: 8px 10px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v7JygJbzcu .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7JygJbzcu .nav-item .nav-link:hover {
  background-color: transparent;
  color: #4f4f4f;
  transform: translateY(-2px);
}
.cid-v7JygJbzcu .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v7JygJbzcu .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7JygJbzcu .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7JygJbzcu .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v7JygJbzcu .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7JygJbzcu .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7JygJbzcu .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7JygJbzcu .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7JygJbzcu .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7JygJbzcu .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v7JygJbzcu .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v7JygJbzcu .content-wrap {
  min-height: 70px;
}
.cid-v7JygJbzcu .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-v7JygJbzcu .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-v7JFyOlhoq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-v7JFyOlhoq nav.navbar {
  position: fixed;
}
.cid-v7JFyOlhoq .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-v7JFyOlhoq .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v7JFyOlhoq .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v7JFyOlhoq .dropdown-item:hover,
.cid-v7JFyOlhoq .dropdown-item:focus {
  background: #ffffff !important;
  color: #4f4f4f !important;
}
.cid-v7JFyOlhoq .dropdown-item:hover span {
  color: white;
}
.cid-v7JFyOlhoq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7JFyOlhoq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7JFyOlhoq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7JFyOlhoq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7JFyOlhoq .nav-link {
  position: relative;
}
.cid-v7JFyOlhoq .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v7JFyOlhoq .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-v7JFyOlhoq .container {
    max-width: 1100px;
  }
}
.cid-v7JFyOlhoq .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7JFyOlhoq .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v7JFyOlhoq .dropdown-menu,
.cid-v7JFyOlhoq .navbar.opened {
  background: #ffffff !important;
}
.cid-v7JFyOlhoq .nav-item:focus,
.cid-v7JFyOlhoq .nav-link:focus {
  outline: none;
}
.cid-v7JFyOlhoq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7JFyOlhoq .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v7JFyOlhoq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7JFyOlhoq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7JFyOlhoq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7JFyOlhoq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7JFyOlhoq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v7JFyOlhoq .navbar.opened {
  transition: all 0.3s;
}
.cid-v7JFyOlhoq .navbar .dropdown-item {
  padding: 8px 2rem 8px 10px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-v7JFyOlhoq .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-v7JFyOlhoq .navbar .navbar-logo img {
  width: auto;
}
.cid-v7JFyOlhoq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7JFyOlhoq .navbar.collapsed {
  justify-content: center;
}
.cid-v7JFyOlhoq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7JFyOlhoq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7JFyOlhoq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v7JFyOlhoq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-v7JFyOlhoq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: -0.4rem;
}
.cid-v7JFyOlhoq .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-v7JFyOlhoq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7JFyOlhoq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7JFyOlhoq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7JFyOlhoq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7JFyOlhoq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7JFyOlhoq .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-v7JFyOlhoq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    text-align: center;
  }
  .cid-v7JFyOlhoq .navbar .dropdown-menu .dropdown-item:after {
    right: -0.4rem;
  }
  .cid-v7JFyOlhoq .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-v7JFyOlhoq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7JFyOlhoq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7JFyOlhoq .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    display: inline-block;
  }
  .cid-v7JFyOlhoq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7JFyOlhoq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7JFyOlhoq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7JFyOlhoq .navbar.navbar-short {
  min-height: 70px;
}
.cid-v7JFyOlhoq .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v7JFyOlhoq .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 !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v7JFyOlhoq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v7JFyOlhoq .navbar-brand .navbar-caption:hover,
.cid-v7JFyOlhoq .navbar-brand .navbar-caption:focus {
  color: #4f4f4f !important;
}
.cid-v7JFyOlhoq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7JFyOlhoq .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7JFyOlhoq .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #4f4f4f !important;
}
.cid-v7JFyOlhoq .dropdown-item.active,
.cid-v7JFyOlhoq .dropdown-item:active {
  background-color: transparent;
}
.cid-v7JFyOlhoq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7JFyOlhoq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7JFyOlhoq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7JFyOlhoq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-v7JFyOlhoq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7JFyOlhoq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7JFyOlhoq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7JFyOlhoq ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7JFyOlhoq ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v7JFyOlhoq .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v7JFyOlhoq .navbar-buttons {
    text-align: left;
  }
}
.cid-v7JFyOlhoq .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v7JFyOlhoq .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7JFyOlhoq button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7JFyOlhoq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7JFyOlhoq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7JFyOlhoq button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v7JFyOlhoq button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v7JFyOlhoq button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v7JFyOlhoq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7JFyOlhoq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7JFyOlhoq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7JFyOlhoq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7JFyOlhoq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7JFyOlhoq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7JFyOlhoq .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-v7JFyOlhoq .navbar {
    height: 70px;
  }
  .cid-v7JFyOlhoq .navbar.opened {
    height: auto;
  }
  .cid-v7JFyOlhoq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7JFyOlhoq .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7JFyOlhoq .nav-item .nav-link {
  padding: 8px 10px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v7JFyOlhoq .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7JFyOlhoq .nav-item .nav-link:hover {
  background-color: transparent;
  color: #4f4f4f;
  transform: translateY(-2px);
}
.cid-v7JFyOlhoq .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v7JFyOlhoq .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7JFyOlhoq .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7JFyOlhoq .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v7JFyOlhoq .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7JFyOlhoq .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7JFyOlhoq .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7JFyOlhoq .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7JFyOlhoq .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7JFyOlhoq .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v7JFyOlhoq .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v7JFyOlhoq .content-wrap {
  min-height: 70px;
}
.cid-v7JFyOlhoq .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-v7JFyOlhoq .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-v7Kt4MtfiK {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v7Kt4MtfiK .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7Kt4MtfiK .item {
    margin-bottom: 1rem;
  }
}
.cid-v7Kt4MtfiK .item-wrapper {
  position: relative;
}
.cid-v7Kt4MtfiK .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 transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-v7Kt4MtfiK .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v7Kt4MtfiK .carousel-control,
.cid-v7Kt4MtfiK .close {
  background: #1b1b1b;
}
.cid-v7Kt4MtfiK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v7Kt4MtfiK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v7Kt4MtfiK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v7Kt4MtfiK .carousel-control-next span {
  margin-left: 5px;
}
.cid-v7Kt4MtfiK .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-v7Kt4MtfiK .close::before {
  content: '\e91a';
}
.cid-v7Kt4MtfiK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v7Kt4MtfiK .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-v7Kt4MtfiK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v7Kt4MtfiK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v7Kt4MtfiK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v7Kt4MtfiK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v7Kt4MtfiK .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-v7Kt4MtfiK .carousel-indicators li.active,
.cid-v7Kt4MtfiK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v7Kt4MtfiK .carousel-indicators li::after,
.cid-v7Kt4MtfiK .carousel-indicators li::before {
  content: none;
}
.cid-v7Kt4MtfiK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v7Kt4MtfiK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v7Kt4MtfiK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v7Kt4MtfiK .carousel-indicators {
    display: none;
  }
}
.cid-v7Kt4MtfiK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v7Kt4MtfiK .carousel-inner > .active {
  display: block;
}
.cid-v7Kt4MtfiK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v7Kt4MtfiK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v7Kt4MtfiK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v7Kt4MtfiK .carousel-control,
  .cid-v7Kt4MtfiK .carousel-indicators,
  .cid-v7Kt4MtfiK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v7Kt4MtfiK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v7Kt4MtfiK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v7Kt4MtfiK .carousel-indicators .active,
.cid-v7Kt4MtfiK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v7Kt4MtfiK .carousel-indicators .active {
  background: #fff;
}
.cid-v7Kt4MtfiK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v7Kt4MtfiK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v7Kt4MtfiK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v7Kt4MtfiK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v7Kt4MtfiK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v7Kt4MtfiK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v7Kt4MtfiK .carousel {
  width: 100%;
}
.cid-v7Kt4MtfiK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v7Kt4MtfiK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v7Kt4MtfiK .modal.fade .modal-dialog,
.cid-v7Kt4MtfiK .modal.in .modal-dialog {
  transform: none;
}
.cid-v7Kt4MtfiK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v7Kt4MtfiK .content-head {
  max-width: 800px;
}
.cid-v7JFyQS6QE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #292739;
}
.cid-v7JFyQS6QE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JFyQS6QE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JFyQS6QE .items-wrap {
  justify-content: center;
}
.cid-v7JFyQS6QE .items-wrap .card {
  justify-content: flex-end;
}
.cid-v7JFyQS6QE .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7JFyQS6QE .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-v7JFyQS6QE .nav-wrapper {
  margin-bottom: 32px;
}
.cid-v7JFyQS6QE .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v7JFyQS6QE .nav-wrapper .list .item-wrap {
  padding: 5px 10px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v7JFyQS6QE .nav-wrapper .list .item-wrap:hover,
.cid-v7JFyQS6QE .nav-wrapper .list .item-wrap:focus {
  color: #e4773f;
}
.cid-v7JFyQS6QE .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v7JFyQS6QE .mbr-copy {
    text-align: center;
  }
}
.cid-v7JFyQS6QE .mbr-section-title {
  color: #ffffff;
}
.cid-v7JFyQS6QE .list,
.cid-v7JFyQS6QE .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-v7JFyQS6QE .list,
.cid-v7JFyQS6QE .item-wrap,
.cid-v7JFyQS6QE .nav-wrapper {
  color: #ebeff2;
  text-align: center;
}
.cid-v7KdnaYi0T {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v7KdnaYi0T .showAlerts {
  display: block !important;
}
.cid-v7KdnaYi0T .rowflexrev {
  display: -webkit-flex;
}
.cid-v7KdnaYi0T .ws-form-alerts {
  margin-top: 1rem;
}
.cid-v7KdnaYi0T .title {
  margin-bottom: 2rem;
}
.cid-v7KdnaYi0T .mbr-section-subtitle {
  color: #000000;
  text-align: justify;
}
.cid-v7KdnaYi0T textarea.form-control {
  min-height: 188px;
}
.cid-v7KdnaYi0T LABEL {
  color: #232323;
  display: initial;
}
.cid-v7KdnaYi0T .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v7KdnaYi0T .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: justify;
}
.cid-v7KdnaYi0T .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v7KdnaYi0T .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v7KdnaYi0T .alert {
  margin-bottom: 0;
}
.cid-v7KdnaYi0T .alert-success {
  background-color: #63b0b6;
}
.cid-v7KdnaYi0T .alert-danger {
  background-color: #ff4a52;
}
.cid-v7KdnaYi0T .btn {
  display: inline-flex;
}
.cid-v7KdnaYi0T .mbr-alert-success {
  text-align: center;
  color: #ffffff;
}
.cid-v7KdnaYi0T .mbr-alert-danger {
  text-align: center;
  color: #ffffff;
}
.cid-v7KdnaYi0T input,
.cid-v7KdnaYi0T option,
.cid-v7KdnaYi0T textarea {
  color: #000000;
}
.cid-v7KdnaYi0T H2 {
  text-align: justify;
}
.cid-v7KdnfH3Fh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #292739;
}
.cid-v7KdnfH3Fh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7KdnfH3Fh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7KdnfH3Fh .items-wrap {
  justify-content: center;
}
.cid-v7KdnfH3Fh .items-wrap .card {
  justify-content: flex-end;
}
.cid-v7KdnfH3Fh .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7KdnfH3Fh .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-v7KdnfH3Fh .nav-wrapper {
  margin-bottom: 32px;
}
.cid-v7KdnfH3Fh .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v7KdnfH3Fh .nav-wrapper .list .item-wrap {
  padding: 5px 10px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v7KdnfH3Fh .nav-wrapper .list .item-wrap:hover,
.cid-v7KdnfH3Fh .nav-wrapper .list .item-wrap:focus {
  color: #e4773f;
}
.cid-v7KdnfH3Fh .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v7KdnfH3Fh .mbr-copy {
    text-align: center;
  }
}
.cid-v7KdnfH3Fh .mbr-section-title {
  color: #ffffff;
}
.cid-v7KdnfH3Fh .list,
.cid-v7KdnfH3Fh .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-v7KdnfH3Fh .list,
.cid-v7KdnfH3Fh .item-wrap,
.cid-v7KdnfH3Fh .nav-wrapper {
  color: #ebeff2;
  text-align: center;
}
.cid-v7KdngadYh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-v7KdngadYh nav.navbar {
  position: fixed;
}
.cid-v7KdngadYh .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-v7KdngadYh .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v7KdngadYh .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v7KdngadYh .dropdown-item:hover,
.cid-v7KdngadYh .dropdown-item:focus {
  background: #ffffff !important;
  color: #4f4f4f !important;
}
.cid-v7KdngadYh .dropdown-item:hover span {
  color: white;
}
.cid-v7KdngadYh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7KdngadYh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7KdngadYh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7KdngadYh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7KdngadYh .nav-link {
  position: relative;
}
.cid-v7KdngadYh .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v7KdngadYh .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-v7KdngadYh .container {
    max-width: 1100px;
  }
}
.cid-v7KdngadYh .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7KdngadYh .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v7KdngadYh .dropdown-menu,
.cid-v7KdngadYh .navbar.opened {
  background: #ffffff !important;
}
.cid-v7KdngadYh .nav-item:focus,
.cid-v7KdngadYh .nav-link:focus {
  outline: none;
}
.cid-v7KdngadYh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7KdngadYh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v7KdngadYh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7KdngadYh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7KdngadYh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7KdngadYh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7KdngadYh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v7KdngadYh .navbar.opened {
  transition: all 0.3s;
}
.cid-v7KdngadYh .navbar .dropdown-item {
  padding: 8px 2rem 8px 10px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-v7KdngadYh .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-v7KdngadYh .navbar .navbar-logo img {
  width: auto;
}
.cid-v7KdngadYh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7KdngadYh .navbar.collapsed {
  justify-content: center;
}
.cid-v7KdngadYh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7KdngadYh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7KdngadYh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v7KdngadYh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-v7KdngadYh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: -0.4rem;
}
.cid-v7KdngadYh .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-v7KdngadYh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7KdngadYh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7KdngadYh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7KdngadYh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7KdngadYh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7KdngadYh .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-v7KdngadYh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    text-align: center;
  }
  .cid-v7KdngadYh .navbar .dropdown-menu .dropdown-item:after {
    right: -0.4rem;
  }
  .cid-v7KdngadYh .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-v7KdngadYh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7KdngadYh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7KdngadYh .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    display: inline-block;
  }
  .cid-v7KdngadYh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7KdngadYh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7KdngadYh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7KdngadYh .navbar.navbar-short {
  min-height: 70px;
}
.cid-v7KdngadYh .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v7KdngadYh .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 !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v7KdngadYh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v7KdngadYh .navbar-brand .navbar-caption:hover,
.cid-v7KdngadYh .navbar-brand .navbar-caption:focus {
  color: #4f4f4f !important;
}
.cid-v7KdngadYh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7KdngadYh .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7KdngadYh .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #4f4f4f !important;
}
.cid-v7KdngadYh .dropdown-item.active,
.cid-v7KdngadYh .dropdown-item:active {
  background-color: transparent;
}
.cid-v7KdngadYh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7KdngadYh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7KdngadYh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7KdngadYh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-v7KdngadYh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7KdngadYh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7KdngadYh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7KdngadYh ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7KdngadYh ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v7KdngadYh .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v7KdngadYh .navbar-buttons {
    text-align: left;
  }
}
.cid-v7KdngadYh .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v7KdngadYh .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7KdngadYh button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7KdngadYh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7KdngadYh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7KdngadYh button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v7KdngadYh button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v7KdngadYh button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v7KdngadYh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7KdngadYh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7KdngadYh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7KdngadYh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7KdngadYh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7KdngadYh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7KdngadYh .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-v7KdngadYh .navbar {
    height: 70px;
  }
  .cid-v7KdngadYh .navbar.opened {
    height: auto;
  }
  .cid-v7KdngadYh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7KdngadYh .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7KdngadYh .nav-item .nav-link {
  padding: 8px 10px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v7KdngadYh .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7KdngadYh .nav-item .nav-link:hover {
  background-color: transparent;
  color: #4f4f4f;
  transform: translateY(-2px);
}
.cid-v7KdngadYh .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v7KdngadYh .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7KdngadYh .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7KdngadYh .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v7KdngadYh .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7KdngadYh .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7KdngadYh .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7KdngadYh .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7KdngadYh .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7KdngadYh .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v7KdngadYh .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v7KdngadYh .content-wrap {
  min-height: 70px;
}
.cid-v7KdngadYh .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-v7KdngadYh .dropdown {
    width: auto;
    text-align: center;
  }
}
