body {
  font-family: 'Urbanist', sans-serif;
}
.display-1 {
  font-family: 'Urbanist', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Urbanist', sans-serif;
  font-size: 2rem;
  line-height: 0.9;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Urbanist', sans-serif;
  font-size: 1rem;
  line-height: 1.1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Urbanist', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Urbanist', sans-serif;
  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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.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: #17171a !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #f87a3a !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #f87a3a !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #17171a !important;
  border-color: #17171a !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: #f87a3a !important;
  border-color: #f87a3a !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: #d44c08 !important;
  border-color: #d44c08 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #d44c08 !important;
  border-color: #d44c08 !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: #f87a3a !important;
  border-color: #f87a3a !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: #d44c08 !important;
  border-color: #d44c08 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #d44c08 !important;
  border-color: #d44c08 !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: #17171a;
  color: #17171a;
}
.btn-secondary-outline {
  border-color: #9b9ba5;
  color: #9b9ba5;
}
.btn-info-outline {
  border-color: #f87a3a;
  color: #f87a3a;
}
.btn-success-outline {
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-warning-outline {
  border-color: #ffe161;
  color: #ffe161;
}
.btn-danger-outline {
  border-color: #f87a3a;
  color: #f87a3a;
}
.btn-black-outline {
  border-color: #17171a;
  color: #17171a;
}
.btn-white-outline {
  border-color: #ffffff;
  color: #ffffff;
}
.text-primary {
  color: #17171a !important;
}
.text-secondary {
  color: #9b9ba5 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #f87a3a !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #f87a3a !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: #c54707 !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: #c54707 !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: #17171a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f87a3a;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #f87a3a;
}
.mbr-gallery-filter li.active .btn {
  background-color: #17171a;
  border-color: #17171a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #17171a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c8c8ce;
}
.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: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #17171a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #17171a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #17171a;
}
.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: #17171a;
  border-bottom-color: #17171a;
}
.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: #17171a !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='%2317171a' %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-sIYeoKomyf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sIYeoKomyf nav.navbar {
  position: fixed;
}
.cid-sIYeoKomyf .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-sIYeoKomyf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sIYeoKomyf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sIYeoKomyf .dropdown-item:hover,
.cid-sIYeoKomyf .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-sIYeoKomyf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sIYeoKomyf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sIYeoKomyf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sIYeoKomyf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sIYeoKomyf .nav-link {
  position: relative;
}
.cid-sIYeoKomyf .container {
  display: flex;
  margin: auto;
}
.cid-sIYeoKomyf .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sIYeoKomyf .dropdown-menu,
.cid-sIYeoKomyf .navbar.opened {
  background: #ffffff !important;
}
.cid-sIYeoKomyf .nav-item:focus,
.cid-sIYeoKomyf .nav-link:focus {
  outline: none;
}
.cid-sIYeoKomyf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sIYeoKomyf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sIYeoKomyf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sIYeoKomyf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sIYeoKomyf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sIYeoKomyf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sIYeoKomyf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sIYeoKomyf .navbar.opened {
  transition: all 0.3s;
}
.cid-sIYeoKomyf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sIYeoKomyf .navbar .navbar-logo img {
  width: auto;
}
.cid-sIYeoKomyf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sIYeoKomyf .navbar.collapsed {
  justify-content: center;
}
.cid-sIYeoKomyf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sIYeoKomyf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sIYeoKomyf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sIYeoKomyf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sIYeoKomyf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sIYeoKomyf .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-sIYeoKomyf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sIYeoKomyf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sIYeoKomyf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sIYeoKomyf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sIYeoKomyf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sIYeoKomyf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sIYeoKomyf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sIYeoKomyf .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-sIYeoKomyf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sIYeoKomyf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sIYeoKomyf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sIYeoKomyf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sIYeoKomyf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sIYeoKomyf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sIYeoKomyf .navbar.navbar-short {
  min-height: 60px;
}
.cid-sIYeoKomyf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sIYeoKomyf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sIYeoKomyf .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-sIYeoKomyf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sIYeoKomyf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sIYeoKomyf .dropdown-item.active,
.cid-sIYeoKomyf .dropdown-item:active {
  background-color: transparent;
}
.cid-sIYeoKomyf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sIYeoKomyf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sIYeoKomyf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sIYeoKomyf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sIYeoKomyf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sIYeoKomyf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sIYeoKomyf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sIYeoKomyf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sIYeoKomyf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sIYeoKomyf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIYeoKomyf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sIYeoKomyf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sIYeoKomyf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIYeoKomyf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sIYeoKomyf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sIYeoKomyf .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-sIYeoKomyf .navbar {
    height: 70px;
  }
  .cid-sIYeoKomyf .navbar.opened {
    height: auto;
  }
  .cid-sIYeoKomyf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIYOc53L2Z {
  padding-top: 3.5rem;
  padding-bottom: 1.5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sIYOc53L2Z .image-wrapper {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sIYOc53L2Z .image-wrapper {
    width: 49%;
  }
}
.cid-sIYOc53L2Z .text-wrapper {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sIYOc53L2Z .text-wrapper {
    width: 100%;
    text-align: center;
  }
  .cid-sIYOc53L2Z .text-wrapper h3 {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .cid-sIYOc53L2Z .text-wrapper p {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-sIYOc53L2Z .text-wrapper {
    padding: 0 4rem;
    width: 49%;
  }
  .cid-sIYOc53L2Z .text-wrapper h3 {
    width: 85%;
    margin-bottom: 2.2rem;
  }
  .cid-sIYOc53L2Z .text-wrapper p {
    width: 50%;
    margin-bottom: 1rem;
  }
}
.cid-sIYOc53L2Z .item-btn {
  width: 10.6rem;
  height: 10.6rem;
  position: absolute;
  top: 5.2rem;
  right: 3.5rem;
}
.cid-sIYOc53L2Z .item-btn:hover {
  opacity: 0.8;
}
.cid-sIYOc53L2Z .item-btn:hover > span {
  transform: scale(1.3) translateY(0.5rem);
}
.cid-sIYOc53L2Z .item-btn span {
  transform: scale(1.3);
  transition: all 0.8s;
}
@media (max-width: 1199px) {
  .cid-sIYOc53L2Z .item-btn {
    width: 7.6rem;
    height: 7.6rem;
    top: 6.2rem;
    right: 2.5rem;
  }
  .cid-sIYOc53L2Z .item-btn:hover > span {
    transform: translateY(0.5rem);
  }
}
@media (max-width: 992px) {
  .cid-sIYOc53L2Z .item-btn {
    width: 4rem;
    height: 4rem;
    position: static;
    display: inline-flex;
    align-self: center;
    margin-bottom: 1.6rem;
  }
  .cid-sIYOc53L2Z .item-btn:hover > span {
    transform: scale(0.6) translateY(0.3rem);
  }
  .cid-sIYOc53L2Z .item-btn span {
    transform: scale(0.6);
    transition: all 0.8s;
  }
}
@media (max-width: 767px) {
  .cid-sIYOc53L2Z .item-btn {
    position: static;
    margin-top: 0rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-sIYOc53L2Z .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sIYOc53L2Z .mbr-section-title a {
  color: #9b9ba5;
}
.cid-sIYOc53L2Z P {
  color: #101019;
}
.cid-sIYOc53L2Z .mbr-section-subtitle {
  color: #f87a3a;
  text-align: left;
}
.cid-u3OOC8KeX0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3OOC8KeX0 .card-wrapper {
  background: #f87a3a;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
}
.cid-u3OOC8KeX0 .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-u3OOC8KeX0 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-u3OOC8KeX0 .row {
  justify-content: center;
}
.cid-u3OOC8KeX0 .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
}
@media (max-width: 690px) {
  .cid-u3OOC8KeX0 .item {
    padding-bottom: 25px;
  }
}
.cid-u3OOC8KeX0 .card-text {
  color: #f5f5f7;
  text-align: center;
}
.cid-u3IupIxB7Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3IupIxB7Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3IupIxB7Y .container {
  max-width: 1300px;
}
.cid-u3IupIxB7Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3IupIxB7Y .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-u3IupIxB7Y .text-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-u3IupIxB7Y .row {
  background: #f87a3a;
}
@media (max-width: 991px) {
  .cid-u3IupIxB7Y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3IupIxB7Y .image-wrapper {
  padding: 0;
}
.cid-u3IupIxB7Y .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u3IupIxB7Y .mbr-section-title {
  color: #ffffff;
}
.cid-u3IupIxB7Y .mbr-text,
.cid-u3IupIxB7Y .mbr-section-btn {
  color: #ffffff;
}
.cid-u3IupIxB7Y .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u3Iwac6vzG {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-u3Iwac6vzG .content {
    flex-wrap: nowrap;
  }
  .cid-u3Iwac6vzG .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-u3Iwac6vzG .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-u3Iwac6vzG .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-u3Iwac6vzG .content {
    flex-wrap: wrap;
  }
  .cid-u3Iwac6vzG .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-u3Iwac6vzG .section-head p {
    width: 70%;
  }
  .cid-u3Iwac6vzG .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-u3Iwac6vzG .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-u3Iwac6vzG .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-u3Iwac6vzG .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-u3Iwac6vzG .panel-title-edit {
  color: #28282c;
}
.cid-u3Iwac6vzG .panel-text {
  color: #abb2b9;
  padding: 1rem 0;
}
.cid-u3Iwac6vzG .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-u3Iwac6vzG .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-u3Iwac6vzG .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u3Iwac6vzG .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u3Iwac6vzG .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-u3Iwac6vzG .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-u3Iwac6vzG .mbr-text {
  color: #9b9ba5;
}
.cid-u3Ix9wQdqD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #f87a3a;
}
.cid-u3Ix9wQdqD .bg-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  height: 100%;
  width: 30%;
}
.cid-u3Ix9wQdqD .card-title {
  color: #ffffff;
}
.cid-u3Ix9wQdqD .mbr-text,
.cid-u3Ix9wQdqD .mbr-section-btn {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u3Ix9wQdqD .text-wrapper {
    padding-left: 5rem;
  }
  .cid-u3Ix9wQdqD .image-wrapper img {
    width: 650px;
    height: 615px;
    object-fit: cover;
  }
  .cid-u3Ix9wQdqD .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-u3Ix9wQdqD .item-btn:hover {
    color: #ffffff;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u3Ix9wQdqD .text-wrapper {
    padding-left: 2rem;
    position: relative;
  }
  .cid-u3Ix9wQdqD .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u3Ix9wQdqD .item-btn {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .cid-u3Ix9wQdqD .bg-wrapper {
    display: none;
  }
  .cid-u3Ix9wQdqD .text-wrapper {
    text-align: center;
  }
  .cid-u3Ix9wQdqD .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u3Ix9wQdqD .item-btn {
    width: 7rem;
    height: 7rem;
    position: static;
  }
}
.cid-u3Ix9wQdqD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  .cid-u3Ix9wQdqD .card-title {
    letter-spacing: -1px;
  }
}
.cid-u3OtiYNH90 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3OtiYNH90 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3OtiYNH90 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3OtiYNH90 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u3OtiYNH90 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u3OtiYNH90 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u3OtiYNH90 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u3OtiYNH90 .container {
    padding: 0 16px;
  }
}
.cid-u3OtiYNH90 .row {
  justify-content: center;
}
.cid-u3OtiYNH90 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-u3OtiYNH90 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u3OtiYNH90 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u3OtiYNH90 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u3OtiYNH90 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u3OtiYNH90 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u3OqMgr8Zy {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3OqMgr8Zy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3OqMgr8Zy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3OqMgr8Zy .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u3OqMgr8Zy .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u3OqMgr8Zy .container {
    padding: 0 25px;
  }
}
.cid-u3OqMgr8Zy .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u3OqMgr8Zy .row {
    padding-top: 45px;
  }
}
.cid-u3OqMgr8Zy .item:hover .item-wrapper .item-img img,
.cid-u3OqMgr8Zy .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u3OqMgr8Zy .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u3OqMgr8Zy .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u3OqMgr8Zy .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u3OqMgr8Zy .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u3OqMgr8Zy .border-wrap {
  height: 2px;
  background-color: #f87a3a;
}
@media (max-width: 992px) {
  .cid-u3OqMgr8Zy .border-wrap {
    margin-top: 45px;
  }
}
.cid-u3Osmmgn4I {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3Osmmgn4I .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3Osmmgn4I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3Osmmgn4I .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u3Osmmgn4I .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u3Osmmgn4I .container {
    padding: 0 25px;
  }
}
.cid-u3Osmmgn4I .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u3Osmmgn4I .row {
    padding-top: 45px;
  }
}
.cid-u3Osmmgn4I .item:hover .item-wrapper .item-img img,
.cid-u3Osmmgn4I .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u3Osmmgn4I .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u3Osmmgn4I .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u3Osmmgn4I .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u3Osmmgn4I .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u3Osmmgn4I .border-wrap {
  height: 2px;
  background-color: #f87a3a;
}
@media (max-width: 992px) {
  .cid-u3Osmmgn4I .border-wrap {
    margin-top: 45px;
  }
}
.cid-u3OvZ9xMfB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3OvZ9xMfB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3OvZ9xMfB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3OvZ9xMfB .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u3OvZ9xMfB .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u3OvZ9xMfB .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u3OvZ9xMfB .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u3OvZ9xMfB .container {
    padding: 0 16px;
  }
}
.cid-u3OvZ9xMfB .row {
  justify-content: center;
}
.cid-u3OvZ9xMfB .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-u3OvZ9xMfB .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u3OvZ9xMfB .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u3OvZ9xMfB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u3OvZ9xMfB .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u3OvZ9xMfB .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u3Ouoz2uxr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3Ouoz2uxr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3Ouoz2uxr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3Ouoz2uxr .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-u3Ouoz2uxr .container {
    padding: 10px 8px;
  }
}
.cid-u3Ouoz2uxr .row {
  border-radius: 25px;
  background-color: #f8f8f8;
  box-shadow: inset 0 0 5rem #f87a3a;
  margin: 0;
  overflow: hidden;
  padding: 100px 32px 84px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-u3Ouoz2uxr .row {
    padding: 50px 2px 34px;
  }
}
.cid-u3Ouoz2uxr .card {
  padding: 0 8px;
}
.cid-u3Ouoz2uxr .card:nth-child(2n) {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-u3Ouoz2uxr .card:nth-child(2n) {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-u3Ouoz2uxr .card {
    margin-bottom: 16px;
  }
}
.cid-u3Ouoz2uxr .card .item {
  margin-bottom: 16px;
}
.cid-u3Ouoz2uxr .card .item:last-child {
  margin-bottom: 0;
}
.cid-u3Ouoz2uxr .card .item .item-wrapper {
  background-color: #ffffff;
  border-radius: 33px !important;
  height: 100%;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-u3Ouoz2uxr .card .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-u3Ouoz2uxr .card .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-u3Ouoz2uxr .card .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 120px;
  height: 120px;
  border-radius: 25px !important;
  object-fit: cover;
}
.cid-u3Ouoz2uxr .card .item .item-wrapper .item-content .card-text {
  margin-bottom: 16px;
}
.cid-u3Ouoz2uxr .card .item .item-wrapper .item-content .name-wrap {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .cid-u3Ouoz2uxr .card .item .item-wrapper .item-content .name-wrap {
    margin-top: 16px;
  }
}
.cid-u3Ouoz2uxr .card .item .item-wrapper .item-content .name-wrap .card-name {
  margin-bottom: 0;
}
.cid-u3Ouoz2uxr .card .item .item-wrapper .item-content .name-wrap .card-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-u3Ouoz2uxr .card-text {
  color: #222222;
}
.cid-u3Ouoz2uxr .card-name {
  color: #222222;
}
.cid-u3Ouoz2uxr .card-role {
  color: #222222;
}
.cid-u3OwL0bjNN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3OwL0bjNN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3OwL0bjNN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3OwL0bjNN .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-u3OwL0bjNN .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-u3OwL0bjNN .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u3OwL0bjNN .item-img {
    width: 100%;
  }
}
.cid-u3OwL0bjNN .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-u3OwL0bjNN .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-u3OwL0bjNN .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-u3OwL0bjNN .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-u3OwL0bjNN .card-title {
  color: #131313;
}
.cid-u3OwL0bjNN .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-u3OwL0bjNN .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 45px;
}
@media (max-width: 991px) {
  .cid-u3OwL0bjNN .list-box {
    margin-top: 24px;
    row-gap: 5px;
  }
}
.cid-u3OwL0bjNN .list-item {
  width: 100%;
}
.cid-u3OwL0bjNN .list-text {
  color: #131313;
}
.cid-u3OwL0bjNN .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-u3OwL0bjNN .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-u3OxS2sf7q {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u3OxS2sf7q img,
.cid-u3OxS2sf7q .item-img {
  width: 100%;
}
.cid-u3OxS2sf7q .item:focus,
.cid-u3OxS2sf7q span:focus {
  outline: none;
}
.cid-u3OxS2sf7q .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u3OxS2sf7q .item-wrapper {
  position: relative;
  background: #f8f8f8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u3OxS2sf7q .item-wrapper .item-content {
    padding: 2rem 4rem 0;
  }
  .cid-u3OxS2sf7q .item-wrapper .mbr-text {
    margin-bottom: 2rem;
  }
  .cid-u3OxS2sf7q .item-wrapper .item-footer {
    padding: 0 4rem 2rem;
    right: -2rem;
    top: 11.6rem;
  }
  .cid-u3OxS2sf7q .item-wrapper .item-btn {
    width: 6.3rem;
    height: 6.3rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin: 0;
  }
  .cid-u3OxS2sf7q .item-wrapper .item-btn span {
    transform: rotate(45deg) scale(0.8);
    margin-top: 0.4rem;
    margin-right: 0.6rem;
    margin-left: 0.5rem;
    transition: all 0.8s;
  }
  .cid-u3OxS2sf7q .item-wrapper .item-btn:hover > span {
    transform: scale(0.8) rotate(90deg);
  }
}
@media (max-width: 991px) {
  .cid-u3OxS2sf7q .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u3OxS2sf7q .item-wrapper .mbr-text {
    margin-bottom: 1rem;
  }
  .cid-u3OxS2sf7q .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
  .cid-u3OxS2sf7q .item-wrapper .item-btn {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin-top: 0;
  }
  .cid-u3OxS2sf7q .item-wrapper .item-btn span {
    transform: rotate(45deg) scale(0.7);
    margin-top: 0.2rem;
    margin-left: 0.2rem;
    transition: all 0.8s;
  }
  .cid-u3OxS2sf7q .item-wrapper .item-btn:hover > span {
    transform: scale(0.7) rotate(90deg);
  }
}
@media (max-width: 767px) {
  .cid-u3OxS2sf7q .item-wrapper .item-btn {
    margin: 0;
    margin-left: 0.5rem;
    padding-top: 0.5rem;
  }
}
@media (max-width: 600px) {
  .cid-u3OxS2sf7q .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-u3OxS2sf7q .mbr-section-title {
  color: #f87a3a;
}
.cid-u5pZQ1GMpm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1229.jpg");
}
.cid-u5pZQ1GMpm::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-u5pZQ1GMpm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5pZQ1GMpm .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-u5pZQ1GMpm .container {
    padding: 0 22px;
  }
}
.cid-u5pZQ1GMpm .row {
  justify-content: center;
}
.cid-u5pZQ1GMpm .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-u5pZQ1GMpm .content-wrapper {
    padding: 0;
  }
}
.cid-u5pZQ1GMpm .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u5pZQ1GMpm .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-u5pZQ1GMpm .mbr-section-title {
  color: #ffffff;
}
.cid-u5pZQ1GMpm .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-u5pZQ1GMpm .mbr-section-title,
.cid-u5pZQ1GMpm .mbr-section-btn {
  text-align: center;
  color: #f87a3a;
}
.cid-sIYSrLfXsj {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #101019;
}
.cid-sIYSrLfXsj .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sIYSrLfXsj form .mbr-section-btn {
  text-align: center;
}
.cid-sIYSrLfXsj .mbr-section-subtitle {
  color: #ebeff2;
}
.cid-sIYSrLfXsj .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  padding-left: 0;
  font-size: small;
  color: rgba(225, 225, 225, 0.3);
}
.cid-sIYSrLfXsj .form-control:focus {
  background: none;
}
.cid-sIYSrLfXsj .form-control:focus::placeholder {
  color: transparent;
}
.cid-sIYSrLfXsj .btn:hover {
  color: #ebeff2;
}
@media (max-width: 600px) {
  .cid-sIYSrLfXsj .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sIYSrLfXsj .mbr-section-title {
  color: #ffffff;
}
.cid-sIYSsgNVY3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f87a3a;
}
@media (max-width: 767px) {
  .cid-sIYSsgNVY3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sIYSsgNVY3 .media-wrap img {
  filter: invert(1);
}
.cid-sIYSsgNVY3 .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sIYSsgNVY3 .links {
    justify-content: center;
  }
  .cid-sIYSsgNVY3 .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-sIYSsgNVY3 .links {
    justify-content: flex-end;
  }
  .cid-sIYSsgNVY3 .link {
    margin: 0.5rem;
  }
}
.cid-sIYSsgNVY3 .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-sIYSsgNVY3 .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-sIYSsgNVY3 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sIYSsgNVY3 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sIYSsgNVY3 .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-sIYSsgNVY3 .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sIYSsgNVY3 .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-sIYSsgNVY3 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u3OQtc7NYu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u3OQtc7NYu nav.navbar {
  position: fixed;
}
.cid-u3OQtc7NYu .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-u3OQtc7NYu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3OQtc7NYu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u3OQtc7NYu .dropdown-item:hover,
.cid-u3OQtc7NYu .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-u3OQtc7NYu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3OQtc7NYu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3OQtc7NYu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3OQtc7NYu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3OQtc7NYu .nav-link {
  position: relative;
}
.cid-u3OQtc7NYu .container {
  display: flex;
  margin: auto;
}
.cid-u3OQtc7NYu .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u3OQtc7NYu .dropdown-menu,
.cid-u3OQtc7NYu .navbar.opened {
  background: #ffffff !important;
}
.cid-u3OQtc7NYu .nav-item:focus,
.cid-u3OQtc7NYu .nav-link:focus {
  outline: none;
}
.cid-u3OQtc7NYu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3OQtc7NYu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3OQtc7NYu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3OQtc7NYu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3OQtc7NYu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3OQtc7NYu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3OQtc7NYu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u3OQtc7NYu .navbar.opened {
  transition: all 0.3s;
}
.cid-u3OQtc7NYu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3OQtc7NYu .navbar .navbar-logo img {
  width: auto;
}
.cid-u3OQtc7NYu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3OQtc7NYu .navbar.collapsed {
  justify-content: center;
}
.cid-u3OQtc7NYu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3OQtc7NYu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3OQtc7NYu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u3OQtc7NYu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3OQtc7NYu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3OQtc7NYu .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-u3OQtc7NYu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3OQtc7NYu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3OQtc7NYu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3OQtc7NYu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3OQtc7NYu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3OQtc7NYu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3OQtc7NYu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3OQtc7NYu .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-u3OQtc7NYu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3OQtc7NYu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3OQtc7NYu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3OQtc7NYu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3OQtc7NYu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3OQtc7NYu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3OQtc7NYu .navbar.navbar-short {
  min-height: 60px;
}
.cid-u3OQtc7NYu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3OQtc7NYu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3OQtc7NYu .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-u3OQtc7NYu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3OQtc7NYu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3OQtc7NYu .dropdown-item.active,
.cid-u3OQtc7NYu .dropdown-item:active {
  background-color: transparent;
}
.cid-u3OQtc7NYu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3OQtc7NYu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3OQtc7NYu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3OQtc7NYu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u3OQtc7NYu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3OQtc7NYu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3OQtc7NYu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3OQtc7NYu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3OQtc7NYu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3OQtc7NYu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-u3OQtc7NYu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3OQtc7NYu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3OQtc7NYu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3OQtc7NYu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3OQtc7NYu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3OQtc7NYu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3OQtc7NYu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3OQtc7NYu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3OQtc7NYu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u3OQtc7NYu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3OQtc7NYu .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-u3OQtc7NYu .navbar {
    height: 70px;
  }
  .cid-u3OQtc7NYu .navbar.opened {
    height: auto;
  }
  .cid-u3OQtc7NYu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3PawytRKG {
  padding-top: 7rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f87a3a;
}
.cid-u3PawytRKG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3PawytRKG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3PawytRKG .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u3PawytRKG .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u3PawytRKG .container {
    padding: 0 24px;
  }
}
.cid-u3PawytRKG .row {
  justify-content: center;
}
.cid-u3PawytRKG .content-wrapper .desc-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u3PawytRKG .content-wrapper .desc-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u3PawytRKG .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 16px;
  background-color: #ffffff;
  border-radius: .75rem;
}
.cid-u3PawytRKG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u3PawytRKG .mbr-section-title {
  color: #141414;
}
.cid-u3PawytRKG .mbr-text {
  color: #ffffff;
}
.cid-u3Pbe6UTns {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-u3Pbe6UTns .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3Pbe6UTns .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3Pbe6UTns .row {
  padding: 1rem;
}
.cid-u3Pbe6UTns .image-wrapper {
  padding-left: 150px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u3Pbe6UTns .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-u3Pbe6UTns .image-wrapper::before {
  content: '';
  position: absolute;
  left: -1rem;
  bottom: -7rem;
  display: block;
  width: 300px;
  height: 300px;
  border: 30px solid #f3722f;
  border-radius: 50%;
  background-color: transparent;
  z-index: 5;
}
@media (max-width: 992px) {
  .cid-u3Pbe6UTns .image-wrapper::before {
    display: none;
  }
}
.cid-u3Pbe6UTns .image-wrapper::after {
  content: '';
  position: absolute;
  left: -4.4rem;
  bottom: -10.5rem;
  display: block;
  width: 410px;
  height: 410px;
  border: 30px solid #f3722f;
  border-radius: 50%;
  background-color: transparent;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u3Pbe6UTns .image-wrapper::after {
    display: none;
  }
}
.cid-u3Pbe6UTns .image-wrapper img {
  width: 300px;
  max-height: 450px;
  border-radius: 300px 300px 0 0;
  z-index: 2;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u3Pbe6UTns .image-wrapper img {
    margin: 0 auto;
  }
}
.cid-u3Pbe6UTns .text-wrapper {
  padding-right: 110px;
}
@media (max-width: 992px) {
  .cid-u3Pbe6UTns .text-wrapper {
    padding: 0;
  }
}
.cid-u3Pbe6UTns .text-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-u3Pbe6UTns .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-u3Pbe6UTns .cards .card {
  margin-bottom: 20px;
}
.cid-u3Pbe6UTns .cards .card .mbr-number {
  margin: 0;
}
.cid-u3Pbe6UTns .cards .card .mbr-desc {
  margin: 0;
}
.cid-u3Pbe6UTns .mbr-section-title {
  color: #f87a3a;
}
.cid-u3Pbe6UTns .mbr-text {
  color: #1e4381;
}
.cid-u3Pbe6UTns .mbr-number {
  color: #f87a3a;
}
.cid-u3Pbe6UTns .mbr-desc {
  color: #28282c;
}
.cid-u3Pc3fchO6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-u3Pc3fchO6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3Pc3fchO6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3Pc3fchO6 .row {
  padding: 1rem;
}
.cid-u3Pc3fchO6 .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-u3Pc3fchO6 .row {
    padding: 0 12px;
  }
}
.cid-u3Pc3fchO6 .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 100% 0 0 0;
}
.cid-u3Pc3fchO6 .row::after {
  content: '';
  position: absolute;
  left: -28rem;
  top: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  border: 80px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-u3Pc3fchO6 .row::after {
    display: none;
  }
}
.cid-u3Pc3fchO6 .title-wrapper {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.cid-u3Pc3fchO6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u3Pc3fchO6 .title-wrapper .mbr-section-title span {
  color: #9b9ba5;
}
.cid-u3Pc3fchO6 .text-wrapper {
  padding: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u3Pc3fchO6 .text-wrapper {
    padding: 0;
  }
}
.cid-u3Pc3fchO6 .text-wrapper .mbr-text {
  margin: 0;
}
.cid-u3Pc3fchO6 .mbr-section-title {
  color: #f87a3a;
}
.cid-u3Pc3fchO6 .mbr-text {
  color: #28282c;
}
.cid-u3PcCFBFns {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #28282c;
}
.cid-u3PcCFBFns .row {
  position: relative;
}
.cid-u3PcCFBFns .row::after {
  content: '';
  position: absolute;
  right: -8rem;
  bottom: -10rem;
  display: block;
  width: 300px;
  height: 300px;
  border: 30px solid #f3722f;
  border-radius: 50%;
  background-color: transparent;
  z-index: 5;
}
@media (max-width: 992px) {
  .cid-u3PcCFBFns .row::after {
    width: 200px;
    height: 200px;
    border: 24px solid #f3722f;
  }
}
@media (max-width: 768px) {
  .cid-u3PcCFBFns .row::after {
    display: none;
  }
}
.cid-u3PcCFBFns .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3PcCFBFns .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3PcCFBFns .title-wrapper {
  padding: 0 1rem;
  position: relative;
}
.cid-u3PcCFBFns .title-wrapper::before {
  content: '';
  position: absolute;
  top: -5rem;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #f3722f;
}
.cid-u3PcCFBFns .title-wrapper::after {
  content: '';
  position: absolute;
  top: -5rem;
  left: 80px;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #28282c;
}
.cid-u3PcCFBFns .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-u3PcCFBFns .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #17171a;
  box-shadow: none;
}
.cid-u3PcCFBFns .title-wrapper .mbr-section-btn .btn:hover {
  color: #f87a3a !important;
  background: #17171a !important;
  box-shadow: none !important;
}
.cid-u3PcCFBFns .mbr-section-title {
  color: #ffffff;
}
.cid-u3PcCFBFns .mbr-section-title,
.cid-u3PcCFBFns .mbr-section-btn {
  text-align: center;
}
.cid-u3PcnTzwfa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-u3PcnTzwfa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3PcnTzwfa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3PcnTzwfa .row {
  padding: 1rem;
}
.cid-u3PcnTzwfa .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-u3PcnTzwfa .row {
    padding: 0 12px;
  }
}
.cid-u3PcnTzwfa .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 100% 0 0 0;
}
.cid-u3PcnTzwfa .row::after {
  content: '';
  position: absolute;
  left: -28rem;
  top: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  border: 80px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-u3PcnTzwfa .row::after {
    display: none;
  }
}
.cid-u3PcnTzwfa .title-wrapper {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.cid-u3PcnTzwfa .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u3PcnTzwfa .title-wrapper .mbr-section-title span {
  color: #9b9ba5;
}
.cid-u3PcnTzwfa .text-wrapper {
  padding: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u3PcnTzwfa .text-wrapper {
    padding: 0;
  }
}
.cid-u3PcnTzwfa .text-wrapper .mbr-text {
  margin: 0;
}
.cid-u3PcnTzwfa .mbr-section-title {
  color: #f87a3a;
}
.cid-u3PcnTzwfa .mbr-text {
  color: #28282c;
}
.cid-u3PeHM10sZ {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-u3PeHM10sZ .content {
    flex-wrap: nowrap;
  }
  .cid-u3PeHM10sZ .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-u3PeHM10sZ .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-u3PeHM10sZ .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-u3PeHM10sZ .content {
    flex-wrap: wrap;
  }
  .cid-u3PeHM10sZ .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-u3PeHM10sZ .section-head p {
    width: 70%;
  }
  .cid-u3PeHM10sZ .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-u3PeHM10sZ .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-u3PeHM10sZ .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-u3PeHM10sZ .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-u3PeHM10sZ .panel-title-edit {
  color: #28282c;
}
.cid-u3PeHM10sZ .panel-text {
  color: #abb2b9;
  padding: 1rem 0;
}
.cid-u3PeHM10sZ .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-u3PeHM10sZ .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-u3PeHM10sZ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u3PeHM10sZ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u3PeHM10sZ .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-u3PeHM10sZ .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-u3PeHM10sZ .mbr-text {
  color: #9b9ba5;
}
.cid-u3PeHM10sZ H3 {
  color: #f87a3a;
}
.cid-u3PgvCw6ob {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-u3PgvCw6ob .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3PgvCw6ob .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3PgvCw6ob .row {
  padding: 1rem;
}
.cid-u3PgvCw6ob .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-u3PgvCw6ob .row {
    padding: 0 12px;
  }
}
.cid-u3PgvCw6ob .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 100% 0 0 0;
}
.cid-u3PgvCw6ob .row::after {
  content: '';
  position: absolute;
  left: -28rem;
  top: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  border: 80px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-u3PgvCw6ob .row::after {
    display: none;
  }
}
.cid-u3PgvCw6ob .title-wrapper {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.cid-u3PgvCw6ob .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u3PgvCw6ob .title-wrapper .mbr-section-title span {
  color: #9b9ba5;
}
.cid-u3PgvCw6ob .text-wrapper {
  padding: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u3PgvCw6ob .text-wrapper {
    padding: 0;
  }
}
.cid-u3PgvCw6ob .text-wrapper .mbr-text {
  margin: 0;
}
.cid-u3PgvCw6ob .mbr-section-title {
  color: #f87a3a;
}
.cid-u3PgvCw6ob .mbr-text {
  color: #28282c;
}
.cid-u3PgXdVM42 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #28282c;
}
.cid-u3PgXdVM42 .row {
  position: relative;
}
.cid-u3PgXdVM42 .row::after {
  content: '';
  position: absolute;
  right: -8rem;
  bottom: -10rem;
  display: block;
  width: 300px;
  height: 300px;
  border: 30px solid #f3722f;
  border-radius: 50%;
  background-color: transparent;
  z-index: 5;
}
@media (max-width: 992px) {
  .cid-u3PgXdVM42 .row::after {
    width: 200px;
    height: 200px;
    border: 24px solid #f3722f;
  }
}
@media (max-width: 768px) {
  .cid-u3PgXdVM42 .row::after {
    display: none;
  }
}
.cid-u3PgXdVM42 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3PgXdVM42 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3PgXdVM42 .title-wrapper {
  padding: 0 1rem;
  position: relative;
}
.cid-u3PgXdVM42 .title-wrapper::before {
  content: '';
  position: absolute;
  top: -5rem;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #f3722f;
}
.cid-u3PgXdVM42 .title-wrapper::after {
  content: '';
  position: absolute;
  top: -5rem;
  left: 80px;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #28282c;
}
.cid-u3PgXdVM42 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-u3PgXdVM42 .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #17171a;
  box-shadow: none;
}
.cid-u3PgXdVM42 .title-wrapper .mbr-section-btn .btn:hover {
  color: #f87a3a !important;
  background: #17171a !important;
  box-shadow: none !important;
}
.cid-u3PgXdVM42 .mbr-section-title {
  color: #ffffff;
}
.cid-u3PgXdVM42 .mbr-section-title,
.cid-u3PgXdVM42 .mbr-section-btn {
  text-align: center;
}
.cid-u3PgYmD0YT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-u3PgYmD0YT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3PgYmD0YT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3PgYmD0YT .row {
  padding: 1rem;
}
.cid-u3PgYmD0YT .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-u3PgYmD0YT .row {
    padding: 0 12px;
  }
}
.cid-u3PgYmD0YT .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 100% 0 0 0;
}
.cid-u3PgYmD0YT .row::after {
  content: '';
  position: absolute;
  left: -28rem;
  top: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  border: 80px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-u3PgYmD0YT .row::after {
    display: none;
  }
}
.cid-u3PgYmD0YT .title-wrapper {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.cid-u3PgYmD0YT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u3PgYmD0YT .title-wrapper .mbr-section-title span {
  color: #9b9ba5;
}
.cid-u3PgYmD0YT .text-wrapper {
  padding: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u3PgYmD0YT .text-wrapper {
    padding: 0;
  }
}
.cid-u3PgYmD0YT .text-wrapper .mbr-text {
  margin: 0;
}
.cid-u3PgYmD0YT .mbr-section-title {
  color: #f87a3a;
}
.cid-u3PgYmD0YT .mbr-text {
  color: #28282c;
}
.cid-u3OQtdYpV2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3OQtdYpV2 .card-wrapper {
  background: #f87a3a;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
}
.cid-u3OQtdYpV2 .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-u3OQtdYpV2 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-u3OQtdYpV2 .row {
  justify-content: center;
}
.cid-u3OQtdYpV2 .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
}
@media (max-width: 690px) {
  .cid-u3OQtdYpV2 .item {
    padding-bottom: 25px;
  }
}
.cid-u3OQtdYpV2 .card-text {
  color: #f5f5f7;
  text-align: center;
}
.cid-u3OQtezvnT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3OQtezvnT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3OQtezvnT .container {
  max-width: 1300px;
}
.cid-u3OQtezvnT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3OQtezvnT .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-u3OQtezvnT .text-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-u3OQtezvnT .row {
  background: #f87a3a;
}
@media (max-width: 991px) {
  .cid-u3OQtezvnT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3OQtezvnT .image-wrapper {
  padding: 0;
}
.cid-u3OQtezvnT .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u3OQtezvnT .mbr-section-title {
  color: #ffffff;
}
.cid-u3OQtezvnT .mbr-text,
.cid-u3OQtezvnT .mbr-section-btn {
  color: #ffffff;
}
.cid-u3OQtezvnT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u3OQtf5AWb {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-u3OQtf5AWb .content {
    flex-wrap: nowrap;
  }
  .cid-u3OQtf5AWb .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-u3OQtf5AWb .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-u3OQtf5AWb .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-u3OQtf5AWb .content {
    flex-wrap: wrap;
  }
  .cid-u3OQtf5AWb .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-u3OQtf5AWb .section-head p {
    width: 70%;
  }
  .cid-u3OQtf5AWb .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-u3OQtf5AWb .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-u3OQtf5AWb .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-u3OQtf5AWb .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-u3OQtf5AWb .panel-title-edit {
  color: #28282c;
}
.cid-u3OQtf5AWb .panel-text {
  color: #abb2b9;
  padding: 1rem 0;
}
.cid-u3OQtf5AWb .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-u3OQtf5AWb .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-u3OQtf5AWb .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u3OQtf5AWb .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u3OQtf5AWb .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-u3OQtf5AWb .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-u3OQtf5AWb .mbr-text {
  color: #9b9ba5;
}
.cid-u3OQtfCNDN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #f87a3a;
}
.cid-u3OQtfCNDN .bg-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  height: 100%;
  width: 30%;
}
.cid-u3OQtfCNDN .card-title {
  color: #ffffff;
}
.cid-u3OQtfCNDN .mbr-text,
.cid-u3OQtfCNDN .mbr-section-btn {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u3OQtfCNDN .text-wrapper {
    padding-left: 5rem;
  }
  .cid-u3OQtfCNDN .image-wrapper img {
    width: 650px;
    height: 615px;
    object-fit: cover;
  }
  .cid-u3OQtfCNDN .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-u3OQtfCNDN .item-btn:hover {
    color: #ffffff;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u3OQtfCNDN .text-wrapper {
    padding-left: 2rem;
    position: relative;
  }
  .cid-u3OQtfCNDN .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u3OQtfCNDN .item-btn {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .cid-u3OQtfCNDN .bg-wrapper {
    display: none;
  }
  .cid-u3OQtfCNDN .text-wrapper {
    text-align: center;
  }
  .cid-u3OQtfCNDN .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u3OQtfCNDN .item-btn {
    width: 7rem;
    height: 7rem;
    position: static;
  }
}
.cid-u3OQtfCNDN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  .cid-u3OQtfCNDN .card-title {
    letter-spacing: -1px;
  }
}
.cid-u3OQtg6dWq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3OQtg6dWq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3OQtg6dWq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3OQtg6dWq .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u3OQtg6dWq .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u3OQtg6dWq .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u3OQtg6dWq .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u3OQtg6dWq .container {
    padding: 0 16px;
  }
}
.cid-u3OQtg6dWq .row {
  justify-content: center;
}
.cid-u3OQtg6dWq .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-u3OQtg6dWq .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u3OQtg6dWq .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u3OQtg6dWq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u3OQtg6dWq .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u3OQtg6dWq .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u3OQtgA2H5 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3OQtgA2H5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3OQtgA2H5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3OQtgA2H5 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u3OQtgA2H5 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u3OQtgA2H5 .container {
    padding: 0 25px;
  }
}
.cid-u3OQtgA2H5 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u3OQtgA2H5 .row {
    padding-top: 45px;
  }
}
.cid-u3OQtgA2H5 .item:hover .item-wrapper .item-img img,
.cid-u3OQtgA2H5 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u3OQtgA2H5 .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u3OQtgA2H5 .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u3OQtgA2H5 .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u3OQtgA2H5 .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u3OQtgA2H5 .border-wrap {
  height: 2px;
  background-color: #f87a3a;
}
@media (max-width: 992px) {
  .cid-u3OQtgA2H5 .border-wrap {
    margin-top: 45px;
  }
}
.cid-u3OQth54tt {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3OQth54tt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3OQth54tt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3OQth54tt .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u3OQth54tt .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u3OQth54tt .container {
    padding: 0 25px;
  }
}
.cid-u3OQth54tt .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u3OQth54tt .row {
    padding-top: 45px;
  }
}
.cid-u3OQth54tt .item:hover .item-wrapper .item-img img,
.cid-u3OQth54tt .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u3OQth54tt .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u3OQth54tt .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u3OQth54tt .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u3OQth54tt .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u3OQth54tt .border-wrap {
  height: 2px;
  background-color: #f87a3a;
}
@media (max-width: 992px) {
  .cid-u3OQth54tt .border-wrap {
    margin-top: 45px;
  }
}
.cid-u3OQthEVz6 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3OQthEVz6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3OQthEVz6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3OQthEVz6 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u3OQthEVz6 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u3OQthEVz6 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u3OQthEVz6 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u3OQthEVz6 .container {
    padding: 0 16px;
  }
}
.cid-u3OQthEVz6 .row {
  justify-content: center;
}
.cid-u3OQthEVz6 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-u3OQthEVz6 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u3OQthEVz6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u3OQthEVz6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u3OQthEVz6 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u3OQthEVz6 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u3OQticlis {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3OQticlis .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3OQticlis .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3OQticlis .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-u3OQticlis .container {
    padding: 10px 8px;
  }
}
.cid-u3OQticlis .row {
  border-radius: 25px;
  background-color: #f8f8f8;
  box-shadow: inset 0 0 5rem #f87a3a;
  margin: 0;
  overflow: hidden;
  padding: 100px 32px 84px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-u3OQticlis .row {
    padding: 50px 2px 34px;
  }
}
.cid-u3OQticlis .card {
  padding: 0 8px;
}
.cid-u3OQticlis .card:nth-child(2n) {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-u3OQticlis .card:nth-child(2n) {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-u3OQticlis .card {
    margin-bottom: 16px;
  }
}
.cid-u3OQticlis .card .item {
  margin-bottom: 16px;
}
.cid-u3OQticlis .card .item:last-child {
  margin-bottom: 0;
}
.cid-u3OQticlis .card .item .item-wrapper {
  background-color: #ffffff;
  border-radius: 33px !important;
  height: 100%;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-u3OQticlis .card .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-u3OQticlis .card .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-u3OQticlis .card .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 120px;
  height: 120px;
  border-radius: 25px !important;
  object-fit: cover;
}
.cid-u3OQticlis .card .item .item-wrapper .item-content .card-text {
  margin-bottom: 16px;
}
.cid-u3OQticlis .card .item .item-wrapper .item-content .name-wrap {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .cid-u3OQticlis .card .item .item-wrapper .item-content .name-wrap {
    margin-top: 16px;
  }
}
.cid-u3OQticlis .card .item .item-wrapper .item-content .name-wrap .card-name {
  margin-bottom: 0;
}
.cid-u3OQticlis .card .item .item-wrapper .item-content .name-wrap .card-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-u3OQticlis .card-text {
  color: #222222;
}
.cid-u3OQticlis .card-name {
  color: #222222;
}
.cid-u3OQticlis .card-role {
  color: #222222;
}
.cid-u3OQtiVHtl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3OQtiVHtl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3OQtiVHtl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3OQtiVHtl .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-u3OQtiVHtl .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-u3OQtiVHtl .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u3OQtiVHtl .item-img {
    width: 100%;
  }
}
.cid-u3OQtiVHtl .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-u3OQtiVHtl .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-u3OQtiVHtl .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-u3OQtiVHtl .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-u3OQtiVHtl .card-title {
  color: #131313;
}
.cid-u3OQtiVHtl .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-u3OQtiVHtl .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 45px;
}
@media (max-width: 991px) {
  .cid-u3OQtiVHtl .list-box {
    margin-top: 24px;
    row-gap: 5px;
  }
}
.cid-u3OQtiVHtl .list-item {
  width: 100%;
}
.cid-u3OQtiVHtl .list-text {
  color: #131313;
}
.cid-u3OQtiVHtl .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-u3OQtiVHtl .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-u3OQtjzDf7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u3OQtjzDf7 img,
.cid-u3OQtjzDf7 .item-img {
  width: 100%;
}
.cid-u3OQtjzDf7 .item:focus,
.cid-u3OQtjzDf7 span:focus {
  outline: none;
}
.cid-u3OQtjzDf7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u3OQtjzDf7 .item-wrapper {
  position: relative;
  background: #f8f8f8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u3OQtjzDf7 .item-wrapper .item-content {
    padding: 2rem 4rem 0;
  }
  .cid-u3OQtjzDf7 .item-wrapper .mbr-text {
    margin-bottom: 2rem;
  }
  .cid-u3OQtjzDf7 .item-wrapper .item-footer {
    padding: 0 4rem 2rem;
    right: -2rem;
    top: 11.6rem;
  }
  .cid-u3OQtjzDf7 .item-wrapper .item-btn {
    width: 6.3rem;
    height: 6.3rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin: 0;
  }
  .cid-u3OQtjzDf7 .item-wrapper .item-btn span {
    transform: rotate(45deg) scale(0.8);
    margin-top: 0.4rem;
    margin-right: 0.6rem;
    margin-left: 0.5rem;
    transition: all 0.8s;
  }
  .cid-u3OQtjzDf7 .item-wrapper .item-btn:hover > span {
    transform: scale(0.8) rotate(90deg);
  }
}
@media (max-width: 991px) {
  .cid-u3OQtjzDf7 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u3OQtjzDf7 .item-wrapper .mbr-text {
    margin-bottom: 1rem;
  }
  .cid-u3OQtjzDf7 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
  .cid-u3OQtjzDf7 .item-wrapper .item-btn {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin-top: 0;
  }
  .cid-u3OQtjzDf7 .item-wrapper .item-btn span {
    transform: rotate(45deg) scale(0.7);
    margin-top: 0.2rem;
    margin-left: 0.2rem;
    transition: all 0.8s;
  }
  .cid-u3OQtjzDf7 .item-wrapper .item-btn:hover > span {
    transform: scale(0.7) rotate(90deg);
  }
}
@media (max-width: 767px) {
  .cid-u3OQtjzDf7 .item-wrapper .item-btn {
    margin: 0;
    margin-left: 0.5rem;
    padding-top: 0.5rem;
  }
}
@media (max-width: 600px) {
  .cid-u3OQtjzDf7 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-u3OQtjzDf7 .mbr-section-title {
  color: #f87a3a;
}
.cid-u3OQtkmTlY {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #101019;
}
.cid-u3OQtkmTlY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u3OQtkmTlY form .mbr-section-btn {
  text-align: center;
}
.cid-u3OQtkmTlY .mbr-section-subtitle {
  color: #ebeff2;
}
.cid-u3OQtkmTlY .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  padding-left: 0;
  font-size: small;
  color: rgba(225, 225, 225, 0.3);
}
.cid-u3OQtkmTlY .form-control:focus {
  background: none;
}
.cid-u3OQtkmTlY .form-control:focus::placeholder {
  color: transparent;
}
.cid-u3OQtkmTlY .btn:hover {
  color: #ebeff2;
}
@media (max-width: 600px) {
  .cid-u3OQtkmTlY .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-u3OQtkmTlY .mbr-section-title {
  color: #ffffff;
}
.cid-u3OQtl0mKF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f87a3a;
}
@media (max-width: 767px) {
  .cid-u3OQtl0mKF .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u3OQtl0mKF .media-wrap img {
  filter: invert(1);
}
.cid-u3OQtl0mKF .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u3OQtl0mKF .links {
    justify-content: center;
  }
  .cid-u3OQtl0mKF .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-u3OQtl0mKF .links {
    justify-content: flex-end;
  }
  .cid-u3OQtl0mKF .link {
    margin: 0.5rem;
  }
}
.cid-u3OQtl0mKF .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-u3OQtl0mKF .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-u3OQtl0mKF .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u3OQtl0mKF .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-u3OQtl0mKF .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-u3OQtl0mKF .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u3OQtl0mKF .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-u3OQtl0mKF .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u3OQGmgAMr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u3OQGmgAMr nav.navbar {
  position: fixed;
}
.cid-u3OQGmgAMr .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-u3OQGmgAMr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3OQGmgAMr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u3OQGmgAMr .dropdown-item:hover,
.cid-u3OQGmgAMr .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-u3OQGmgAMr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3OQGmgAMr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3OQGmgAMr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3OQGmgAMr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3OQGmgAMr .nav-link {
  position: relative;
}
.cid-u3OQGmgAMr .container {
  display: flex;
  margin: auto;
}
.cid-u3OQGmgAMr .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u3OQGmgAMr .dropdown-menu,
.cid-u3OQGmgAMr .navbar.opened {
  background: #ffffff !important;
}
.cid-u3OQGmgAMr .nav-item:focus,
.cid-u3OQGmgAMr .nav-link:focus {
  outline: none;
}
.cid-u3OQGmgAMr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3OQGmgAMr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3OQGmgAMr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3OQGmgAMr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3OQGmgAMr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3OQGmgAMr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3OQGmgAMr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u3OQGmgAMr .navbar.opened {
  transition: all 0.3s;
}
.cid-u3OQGmgAMr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3OQGmgAMr .navbar .navbar-logo img {
  width: auto;
}
.cid-u3OQGmgAMr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3OQGmgAMr .navbar.collapsed {
  justify-content: center;
}
.cid-u3OQGmgAMr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3OQGmgAMr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3OQGmgAMr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u3OQGmgAMr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3OQGmgAMr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3OQGmgAMr .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-u3OQGmgAMr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3OQGmgAMr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3OQGmgAMr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3OQGmgAMr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3OQGmgAMr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3OQGmgAMr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3OQGmgAMr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3OQGmgAMr .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-u3OQGmgAMr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3OQGmgAMr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3OQGmgAMr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3OQGmgAMr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3OQGmgAMr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3OQGmgAMr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3OQGmgAMr .navbar.navbar-short {
  min-height: 60px;
}
.cid-u3OQGmgAMr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3OQGmgAMr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3OQGmgAMr .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-u3OQGmgAMr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3OQGmgAMr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3OQGmgAMr .dropdown-item.active,
.cid-u3OQGmgAMr .dropdown-item:active {
  background-color: transparent;
}
.cid-u3OQGmgAMr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3OQGmgAMr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3OQGmgAMr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3OQGmgAMr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u3OQGmgAMr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3OQGmgAMr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3OQGmgAMr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3OQGmgAMr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3OQGmgAMr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3OQGmgAMr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-u3OQGmgAMr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3OQGmgAMr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3OQGmgAMr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3OQGmgAMr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3OQGmgAMr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3OQGmgAMr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3OQGmgAMr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3OQGmgAMr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3OQGmgAMr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u3OQGmgAMr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3OQGmgAMr .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-u3OQGmgAMr .navbar {
    height: 70px;
  }
  .cid-u3OQGmgAMr .navbar.opened {
    height: auto;
  }
  .cid-u3OQGmgAMr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3PhD0LVGv {
  padding-top: 7rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f87a3a;
}
.cid-u3PhD0LVGv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3PhD0LVGv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3PhD0LVGv .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u3PhD0LVGv .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u3PhD0LVGv .container {
    padding: 0 24px;
  }
}
.cid-u3PhD0LVGv .row {
  justify-content: center;
}
.cid-u3PhD0LVGv .content-wrapper .desc-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u3PhD0LVGv .content-wrapper .desc-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u3PhD0LVGv .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 16px;
  background-color: #ffffff;
  border-radius: .75rem;
}
.cid-u3PhD0LVGv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u3PhD0LVGv .mbr-section-title {
  color: #141414;
}
.cid-u3PhD0LVGv .mbr-text {
  color: #ffffff;
}
.cid-u3PhLDgpn1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-u3PhLDgpn1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3PhLDgpn1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3PhLDgpn1 .row {
  padding: 1rem;
}
.cid-u3PhLDgpn1 .image-wrapper {
  padding-left: 150px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u3PhLDgpn1 .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-u3PhLDgpn1 .image-wrapper::before {
  content: '';
  position: absolute;
  left: -1rem;
  bottom: -7rem;
  display: block;
  width: 300px;
  height: 300px;
  border: 30px solid #f3722f;
  border-radius: 50%;
  background-color: transparent;
  z-index: 5;
}
@media (max-width: 992px) {
  .cid-u3PhLDgpn1 .image-wrapper::before {
    display: none;
  }
}
.cid-u3PhLDgpn1 .image-wrapper::after {
  content: '';
  position: absolute;
  left: -4.4rem;
  bottom: -10.5rem;
  display: block;
  width: 410px;
  height: 410px;
  border: 30px solid #f3722f;
  border-radius: 50%;
  background-color: transparent;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u3PhLDgpn1 .image-wrapper::after {
    display: none;
  }
}
.cid-u3PhLDgpn1 .image-wrapper img {
  width: 300px;
  max-height: 450px;
  border-radius: 300px 300px 0 0;
  z-index: 2;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u3PhLDgpn1 .image-wrapper img {
    margin: 0 auto;
  }
}
.cid-u3PhLDgpn1 .text-wrapper {
  padding-right: 110px;
}
@media (max-width: 992px) {
  .cid-u3PhLDgpn1 .text-wrapper {
    padding: 0;
  }
}
.cid-u3PhLDgpn1 .text-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-u3PhLDgpn1 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-u3PhLDgpn1 .cards .card {
  margin-bottom: 20px;
}
.cid-u3PhLDgpn1 .cards .card .mbr-number {
  margin: 0;
}
.cid-u3PhLDgpn1 .cards .card .mbr-desc {
  margin: 0;
}
.cid-u3PhLDgpn1 .mbr-section-title {
  color: #f87a3a;
}
.cid-u3PhLDgpn1 .mbr-text {
  color: #1e4381;
}
.cid-u3PhLDgpn1 .mbr-number {
  color: #f87a3a;
}
.cid-u3PhLDgpn1 .mbr-desc {
  color: #28282c;
}
.cid-u3Pi8kpNUD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-u3Pi8kpNUD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3Pi8kpNUD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3Pi8kpNUD .row {
  padding: 1rem;
}
.cid-u3Pi8kpNUD .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-u3Pi8kpNUD .row {
    padding: 0 12px;
  }
}
.cid-u3Pi8kpNUD .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 100% 0 0 0;
}
.cid-u3Pi8kpNUD .row::after {
  content: '';
  position: absolute;
  left: -28rem;
  top: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  border: 80px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-u3Pi8kpNUD .row::after {
    display: none;
  }
}
.cid-u3Pi8kpNUD .title-wrapper {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.cid-u3Pi8kpNUD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u3Pi8kpNUD .title-wrapper .mbr-section-title span {
  color: #9b9ba5;
}
.cid-u3Pi8kpNUD .text-wrapper {
  padding: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u3Pi8kpNUD .text-wrapper {
    padding: 0;
  }
}
.cid-u3Pi8kpNUD .text-wrapper .mbr-text {
  margin: 0;
}
.cid-u3Pi8kpNUD .mbr-section-title {
  color: #f87a3a;
}
.cid-u3Pi8kpNUD .mbr-text {
  color: #28282c;
}
.cid-u3Pil7Cz8S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #28282c;
}
.cid-u3Pil7Cz8S .row {
  position: relative;
}
.cid-u3Pil7Cz8S .row::after {
  content: '';
  position: absolute;
  right: -8rem;
  bottom: -10rem;
  display: block;
  width: 300px;
  height: 300px;
  border: 30px solid #f3722f;
  border-radius: 50%;
  background-color: transparent;
  z-index: 5;
}
@media (max-width: 992px) {
  .cid-u3Pil7Cz8S .row::after {
    width: 200px;
    height: 200px;
    border: 24px solid #f3722f;
  }
}
@media (max-width: 768px) {
  .cid-u3Pil7Cz8S .row::after {
    display: none;
  }
}
.cid-u3Pil7Cz8S .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3Pil7Cz8S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3Pil7Cz8S .title-wrapper {
  padding: 0 1rem;
  position: relative;
}
.cid-u3Pil7Cz8S .title-wrapper::before {
  content: '';
  position: absolute;
  top: -5rem;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #f3722f;
}
.cid-u3Pil7Cz8S .title-wrapper::after {
  content: '';
  position: absolute;
  top: -5rem;
  left: 80px;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #28282c;
}
.cid-u3Pil7Cz8S .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-u3Pil7Cz8S .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #17171a;
  box-shadow: none;
}
.cid-u3Pil7Cz8S .title-wrapper .mbr-section-btn .btn:hover {
  color: #f87a3a !important;
  background: #17171a !important;
  box-shadow: none !important;
}
.cid-u3Pil7Cz8S .mbr-section-title {
  color: #ffffff;
}
.cid-u3Pil7Cz8S .mbr-section-title,
.cid-u3Pil7Cz8S .mbr-section-btn {
  text-align: center;
}
.cid-u3Pimu1PTS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-u3Pimu1PTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3Pimu1PTS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3Pimu1PTS .row {
  padding: 1rem;
}
.cid-u3Pimu1PTS .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-u3Pimu1PTS .row {
    padding: 0 12px;
  }
}
.cid-u3Pimu1PTS .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 100% 0 0 0;
}
.cid-u3Pimu1PTS .row::after {
  content: '';
  position: absolute;
  left: -28rem;
  top: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  border: 80px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-u3Pimu1PTS .row::after {
    display: none;
  }
}
.cid-u3Pimu1PTS .title-wrapper {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.cid-u3Pimu1PTS .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u3Pimu1PTS .title-wrapper .mbr-section-title span {
  color: #9b9ba5;
}
.cid-u3Pimu1PTS .text-wrapper {
  padding: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u3Pimu1PTS .text-wrapper {
    padding: 0;
  }
}
.cid-u3Pimu1PTS .text-wrapper .mbr-text {
  margin: 0;
}
.cid-u3Pimu1PTS .mbr-section-title {
  color: #f87a3a;
}
.cid-u3Pimu1PTS .mbr-text {
  color: #28282c;
}
.cid-u3PiA9VZfg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #28282c;
}
.cid-u3PiA9VZfg .row {
  position: relative;
}
.cid-u3PiA9VZfg .row::after {
  content: '';
  position: absolute;
  right: -8rem;
  bottom: -10rem;
  display: block;
  width: 300px;
  height: 300px;
  border: 30px solid #f3722f;
  border-radius: 50%;
  background-color: transparent;
  z-index: 5;
}
@media (max-width: 992px) {
  .cid-u3PiA9VZfg .row::after {
    width: 200px;
    height: 200px;
    border: 24px solid #f3722f;
  }
}
@media (max-width: 768px) {
  .cid-u3PiA9VZfg .row::after {
    display: none;
  }
}
.cid-u3PiA9VZfg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3PiA9VZfg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3PiA9VZfg .title-wrapper {
  padding: 0 1rem;
  position: relative;
}
.cid-u3PiA9VZfg .title-wrapper::before {
  content: '';
  position: absolute;
  top: -5rem;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #f3722f;
}
.cid-u3PiA9VZfg .title-wrapper::after {
  content: '';
  position: absolute;
  top: -5rem;
  left: 80px;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #28282c;
}
.cid-u3PiA9VZfg .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-u3PiA9VZfg .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #17171a;
  box-shadow: none;
}
.cid-u3PiA9VZfg .title-wrapper .mbr-section-btn .btn:hover {
  color: #f87a3a !important;
  background: #17171a !important;
  box-shadow: none !important;
}
.cid-u3PiA9VZfg .mbr-section-title {
  color: #ffffff;
}
.cid-u3PiA9VZfg .mbr-section-title,
.cid-u3PiA9VZfg .mbr-section-btn {
  text-align: center;
}
.cid-u3PiB8zzdo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-u3PiB8zzdo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3PiB8zzdo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3PiB8zzdo .row {
  padding: 1rem;
}
.cid-u3PiB8zzdo .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-u3PiB8zzdo .row {
    padding: 0 12px;
  }
}
.cid-u3PiB8zzdo .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 100% 0 0 0;
}
.cid-u3PiB8zzdo .row::after {
  content: '';
  position: absolute;
  left: -28rem;
  top: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  border: 80px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-u3PiB8zzdo .row::after {
    display: none;
  }
}
.cid-u3PiB8zzdo .title-wrapper {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.cid-u3PiB8zzdo .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u3PiB8zzdo .title-wrapper .mbr-section-title span {
  color: #9b9ba5;
}
.cid-u3PiB8zzdo .text-wrapper {
  padding: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u3PiB8zzdo .text-wrapper {
    padding: 0;
  }
}
.cid-u3PiB8zzdo .text-wrapper .mbr-text {
  margin: 0;
}
.cid-u3PiB8zzdo .mbr-section-title {
  color: #f87a3a;
}
.cid-u3PiB8zzdo .mbr-text {
  color: #28282c;
}
.cid-u3PiJFS5uU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #28282c;
}
.cid-u3PiJFS5uU .row {
  position: relative;
}
.cid-u3PiJFS5uU .row::after {
  content: '';
  position: absolute;
  right: -8rem;
  bottom: -10rem;
  display: block;
  width: 300px;
  height: 300px;
  border: 30px solid #f3722f;
  border-radius: 50%;
  background-color: transparent;
  z-index: 5;
}
@media (max-width: 992px) {
  .cid-u3PiJFS5uU .row::after {
    width: 200px;
    height: 200px;
    border: 24px solid #f3722f;
  }
}
@media (max-width: 768px) {
  .cid-u3PiJFS5uU .row::after {
    display: none;
  }
}
.cid-u3PiJFS5uU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3PiJFS5uU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3PiJFS5uU .title-wrapper {
  padding: 0 1rem;
  position: relative;
}
.cid-u3PiJFS5uU .title-wrapper::before {
  content: '';
  position: absolute;
  top: -5rem;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #f3722f;
}
.cid-u3PiJFS5uU .title-wrapper::after {
  content: '';
  position: absolute;
  top: -5rem;
  left: 80px;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #28282c;
}
.cid-u3PiJFS5uU .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-u3PiJFS5uU .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #17171a;
  box-shadow: none;
}
.cid-u3PiJFS5uU .title-wrapper .mbr-section-btn .btn:hover {
  color: #f87a3a !important;
  background: #17171a !important;
  box-shadow: none !important;
}
.cid-u3PiJFS5uU .mbr-section-title {
  color: #ffffff;
}
.cid-u3PiJFS5uU .mbr-section-title,
.cid-u3PiJFS5uU .mbr-section-btn {
  text-align: center;
}
.cid-u3PjdgSyCe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-u3PjdgSyCe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3PjdgSyCe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3PjdgSyCe .row {
  padding: 1rem;
}
.cid-u3PjdgSyCe .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-u3PjdgSyCe .row {
    padding: 0 12px;
  }
}
.cid-u3PjdgSyCe .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 100% 0 0 0;
}
.cid-u3PjdgSyCe .row::after {
  content: '';
  position: absolute;
  left: -28rem;
  top: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  border: 80px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-u3PjdgSyCe .row::after {
    display: none;
  }
}
.cid-u3PjdgSyCe .title-wrapper {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.cid-u3PjdgSyCe .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u3PjdgSyCe .title-wrapper .mbr-section-title span {
  color: #9b9ba5;
}
.cid-u3PjdgSyCe .text-wrapper {
  padding: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u3PjdgSyCe .text-wrapper {
    padding: 0;
  }
}
.cid-u3PjdgSyCe .text-wrapper .mbr-text {
  margin: 0;
}
.cid-u3PjdgSyCe .mbr-section-title {
  color: #f87a3a;
}
.cid-u3PjdgSyCe .mbr-text {
  color: #28282c;
}
.cid-u3PjnkCN6H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #28282c;
}
.cid-u3PjnkCN6H .row {
  position: relative;
}
.cid-u3PjnkCN6H .row::after {
  content: '';
  position: absolute;
  right: -8rem;
  bottom: -10rem;
  display: block;
  width: 300px;
  height: 300px;
  border: 30px solid #f3722f;
  border-radius: 50%;
  background-color: transparent;
  z-index: 5;
}
@media (max-width: 992px) {
  .cid-u3PjnkCN6H .row::after {
    width: 200px;
    height: 200px;
    border: 24px solid #f3722f;
  }
}
@media (max-width: 768px) {
  .cid-u3PjnkCN6H .row::after {
    display: none;
  }
}
.cid-u3PjnkCN6H .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3PjnkCN6H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3PjnkCN6H .title-wrapper {
  padding: 0 1rem;
  position: relative;
}
.cid-u3PjnkCN6H .title-wrapper::before {
  content: '';
  position: absolute;
  top: -5rem;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #f3722f;
}
.cid-u3PjnkCN6H .title-wrapper::after {
  content: '';
  position: absolute;
  top: -5rem;
  left: 80px;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #28282c;
}
.cid-u3PjnkCN6H .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-u3PjnkCN6H .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #17171a;
  box-shadow: none;
}
.cid-u3PjnkCN6H .title-wrapper .mbr-section-btn .btn:hover {
  color: #f87a3a !important;
  background: #17171a !important;
  box-shadow: none !important;
}
.cid-u3PjnkCN6H .mbr-section-title {
  color: #ffffff;
}
.cid-u3PjnkCN6H .mbr-section-title,
.cid-u3PjnkCN6H .mbr-section-btn {
  text-align: center;
}
.cid-u3PjriQX4u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-u3PjriQX4u .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3PjriQX4u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3PjriQX4u .row {
  padding: 1rem;
}
.cid-u3PjriQX4u .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-u3PjriQX4u .row {
    padding: 0 12px;
  }
}
.cid-u3PjriQX4u .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 100% 0 0 0;
}
.cid-u3PjriQX4u .row::after {
  content: '';
  position: absolute;
  left: -28rem;
  top: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  border: 80px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-u3PjriQX4u .row::after {
    display: none;
  }
}
.cid-u3PjriQX4u .title-wrapper {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.cid-u3PjriQX4u .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u3PjriQX4u .title-wrapper .mbr-section-title span {
  color: #9b9ba5;
}
.cid-u3PjriQX4u .text-wrapper {
  padding: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u3PjriQX4u .text-wrapper {
    padding: 0;
  }
}
.cid-u3PjriQX4u .text-wrapper .mbr-text {
  margin: 0;
}
.cid-u3PjriQX4u .mbr-section-title {
  color: #f87a3a;
}
.cid-u3PjriQX4u .mbr-text {
  color: #28282c;
}
.cid-u3PjNLWHey {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #28282c;
}
.cid-u3PjNLWHey .row {
  position: relative;
}
.cid-u3PjNLWHey .row::after {
  content: '';
  position: absolute;
  right: -8rem;
  bottom: -10rem;
  display: block;
  width: 300px;
  height: 300px;
  border: 30px solid #f3722f;
  border-radius: 50%;
  background-color: transparent;
  z-index: 5;
}
@media (max-width: 992px) {
  .cid-u3PjNLWHey .row::after {
    width: 200px;
    height: 200px;
    border: 24px solid #f3722f;
  }
}
@media (max-width: 768px) {
  .cid-u3PjNLWHey .row::after {
    display: none;
  }
}
.cid-u3PjNLWHey .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3PjNLWHey .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3PjNLWHey .title-wrapper {
  padding: 0 1rem;
  position: relative;
}
.cid-u3PjNLWHey .title-wrapper::before {
  content: '';
  position: absolute;
  top: -5rem;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #f3722f;
}
.cid-u3PjNLWHey .title-wrapper::after {
  content: '';
  position: absolute;
  top: -5rem;
  left: 80px;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #28282c;
}
.cid-u3PjNLWHey .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-u3PjNLWHey .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #17171a;
  box-shadow: none;
}
.cid-u3PjNLWHey .title-wrapper .mbr-section-btn .btn:hover {
  color: #f87a3a !important;
  background: #17171a !important;
  box-shadow: none !important;
}
.cid-u3PjNLWHey .mbr-section-title {
  color: #ffffff;
}
.cid-u3PjNLWHey .mbr-section-title,
.cid-u3PjNLWHey .mbr-section-btn {
  text-align: center;
}
.cid-u3PjOGJBtv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-u3PjOGJBtv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3PjOGJBtv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3PjOGJBtv .row {
  padding: 1rem;
}
.cid-u3PjOGJBtv .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-u3PjOGJBtv .row {
    padding: 0 12px;
  }
}
.cid-u3PjOGJBtv .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 100% 0 0 0;
}
.cid-u3PjOGJBtv .row::after {
  content: '';
  position: absolute;
  left: -28rem;
  top: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  border: 80px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-u3PjOGJBtv .row::after {
    display: none;
  }
}
.cid-u3PjOGJBtv .title-wrapper {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.cid-u3PjOGJBtv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u3PjOGJBtv .title-wrapper .mbr-section-title span {
  color: #9b9ba5;
}
.cid-u3PjOGJBtv .text-wrapper {
  padding: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u3PjOGJBtv .text-wrapper {
    padding: 0;
  }
}
.cid-u3PjOGJBtv .text-wrapper .mbr-text {
  margin: 0;
}
.cid-u3PjOGJBtv .mbr-section-title {
  color: #f87a3a;
}
.cid-u3PjOGJBtv .mbr-text {
  color: #28282c;
}
.cid-u3Pkiz1ov9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #28282c;
}
.cid-u3Pkiz1ov9 .row {
  position: relative;
}
.cid-u3Pkiz1ov9 .row::after {
  content: '';
  position: absolute;
  right: -8rem;
  bottom: -10rem;
  display: block;
  width: 300px;
  height: 300px;
  border: 30px solid #f3722f;
  border-radius: 50%;
  background-color: transparent;
  z-index: 5;
}
@media (max-width: 992px) {
  .cid-u3Pkiz1ov9 .row::after {
    width: 200px;
    height: 200px;
    border: 24px solid #f3722f;
  }
}
@media (max-width: 768px) {
  .cid-u3Pkiz1ov9 .row::after {
    display: none;
  }
}
.cid-u3Pkiz1ov9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3Pkiz1ov9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3Pkiz1ov9 .title-wrapper {
  padding: 0 1rem;
  position: relative;
}
.cid-u3Pkiz1ov9 .title-wrapper::before {
  content: '';
  position: absolute;
  top: -5rem;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #f3722f;
}
.cid-u3Pkiz1ov9 .title-wrapper::after {
  content: '';
  position: absolute;
  top: -5rem;
  left: 80px;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #28282c;
}
.cid-u3Pkiz1ov9 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-u3Pkiz1ov9 .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #17171a;
  box-shadow: none;
}
.cid-u3Pkiz1ov9 .title-wrapper .mbr-section-btn .btn:hover {
  color: #f87a3a !important;
  background: #17171a !important;
  box-shadow: none !important;
}
.cid-u3Pkiz1ov9 .mbr-section-title {
  color: #ffffff;
}
.cid-u3Pkiz1ov9 .mbr-section-title,
.cid-u3Pkiz1ov9 .mbr-section-btn {
  text-align: center;
}
.cid-u3Pkjy0WvG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-u3Pkjy0WvG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3Pkjy0WvG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3Pkjy0WvG .row {
  padding: 1rem;
}
.cid-u3Pkjy0WvG .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-u3Pkjy0WvG .row {
    padding: 0 12px;
  }
}
.cid-u3Pkjy0WvG .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 100% 0 0 0;
}
.cid-u3Pkjy0WvG .row::after {
  content: '';
  position: absolute;
  left: -28rem;
  top: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  border: 80px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-u3Pkjy0WvG .row::after {
    display: none;
  }
}
.cid-u3Pkjy0WvG .title-wrapper {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.cid-u3Pkjy0WvG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u3Pkjy0WvG .title-wrapper .mbr-section-title span {
  color: #9b9ba5;
}
.cid-u3Pkjy0WvG .text-wrapper {
  padding: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u3Pkjy0WvG .text-wrapper {
    padding: 0;
  }
}
.cid-u3Pkjy0WvG .text-wrapper .mbr-text {
  margin: 0;
}
.cid-u3Pkjy0WvG .mbr-section-title {
  color: #f87a3a;
}
.cid-u3Pkjy0WvG .mbr-text {
  color: #28282c;
}
.cid-u3Pku6we6d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #28282c;
}
.cid-u3Pku6we6d .row {
  position: relative;
}
.cid-u3Pku6we6d .row::after {
  content: '';
  position: absolute;
  right: -8rem;
  bottom: -10rem;
  display: block;
  width: 300px;
  height: 300px;
  border: 30px solid #f3722f;
  border-radius: 50%;
  background-color: transparent;
  z-index: 5;
}
@media (max-width: 992px) {
  .cid-u3Pku6we6d .row::after {
    width: 200px;
    height: 200px;
    border: 24px solid #f3722f;
  }
}
@media (max-width: 768px) {
  .cid-u3Pku6we6d .row::after {
    display: none;
  }
}
.cid-u3Pku6we6d .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3Pku6we6d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3Pku6we6d .title-wrapper {
  padding: 0 1rem;
  position: relative;
}
.cid-u3Pku6we6d .title-wrapper::before {
  content: '';
  position: absolute;
  top: -5rem;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #f3722f;
}
.cid-u3Pku6we6d .title-wrapper::after {
  content: '';
  position: absolute;
  top: -5rem;
  left: 80px;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #28282c;
}
.cid-u3Pku6we6d .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-u3Pku6we6d .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #17171a;
  box-shadow: none;
}
.cid-u3Pku6we6d .title-wrapper .mbr-section-btn .btn:hover {
  color: #f87a3a !important;
  background: #17171a !important;
  box-shadow: none !important;
}
.cid-u3Pku6we6d .mbr-section-title {
  color: #ffffff;
}
.cid-u3Pku6we6d .mbr-section-title,
.cid-u3Pku6we6d .mbr-section-btn {
  text-align: center;
}
.cid-u3PkuZbZTj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-u3PkuZbZTj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3PkuZbZTj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3PkuZbZTj .row {
  padding: 1rem;
}
.cid-u3PkuZbZTj .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-u3PkuZbZTj .row {
    padding: 0 12px;
  }
}
.cid-u3PkuZbZTj .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 100% 0 0 0;
}
.cid-u3PkuZbZTj .row::after {
  content: '';
  position: absolute;
  left: -28rem;
  top: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  border: 80px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-u3PkuZbZTj .row::after {
    display: none;
  }
}
.cid-u3PkuZbZTj .title-wrapper {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.cid-u3PkuZbZTj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u3PkuZbZTj .title-wrapper .mbr-section-title span {
  color: #9b9ba5;
}
.cid-u3PkuZbZTj .text-wrapper {
  padding: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u3PkuZbZTj .text-wrapper {
    padding: 0;
  }
}
.cid-u3PkuZbZTj .text-wrapper .mbr-text {
  margin: 0;
}
.cid-u3PkuZbZTj .mbr-section-title {
  color: #f87a3a;
}
.cid-u3PkuZbZTj .mbr-text {
  color: #28282c;
}
.cid-u3OQGnVzbf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3OQGnVzbf .card-wrapper {
  background: #f87a3a;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
}
.cid-u3OQGnVzbf .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-u3OQGnVzbf .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-u3OQGnVzbf .row {
  justify-content: center;
}
.cid-u3OQGnVzbf .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
}
@media (max-width: 690px) {
  .cid-u3OQGnVzbf .item {
    padding-bottom: 25px;
  }
}
.cid-u3OQGnVzbf .card-text {
  color: #f5f5f7;
  text-align: center;
}
.cid-u3OQGosP0X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3OQGosP0X .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3OQGosP0X .container {
  max-width: 1300px;
}
.cid-u3OQGosP0X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3OQGosP0X .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-u3OQGosP0X .text-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-u3OQGosP0X .row {
  background: #f87a3a;
}
@media (max-width: 991px) {
  .cid-u3OQGosP0X .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3OQGosP0X .image-wrapper {
  padding: 0;
}
.cid-u3OQGosP0X .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u3OQGosP0X .mbr-section-title {
  color: #ffffff;
}
.cid-u3OQGosP0X .mbr-text,
.cid-u3OQGosP0X .mbr-section-btn {
  color: #ffffff;
}
.cid-u3OQGosP0X .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u3OQGoU3Uw {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-u3OQGoU3Uw .content {
    flex-wrap: nowrap;
  }
  .cid-u3OQGoU3Uw .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-u3OQGoU3Uw .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-u3OQGoU3Uw .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-u3OQGoU3Uw .content {
    flex-wrap: wrap;
  }
  .cid-u3OQGoU3Uw .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-u3OQGoU3Uw .section-head p {
    width: 70%;
  }
  .cid-u3OQGoU3Uw .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-u3OQGoU3Uw .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-u3OQGoU3Uw .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-u3OQGoU3Uw .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-u3OQGoU3Uw .panel-title-edit {
  color: #28282c;
}
.cid-u3OQGoU3Uw .panel-text {
  color: #abb2b9;
  padding: 1rem 0;
}
.cid-u3OQGoU3Uw .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-u3OQGoU3Uw .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-u3OQGoU3Uw .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u3OQGoU3Uw .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u3OQGoU3Uw .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-u3OQGoU3Uw .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-u3OQGoU3Uw .mbr-text {
  color: #9b9ba5;
}
.cid-u3OQGptdqi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #f87a3a;
}
.cid-u3OQGptdqi .bg-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  height: 100%;
  width: 30%;
}
.cid-u3OQGptdqi .card-title {
  color: #ffffff;
}
.cid-u3OQGptdqi .mbr-text,
.cid-u3OQGptdqi .mbr-section-btn {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u3OQGptdqi .text-wrapper {
    padding-left: 5rem;
  }
  .cid-u3OQGptdqi .image-wrapper img {
    width: 650px;
    height: 615px;
    object-fit: cover;
  }
  .cid-u3OQGptdqi .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-u3OQGptdqi .item-btn:hover {
    color: #ffffff;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u3OQGptdqi .text-wrapper {
    padding-left: 2rem;
    position: relative;
  }
  .cid-u3OQGptdqi .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u3OQGptdqi .item-btn {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .cid-u3OQGptdqi .bg-wrapper {
    display: none;
  }
  .cid-u3OQGptdqi .text-wrapper {
    text-align: center;
  }
  .cid-u3OQGptdqi .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u3OQGptdqi .item-btn {
    width: 7rem;
    height: 7rem;
    position: static;
  }
}
.cid-u3OQGptdqi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  .cid-u3OQGptdqi .card-title {
    letter-spacing: -1px;
  }
}
.cid-u3OQGpW99B {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3OQGpW99B .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3OQGpW99B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3OQGpW99B .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u3OQGpW99B .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u3OQGpW99B .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u3OQGpW99B .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u3OQGpW99B .container {
    padding: 0 16px;
  }
}
.cid-u3OQGpW99B .row {
  justify-content: center;
}
.cid-u3OQGpW99B .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-u3OQGpW99B .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u3OQGpW99B .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u3OQGpW99B .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u3OQGpW99B .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u3OQGpW99B .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u3OQGqp6Kn {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3OQGqp6Kn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3OQGqp6Kn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3OQGqp6Kn .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u3OQGqp6Kn .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u3OQGqp6Kn .container {
    padding: 0 25px;
  }
}
.cid-u3OQGqp6Kn .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u3OQGqp6Kn .row {
    padding-top: 45px;
  }
}
.cid-u3OQGqp6Kn .item:hover .item-wrapper .item-img img,
.cid-u3OQGqp6Kn .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u3OQGqp6Kn .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u3OQGqp6Kn .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u3OQGqp6Kn .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u3OQGqp6Kn .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u3OQGqp6Kn .border-wrap {
  height: 2px;
  background-color: #f87a3a;
}
@media (max-width: 992px) {
  .cid-u3OQGqp6Kn .border-wrap {
    margin-top: 45px;
  }
}
.cid-u3OQGqUHR0 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3OQGqUHR0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3OQGqUHR0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3OQGqUHR0 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u3OQGqUHR0 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u3OQGqUHR0 .container {
    padding: 0 25px;
  }
}
.cid-u3OQGqUHR0 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u3OQGqUHR0 .row {
    padding-top: 45px;
  }
}
.cid-u3OQGqUHR0 .item:hover .item-wrapper .item-img img,
.cid-u3OQGqUHR0 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u3OQGqUHR0 .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u3OQGqUHR0 .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u3OQGqUHR0 .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u3OQGqUHR0 .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u3OQGqUHR0 .border-wrap {
  height: 2px;
  background-color: #f87a3a;
}
@media (max-width: 992px) {
  .cid-u3OQGqUHR0 .border-wrap {
    margin-top: 45px;
  }
}
.cid-u3OQGrrQzL {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3OQGrrQzL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3OQGrrQzL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3OQGrrQzL .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u3OQGrrQzL .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u3OQGrrQzL .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u3OQGrrQzL .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u3OQGrrQzL .container {
    padding: 0 16px;
  }
}
.cid-u3OQGrrQzL .row {
  justify-content: center;
}
.cid-u3OQGrrQzL .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-u3OQGrrQzL .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u3OQGrrQzL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u3OQGrrQzL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u3OQGrrQzL .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u3OQGrrQzL .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u3OQGrUVb7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3OQGrUVb7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3OQGrUVb7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3OQGrUVb7 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-u3OQGrUVb7 .container {
    padding: 10px 8px;
  }
}
.cid-u3OQGrUVb7 .row {
  border-radius: 25px;
  background-color: #f8f8f8;
  box-shadow: inset 0 0 5rem #f87a3a;
  margin: 0;
  overflow: hidden;
  padding: 100px 32px 84px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-u3OQGrUVb7 .row {
    padding: 50px 2px 34px;
  }
}
.cid-u3OQGrUVb7 .card {
  padding: 0 8px;
}
.cid-u3OQGrUVb7 .card:nth-child(2n) {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-u3OQGrUVb7 .card:nth-child(2n) {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-u3OQGrUVb7 .card {
    margin-bottom: 16px;
  }
}
.cid-u3OQGrUVb7 .card .item {
  margin-bottom: 16px;
}
.cid-u3OQGrUVb7 .card .item:last-child {
  margin-bottom: 0;
}
.cid-u3OQGrUVb7 .card .item .item-wrapper {
  background-color: #ffffff;
  border-radius: 33px !important;
  height: 100%;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-u3OQGrUVb7 .card .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-u3OQGrUVb7 .card .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-u3OQGrUVb7 .card .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 120px;
  height: 120px;
  border-radius: 25px !important;
  object-fit: cover;
}
.cid-u3OQGrUVb7 .card .item .item-wrapper .item-content .card-text {
  margin-bottom: 16px;
}
.cid-u3OQGrUVb7 .card .item .item-wrapper .item-content .name-wrap {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .cid-u3OQGrUVb7 .card .item .item-wrapper .item-content .name-wrap {
    margin-top: 16px;
  }
}
.cid-u3OQGrUVb7 .card .item .item-wrapper .item-content .name-wrap .card-name {
  margin-bottom: 0;
}
.cid-u3OQGrUVb7 .card .item .item-wrapper .item-content .name-wrap .card-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-u3OQGrUVb7 .card-text {
  color: #222222;
}
.cid-u3OQGrUVb7 .card-name {
  color: #222222;
}
.cid-u3OQGrUVb7 .card-role {
  color: #222222;
}
.cid-u3OQGsChiW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3OQGsChiW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3OQGsChiW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3OQGsChiW .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-u3OQGsChiW .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-u3OQGsChiW .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u3OQGsChiW .item-img {
    width: 100%;
  }
}
.cid-u3OQGsChiW .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-u3OQGsChiW .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-u3OQGsChiW .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-u3OQGsChiW .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-u3OQGsChiW .card-title {
  color: #131313;
}
.cid-u3OQGsChiW .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-u3OQGsChiW .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 45px;
}
@media (max-width: 991px) {
  .cid-u3OQGsChiW .list-box {
    margin-top: 24px;
    row-gap: 5px;
  }
}
.cid-u3OQGsChiW .list-item {
  width: 100%;
}
.cid-u3OQGsChiW .list-text {
  color: #131313;
}
.cid-u3OQGsChiW .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-u3OQGsChiW .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-u3OQGtazDx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u3OQGtazDx img,
.cid-u3OQGtazDx .item-img {
  width: 100%;
}
.cid-u3OQGtazDx .item:focus,
.cid-u3OQGtazDx span:focus {
  outline: none;
}
.cid-u3OQGtazDx .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u3OQGtazDx .item-wrapper {
  position: relative;
  background: #f8f8f8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u3OQGtazDx .item-wrapper .item-content {
    padding: 2rem 4rem 0;
  }
  .cid-u3OQGtazDx .item-wrapper .mbr-text {
    margin-bottom: 2rem;
  }
  .cid-u3OQGtazDx .item-wrapper .item-footer {
    padding: 0 4rem 2rem;
    right: -2rem;
    top: 11.6rem;
  }
  .cid-u3OQGtazDx .item-wrapper .item-btn {
    width: 6.3rem;
    height: 6.3rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin: 0;
  }
  .cid-u3OQGtazDx .item-wrapper .item-btn span {
    transform: rotate(45deg) scale(0.8);
    margin-top: 0.4rem;
    margin-right: 0.6rem;
    margin-left: 0.5rem;
    transition: all 0.8s;
  }
  .cid-u3OQGtazDx .item-wrapper .item-btn:hover > span {
    transform: scale(0.8) rotate(90deg);
  }
}
@media (max-width: 991px) {
  .cid-u3OQGtazDx .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u3OQGtazDx .item-wrapper .mbr-text {
    margin-bottom: 1rem;
  }
  .cid-u3OQGtazDx .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
  .cid-u3OQGtazDx .item-wrapper .item-btn {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin-top: 0;
  }
  .cid-u3OQGtazDx .item-wrapper .item-btn span {
    transform: rotate(45deg) scale(0.7);
    margin-top: 0.2rem;
    margin-left: 0.2rem;
    transition: all 0.8s;
  }
  .cid-u3OQGtazDx .item-wrapper .item-btn:hover > span {
    transform: scale(0.7) rotate(90deg);
  }
}
@media (max-width: 767px) {
  .cid-u3OQGtazDx .item-wrapper .item-btn {
    margin: 0;
    margin-left: 0.5rem;
    padding-top: 0.5rem;
  }
}
@media (max-width: 600px) {
  .cid-u3OQGtazDx .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-u3OQGtazDx .mbr-section-title {
  color: #f87a3a;
}
.cid-u3OQGtWUfg {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #101019;
}
.cid-u3OQGtWUfg .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u3OQGtWUfg form .mbr-section-btn {
  text-align: center;
}
.cid-u3OQGtWUfg .mbr-section-subtitle {
  color: #ebeff2;
}
.cid-u3OQGtWUfg .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  padding-left: 0;
  font-size: small;
  color: rgba(225, 225, 225, 0.3);
}
.cid-u3OQGtWUfg .form-control:focus {
  background: none;
}
.cid-u3OQGtWUfg .form-control:focus::placeholder {
  color: transparent;
}
.cid-u3OQGtWUfg .btn:hover {
  color: #ebeff2;
}
@media (max-width: 600px) {
  .cid-u3OQGtWUfg .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-u3OQGtWUfg .mbr-section-title {
  color: #ffffff;
}
.cid-u3OQGuz79o {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f87a3a;
}
@media (max-width: 767px) {
  .cid-u3OQGuz79o .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u3OQGuz79o .media-wrap img {
  filter: invert(1);
}
.cid-u3OQGuz79o .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u3OQGuz79o .links {
    justify-content: center;
  }
  .cid-u3OQGuz79o .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-u3OQGuz79o .links {
    justify-content: flex-end;
  }
  .cid-u3OQGuz79o .link {
    margin: 0.5rem;
  }
}
.cid-u3OQGuz79o .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-u3OQGuz79o .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-u3OQGuz79o .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u3OQGuz79o .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-u3OQGuz79o .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-u3OQGuz79o .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u3OQGuz79o .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-u3OQGuz79o .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u3OQMnnG9s {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u3OQMnnG9s nav.navbar {
  position: fixed;
}
.cid-u3OQMnnG9s .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-u3OQMnnG9s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3OQMnnG9s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u3OQMnnG9s .dropdown-item:hover,
.cid-u3OQMnnG9s .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-u3OQMnnG9s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3OQMnnG9s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3OQMnnG9s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3OQMnnG9s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3OQMnnG9s .nav-link {
  position: relative;
}
.cid-u3OQMnnG9s .container {
  display: flex;
  margin: auto;
}
.cid-u3OQMnnG9s .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u3OQMnnG9s .dropdown-menu,
.cid-u3OQMnnG9s .navbar.opened {
  background: #ffffff !important;
}
.cid-u3OQMnnG9s .nav-item:focus,
.cid-u3OQMnnG9s .nav-link:focus {
  outline: none;
}
.cid-u3OQMnnG9s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3OQMnnG9s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3OQMnnG9s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3OQMnnG9s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3OQMnnG9s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3OQMnnG9s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3OQMnnG9s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u3OQMnnG9s .navbar.opened {
  transition: all 0.3s;
}
.cid-u3OQMnnG9s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3OQMnnG9s .navbar .navbar-logo img {
  width: auto;
}
.cid-u3OQMnnG9s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3OQMnnG9s .navbar.collapsed {
  justify-content: center;
}
.cid-u3OQMnnG9s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3OQMnnG9s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3OQMnnG9s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u3OQMnnG9s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3OQMnnG9s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3OQMnnG9s .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-u3OQMnnG9s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3OQMnnG9s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3OQMnnG9s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3OQMnnG9s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3OQMnnG9s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3OQMnnG9s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3OQMnnG9s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3OQMnnG9s .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-u3OQMnnG9s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3OQMnnG9s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3OQMnnG9s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3OQMnnG9s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3OQMnnG9s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3OQMnnG9s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3OQMnnG9s .navbar.navbar-short {
  min-height: 60px;
}
.cid-u3OQMnnG9s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3OQMnnG9s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3OQMnnG9s .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-u3OQMnnG9s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3OQMnnG9s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3OQMnnG9s .dropdown-item.active,
.cid-u3OQMnnG9s .dropdown-item:active {
  background-color: transparent;
}
.cid-u3OQMnnG9s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3OQMnnG9s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3OQMnnG9s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3OQMnnG9s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u3OQMnnG9s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3OQMnnG9s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3OQMnnG9s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3OQMnnG9s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3OQMnnG9s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3OQMnnG9s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-u3OQMnnG9s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3OQMnnG9s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3OQMnnG9s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3OQMnnG9s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3OQMnnG9s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3OQMnnG9s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3OQMnnG9s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3OQMnnG9s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3OQMnnG9s .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u3OQMnnG9s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3OQMnnG9s .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-u3OQMnnG9s .navbar {
    height: 70px;
  }
  .cid-u3OQMnnG9s .navbar.opened {
    height: auto;
  }
  .cid-u3OQMnnG9s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3PkVdonWB {
  padding-top: 7rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f87a3a;
}
.cid-u3PkVdonWB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3PkVdonWB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3PkVdonWB .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u3PkVdonWB .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u3PkVdonWB .container {
    padding: 0 24px;
  }
}
.cid-u3PkVdonWB .row {
  justify-content: center;
}
.cid-u3PkVdonWB .content-wrapper .desc-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u3PkVdonWB .content-wrapper .desc-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u3PkVdonWB .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 16px;
  background-color: #ffffff;
  border-radius: .75rem;
}
.cid-u3PkVdonWB .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u3PkVdonWB .mbr-section-title {
  color: #141414;
}
.cid-u3PkVdonWB .mbr-text {
  color: #ffffff;
}
.cid-u3Pl8HX2fg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-u3Pl8HX2fg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3Pl8HX2fg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3Pl8HX2fg .row {
  padding: 1rem;
}
.cid-u3Pl8HX2fg .image-wrapper {
  padding-left: 150px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u3Pl8HX2fg .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-u3Pl8HX2fg .image-wrapper::before {
  content: '';
  position: absolute;
  left: -1rem;
  bottom: -7rem;
  display: block;
  width: 300px;
  height: 300px;
  border: 30px solid #f3722f;
  border-radius: 50%;
  background-color: transparent;
  z-index: 5;
}
@media (max-width: 992px) {
  .cid-u3Pl8HX2fg .image-wrapper::before {
    display: none;
  }
}
.cid-u3Pl8HX2fg .image-wrapper::after {
  content: '';
  position: absolute;
  left: -4.4rem;
  bottom: -10.5rem;
  display: block;
  width: 410px;
  height: 410px;
  border: 30px solid #f3722f;
  border-radius: 50%;
  background-color: transparent;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u3Pl8HX2fg .image-wrapper::after {
    display: none;
  }
}
.cid-u3Pl8HX2fg .image-wrapper img {
  width: 300px;
  max-height: 450px;
  border-radius: 300px 300px 0 0;
  z-index: 2;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u3Pl8HX2fg .image-wrapper img {
    margin: 0 auto;
  }
}
.cid-u3Pl8HX2fg .text-wrapper {
  padding-right: 110px;
}
@media (max-width: 992px) {
  .cid-u3Pl8HX2fg .text-wrapper {
    padding: 0;
  }
}
.cid-u3Pl8HX2fg .text-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-u3Pl8HX2fg .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-u3Pl8HX2fg .cards .card {
  margin-bottom: 20px;
}
.cid-u3Pl8HX2fg .cards .card .mbr-number {
  margin: 0;
}
.cid-u3Pl8HX2fg .cards .card .mbr-desc {
  margin: 0;
}
.cid-u3Pl8HX2fg .mbr-section-title {
  color: #f87a3a;
}
.cid-u3Pl8HX2fg .mbr-text {
  color: #1e4381;
}
.cid-u3Pl8HX2fg .mbr-number {
  color: #f87a3a;
}
.cid-u3Pl8HX2fg .mbr-desc {
  color: #28282c;
}
.cid-u3PlIPFWLF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-u3PlIPFWLF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3PlIPFWLF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3PlIPFWLF .row {
  padding: 1rem;
}
.cid-u3PlIPFWLF .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-u3PlIPFWLF .row {
    padding: 0 12px;
  }
}
.cid-u3PlIPFWLF .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 100% 0 0 0;
}
.cid-u3PlIPFWLF .row::after {
  content: '';
  position: absolute;
  left: -28rem;
  top: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  border: 80px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-u3PlIPFWLF .row::after {
    display: none;
  }
}
.cid-u3PlIPFWLF .title-wrapper {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.cid-u3PlIPFWLF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u3PlIPFWLF .title-wrapper .mbr-section-title span {
  color: #9b9ba5;
}
.cid-u3PlIPFWLF .text-wrapper {
  padding: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u3PlIPFWLF .text-wrapper {
    padding: 0;
  }
}
.cid-u3PlIPFWLF .text-wrapper .mbr-text {
  margin: 0;
}
.cid-u3PlIPFWLF .mbr-section-title {
  color: #f87a3a;
}
.cid-u3PlIPFWLF .mbr-text {
  color: #28282c;
}
.cid-u3PlYaxliq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #28282c;
}
.cid-u3PlYaxliq .row {
  position: relative;
}
.cid-u3PlYaxliq .row::after {
  content: '';
  position: absolute;
  right: -8rem;
  bottom: -10rem;
  display: block;
  width: 300px;
  height: 300px;
  border: 30px solid #f3722f;
  border-radius: 50%;
  background-color: transparent;
  z-index: 5;
}
@media (max-width: 992px) {
  .cid-u3PlYaxliq .row::after {
    width: 200px;
    height: 200px;
    border: 24px solid #f3722f;
  }
}
@media (max-width: 768px) {
  .cid-u3PlYaxliq .row::after {
    display: none;
  }
}
.cid-u3PlYaxliq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3PlYaxliq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3PlYaxliq .title-wrapper {
  padding: 0 1rem;
  position: relative;
}
.cid-u3PlYaxliq .title-wrapper::before {
  content: '';
  position: absolute;
  top: -5rem;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #f3722f;
}
.cid-u3PlYaxliq .title-wrapper::after {
  content: '';
  position: absolute;
  top: -5rem;
  left: 80px;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #28282c;
}
.cid-u3PlYaxliq .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-u3PlYaxliq .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #17171a;
  box-shadow: none;
}
.cid-u3PlYaxliq .title-wrapper .mbr-section-btn .btn:hover {
  color: #f87a3a !important;
  background: #17171a !important;
  box-shadow: none !important;
}
.cid-u3PlYaxliq .mbr-section-title {
  color: #ffffff;
}
.cid-u3PlYaxliq .mbr-section-title,
.cid-u3PlYaxliq .mbr-section-btn {
  text-align: center;
}
.cid-u3PlYYTaDy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-u3PlYYTaDy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3PlYYTaDy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3PlYYTaDy .row {
  padding: 1rem;
}
.cid-u3PlYYTaDy .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-u3PlYYTaDy .row {
    padding: 0 12px;
  }
}
.cid-u3PlYYTaDy .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 100% 0 0 0;
}
.cid-u3PlYYTaDy .row::after {
  content: '';
  position: absolute;
  left: -28rem;
  top: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  border: 80px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-u3PlYYTaDy .row::after {
    display: none;
  }
}
.cid-u3PlYYTaDy .title-wrapper {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.cid-u3PlYYTaDy .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u3PlYYTaDy .title-wrapper .mbr-section-title span {
  color: #9b9ba5;
}
.cid-u3PlYYTaDy .text-wrapper {
  padding: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u3PlYYTaDy .text-wrapper {
    padding: 0;
  }
}
.cid-u3PlYYTaDy .text-wrapper .mbr-text {
  margin: 0;
}
.cid-u3PlYYTaDy .mbr-section-title {
  color: #f87a3a;
}
.cid-u3PlYYTaDy .mbr-text {
  color: #28282c;
}
.cid-u3PmYXPuuH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #28282c;
}
.cid-u3PmYXPuuH .row {
  position: relative;
}
.cid-u3PmYXPuuH .row::after {
  content: '';
  position: absolute;
  right: -8rem;
  bottom: -10rem;
  display: block;
  width: 300px;
  height: 300px;
  border: 30px solid #f3722f;
  border-radius: 50%;
  background-color: transparent;
  z-index: 5;
}
@media (max-width: 992px) {
  .cid-u3PmYXPuuH .row::after {
    width: 200px;
    height: 200px;
    border: 24px solid #f3722f;
  }
}
@media (max-width: 768px) {
  .cid-u3PmYXPuuH .row::after {
    display: none;
  }
}
.cid-u3PmYXPuuH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3PmYXPuuH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3PmYXPuuH .title-wrapper {
  padding: 0 1rem;
  position: relative;
}
.cid-u3PmYXPuuH .title-wrapper::before {
  content: '';
  position: absolute;
  top: -5rem;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #f3722f;
}
.cid-u3PmYXPuuH .title-wrapper::after {
  content: '';
  position: absolute;
  top: -5rem;
  left: 80px;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #28282c;
}
.cid-u3PmYXPuuH .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-u3PmYXPuuH .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #17171a;
  box-shadow: none;
}
.cid-u3PmYXPuuH .title-wrapper .mbr-section-btn .btn:hover {
  color: #f87a3a !important;
  background: #17171a !important;
  box-shadow: none !important;
}
.cid-u3PmYXPuuH .mbr-section-title {
  color: #ffffff;
}
.cid-u3PmYXPuuH .mbr-section-title,
.cid-u3PmYXPuuH .mbr-section-btn {
  text-align: center;
}
.cid-u3PmZGvkIJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-u3PmZGvkIJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3PmZGvkIJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3PmZGvkIJ .row {
  padding: 1rem;
}
.cid-u3PmZGvkIJ .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-u3PmZGvkIJ .row {
    padding: 0 12px;
  }
}
.cid-u3PmZGvkIJ .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 100% 0 0 0;
}
.cid-u3PmZGvkIJ .row::after {
  content: '';
  position: absolute;
  left: -28rem;
  top: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  border: 80px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-u3PmZGvkIJ .row::after {
    display: none;
  }
}
.cid-u3PmZGvkIJ .title-wrapper {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.cid-u3PmZGvkIJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u3PmZGvkIJ .title-wrapper .mbr-section-title span {
  color: #9b9ba5;
}
.cid-u3PmZGvkIJ .text-wrapper {
  padding: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u3PmZGvkIJ .text-wrapper {
    padding: 0;
  }
}
.cid-u3PmZGvkIJ .text-wrapper .mbr-text {
  margin: 0;
}
.cid-u3PmZGvkIJ .mbr-section-title {
  color: #f87a3a;
}
.cid-u3PmZGvkIJ .mbr-text {
  color: #28282c;
}
.cid-u3Pn7qHv25 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #28282c;
}
.cid-u3Pn7qHv25 .row {
  position: relative;
}
.cid-u3Pn7qHv25 .row::after {
  content: '';
  position: absolute;
  right: -8rem;
  bottom: -10rem;
  display: block;
  width: 300px;
  height: 300px;
  border: 30px solid #f3722f;
  border-radius: 50%;
  background-color: transparent;
  z-index: 5;
}
@media (max-width: 992px) {
  .cid-u3Pn7qHv25 .row::after {
    width: 200px;
    height: 200px;
    border: 24px solid #f3722f;
  }
}
@media (max-width: 768px) {
  .cid-u3Pn7qHv25 .row::after {
    display: none;
  }
}
.cid-u3Pn7qHv25 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3Pn7qHv25 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3Pn7qHv25 .title-wrapper {
  padding: 0 1rem;
  position: relative;
}
.cid-u3Pn7qHv25 .title-wrapper::before {
  content: '';
  position: absolute;
  top: -5rem;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #f3722f;
}
.cid-u3Pn7qHv25 .title-wrapper::after {
  content: '';
  position: absolute;
  top: -5rem;
  left: 80px;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 0 100% 0;
  background-color: #28282c;
}
.cid-u3Pn7qHv25 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-u3Pn7qHv25 .title-wrapper .mbr-section-btn .btn {
  max-height: 34px;
  border: 1px solid #17171a;
  box-shadow: none;
}
.cid-u3Pn7qHv25 .title-wrapper .mbr-section-btn .btn:hover {
  color: #f87a3a !important;
  background: #17171a !important;
  box-shadow: none !important;
}
.cid-u3Pn7qHv25 .mbr-section-title {
  color: #ffffff;
}
.cid-u3Pn7qHv25 .mbr-section-title,
.cid-u3Pn7qHv25 .mbr-section-btn {
  text-align: center;
}
.cid-u3Pn9NKB7v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-u3Pn9NKB7v .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3Pn9NKB7v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3Pn9NKB7v .row {
  padding: 1rem;
}
.cid-u3Pn9NKB7v .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-u3Pn9NKB7v .row {
    padding: 0 12px;
  }
}
.cid-u3Pn9NKB7v .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 100% 0 0 0;
}
.cid-u3Pn9NKB7v .row::after {
  content: '';
  position: absolute;
  left: -28rem;
  top: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  border: 80px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-u3Pn9NKB7v .row::after {
    display: none;
  }
}
.cid-u3Pn9NKB7v .title-wrapper {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.cid-u3Pn9NKB7v .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u3Pn9NKB7v .title-wrapper .mbr-section-title span {
  color: #9b9ba5;
}
.cid-u3Pn9NKB7v .text-wrapper {
  padding: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u3Pn9NKB7v .text-wrapper {
    padding: 0;
  }
}
.cid-u3Pn9NKB7v .text-wrapper .mbr-text {
  margin: 0;
}
.cid-u3Pn9NKB7v .mbr-section-title {
  color: #f87a3a;
}
.cid-u3Pn9NKB7v .mbr-text {
  color: #28282c;
}
.cid-u3OQMp3hEi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3OQMp3hEi .card-wrapper {
  background: #f87a3a;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
}
.cid-u3OQMp3hEi .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-u3OQMp3hEi .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-u3OQMp3hEi .row {
  justify-content: center;
}
.cid-u3OQMp3hEi .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
}
@media (max-width: 690px) {
  .cid-u3OQMp3hEi .item {
    padding-bottom: 25px;
  }
}
.cid-u3OQMp3hEi .card-text {
  color: #f5f5f7;
  text-align: center;
}
.cid-u3OQMpDWbe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3OQMpDWbe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3OQMpDWbe .container {
  max-width: 1300px;
}
.cid-u3OQMpDWbe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3OQMpDWbe .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-u3OQMpDWbe .text-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-u3OQMpDWbe .row {
  background: #f87a3a;
}
@media (max-width: 991px) {
  .cid-u3OQMpDWbe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3OQMpDWbe .image-wrapper {
  padding: 0;
}
.cid-u3OQMpDWbe .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u3OQMpDWbe .mbr-section-title {
  color: #ffffff;
}
.cid-u3OQMpDWbe .mbr-text,
.cid-u3OQMpDWbe .mbr-section-btn {
  color: #ffffff;
}
.cid-u3OQMpDWbe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u3OQMq7TXM {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-u3OQMq7TXM .content {
    flex-wrap: nowrap;
  }
  .cid-u3OQMq7TXM .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-u3OQMq7TXM .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-u3OQMq7TXM .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-u3OQMq7TXM .content {
    flex-wrap: wrap;
  }
  .cid-u3OQMq7TXM .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-u3OQMq7TXM .section-head p {
    width: 70%;
  }
  .cid-u3OQMq7TXM .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-u3OQMq7TXM .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-u3OQMq7TXM .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-u3OQMq7TXM .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-u3OQMq7TXM .panel-title-edit {
  color: #28282c;
}
.cid-u3OQMq7TXM .panel-text {
  color: #abb2b9;
  padding: 1rem 0;
}
.cid-u3OQMq7TXM .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-u3OQMq7TXM .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-u3OQMq7TXM .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u3OQMq7TXM .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u3OQMq7TXM .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-u3OQMq7TXM .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-u3OQMq7TXM .mbr-text {
  color: #9b9ba5;
}
.cid-u3OQMqEF3G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #f87a3a;
}
.cid-u3OQMqEF3G .bg-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  height: 100%;
  width: 30%;
}
.cid-u3OQMqEF3G .card-title {
  color: #ffffff;
}
.cid-u3OQMqEF3G .mbr-text,
.cid-u3OQMqEF3G .mbr-section-btn {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u3OQMqEF3G .text-wrapper {
    padding-left: 5rem;
  }
  .cid-u3OQMqEF3G .image-wrapper img {
    width: 650px;
    height: 615px;
    object-fit: cover;
  }
  .cid-u3OQMqEF3G .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-u3OQMqEF3G .item-btn:hover {
    color: #ffffff;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u3OQMqEF3G .text-wrapper {
    padding-left: 2rem;
    position: relative;
  }
  .cid-u3OQMqEF3G .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u3OQMqEF3G .item-btn {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .cid-u3OQMqEF3G .bg-wrapper {
    display: none;
  }
  .cid-u3OQMqEF3G .text-wrapper {
    text-align: center;
  }
  .cid-u3OQMqEF3G .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u3OQMqEF3G .item-btn {
    width: 7rem;
    height: 7rem;
    position: static;
  }
}
.cid-u3OQMqEF3G .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  .cid-u3OQMqEF3G .card-title {
    letter-spacing: -1px;
  }
}
.cid-u3OQMra1Jc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3OQMra1Jc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3OQMra1Jc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3OQMra1Jc .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u3OQMra1Jc .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u3OQMra1Jc .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u3OQMra1Jc .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u3OQMra1Jc .container {
    padding: 0 16px;
  }
}
.cid-u3OQMra1Jc .row {
  justify-content: center;
}
.cid-u3OQMra1Jc .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-u3OQMra1Jc .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u3OQMra1Jc .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u3OQMra1Jc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u3OQMra1Jc .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u3OQMra1Jc .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u3OQMrEr3H {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3OQMrEr3H .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3OQMrEr3H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3OQMrEr3H .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u3OQMrEr3H .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u3OQMrEr3H .container {
    padding: 0 25px;
  }
}
.cid-u3OQMrEr3H .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u3OQMrEr3H .row {
    padding-top: 45px;
  }
}
.cid-u3OQMrEr3H .item:hover .item-wrapper .item-img img,
.cid-u3OQMrEr3H .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u3OQMrEr3H .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u3OQMrEr3H .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u3OQMrEr3H .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u3OQMrEr3H .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u3OQMrEr3H .border-wrap {
  height: 2px;
  background-color: #f87a3a;
}
@media (max-width: 992px) {
  .cid-u3OQMrEr3H .border-wrap {
    margin-top: 45px;
  }
}
.cid-u3OQMsbH0N {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3OQMsbH0N .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3OQMsbH0N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3OQMsbH0N .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u3OQMsbH0N .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u3OQMsbH0N .container {
    padding: 0 25px;
  }
}
.cid-u3OQMsbH0N .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u3OQMsbH0N .row {
    padding-top: 45px;
  }
}
.cid-u3OQMsbH0N .item:hover .item-wrapper .item-img img,
.cid-u3OQMsbH0N .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u3OQMsbH0N .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u3OQMsbH0N .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u3OQMsbH0N .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u3OQMsbH0N .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u3OQMsbH0N .border-wrap {
  height: 2px;
  background-color: #f87a3a;
}
@media (max-width: 992px) {
  .cid-u3OQMsbH0N .border-wrap {
    margin-top: 45px;
  }
}
.cid-u3OQMsKKI8 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3OQMsKKI8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3OQMsKKI8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3OQMsKKI8 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u3OQMsKKI8 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u3OQMsKKI8 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u3OQMsKKI8 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u3OQMsKKI8 .container {
    padding: 0 16px;
  }
}
.cid-u3OQMsKKI8 .row {
  justify-content: center;
}
.cid-u3OQMsKKI8 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-u3OQMsKKI8 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u3OQMsKKI8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u3OQMsKKI8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u3OQMsKKI8 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u3OQMsKKI8 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u3OQMtgytf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3OQMtgytf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3OQMtgytf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3OQMtgytf .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-u3OQMtgytf .container {
    padding: 10px 8px;
  }
}
.cid-u3OQMtgytf .row {
  border-radius: 25px;
  background-color: #f8f8f8;
  box-shadow: inset 0 0 5rem #f87a3a;
  margin: 0;
  overflow: hidden;
  padding: 100px 32px 84px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-u3OQMtgytf .row {
    padding: 50px 2px 34px;
  }
}
.cid-u3OQMtgytf .card {
  padding: 0 8px;
}
.cid-u3OQMtgytf .card:nth-child(2n) {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-u3OQMtgytf .card:nth-child(2n) {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-u3OQMtgytf .card {
    margin-bottom: 16px;
  }
}
.cid-u3OQMtgytf .card .item {
  margin-bottom: 16px;
}
.cid-u3OQMtgytf .card .item:last-child {
  margin-bottom: 0;
}
.cid-u3OQMtgytf .card .item .item-wrapper {
  background-color: #ffffff;
  border-radius: 33px !important;
  height: 100%;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-u3OQMtgytf .card .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-u3OQMtgytf .card .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-u3OQMtgytf .card .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 120px;
  height: 120px;
  border-radius: 25px !important;
  object-fit: cover;
}
.cid-u3OQMtgytf .card .item .item-wrapper .item-content .card-text {
  margin-bottom: 16px;
}
.cid-u3OQMtgytf .card .item .item-wrapper .item-content .name-wrap {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .cid-u3OQMtgytf .card .item .item-wrapper .item-content .name-wrap {
    margin-top: 16px;
  }
}
.cid-u3OQMtgytf .card .item .item-wrapper .item-content .name-wrap .card-name {
  margin-bottom: 0;
}
.cid-u3OQMtgytf .card .item .item-wrapper .item-content .name-wrap .card-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-u3OQMtgytf .card-text {
  color: #222222;
}
.cid-u3OQMtgytf .card-name {
  color: #222222;
}
.cid-u3OQMtgytf .card-role {
  color: #222222;
}
.cid-u3OQMtYNli {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3OQMtYNli .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3OQMtYNli .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3OQMtYNli .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-u3OQMtYNli .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-u3OQMtYNli .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u3OQMtYNli .item-img {
    width: 100%;
  }
}
.cid-u3OQMtYNli .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-u3OQMtYNli .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-u3OQMtYNli .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-u3OQMtYNli .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-u3OQMtYNli .card-title {
  color: #131313;
}
.cid-u3OQMtYNli .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-u3OQMtYNli .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 45px;
}
@media (max-width: 991px) {
  .cid-u3OQMtYNli .list-box {
    margin-top: 24px;
    row-gap: 5px;
  }
}
.cid-u3OQMtYNli .list-item {
  width: 100%;
}
.cid-u3OQMtYNli .list-text {
  color: #131313;
}
.cid-u3OQMtYNli .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-u3OQMtYNli .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-u3OQMuwuk9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u3OQMuwuk9 img,
.cid-u3OQMuwuk9 .item-img {
  width: 100%;
}
.cid-u3OQMuwuk9 .item:focus,
.cid-u3OQMuwuk9 span:focus {
  outline: none;
}
.cid-u3OQMuwuk9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u3OQMuwuk9 .item-wrapper {
  position: relative;
  background: #f8f8f8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u3OQMuwuk9 .item-wrapper .item-content {
    padding: 2rem 4rem 0;
  }
  .cid-u3OQMuwuk9 .item-wrapper .mbr-text {
    margin-bottom: 2rem;
  }
  .cid-u3OQMuwuk9 .item-wrapper .item-footer {
    padding: 0 4rem 2rem;
    right: -2rem;
    top: 11.6rem;
  }
  .cid-u3OQMuwuk9 .item-wrapper .item-btn {
    width: 6.3rem;
    height: 6.3rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin: 0;
  }
  .cid-u3OQMuwuk9 .item-wrapper .item-btn span {
    transform: rotate(45deg) scale(0.8);
    margin-top: 0.4rem;
    margin-right: 0.6rem;
    margin-left: 0.5rem;
    transition: all 0.8s;
  }
  .cid-u3OQMuwuk9 .item-wrapper .item-btn:hover > span {
    transform: scale(0.8) rotate(90deg);
  }
}
@media (max-width: 991px) {
  .cid-u3OQMuwuk9 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u3OQMuwuk9 .item-wrapper .mbr-text {
    margin-bottom: 1rem;
  }
  .cid-u3OQMuwuk9 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
  .cid-u3OQMuwuk9 .item-wrapper .item-btn {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin-top: 0;
  }
  .cid-u3OQMuwuk9 .item-wrapper .item-btn span {
    transform: rotate(45deg) scale(0.7);
    margin-top: 0.2rem;
    margin-left: 0.2rem;
    transition: all 0.8s;
  }
  .cid-u3OQMuwuk9 .item-wrapper .item-btn:hover > span {
    transform: scale(0.7) rotate(90deg);
  }
}
@media (max-width: 767px) {
  .cid-u3OQMuwuk9 .item-wrapper .item-btn {
    margin: 0;
    margin-left: 0.5rem;
    padding-top: 0.5rem;
  }
}
@media (max-width: 600px) {
  .cid-u3OQMuwuk9 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-u3OQMuwuk9 .mbr-section-title {
  color: #f87a3a;
}
.cid-u3OQMvfMs2 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #101019;
}
.cid-u3OQMvfMs2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u3OQMvfMs2 form .mbr-section-btn {
  text-align: center;
}
.cid-u3OQMvfMs2 .mbr-section-subtitle {
  color: #ebeff2;
}
.cid-u3OQMvfMs2 .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  padding-left: 0;
  font-size: small;
  color: rgba(225, 225, 225, 0.3);
}
.cid-u3OQMvfMs2 .form-control:focus {
  background: none;
}
.cid-u3OQMvfMs2 .form-control:focus::placeholder {
  color: transparent;
}
.cid-u3OQMvfMs2 .btn:hover {
  color: #ebeff2;
}
@media (max-width: 600px) {
  .cid-u3OQMvfMs2 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-u3OQMvfMs2 .mbr-section-title {
  color: #ffffff;
}
.cid-u3OQMvPska {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f87a3a;
}
@media (max-width: 767px) {
  .cid-u3OQMvPska .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u3OQMvPska .media-wrap img {
  filter: invert(1);
}
.cid-u3OQMvPska .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u3OQMvPska .links {
    justify-content: center;
  }
  .cid-u3OQMvPska .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-u3OQMvPska .links {
    justify-content: flex-end;
  }
  .cid-u3OQMvPska .link {
    margin: 0.5rem;
  }
}
.cid-u3OQMvPska .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-u3OQMvPska .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-u3OQMvPska .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u3OQMvPska .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-u3OQMvPska .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-u3OQMvPska .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u3OQMvPska .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-u3OQMvPska .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u3OQQVor7f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u3OQQVor7f nav.navbar {
  position: fixed;
}
.cid-u3OQQVor7f .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-u3OQQVor7f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3OQQVor7f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u3OQQVor7f .dropdown-item:hover,
.cid-u3OQQVor7f .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-u3OQQVor7f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3OQQVor7f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3OQQVor7f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3OQQVor7f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3OQQVor7f .nav-link {
  position: relative;
}
.cid-u3OQQVor7f .container {
  display: flex;
  margin: auto;
}
.cid-u3OQQVor7f .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u3OQQVor7f .dropdown-menu,
.cid-u3OQQVor7f .navbar.opened {
  background: #ffffff !important;
}
.cid-u3OQQVor7f .nav-item:focus,
.cid-u3OQQVor7f .nav-link:focus {
  outline: none;
}
.cid-u3OQQVor7f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3OQQVor7f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3OQQVor7f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3OQQVor7f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3OQQVor7f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3OQQVor7f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3OQQVor7f .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u3OQQVor7f .navbar.opened {
  transition: all 0.3s;
}
.cid-u3OQQVor7f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3OQQVor7f .navbar .navbar-logo img {
  width: auto;
}
.cid-u3OQQVor7f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3OQQVor7f .navbar.collapsed {
  justify-content: center;
}
.cid-u3OQQVor7f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3OQQVor7f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3OQQVor7f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u3OQQVor7f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3OQQVor7f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3OQQVor7f .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-u3OQQVor7f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3OQQVor7f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3OQQVor7f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3OQQVor7f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3OQQVor7f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3OQQVor7f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3OQQVor7f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3OQQVor7f .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-u3OQQVor7f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3OQQVor7f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3OQQVor7f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3OQQVor7f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3OQQVor7f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3OQQVor7f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3OQQVor7f .navbar.navbar-short {
  min-height: 60px;
}
.cid-u3OQQVor7f .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3OQQVor7f .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3OQQVor7f .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-u3OQQVor7f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3OQQVor7f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3OQQVor7f .dropdown-item.active,
.cid-u3OQQVor7f .dropdown-item:active {
  background-color: transparent;
}
.cid-u3OQQVor7f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3OQQVor7f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3OQQVor7f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3OQQVor7f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u3OQQVor7f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3OQQVor7f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3OQQVor7f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3OQQVor7f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3OQQVor7f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3OQQVor7f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-u3OQQVor7f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3OQQVor7f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3OQQVor7f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3OQQVor7f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3OQQVor7f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3OQQVor7f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3OQQVor7f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3OQQVor7f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3OQQVor7f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u3OQQVor7f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3OQQVor7f .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-u3OQQVor7f .navbar {
    height: 70px;
  }
  .cid-u3OQQVor7f .navbar.opened {
    height: auto;
  }
  .cid-u3OQQVor7f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3PnDXB1iT {
  padding-top: 7rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f87a3a;
}
.cid-u3PnDXB1iT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3PnDXB1iT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3PnDXB1iT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u3PnDXB1iT .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u3PnDXB1iT .container {
    padding: 0 24px;
  }
}
.cid-u3PnDXB1iT .row {
  justify-content: center;
}
.cid-u3PnDXB1iT .content-wrapper .desc-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u3PnDXB1iT .content-wrapper .desc-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u3PnDXB1iT .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 16px;
  background-color: #ffffff;
  border-radius: .75rem;
}
.cid-u3PnDXB1iT .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u3PnDXB1iT .mbr-section-title {
  color: #141414;
}
.cid-u3PnDXB1iT .mbr-text {
  color: #ffffff;
}
.cid-u3PnRJvHje {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3PnRJvHje .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3PnRJvHje .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3PnRJvHje .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u3PnRJvHje .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u3PnRJvHje .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u3PnRJvHje .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u3PnRJvHje .container {
    padding: 0 16px;
  }
}
.cid-u3PnRJvHje .row {
  justify-content: center;
}
.cid-u3PnRJvHje .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-u3PnRJvHje .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u3PnRJvHje .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u3PnRJvHje .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u3PnRJvHje .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u3PnRJvHje .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u3PokywlBG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3PokywlBG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3PokywlBG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3PokywlBG .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-u3PokywlBG .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-u3PokywlBG .container {
    padding: 0 6px;
  }
}
.cid-u3PokywlBG .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-u3PokywlBG .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-u3PokywlBG .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-u3PokywlBG .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-u3PokywlBG .row {
    padding: 70px 30px;
  }
}
.cid-u3PokywlBG .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-u3PokywlBG .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u3PokywlBG .desc-wrapper {
    padding: 0;
  }
}
.cid-u3PokywlBG .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #f87a3a;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-u3PokywlBG .title-wrapper {
  margin-bottom: 64px;
}
.cid-u3PokywlBG .title-wrapper span {
  color: #f87a3a;
}
.cid-u3PokywlBG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u3PokywlBG .buttons-wrap {
  display: flex;
  height: 100%;
  align-items: flex-end;
  margin-bottom: 64px;
}
.cid-u3PokywlBG .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 40px;
  padding-top: 30px;
}
@media (max-width: 992px) {
  .cid-u3PokywlBG .cards-wrapper {
    display: block;
  }
}
.cid-u3PokywlBG .cards-wrapper .item {
  position: relative;
  margin-bottom: 90px;
}
.cid-u3PokywlBG .cards-wrapper .item:hover,
.cid-u3PokywlBG .cards-wrapper .item:focus {
  cursor: pointer;
}
.cid-u3PokywlBG .cards-wrapper .item:nth-child(3n) .item-decor {
  background-color: #262626;
}
.cid-u3PokywlBG .cards-wrapper .item:nth-child(3n) .item-wrapper .item-img {
  background-color: #262626;
}
.cid-u3PokywlBG .cards-wrapper .item .item-decor {
  position: absolute;
  top: -30px;
  left: 0;
  height: 50px;
  width: 150px;
  background-color: #f87a3a;
  border-radius: 16px 16px 0 0;
}
.cid-u3PokywlBG .cards-wrapper .item .item-wrapper {
  border-radius: 16px !important;
  background-color: #ffffff;
  height: 100%;
}
.cid-u3PokywlBG .cards-wrapper .item .item-wrapper .item-img {
  padding: 150px 30px 30px;
  background-color: #f87a3a;
  margin-bottom: 40px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-u3PokywlBG .cards-wrapper .item .item-wrapper .item-img {
    padding: 150px 22px 22px;
  }
}
.cid-u3PokywlBG .cards-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: -2rem;
  right: -1rem;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-u3PokywlBG .cards-wrapper .item .item-wrapper .item-img .card-title {
  margin: 0;
}
.cid-u3PokywlBG .cards-wrapper .item .item-wrapper .item-content {
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-u3PokywlBG .cards-wrapper .item .item-wrapper .item-content {
    padding: 0 22px 22px;
  }
}
.cid-u3PokywlBG .cards-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-u3PokywlBG .mbr-desc {
  color: #262626;
}
.cid-u3PokywlBG .mbr-section-title {
  color: #131313;
}
.cid-u3PokywlBG .card-title {
  color: #ffffff;
}
.cid-u3PokywlBG .card-text {
  color: #131313;
}
.cid-u4smaDq7di {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4smaDq7di .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4smaDq7di .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4smaDq7di .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-u4smaDq7di .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-u4smaDq7di .container {
    padding: 0 6px;
  }
}
.cid-u4smaDq7di .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-u4smaDq7di .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-u4smaDq7di .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-u4smaDq7di .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-u4smaDq7di .row {
    padding: 70px 30px;
  }
}
.cid-u4smaDq7di .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-u4smaDq7di .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u4smaDq7di .desc-wrapper {
    padding: 0;
  }
}
.cid-u4smaDq7di .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #f87a3a;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-u4smaDq7di .title-wrapper {
  margin-bottom: 64px;
}
.cid-u4smaDq7di .title-wrapper span {
  color: #f87a3a;
}
.cid-u4smaDq7di .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u4smaDq7di .buttons-wrap {
  display: flex;
  height: 100%;
  align-items: flex-end;
  margin-bottom: 64px;
}
.cid-u4smaDq7di .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 40px;
  padding-top: 30px;
}
@media (max-width: 992px) {
  .cid-u4smaDq7di .cards-wrapper {
    display: block;
  }
}
.cid-u4smaDq7di .cards-wrapper .item {
  position: relative;
  margin-bottom: 90px;
}
.cid-u4smaDq7di .cards-wrapper .item:hover,
.cid-u4smaDq7di .cards-wrapper .item:focus {
  cursor: pointer;
}
.cid-u4smaDq7di .cards-wrapper .item:nth-child(3n) .item-decor {
  background-color: #262626;
}
.cid-u4smaDq7di .cards-wrapper .item:nth-child(3n) .item-wrapper .item-img {
  background-color: #262626;
}
.cid-u4smaDq7di .cards-wrapper .item .item-decor {
  position: absolute;
  top: -30px;
  left: 0;
  height: 50px;
  width: 150px;
  background-color: #f87a3a;
  border-radius: 16px 16px 0 0;
}
.cid-u4smaDq7di .cards-wrapper .item .item-wrapper {
  border-radius: 16px !important;
  background-color: #ffffff;
  height: 100%;
}
.cid-u4smaDq7di .cards-wrapper .item .item-wrapper .item-img {
  padding: 150px 30px 30px;
  background-color: #f87a3a;
  margin-bottom: 40px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-u4smaDq7di .cards-wrapper .item .item-wrapper .item-img {
    padding: 150px 22px 22px;
  }
}
.cid-u4smaDq7di .cards-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: -2rem;
  right: -1rem;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-u4smaDq7di .cards-wrapper .item .item-wrapper .item-img .card-title {
  margin: 0;
}
.cid-u4smaDq7di .cards-wrapper .item .item-wrapper .item-content {
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-u4smaDq7di .cards-wrapper .item .item-wrapper .item-content {
    padding: 0 22px 22px;
  }
}
.cid-u4smaDq7di .cards-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-u4smaDq7di .mbr-desc {
  color: #262626;
}
.cid-u4smaDq7di .mbr-section-title {
  color: #131313;
}
.cid-u4smaDq7di .card-title {
  color: #ffffff;
}
.cid-u4smaDq7di .card-text {
  color: #131313;
}
.cid-u3OQQX9l0r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3OQQX9l0r .card-wrapper {
  background: #f87a3a;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
}
.cid-u3OQQX9l0r .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-u3OQQX9l0r .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-u3OQQX9l0r .row {
  justify-content: center;
}
.cid-u3OQQX9l0r .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
}
@media (max-width: 690px) {
  .cid-u3OQQX9l0r .item {
    padding-bottom: 25px;
  }
}
.cid-u3OQQX9l0r .card-text {
  color: #f5f5f7;
  text-align: center;
}
.cid-u3OQQXJSGR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3OQQXJSGR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3OQQXJSGR .container {
  max-width: 1300px;
}
.cid-u3OQQXJSGR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3OQQXJSGR .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-u3OQQXJSGR .text-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-u3OQQXJSGR .row {
  background: #f87a3a;
}
@media (max-width: 991px) {
  .cid-u3OQQXJSGR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3OQQXJSGR .image-wrapper {
  padding: 0;
}
.cid-u3OQQXJSGR .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u3OQQXJSGR .mbr-section-title {
  color: #ffffff;
}
.cid-u3OQQXJSGR .mbr-text,
.cid-u3OQQXJSGR .mbr-section-btn {
  color: #ffffff;
}
.cid-u3OQQXJSGR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u3OQQYf8zJ {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-u3OQQYf8zJ .content {
    flex-wrap: nowrap;
  }
  .cid-u3OQQYf8zJ .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-u3OQQYf8zJ .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-u3OQQYf8zJ .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-u3OQQYf8zJ .content {
    flex-wrap: wrap;
  }
  .cid-u3OQQYf8zJ .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-u3OQQYf8zJ .section-head p {
    width: 70%;
  }
  .cid-u3OQQYf8zJ .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-u3OQQYf8zJ .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-u3OQQYf8zJ .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-u3OQQYf8zJ .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-u3OQQYf8zJ .panel-title-edit {
  color: #28282c;
}
.cid-u3OQQYf8zJ .panel-text {
  color: #abb2b9;
  padding: 1rem 0;
}
.cid-u3OQQYf8zJ .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-u3OQQYf8zJ .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-u3OQQYf8zJ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u3OQQYf8zJ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u3OQQYf8zJ .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-u3OQQYf8zJ .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-u3OQQYf8zJ .mbr-text {
  color: #9b9ba5;
}
.cid-u3OQQYLyqK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #f87a3a;
}
.cid-u3OQQYLyqK .bg-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  height: 100%;
  width: 30%;
}
.cid-u3OQQYLyqK .card-title {
  color: #ffffff;
}
.cid-u3OQQYLyqK .mbr-text,
.cid-u3OQQYLyqK .mbr-section-btn {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u3OQQYLyqK .text-wrapper {
    padding-left: 5rem;
  }
  .cid-u3OQQYLyqK .image-wrapper img {
    width: 650px;
    height: 615px;
    object-fit: cover;
  }
  .cid-u3OQQYLyqK .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-u3OQQYLyqK .item-btn:hover {
    color: #ffffff;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u3OQQYLyqK .text-wrapper {
    padding-left: 2rem;
    position: relative;
  }
  .cid-u3OQQYLyqK .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u3OQQYLyqK .item-btn {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .cid-u3OQQYLyqK .bg-wrapper {
    display: none;
  }
  .cid-u3OQQYLyqK .text-wrapper {
    text-align: center;
  }
  .cid-u3OQQYLyqK .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u3OQQYLyqK .item-btn {
    width: 7rem;
    height: 7rem;
    position: static;
  }
}
.cid-u3OQQYLyqK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  .cid-u3OQQYLyqK .card-title {
    letter-spacing: -1px;
  }
}
.cid-u3OQQZdVtG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3OQQZdVtG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3OQQZdVtG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3OQQZdVtG .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u3OQQZdVtG .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u3OQQZdVtG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u3OQQZdVtG .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u3OQQZdVtG .container {
    padding: 0 16px;
  }
}
.cid-u3OQQZdVtG .row {
  justify-content: center;
}
.cid-u3OQQZdVtG .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-u3OQQZdVtG .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u3OQQZdVtG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u3OQQZdVtG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u3OQQZdVtG .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u3OQQZdVtG .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u3OQQZHAPo {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3OQQZHAPo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3OQQZHAPo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3OQQZHAPo .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u3OQQZHAPo .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u3OQQZHAPo .container {
    padding: 0 25px;
  }
}
.cid-u3OQQZHAPo .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u3OQQZHAPo .row {
    padding-top: 45px;
  }
}
.cid-u3OQQZHAPo .item:hover .item-wrapper .item-img img,
.cid-u3OQQZHAPo .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u3OQQZHAPo .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u3OQQZHAPo .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u3OQQZHAPo .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u3OQQZHAPo .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u3OQQZHAPo .border-wrap {
  height: 2px;
  background-color: #f87a3a;
}
@media (max-width: 992px) {
  .cid-u3OQQZHAPo .border-wrap {
    margin-top: 45px;
  }
}
.cid-u3OQR0c3hj {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3OQR0c3hj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3OQR0c3hj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3OQR0c3hj .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u3OQR0c3hj .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u3OQR0c3hj .container {
    padding: 0 25px;
  }
}
.cid-u3OQR0c3hj .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u3OQR0c3hj .row {
    padding-top: 45px;
  }
}
.cid-u3OQR0c3hj .item:hover .item-wrapper .item-img img,
.cid-u3OQR0c3hj .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u3OQR0c3hj .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u3OQR0c3hj .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u3OQR0c3hj .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u3OQR0c3hj .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u3OQR0c3hj .border-wrap {
  height: 2px;
  background-color: #f87a3a;
}
@media (max-width: 992px) {
  .cid-u3OQR0c3hj .border-wrap {
    margin-top: 45px;
  }
}
.cid-u3OQR0ML6w {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3OQR0ML6w .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3OQR0ML6w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3OQR0ML6w .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u3OQR0ML6w .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u3OQR0ML6w .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u3OQR0ML6w .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u3OQR0ML6w .container {
    padding: 0 16px;
  }
}
.cid-u3OQR0ML6w .row {
  justify-content: center;
}
.cid-u3OQR0ML6w .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-u3OQR0ML6w .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u3OQR0ML6w .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u3OQR0ML6w .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u3OQR0ML6w .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u3OQR0ML6w .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u3OQR1jeRn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3OQR1jeRn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3OQR1jeRn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3OQR1jeRn .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-u3OQR1jeRn .container {
    padding: 10px 8px;
  }
}
.cid-u3OQR1jeRn .row {
  border-radius: 25px;
  background-color: #f8f8f8;
  box-shadow: inset 0 0 5rem #f87a3a;
  margin: 0;
  overflow: hidden;
  padding: 100px 32px 84px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-u3OQR1jeRn .row {
    padding: 50px 2px 34px;
  }
}
.cid-u3OQR1jeRn .card {
  padding: 0 8px;
}
.cid-u3OQR1jeRn .card:nth-child(2n) {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-u3OQR1jeRn .card:nth-child(2n) {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-u3OQR1jeRn .card {
    margin-bottom: 16px;
  }
}
.cid-u3OQR1jeRn .card .item {
  margin-bottom: 16px;
}
.cid-u3OQR1jeRn .card .item:last-child {
  margin-bottom: 0;
}
.cid-u3OQR1jeRn .card .item .item-wrapper {
  background-color: #ffffff;
  border-radius: 33px !important;
  height: 100%;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-u3OQR1jeRn .card .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-u3OQR1jeRn .card .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-u3OQR1jeRn .card .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 120px;
  height: 120px;
  border-radius: 25px !important;
  object-fit: cover;
}
.cid-u3OQR1jeRn .card .item .item-wrapper .item-content .card-text {
  margin-bottom: 16px;
}
.cid-u3OQR1jeRn .card .item .item-wrapper .item-content .name-wrap {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .cid-u3OQR1jeRn .card .item .item-wrapper .item-content .name-wrap {
    margin-top: 16px;
  }
}
.cid-u3OQR1jeRn .card .item .item-wrapper .item-content .name-wrap .card-name {
  margin-bottom: 0;
}
.cid-u3OQR1jeRn .card .item .item-wrapper .item-content .name-wrap .card-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-u3OQR1jeRn .card-text {
  color: #222222;
}
.cid-u3OQR1jeRn .card-name {
  color: #222222;
}
.cid-u3OQR1jeRn .card-role {
  color: #222222;
}
.cid-u3OQR25tpc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3OQR25tpc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3OQR25tpc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3OQR25tpc .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-u3OQR25tpc .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-u3OQR25tpc .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u3OQR25tpc .item-img {
    width: 100%;
  }
}
.cid-u3OQR25tpc .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-u3OQR25tpc .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-u3OQR25tpc .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-u3OQR25tpc .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-u3OQR25tpc .card-title {
  color: #131313;
}
.cid-u3OQR25tpc .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-u3OQR25tpc .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 45px;
}
@media (max-width: 991px) {
  .cid-u3OQR25tpc .list-box {
    margin-top: 24px;
    row-gap: 5px;
  }
}
.cid-u3OQR25tpc .list-item {
  width: 100%;
}
.cid-u3OQR25tpc .list-text {
  color: #131313;
}
.cid-u3OQR25tpc .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-u3OQR25tpc .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-u3OQR2IhHp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u3OQR2IhHp img,
.cid-u3OQR2IhHp .item-img {
  width: 100%;
}
.cid-u3OQR2IhHp .item:focus,
.cid-u3OQR2IhHp span:focus {
  outline: none;
}
.cid-u3OQR2IhHp .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u3OQR2IhHp .item-wrapper {
  position: relative;
  background: #f8f8f8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u3OQR2IhHp .item-wrapper .item-content {
    padding: 2rem 4rem 0;
  }
  .cid-u3OQR2IhHp .item-wrapper .mbr-text {
    margin-bottom: 2rem;
  }
  .cid-u3OQR2IhHp .item-wrapper .item-footer {
    padding: 0 4rem 2rem;
    right: -2rem;
    top: 11.6rem;
  }
  .cid-u3OQR2IhHp .item-wrapper .item-btn {
    width: 6.3rem;
    height: 6.3rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin: 0;
  }
  .cid-u3OQR2IhHp .item-wrapper .item-btn span {
    transform: rotate(45deg) scale(0.8);
    margin-top: 0.4rem;
    margin-right: 0.6rem;
    margin-left: 0.5rem;
    transition: all 0.8s;
  }
  .cid-u3OQR2IhHp .item-wrapper .item-btn:hover > span {
    transform: scale(0.8) rotate(90deg);
  }
}
@media (max-width: 991px) {
  .cid-u3OQR2IhHp .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u3OQR2IhHp .item-wrapper .mbr-text {
    margin-bottom: 1rem;
  }
  .cid-u3OQR2IhHp .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
  .cid-u3OQR2IhHp .item-wrapper .item-btn {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin-top: 0;
  }
  .cid-u3OQR2IhHp .item-wrapper .item-btn span {
    transform: rotate(45deg) scale(0.7);
    margin-top: 0.2rem;
    margin-left: 0.2rem;
    transition: all 0.8s;
  }
  .cid-u3OQR2IhHp .item-wrapper .item-btn:hover > span {
    transform: scale(0.7) rotate(90deg);
  }
}
@media (max-width: 767px) {
  .cid-u3OQR2IhHp .item-wrapper .item-btn {
    margin: 0;
    margin-left: 0.5rem;
    padding-top: 0.5rem;
  }
}
@media (max-width: 600px) {
  .cid-u3OQR2IhHp .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-u3OQR2IhHp .mbr-section-title {
  color: #f87a3a;
}
.cid-u3OQR3zXmu {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #101019;
}
.cid-u3OQR3zXmu .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u3OQR3zXmu form .mbr-section-btn {
  text-align: center;
}
.cid-u3OQR3zXmu .mbr-section-subtitle {
  color: #ebeff2;
}
.cid-u3OQR3zXmu .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  padding-left: 0;
  font-size: small;
  color: rgba(225, 225, 225, 0.3);
}
.cid-u3OQR3zXmu .form-control:focus {
  background: none;
}
.cid-u3OQR3zXmu .form-control:focus::placeholder {
  color: transparent;
}
.cid-u3OQR3zXmu .btn:hover {
  color: #ebeff2;
}
@media (max-width: 600px) {
  .cid-u3OQR3zXmu .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-u3OQR3zXmu .mbr-section-title {
  color: #ffffff;
}
.cid-u3OQR492MT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f87a3a;
}
@media (max-width: 767px) {
  .cid-u3OQR492MT .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u3OQR492MT .media-wrap img {
  filter: invert(1);
}
.cid-u3OQR492MT .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u3OQR492MT .links {
    justify-content: center;
  }
  .cid-u3OQR492MT .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-u3OQR492MT .links {
    justify-content: flex-end;
  }
  .cid-u3OQR492MT .link {
    margin: 0.5rem;
  }
}
.cid-u3OQR492MT .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-u3OQR492MT .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-u3OQR492MT .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u3OQR492MT .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-u3OQR492MT .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-u3OQR492MT .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u3OQR492MT .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-u3OQR492MT .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u3OQTJVHKB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u3OQTJVHKB nav.navbar {
  position: fixed;
}
.cid-u3OQTJVHKB .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-u3OQTJVHKB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3OQTJVHKB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u3OQTJVHKB .dropdown-item:hover,
.cid-u3OQTJVHKB .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-u3OQTJVHKB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3OQTJVHKB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3OQTJVHKB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3OQTJVHKB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3OQTJVHKB .nav-link {
  position: relative;
}
.cid-u3OQTJVHKB .container {
  display: flex;
  margin: auto;
}
.cid-u3OQTJVHKB .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u3OQTJVHKB .dropdown-menu,
.cid-u3OQTJVHKB .navbar.opened {
  background: #ffffff !important;
}
.cid-u3OQTJVHKB .nav-item:focus,
.cid-u3OQTJVHKB .nav-link:focus {
  outline: none;
}
.cid-u3OQTJVHKB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3OQTJVHKB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3OQTJVHKB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3OQTJVHKB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3OQTJVHKB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3OQTJVHKB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3OQTJVHKB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u3OQTJVHKB .navbar.opened {
  transition: all 0.3s;
}
.cid-u3OQTJVHKB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3OQTJVHKB .navbar .navbar-logo img {
  width: auto;
}
.cid-u3OQTJVHKB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3OQTJVHKB .navbar.collapsed {
  justify-content: center;
}
.cid-u3OQTJVHKB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3OQTJVHKB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3OQTJVHKB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u3OQTJVHKB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3OQTJVHKB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3OQTJVHKB .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-u3OQTJVHKB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3OQTJVHKB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3OQTJVHKB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3OQTJVHKB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3OQTJVHKB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3OQTJVHKB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3OQTJVHKB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3OQTJVHKB .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-u3OQTJVHKB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3OQTJVHKB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3OQTJVHKB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3OQTJVHKB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3OQTJVHKB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3OQTJVHKB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3OQTJVHKB .navbar.navbar-short {
  min-height: 60px;
}
.cid-u3OQTJVHKB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3OQTJVHKB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3OQTJVHKB .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-u3OQTJVHKB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3OQTJVHKB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3OQTJVHKB .dropdown-item.active,
.cid-u3OQTJVHKB .dropdown-item:active {
  background-color: transparent;
}
.cid-u3OQTJVHKB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3OQTJVHKB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3OQTJVHKB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3OQTJVHKB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u3OQTJVHKB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3OQTJVHKB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3OQTJVHKB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3OQTJVHKB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3OQTJVHKB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3OQTJVHKB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-u3OQTJVHKB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3OQTJVHKB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3OQTJVHKB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3OQTJVHKB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3OQTJVHKB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3OQTJVHKB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3OQTJVHKB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3OQTJVHKB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3OQTJVHKB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u3OQTJVHKB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3OQTJVHKB .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-u3OQTJVHKB .navbar {
    height: 70px;
  }
  .cid-u3OQTJVHKB .navbar.opened {
    height: auto;
  }
  .cid-u3OQTJVHKB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3Ppcb3FMW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f87a3a;
}
.cid-u3Ppcb3FMW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3Ppcb3FMW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3Ppcb3FMW .row {
  flex-direction: row-reverse;
}
@media (min-width: 1025px) {
  .cid-u3Ppcb3FMW .map-wrapper {
    padding-left: 80px !important;
  }
}
@media (max-width: 991px) {
  .cid-u3Ppcb3FMW .map-wrapper {
    height: 650px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-u3Ppcb3FMW .map-wrapper {
    height: 400px;
  }
}
.cid-u3Ppcb3FMW .google-map {
  height: 100%;
  position: relative;
}
.cid-u3Ppcb3FMW .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u3Ppcb3FMW .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u3Ppcb3FMW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u3Ppcb3FMW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u3Ppcb3FMW .text-box {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-u3Ppcb3FMW .text-box {
    margin-bottom: 24px;
  }
}
.cid-u3Ppcb3FMW .mbr-section-title {
  color: #ffffff;
}
.cid-u3Ppcb3FMW .mbr-section-subtitle {
  margin-top: 20px;
  color: #131313;
}
.cid-u3Ppcb3FMW form {
  width: 100%;
}
.cid-u3Ppcb3FMW form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-u3Ppcb3FMW form p {
  color: #131313;
}
.cid-u3Ppcb3FMW form .mbr-section-btn {
  margin-top: 0;
}
@media (max-width: 991px) {
  .cid-u3Ppcb3FMW form .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-u3Ppcb3FMW form .mbr-section-btn .btn {
  border-radius: 3px !important;
}
.cid-u3Ppcb3FMW form .form-group {
  margin-top: 0 !important;
  margin-bottom: 50px !important;
}
@media (max-width: 991px) {
  .cid-u3Ppcb3FMW form .form-group {
    margin-bottom: 30px !important;
  }
}
.cid-u3Ppcb3FMW form .form-control {
  height: 66px;
  border: none !important;
  border-bottom: 2px solid #131313 !important;
  box-shadow: none;
  outline: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 20px 12px 20px 0;
  font-size: 18px;
  line-height: 24px;
  color: #131313;
  background: transparent;
  font-weight: 400;
  transition: .3s;
}
.cid-u3Ppcb3FMW form .form-control::-webkit-input-placeholder {
  color: #131313;
}
.cid-u3Ppcb3FMW form .form-control::-moz-placeholder {
  color: #131313;
}
.cid-u3Ppcb3FMW form .form-control:-moz-placeholder {
  color: #131313;
}
.cid-u3Ppcb3FMW form .form-control:-ms-input-placeholder {
  color: #131313;
}
.cid-u3Ppcb3FMW form select {
  color: #131313 !important;
}
.cid-u3Ppcb3FMW form textarea {
  height: 120px !important;
  min-height: 120px !important;
  padding: 20px 12px 20px 0;
  resize: none;
}
.cid-u3Ppcb3FMW form textarea::-webkit-input-placeholder {
  color: #131313 !important;
}
.cid-u3Ppcb3FMW form textarea::-moz-placeholder {
  color: #131313 !important;
}
.cid-u3Ppcb3FMW form textarea:-moz-placeholder {
  color: #131313 !important;
}
.cid-u3Ppcb3FMW form textarea:-ms-input-placeholder {
  color: #131313 !important;
}
.cid-u3Ppcb3FMW form input,
.cid-u3Ppcb3FMW form textarea {
  transition: .3s all;
}
.cid-u3Ppcb3FMW form input:active,
.cid-u3Ppcb3FMW form textarea:active,
.cid-u3Ppcb3FMW form input:focus,
.cid-u3Ppcb3FMW form textarea:focus {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 2px solid #17171a !important;
  box-shadow: none !important;
  outline: none !important;
}
.cid-u3Ppcb3FMW form input:active::-webkit-input-placeholder,
.cid-u3Ppcb3FMW form textarea:active::-webkit-input-placeholder,
.cid-u3Ppcb3FMW form input:focus::-webkit-input-placeholder,
.cid-u3Ppcb3FMW form textarea:focus::-webkit-input-placeholder {
  color: #131313 !important;
}
.cid-u3Ppcb3FMW form input:active::-moz-placeholder,
.cid-u3Ppcb3FMW form textarea:active::-moz-placeholder,
.cid-u3Ppcb3FMW form input:focus::-moz-placeholder,
.cid-u3Ppcb3FMW form textarea:focus::-moz-placeholder {
  color: #131313 !important;
}
.cid-u3Ppcb3FMW form input:active:-moz-placeholder,
.cid-u3Ppcb3FMW form textarea:active:-moz-placeholder,
.cid-u3Ppcb3FMW form input:focus:-moz-placeholder,
.cid-u3Ppcb3FMW form textarea:focus:-moz-placeholder {
  color: #131313 !important;
}
.cid-u3Ppcb3FMW form input:active:-ms-input-placeholder,
.cid-u3Ppcb3FMW form textarea:active:-ms-input-placeholder,
.cid-u3Ppcb3FMW form input:focus:-ms-input-placeholder,
.cid-u3Ppcb3FMW form textarea:focus:-ms-input-placeholder {
  color: #131313 !important;
}
.cid-u3Ppcb3FMW form .row {
  flex-wrap: wrap;
  margin-left: -12px !important;
  margin-right: -12px !important;
}
.cid-u3Ppcb3FMW form .row [class*=col] {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.cid-u3Ppcb3FMW form label {
  width: 100%;
  color: #131313;
  margin-bottom: 12px;
}
.cid-u3Ppcb3FMW form .form-check label {
  color: #131313;
}
.cid-u3Ppcb3FMW form .form-check-input {
  border-color: #131313 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-u3Ppcb3FMW form .form-check-input:focus,
.cid-u3Ppcb3FMW form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #FC7942 !important;
}
.cid-u3Ppcb3FMW form .form-check-input:checked {
  border-color: #FC7942 !important;
  background-color: #FC7942 !important;
}
.cid-u46AltttMG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u46AltttMG .card-wrapper {
  background: #f87a3a;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
}
.cid-u46AltttMG .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-u46AltttMG .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-u46AltttMG .row {
  justify-content: center;
}
.cid-u46AltttMG .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
}
@media (max-width: 690px) {
  .cid-u46AltttMG .item {
    padding-bottom: 25px;
  }
}
.cid-u46AltttMG .card-text {
  color: #f5f5f7;
  text-align: center;
}
.cid-u46zbZ6SMr {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-u46zbZ6SMr .content {
    flex-wrap: nowrap;
  }
  .cid-u46zbZ6SMr .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-u46zbZ6SMr .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-u46zbZ6SMr .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-u46zbZ6SMr .content {
    flex-wrap: wrap;
  }
  .cid-u46zbZ6SMr .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-u46zbZ6SMr .section-head p {
    width: 70%;
  }
  .cid-u46zbZ6SMr .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-u46zbZ6SMr .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-u46zbZ6SMr .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-u46zbZ6SMr .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-u46zbZ6SMr .panel-title-edit {
  color: #28282c;
}
.cid-u46zbZ6SMr .panel-text {
  color: #abb2b9;
  padding: 1rem 0;
}
.cid-u46zbZ6SMr .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-u46zbZ6SMr .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-u46zbZ6SMr .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u46zbZ6SMr .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u46zbZ6SMr .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-u46zbZ6SMr .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-u46zbZ6SMr .mbr-text {
  color: #9b9ba5;
}
.cid-u3OQTLz9tA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3OQTLz9tA .card-wrapper {
  background: #f87a3a;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
}
.cid-u3OQTLz9tA .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-u3OQTLz9tA .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-u3OQTLz9tA .row {
  justify-content: center;
}
.cid-u3OQTLz9tA .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
}
@media (max-width: 690px) {
  .cid-u3OQTLz9tA .item {
    padding-bottom: 25px;
  }
}
.cid-u3OQTLz9tA .card-text {
  color: #f5f5f7;
  text-align: center;
}
.cid-u3OQTM6N8g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3OQTM6N8g .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3OQTM6N8g .container {
  max-width: 1300px;
}
.cid-u3OQTM6N8g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3OQTM6N8g .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-u3OQTM6N8g .text-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-u3OQTM6N8g .row {
  background: #f87a3a;
}
@media (max-width: 991px) {
  .cid-u3OQTM6N8g .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3OQTM6N8g .image-wrapper {
  padding: 0;
}
.cid-u3OQTM6N8g .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u3OQTM6N8g .mbr-section-title {
  color: #ffffff;
}
.cid-u3OQTM6N8g .mbr-text,
.cid-u3OQTM6N8g .mbr-section-btn {
  color: #ffffff;
}
.cid-u3OQTM6N8g .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u3OQTMAke9 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-u3OQTMAke9 .content {
    flex-wrap: nowrap;
  }
  .cid-u3OQTMAke9 .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-u3OQTMAke9 .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-u3OQTMAke9 .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-u3OQTMAke9 .content {
    flex-wrap: wrap;
  }
  .cid-u3OQTMAke9 .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-u3OQTMAke9 .section-head p {
    width: 70%;
  }
  .cid-u3OQTMAke9 .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-u3OQTMAke9 .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-u3OQTMAke9 .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-u3OQTMAke9 .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-u3OQTMAke9 .panel-title-edit {
  color: #28282c;
}
.cid-u3OQTMAke9 .panel-text {
  color: #abb2b9;
  padding: 1rem 0;
}
.cid-u3OQTMAke9 .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-u3OQTMAke9 .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-u3OQTMAke9 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u3OQTMAke9 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u3OQTMAke9 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-u3OQTMAke9 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-u3OQTMAke9 .mbr-text {
  color: #9b9ba5;
}
.cid-u3OQTN9EDX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #f87a3a;
}
.cid-u3OQTN9EDX .bg-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  height: 100%;
  width: 30%;
}
.cid-u3OQTN9EDX .card-title {
  color: #ffffff;
}
.cid-u3OQTN9EDX .mbr-text,
.cid-u3OQTN9EDX .mbr-section-btn {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u3OQTN9EDX .text-wrapper {
    padding-left: 5rem;
  }
  .cid-u3OQTN9EDX .image-wrapper img {
    width: 650px;
    height: 615px;
    object-fit: cover;
  }
  .cid-u3OQTN9EDX .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-u3OQTN9EDX .item-btn:hover {
    color: #ffffff;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u3OQTN9EDX .text-wrapper {
    padding-left: 2rem;
    position: relative;
  }
  .cid-u3OQTN9EDX .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u3OQTN9EDX .item-btn {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .cid-u3OQTN9EDX .bg-wrapper {
    display: none;
  }
  .cid-u3OQTN9EDX .text-wrapper {
    text-align: center;
  }
  .cid-u3OQTN9EDX .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u3OQTN9EDX .item-btn {
    width: 7rem;
    height: 7rem;
    position: static;
  }
}
.cid-u3OQTN9EDX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  .cid-u3OQTN9EDX .card-title {
    letter-spacing: -1px;
  }
}
.cid-u3OQTNCxsb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3OQTNCxsb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3OQTNCxsb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3OQTNCxsb .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u3OQTNCxsb .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u3OQTNCxsb .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u3OQTNCxsb .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u3OQTNCxsb .container {
    padding: 0 16px;
  }
}
.cid-u3OQTNCxsb .row {
  justify-content: center;
}
.cid-u3OQTNCxsb .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-u3OQTNCxsb .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u3OQTNCxsb .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u3OQTNCxsb .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u3OQTNCxsb .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u3OQTNCxsb .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u3OQTO8iz8 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3OQTO8iz8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3OQTO8iz8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3OQTO8iz8 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u3OQTO8iz8 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u3OQTO8iz8 .container {
    padding: 0 25px;
  }
}
.cid-u3OQTO8iz8 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u3OQTO8iz8 .row {
    padding-top: 45px;
  }
}
.cid-u3OQTO8iz8 .item:hover .item-wrapper .item-img img,
.cid-u3OQTO8iz8 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u3OQTO8iz8 .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u3OQTO8iz8 .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u3OQTO8iz8 .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u3OQTO8iz8 .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u3OQTO8iz8 .border-wrap {
  height: 2px;
  background-color: #f87a3a;
}
@media (max-width: 992px) {
  .cid-u3OQTO8iz8 .border-wrap {
    margin-top: 45px;
  }
}
.cid-u3OQTODdCc {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3OQTODdCc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3OQTODdCc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3OQTODdCc .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u3OQTODdCc .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u3OQTODdCc .container {
    padding: 0 25px;
  }
}
.cid-u3OQTODdCc .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u3OQTODdCc .row {
    padding-top: 45px;
  }
}
.cid-u3OQTODdCc .item:hover .item-wrapper .item-img img,
.cid-u3OQTODdCc .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u3OQTODdCc .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u3OQTODdCc .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u3OQTODdCc .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u3OQTODdCc .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u3OQTODdCc .border-wrap {
  height: 2px;
  background-color: #f87a3a;
}
@media (max-width: 992px) {
  .cid-u3OQTODdCc .border-wrap {
    margin-top: 45px;
  }
}
.cid-u3OQTP9Jlr {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3OQTP9Jlr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3OQTP9Jlr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3OQTP9Jlr .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u3OQTP9Jlr .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u3OQTP9Jlr .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u3OQTP9Jlr .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u3OQTP9Jlr .container {
    padding: 0 16px;
  }
}
.cid-u3OQTP9Jlr .row {
  justify-content: center;
}
.cid-u3OQTP9Jlr .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-u3OQTP9Jlr .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u3OQTP9Jlr .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u3OQTP9Jlr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u3OQTP9Jlr .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u3OQTP9Jlr .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u3OQTPFVtp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3OQTPFVtp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3OQTPFVtp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3OQTPFVtp .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-u3OQTPFVtp .container {
    padding: 10px 8px;
  }
}
.cid-u3OQTPFVtp .row {
  border-radius: 25px;
  background-color: #f8f8f8;
  box-shadow: inset 0 0 5rem #f87a3a;
  margin: 0;
  overflow: hidden;
  padding: 100px 32px 84px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-u3OQTPFVtp .row {
    padding: 50px 2px 34px;
  }
}
.cid-u3OQTPFVtp .card {
  padding: 0 8px;
}
.cid-u3OQTPFVtp .card:nth-child(2n) {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-u3OQTPFVtp .card:nth-child(2n) {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-u3OQTPFVtp .card {
    margin-bottom: 16px;
  }
}
.cid-u3OQTPFVtp .card .item {
  margin-bottom: 16px;
}
.cid-u3OQTPFVtp .card .item:last-child {
  margin-bottom: 0;
}
.cid-u3OQTPFVtp .card .item .item-wrapper {
  background-color: #ffffff;
  border-radius: 33px !important;
  height: 100%;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-u3OQTPFVtp .card .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-u3OQTPFVtp .card .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-u3OQTPFVtp .card .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 120px;
  height: 120px;
  border-radius: 25px !important;
  object-fit: cover;
}
.cid-u3OQTPFVtp .card .item .item-wrapper .item-content .card-text {
  margin-bottom: 16px;
}
.cid-u3OQTPFVtp .card .item .item-wrapper .item-content .name-wrap {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .cid-u3OQTPFVtp .card .item .item-wrapper .item-content .name-wrap {
    margin-top: 16px;
  }
}
.cid-u3OQTPFVtp .card .item .item-wrapper .item-content .name-wrap .card-name {
  margin-bottom: 0;
}
.cid-u3OQTPFVtp .card .item .item-wrapper .item-content .name-wrap .card-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-u3OQTPFVtp .card-text {
  color: #222222;
}
.cid-u3OQTPFVtp .card-name {
  color: #222222;
}
.cid-u3OQTPFVtp .card-role {
  color: #222222;
}
.cid-u3OQTQkizZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3OQTQkizZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3OQTQkizZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3OQTQkizZ .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-u3OQTQkizZ .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-u3OQTQkizZ .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u3OQTQkizZ .item-img {
    width: 100%;
  }
}
.cid-u3OQTQkizZ .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-u3OQTQkizZ .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-u3OQTQkizZ .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-u3OQTQkizZ .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-u3OQTQkizZ .card-title {
  color: #131313;
}
.cid-u3OQTQkizZ .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-u3OQTQkizZ .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 45px;
}
@media (max-width: 991px) {
  .cid-u3OQTQkizZ .list-box {
    margin-top: 24px;
    row-gap: 5px;
  }
}
.cid-u3OQTQkizZ .list-item {
  width: 100%;
}
.cid-u3OQTQkizZ .list-text {
  color: #131313;
}
.cid-u3OQTQkizZ .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-u3OQTQkizZ .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-u3OQTQV3uA {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u3OQTQV3uA img,
.cid-u3OQTQV3uA .item-img {
  width: 100%;
}
.cid-u3OQTQV3uA .item:focus,
.cid-u3OQTQV3uA span:focus {
  outline: none;
}
.cid-u3OQTQV3uA .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u3OQTQV3uA .item-wrapper {
  position: relative;
  background: #f8f8f8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u3OQTQV3uA .item-wrapper .item-content {
    padding: 2rem 4rem 0;
  }
  .cid-u3OQTQV3uA .item-wrapper .mbr-text {
    margin-bottom: 2rem;
  }
  .cid-u3OQTQV3uA .item-wrapper .item-footer {
    padding: 0 4rem 2rem;
    right: -2rem;
    top: 11.6rem;
  }
  .cid-u3OQTQV3uA .item-wrapper .item-btn {
    width: 6.3rem;
    height: 6.3rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin: 0;
  }
  .cid-u3OQTQV3uA .item-wrapper .item-btn span {
    transform: rotate(45deg) scale(0.8);
    margin-top: 0.4rem;
    margin-right: 0.6rem;
    margin-left: 0.5rem;
    transition: all 0.8s;
  }
  .cid-u3OQTQV3uA .item-wrapper .item-btn:hover > span {
    transform: scale(0.8) rotate(90deg);
  }
}
@media (max-width: 991px) {
  .cid-u3OQTQV3uA .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u3OQTQV3uA .item-wrapper .mbr-text {
    margin-bottom: 1rem;
  }
  .cid-u3OQTQV3uA .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
  .cid-u3OQTQV3uA .item-wrapper .item-btn {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin-top: 0;
  }
  .cid-u3OQTQV3uA .item-wrapper .item-btn span {
    transform: rotate(45deg) scale(0.7);
    margin-top: 0.2rem;
    margin-left: 0.2rem;
    transition: all 0.8s;
  }
  .cid-u3OQTQV3uA .item-wrapper .item-btn:hover > span {
    transform: scale(0.7) rotate(90deg);
  }
}
@media (max-width: 767px) {
  .cid-u3OQTQV3uA .item-wrapper .item-btn {
    margin: 0;
    margin-left: 0.5rem;
    padding-top: 0.5rem;
  }
}
@media (max-width: 600px) {
  .cid-u3OQTQV3uA .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-u3OQTQV3uA .mbr-section-title {
  color: #f87a3a;
}
.cid-u3OQTREae7 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #101019;
}
.cid-u3OQTREae7 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u3OQTREae7 form .mbr-section-btn {
  text-align: center;
}
.cid-u3OQTREae7 .mbr-section-subtitle {
  color: #ebeff2;
}
.cid-u3OQTREae7 .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  padding-left: 0;
  font-size: small;
  color: rgba(225, 225, 225, 0.3);
}
.cid-u3OQTREae7 .form-control:focus {
  background: none;
}
.cid-u3OQTREae7 .form-control:focus::placeholder {
  color: transparent;
}
.cid-u3OQTREae7 .btn:hover {
  color: #ebeff2;
}
@media (max-width: 600px) {
  .cid-u3OQTREae7 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-u3OQTREae7 .mbr-section-title {
  color: #ffffff;
}
.cid-u3OQTSi5Ft {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f87a3a;
}
@media (max-width: 767px) {
  .cid-u3OQTSi5Ft .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u3OQTSi5Ft .media-wrap img {
  filter: invert(1);
}
.cid-u3OQTSi5Ft .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u3OQTSi5Ft .links {
    justify-content: center;
  }
  .cid-u3OQTSi5Ft .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-u3OQTSi5Ft .links {
    justify-content: flex-end;
  }
  .cid-u3OQTSi5Ft .link {
    margin: 0.5rem;
  }
}
.cid-u3OQTSi5Ft .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-u3OQTSi5Ft .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-u3OQTSi5Ft .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u3OQTSi5Ft .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-u3OQTSi5Ft .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-u3OQTSi5Ft .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u3OQTSi5Ft .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-u3OQTSi5Ft .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u3ORmzMFai {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u3ORmzMFai nav.navbar {
  position: fixed;
}
.cid-u3ORmzMFai .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-u3ORmzMFai .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3ORmzMFai .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u3ORmzMFai .dropdown-item:hover,
.cid-u3ORmzMFai .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-u3ORmzMFai .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3ORmzMFai .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3ORmzMFai .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3ORmzMFai .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3ORmzMFai .nav-link {
  position: relative;
}
.cid-u3ORmzMFai .container {
  display: flex;
  margin: auto;
}
.cid-u3ORmzMFai .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u3ORmzMFai .dropdown-menu,
.cid-u3ORmzMFai .navbar.opened {
  background: #ffffff !important;
}
.cid-u3ORmzMFai .nav-item:focus,
.cid-u3ORmzMFai .nav-link:focus {
  outline: none;
}
.cid-u3ORmzMFai .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3ORmzMFai .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3ORmzMFai .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3ORmzMFai .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3ORmzMFai .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3ORmzMFai .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3ORmzMFai .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u3ORmzMFai .navbar.opened {
  transition: all 0.3s;
}
.cid-u3ORmzMFai .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3ORmzMFai .navbar .navbar-logo img {
  width: auto;
}
.cid-u3ORmzMFai .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3ORmzMFai .navbar.collapsed {
  justify-content: center;
}
.cid-u3ORmzMFai .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3ORmzMFai .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3ORmzMFai .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u3ORmzMFai .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3ORmzMFai .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3ORmzMFai .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-u3ORmzMFai .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3ORmzMFai .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3ORmzMFai .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3ORmzMFai .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3ORmzMFai .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3ORmzMFai .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3ORmzMFai .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3ORmzMFai .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-u3ORmzMFai .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3ORmzMFai .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3ORmzMFai .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3ORmzMFai .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3ORmzMFai .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3ORmzMFai .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3ORmzMFai .navbar.navbar-short {
  min-height: 60px;
}
.cid-u3ORmzMFai .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3ORmzMFai .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3ORmzMFai .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-u3ORmzMFai .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3ORmzMFai .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3ORmzMFai .dropdown-item.active,
.cid-u3ORmzMFai .dropdown-item:active {
  background-color: transparent;
}
.cid-u3ORmzMFai .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3ORmzMFai .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3ORmzMFai .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3ORmzMFai .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u3ORmzMFai .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3ORmzMFai .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3ORmzMFai ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3ORmzMFai .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3ORmzMFai button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3ORmzMFai button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-u3ORmzMFai button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3ORmzMFai button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3ORmzMFai button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3ORmzMFai button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3ORmzMFai nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3ORmzMFai nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3ORmzMFai nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3ORmzMFai nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3ORmzMFai .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u3ORmzMFai a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3ORmzMFai .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-u3ORmzMFai .navbar {
    height: 70px;
  }
  .cid-u3ORmzMFai .navbar.opened {
    height: auto;
  }
  .cid-u3ORmzMFai .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3PtNLLlCF {
  padding-top: 7rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f87a3a;
}
.cid-u3PtNLLlCF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3PtNLLlCF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3PtNLLlCF .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u3PtNLLlCF .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u3PtNLLlCF .container {
    padding: 0 24px;
  }
}
.cid-u3PtNLLlCF .row {
  justify-content: center;
}
.cid-u3PtNLLlCF .content-wrapper .desc-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u3PtNLLlCF .content-wrapper .desc-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u3PtNLLlCF .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 16px;
  background-color: #ffffff;
  border-radius: .75rem;
}
.cid-u3PtNLLlCF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u3PtNLLlCF .mbr-section-title {
  color: #141414;
}
.cid-u3PtNLLlCF .mbr-text {
  color: #ffffff;
}
.cid-u3ORmHq9Bf {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #101019;
}
.cid-u3ORmHq9Bf .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u3ORmHq9Bf form .mbr-section-btn {
  text-align: center;
}
.cid-u3ORmHq9Bf .mbr-section-subtitle {
  color: #ebeff2;
}
.cid-u3ORmHq9Bf .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  padding-left: 0;
  font-size: small;
  color: rgba(225, 225, 225, 0.3);
}
.cid-u3ORmHq9Bf .form-control:focus {
  background: none;
}
.cid-u3ORmHq9Bf .form-control:focus::placeholder {
  color: transparent;
}
.cid-u3ORmHq9Bf .btn:hover {
  color: #ebeff2;
}
@media (max-width: 600px) {
  .cid-u3ORmHq9Bf .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-u3ORmHq9Bf .mbr-section-title {
  color: #ffffff;
}
.cid-u3ORmI2u10 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f87a3a;
}
@media (max-width: 767px) {
  .cid-u3ORmI2u10 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u3ORmI2u10 .media-wrap img {
  filter: invert(1);
}
.cid-u3ORmI2u10 .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u3ORmI2u10 .links {
    justify-content: center;
  }
  .cid-u3ORmI2u10 .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-u3ORmI2u10 .links {
    justify-content: flex-end;
  }
  .cid-u3ORmI2u10 .link {
    margin: 0.5rem;
  }
}
.cid-u3ORmI2u10 .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-u3ORmI2u10 .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-u3ORmI2u10 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u3ORmI2u10 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-u3ORmI2u10 .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-u3ORmI2u10 .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u3ORmI2u10 .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-u3ORmI2u10 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u3ORpwaI2H {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u3ORpwaI2H nav.navbar {
  position: fixed;
}
.cid-u3ORpwaI2H .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-u3ORpwaI2H .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3ORpwaI2H .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u3ORpwaI2H .dropdown-item:hover,
.cid-u3ORpwaI2H .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-u3ORpwaI2H .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3ORpwaI2H .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3ORpwaI2H .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3ORpwaI2H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3ORpwaI2H .nav-link {
  position: relative;
}
.cid-u3ORpwaI2H .container {
  display: flex;
  margin: auto;
}
.cid-u3ORpwaI2H .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u3ORpwaI2H .dropdown-menu,
.cid-u3ORpwaI2H .navbar.opened {
  background: #ffffff !important;
}
.cid-u3ORpwaI2H .nav-item:focus,
.cid-u3ORpwaI2H .nav-link:focus {
  outline: none;
}
.cid-u3ORpwaI2H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3ORpwaI2H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3ORpwaI2H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3ORpwaI2H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3ORpwaI2H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3ORpwaI2H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3ORpwaI2H .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u3ORpwaI2H .navbar.opened {
  transition: all 0.3s;
}
.cid-u3ORpwaI2H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3ORpwaI2H .navbar .navbar-logo img {
  width: auto;
}
.cid-u3ORpwaI2H .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3ORpwaI2H .navbar.collapsed {
  justify-content: center;
}
.cid-u3ORpwaI2H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3ORpwaI2H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3ORpwaI2H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u3ORpwaI2H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3ORpwaI2H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3ORpwaI2H .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-u3ORpwaI2H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3ORpwaI2H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3ORpwaI2H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3ORpwaI2H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3ORpwaI2H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3ORpwaI2H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3ORpwaI2H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3ORpwaI2H .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-u3ORpwaI2H .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3ORpwaI2H .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3ORpwaI2H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3ORpwaI2H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3ORpwaI2H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3ORpwaI2H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3ORpwaI2H .navbar.navbar-short {
  min-height: 60px;
}
.cid-u3ORpwaI2H .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3ORpwaI2H .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3ORpwaI2H .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-u3ORpwaI2H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3ORpwaI2H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3ORpwaI2H .dropdown-item.active,
.cid-u3ORpwaI2H .dropdown-item:active {
  background-color: transparent;
}
.cid-u3ORpwaI2H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3ORpwaI2H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3ORpwaI2H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3ORpwaI2H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u3ORpwaI2H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3ORpwaI2H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3ORpwaI2H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3ORpwaI2H .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3ORpwaI2H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3ORpwaI2H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-u3ORpwaI2H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3ORpwaI2H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3ORpwaI2H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3ORpwaI2H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3ORpwaI2H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3ORpwaI2H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3ORpwaI2H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3ORpwaI2H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3ORpwaI2H .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u3ORpwaI2H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3ORpwaI2H .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-u3ORpwaI2H .navbar {
    height: 70px;
  }
  .cid-u3ORpwaI2H .navbar.opened {
    height: auto;
  }
  .cid-u3ORpwaI2H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3UW3SjK9A {
  padding-top: 7rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f87a3a;
}
.cid-u3UW3SjK9A .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3UW3SjK9A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3UW3SjK9A .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u3UW3SjK9A .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u3UW3SjK9A .container {
    padding: 0 24px;
  }
}
.cid-u3UW3SjK9A .row {
  justify-content: center;
}
.cid-u3UW3SjK9A .content-wrapper .desc-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u3UW3SjK9A .content-wrapper .desc-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u3UW3SjK9A .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 16px;
  background-color: #ffffff;
  border-radius: .75rem;
}
.cid-u3UW3SjK9A .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u3UW3SjK9A .mbr-section-title {
  color: #141414;
}
.cid-u3UW3SjK9A .mbr-text {
  color: #ffffff;
}
.cid-u3UWhiQGqY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1d1d22;
}
.cid-u3UWhiQGqY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3UWhiQGqY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3UWhiQGqY .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-u3UWhiQGqY .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-u3UWhiQGqY .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u3UWhiQGqY .container {
    padding: 0 16px;
  }
}
.cid-u3UWhiQGqY .row {
  justify-content: center;
}
.cid-u3UWhiQGqY .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u3UWhiQGqY .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-u3UWhiQGqY .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-u3UWhiQGqY .mbr-section-title {
  color: #f0f0f0;
}
.cid-u3UWhiQGqY .mbr-text {
  color: #f0f0f0;
}
.cid-u3UVG9eLcW {
  display: flex;
  padding-top: 45px;
  padding-bottom: 225px;
  background: linear-gradient(to bottom, #f87a3a, #f87a3a);
}
@media (min-width: 768px) {
  .cid-u3UVG9eLcW {
    align-items: flex-start;
  }
  .cid-u3UVG9eLcW .row {
    justify-content: flex-start;
  }
}
.cid-u3UVG9eLcW .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-u3UVG9eLcW .mbr-text,
.cid-u3UVG9eLcW .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u3UVG9eLcW .mbr-section-title,
.cid-u3UVG9eLcW .line {
  color: #232323;
}
.cid-u3UVG9eLcW h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-u3UVG9eLcW h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-u3UVG9eLcW .mbr-section-subtitle,
.cid-u3UVG9eLcW .align {
  text-align: left;
  color: #232323;
}
.cid-u3ORpEcKzD {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #101019;
}
.cid-u3ORpEcKzD .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u3ORpEcKzD form .mbr-section-btn {
  text-align: center;
}
.cid-u3ORpEcKzD .mbr-section-subtitle {
  color: #ebeff2;
}
.cid-u3ORpEcKzD .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  padding-left: 0;
  font-size: small;
  color: rgba(225, 225, 225, 0.3);
}
.cid-u3ORpEcKzD .form-control:focus {
  background: none;
}
.cid-u3ORpEcKzD .form-control:focus::placeholder {
  color: transparent;
}
.cid-u3ORpEcKzD .btn:hover {
  color: #ebeff2;
}
@media (max-width: 600px) {
  .cid-u3ORpEcKzD .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-u3ORpEcKzD .mbr-section-title {
  color: #ffffff;
}
.cid-u3ORpEOAic {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f87a3a;
}
@media (max-width: 767px) {
  .cid-u3ORpEOAic .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u3ORpEOAic .media-wrap img {
  filter: invert(1);
}
.cid-u3ORpEOAic .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u3ORpEOAic .links {
    justify-content: center;
  }
  .cid-u3ORpEOAic .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-u3ORpEOAic .links {
    justify-content: flex-end;
  }
  .cid-u3ORpEOAic .link {
    margin: 0.5rem;
  }
}
.cid-u3ORpEOAic .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-u3ORpEOAic .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-u3ORpEOAic .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u3ORpEOAic .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-u3ORpEOAic .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-u3ORpEOAic .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u3ORpEOAic .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-u3ORpEOAic .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u3ORDcV45X {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u3ORDcV45X nav.navbar {
  position: fixed;
}
.cid-u3ORDcV45X .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-u3ORDcV45X .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3ORDcV45X .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u3ORDcV45X .dropdown-item:hover,
.cid-u3ORDcV45X .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-u3ORDcV45X .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3ORDcV45X .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3ORDcV45X .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3ORDcV45X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3ORDcV45X .nav-link {
  position: relative;
}
.cid-u3ORDcV45X .container {
  display: flex;
  margin: auto;
}
.cid-u3ORDcV45X .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u3ORDcV45X .dropdown-menu,
.cid-u3ORDcV45X .navbar.opened {
  background: #ffffff !important;
}
.cid-u3ORDcV45X .nav-item:focus,
.cid-u3ORDcV45X .nav-link:focus {
  outline: none;
}
.cid-u3ORDcV45X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3ORDcV45X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3ORDcV45X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3ORDcV45X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3ORDcV45X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3ORDcV45X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3ORDcV45X .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u3ORDcV45X .navbar.opened {
  transition: all 0.3s;
}
.cid-u3ORDcV45X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3ORDcV45X .navbar .navbar-logo img {
  width: auto;
}
.cid-u3ORDcV45X .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3ORDcV45X .navbar.collapsed {
  justify-content: center;
}
.cid-u3ORDcV45X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3ORDcV45X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3ORDcV45X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u3ORDcV45X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3ORDcV45X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3ORDcV45X .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-u3ORDcV45X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3ORDcV45X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3ORDcV45X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3ORDcV45X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3ORDcV45X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3ORDcV45X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3ORDcV45X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3ORDcV45X .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-u3ORDcV45X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3ORDcV45X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3ORDcV45X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3ORDcV45X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3ORDcV45X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3ORDcV45X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3ORDcV45X .navbar.navbar-short {
  min-height: 60px;
}
.cid-u3ORDcV45X .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3ORDcV45X .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3ORDcV45X .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-u3ORDcV45X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3ORDcV45X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3ORDcV45X .dropdown-item.active,
.cid-u3ORDcV45X .dropdown-item:active {
  background-color: transparent;
}
.cid-u3ORDcV45X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3ORDcV45X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3ORDcV45X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3ORDcV45X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u3ORDcV45X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3ORDcV45X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3ORDcV45X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3ORDcV45X .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3ORDcV45X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3ORDcV45X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-u3ORDcV45X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3ORDcV45X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3ORDcV45X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3ORDcV45X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3ORDcV45X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3ORDcV45X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3ORDcV45X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3ORDcV45X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3ORDcV45X .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u3ORDcV45X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3ORDcV45X .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-u3ORDcV45X .navbar {
    height: 70px;
  }
  .cid-u3ORDcV45X .navbar.opened {
    height: auto;
  }
  .cid-u3ORDcV45X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3P8k8Iu5n {
  padding-top: 7rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f87a3a;
}
.cid-u3P8k8Iu5n .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3P8k8Iu5n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3P8k8Iu5n .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u3P8k8Iu5n .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u3P8k8Iu5n .container {
    padding: 0 24px;
  }
}
.cid-u3P8k8Iu5n .row {
  justify-content: center;
}
.cid-u3P8k8Iu5n .content-wrapper .desc-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u3P8k8Iu5n .content-wrapper .desc-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u3P8k8Iu5n .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 16px;
  background-color: #ffffff;
  border-radius: .75rem;
}
.cid-u3P8k8Iu5n .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u3P8k8Iu5n .mbr-section-title {
  color: #141414;
}
.cid-u3P8k8Iu5n .mbr-text {
  color: #ffffff;
}
.cid-u46AanxNV9 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-u46AanxNV9 .content {
    flex-wrap: nowrap;
  }
  .cid-u46AanxNV9 .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-u46AanxNV9 .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-u46AanxNV9 .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-u46AanxNV9 .content {
    flex-wrap: wrap;
  }
  .cid-u46AanxNV9 .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-u46AanxNV9 .section-head p {
    width: 70%;
  }
  .cid-u46AanxNV9 .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-u46AanxNV9 .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-u46AanxNV9 .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-u46AanxNV9 .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-u46AanxNV9 .panel-title-edit {
  color: #28282c;
}
.cid-u46AanxNV9 .panel-text {
  color: #abb2b9;
  padding: 1rem 0;
}
.cid-u46AanxNV9 .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-u46AanxNV9 .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-u46AanxNV9 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u46AanxNV9 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u46AanxNV9 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-u46AanxNV9 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-u46AanxNV9 .mbr-text {
  color: #9b9ba5;
}
.cid-u3ORDfPKl4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3ORDfPKl4 .card-wrapper {
  background: #f87a3a;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
}
.cid-u3ORDfPKl4 .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-u3ORDfPKl4 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-u3ORDfPKl4 .row {
  justify-content: center;
}
.cid-u3ORDfPKl4 .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
}
@media (max-width: 690px) {
  .cid-u3ORDfPKl4 .item {
    padding-bottom: 25px;
  }
}
.cid-u3ORDfPKl4 .card-text {
  color: #f5f5f7;
  text-align: center;
}
.cid-u3ORDgneOw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3ORDgneOw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3ORDgneOw .container {
  max-width: 1300px;
}
.cid-u3ORDgneOw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3ORDgneOw .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-u3ORDgneOw .text-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-u3ORDgneOw .row {
  background: #f87a3a;
}
@media (max-width: 991px) {
  .cid-u3ORDgneOw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3ORDgneOw .image-wrapper {
  padding: 0;
}
.cid-u3ORDgneOw .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u3ORDgneOw .mbr-section-title {
  color: #ffffff;
}
.cid-u3ORDgneOw .mbr-text,
.cid-u3ORDgneOw .mbr-section-btn {
  color: #ffffff;
}
.cid-u3ORDgneOw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u3ORDhOIJK {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-u3ORDhOIJK .content {
    flex-wrap: nowrap;
  }
  .cid-u3ORDhOIJK .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-u3ORDhOIJK .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-u3ORDhOIJK .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-u3ORDhOIJK .content {
    flex-wrap: wrap;
  }
  .cid-u3ORDhOIJK .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-u3ORDhOIJK .section-head p {
    width: 70%;
  }
  .cid-u3ORDhOIJK .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-u3ORDhOIJK .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-u3ORDhOIJK .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-u3ORDhOIJK .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-u3ORDhOIJK .panel-title-edit {
  color: #28282c;
}
.cid-u3ORDhOIJK .panel-text {
  color: #abb2b9;
  padding: 1rem 0;
}
.cid-u3ORDhOIJK .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-u3ORDhOIJK .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-u3ORDhOIJK .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u3ORDhOIJK .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u3ORDhOIJK .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-u3ORDhOIJK .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-u3ORDhOIJK .mbr-text {
  color: #9b9ba5;
}
.cid-u3ORDinDsN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #f87a3a;
}
.cid-u3ORDinDsN .bg-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  height: 100%;
  width: 30%;
}
.cid-u3ORDinDsN .card-title {
  color: #ffffff;
}
.cid-u3ORDinDsN .mbr-text,
.cid-u3ORDinDsN .mbr-section-btn {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u3ORDinDsN .text-wrapper {
    padding-left: 5rem;
  }
  .cid-u3ORDinDsN .image-wrapper img {
    width: 650px;
    height: 615px;
    object-fit: cover;
  }
  .cid-u3ORDinDsN .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-u3ORDinDsN .item-btn:hover {
    color: #ffffff;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u3ORDinDsN .text-wrapper {
    padding-left: 2rem;
    position: relative;
  }
  .cid-u3ORDinDsN .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u3ORDinDsN .item-btn {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .cid-u3ORDinDsN .bg-wrapper {
    display: none;
  }
  .cid-u3ORDinDsN .text-wrapper {
    text-align: center;
  }
  .cid-u3ORDinDsN .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u3ORDinDsN .item-btn {
    width: 7rem;
    height: 7rem;
    position: static;
  }
}
.cid-u3ORDinDsN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  .cid-u3ORDinDsN .card-title {
    letter-spacing: -1px;
  }
}
.cid-u3ORDiRqgl {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3ORDiRqgl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3ORDiRqgl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3ORDiRqgl .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u3ORDiRqgl .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u3ORDiRqgl .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u3ORDiRqgl .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u3ORDiRqgl .container {
    padding: 0 16px;
  }
}
.cid-u3ORDiRqgl .row {
  justify-content: center;
}
.cid-u3ORDiRqgl .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-u3ORDiRqgl .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u3ORDiRqgl .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u3ORDiRqgl .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u3ORDiRqgl .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u3ORDiRqgl .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u3ORDji6PU {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3ORDji6PU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3ORDji6PU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3ORDji6PU .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u3ORDji6PU .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u3ORDji6PU .container {
    padding: 0 25px;
  }
}
.cid-u3ORDji6PU .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u3ORDji6PU .row {
    padding-top: 45px;
  }
}
.cid-u3ORDji6PU .item:hover .item-wrapper .item-img img,
.cid-u3ORDji6PU .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u3ORDji6PU .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u3ORDji6PU .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u3ORDji6PU .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u3ORDji6PU .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u3ORDji6PU .border-wrap {
  height: 2px;
  background-color: #f87a3a;
}
@media (max-width: 992px) {
  .cid-u3ORDji6PU .border-wrap {
    margin-top: 45px;
  }
}
.cid-u3ORDjNcBB {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3ORDjNcBB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3ORDjNcBB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3ORDjNcBB .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u3ORDjNcBB .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u3ORDjNcBB .container {
    padding: 0 25px;
  }
}
.cid-u3ORDjNcBB .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u3ORDjNcBB .row {
    padding-top: 45px;
  }
}
.cid-u3ORDjNcBB .item:hover .item-wrapper .item-img img,
.cid-u3ORDjNcBB .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u3ORDjNcBB .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u3ORDjNcBB .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u3ORDjNcBB .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u3ORDjNcBB .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u3ORDjNcBB .border-wrap {
  height: 2px;
  background-color: #f87a3a;
}
@media (max-width: 992px) {
  .cid-u3ORDjNcBB .border-wrap {
    margin-top: 45px;
  }
}
.cid-u3ORDkl9f9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3ORDkl9f9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3ORDkl9f9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3ORDkl9f9 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u3ORDkl9f9 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u3ORDkl9f9 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u3ORDkl9f9 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u3ORDkl9f9 .container {
    padding: 0 16px;
  }
}
.cid-u3ORDkl9f9 .row {
  justify-content: center;
}
.cid-u3ORDkl9f9 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-u3ORDkl9f9 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u3ORDkl9f9 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u3ORDkl9f9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u3ORDkl9f9 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u3ORDkl9f9 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u3ORDkRPas {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3ORDkRPas .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3ORDkRPas .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3ORDkRPas .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-u3ORDkRPas .container {
    padding: 10px 8px;
  }
}
.cid-u3ORDkRPas .row {
  border-radius: 25px;
  background-color: #f8f8f8;
  box-shadow: inset 0 0 5rem #f87a3a;
  margin: 0;
  overflow: hidden;
  padding: 100px 32px 84px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-u3ORDkRPas .row {
    padding: 50px 2px 34px;
  }
}
.cid-u3ORDkRPas .card {
  padding: 0 8px;
}
.cid-u3ORDkRPas .card:nth-child(2n) {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-u3ORDkRPas .card:nth-child(2n) {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-u3ORDkRPas .card {
    margin-bottom: 16px;
  }
}
.cid-u3ORDkRPas .card .item {
  margin-bottom: 16px;
}
.cid-u3ORDkRPas .card .item:last-child {
  margin-bottom: 0;
}
.cid-u3ORDkRPas .card .item .item-wrapper {
  background-color: #ffffff;
  border-radius: 33px !important;
  height: 100%;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-u3ORDkRPas .card .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-u3ORDkRPas .card .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-u3ORDkRPas .card .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 120px;
  height: 120px;
  border-radius: 25px !important;
  object-fit: cover;
}
.cid-u3ORDkRPas .card .item .item-wrapper .item-content .card-text {
  margin-bottom: 16px;
}
.cid-u3ORDkRPas .card .item .item-wrapper .item-content .name-wrap {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .cid-u3ORDkRPas .card .item .item-wrapper .item-content .name-wrap {
    margin-top: 16px;
  }
}
.cid-u3ORDkRPas .card .item .item-wrapper .item-content .name-wrap .card-name {
  margin-bottom: 0;
}
.cid-u3ORDkRPas .card .item .item-wrapper .item-content .name-wrap .card-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-u3ORDkRPas .card-text {
  color: #222222;
}
.cid-u3ORDkRPas .card-name {
  color: #222222;
}
.cid-u3ORDkRPas .card-role {
  color: #222222;
}
.cid-u3ORDlBcm6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3ORDlBcm6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3ORDlBcm6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3ORDlBcm6 .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-u3ORDlBcm6 .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-u3ORDlBcm6 .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u3ORDlBcm6 .item-img {
    width: 100%;
  }
}
.cid-u3ORDlBcm6 .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-u3ORDlBcm6 .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-u3ORDlBcm6 .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-u3ORDlBcm6 .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-u3ORDlBcm6 .card-title {
  color: #131313;
}
.cid-u3ORDlBcm6 .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-u3ORDlBcm6 .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 45px;
}
@media (max-width: 991px) {
  .cid-u3ORDlBcm6 .list-box {
    margin-top: 24px;
    row-gap: 5px;
  }
}
.cid-u3ORDlBcm6 .list-item {
  width: 100%;
}
.cid-u3ORDlBcm6 .list-text {
  color: #131313;
}
.cid-u3ORDlBcm6 .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-u3ORDlBcm6 .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-u3ORDmeyMu {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u3ORDmeyMu img,
.cid-u3ORDmeyMu .item-img {
  width: 100%;
}
.cid-u3ORDmeyMu .item:focus,
.cid-u3ORDmeyMu span:focus {
  outline: none;
}
.cid-u3ORDmeyMu .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u3ORDmeyMu .item-wrapper {
  position: relative;
  background: #f8f8f8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u3ORDmeyMu .item-wrapper .item-content {
    padding: 2rem 4rem 0;
  }
  .cid-u3ORDmeyMu .item-wrapper .mbr-text {
    margin-bottom: 2rem;
  }
  .cid-u3ORDmeyMu .item-wrapper .item-footer {
    padding: 0 4rem 2rem;
    right: -2rem;
    top: 11.6rem;
  }
  .cid-u3ORDmeyMu .item-wrapper .item-btn {
    width: 6.3rem;
    height: 6.3rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin: 0;
  }
  .cid-u3ORDmeyMu .item-wrapper .item-btn span {
    transform: rotate(45deg) scale(0.8);
    margin-top: 0.4rem;
    margin-right: 0.6rem;
    margin-left: 0.5rem;
    transition: all 0.8s;
  }
  .cid-u3ORDmeyMu .item-wrapper .item-btn:hover > span {
    transform: scale(0.8) rotate(90deg);
  }
}
@media (max-width: 991px) {
  .cid-u3ORDmeyMu .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u3ORDmeyMu .item-wrapper .mbr-text {
    margin-bottom: 1rem;
  }
  .cid-u3ORDmeyMu .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
  .cid-u3ORDmeyMu .item-wrapper .item-btn {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin-top: 0;
  }
  .cid-u3ORDmeyMu .item-wrapper .item-btn span {
    transform: rotate(45deg) scale(0.7);
    margin-top: 0.2rem;
    margin-left: 0.2rem;
    transition: all 0.8s;
  }
  .cid-u3ORDmeyMu .item-wrapper .item-btn:hover > span {
    transform: scale(0.7) rotate(90deg);
  }
}
@media (max-width: 767px) {
  .cid-u3ORDmeyMu .item-wrapper .item-btn {
    margin: 0;
    margin-left: 0.5rem;
    padding-top: 0.5rem;
  }
}
@media (max-width: 600px) {
  .cid-u3ORDmeyMu .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-u3ORDmeyMu .mbr-section-title {
  color: #f87a3a;
}
.cid-u3ORDn1EuM {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #101019;
}
.cid-u3ORDn1EuM .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u3ORDn1EuM form .mbr-section-btn {
  text-align: center;
}
.cid-u3ORDn1EuM .mbr-section-subtitle {
  color: #ebeff2;
}
.cid-u3ORDn1EuM .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  padding-left: 0;
  font-size: small;
  color: rgba(225, 225, 225, 0.3);
}
.cid-u3ORDn1EuM .form-control:focus {
  background: none;
}
.cid-u3ORDn1EuM .form-control:focus::placeholder {
  color: transparent;
}
.cid-u3ORDn1EuM .btn:hover {
  color: #ebeff2;
}
@media (max-width: 600px) {
  .cid-u3ORDn1EuM .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-u3ORDn1EuM .mbr-section-title {
  color: #ffffff;
}
.cid-u3ORDnASMF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f87a3a;
}
@media (max-width: 767px) {
  .cid-u3ORDnASMF .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u3ORDnASMF .media-wrap img {
  filter: invert(1);
}
.cid-u3ORDnASMF .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u3ORDnASMF .links {
    justify-content: center;
  }
  .cid-u3ORDnASMF .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-u3ORDnASMF .links {
    justify-content: flex-end;
  }
  .cid-u3ORDnASMF .link {
    margin: 0.5rem;
  }
}
.cid-u3ORDnASMF .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-u3ORDnASMF .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-u3ORDnASMF .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u3ORDnASMF .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-u3ORDnASMF .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-u3ORDnASMF .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u3ORDnASMF .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-u3ORDnASMF .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u46FSd6rmQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u46FSd6rmQ nav.navbar {
  position: fixed;
}
.cid-u46FSd6rmQ .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-u46FSd6rmQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u46FSd6rmQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u46FSd6rmQ .dropdown-item:hover,
.cid-u46FSd6rmQ .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-u46FSd6rmQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u46FSd6rmQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u46FSd6rmQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u46FSd6rmQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u46FSd6rmQ .nav-link {
  position: relative;
}
.cid-u46FSd6rmQ .container {
  display: flex;
  margin: auto;
}
.cid-u46FSd6rmQ .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u46FSd6rmQ .dropdown-menu,
.cid-u46FSd6rmQ .navbar.opened {
  background: #ffffff !important;
}
.cid-u46FSd6rmQ .nav-item:focus,
.cid-u46FSd6rmQ .nav-link:focus {
  outline: none;
}
.cid-u46FSd6rmQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u46FSd6rmQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u46FSd6rmQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u46FSd6rmQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u46FSd6rmQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u46FSd6rmQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u46FSd6rmQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u46FSd6rmQ .navbar.opened {
  transition: all 0.3s;
}
.cid-u46FSd6rmQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u46FSd6rmQ .navbar .navbar-logo img {
  width: auto;
}
.cid-u46FSd6rmQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u46FSd6rmQ .navbar.collapsed {
  justify-content: center;
}
.cid-u46FSd6rmQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u46FSd6rmQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u46FSd6rmQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u46FSd6rmQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u46FSd6rmQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u46FSd6rmQ .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-u46FSd6rmQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u46FSd6rmQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u46FSd6rmQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u46FSd6rmQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u46FSd6rmQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u46FSd6rmQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u46FSd6rmQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u46FSd6rmQ .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-u46FSd6rmQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u46FSd6rmQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u46FSd6rmQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u46FSd6rmQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u46FSd6rmQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u46FSd6rmQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u46FSd6rmQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-u46FSd6rmQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u46FSd6rmQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u46FSd6rmQ .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-u46FSd6rmQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u46FSd6rmQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u46FSd6rmQ .dropdown-item.active,
.cid-u46FSd6rmQ .dropdown-item:active {
  background-color: transparent;
}
.cid-u46FSd6rmQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u46FSd6rmQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u46FSd6rmQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u46FSd6rmQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u46FSd6rmQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u46FSd6rmQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u46FSd6rmQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u46FSd6rmQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u46FSd6rmQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u46FSd6rmQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-u46FSd6rmQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u46FSd6rmQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u46FSd6rmQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u46FSd6rmQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u46FSd6rmQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u46FSd6rmQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u46FSd6rmQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u46FSd6rmQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u46FSd6rmQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u46FSd6rmQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u46FSd6rmQ .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-u46FSd6rmQ .navbar {
    height: 70px;
  }
  .cid-u46FSd6rmQ .navbar.opened {
    height: auto;
  }
  .cid-u46FSd6rmQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u46Gs6LhcD {
  padding-top: 7rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f87a3a;
}
.cid-u46Gs6LhcD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u46Gs6LhcD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u46Gs6LhcD .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u46Gs6LhcD .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u46Gs6LhcD .container {
    padding: 0 24px;
  }
}
.cid-u46Gs6LhcD .row {
  justify-content: center;
}
.cid-u46Gs6LhcD .content-wrapper .desc-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u46Gs6LhcD .content-wrapper .desc-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u46Gs6LhcD .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 16px;
  background-color: #ffffff;
  border-radius: .75rem;
}
.cid-u46Gs6LhcD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u46Gs6LhcD .mbr-section-title {
  color: #141414;
}
.cid-u46Gs6LhcD .mbr-text {
  color: #ffffff;
}
.cid-u46GtiyCzq {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u46GtiyCzq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u46GtiyCzq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u46GtiyCzq .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-u46GtiyCzq .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u46GtiyCzq .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-u46GtiyCzq .mbr-section-title {
  color: #f87a3a;
}
.cid-u46GtiyCzq .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-u46GtiyCzq .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-u46GtiyCzq .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-u46GtiyCzq .card-wrapper {
  display: flex;
  width: calc(100% - 24px);
  padding: 52px 30px 52px 40px;
  margin: 0 auto;
  border: 2px solid #f87a3a;
  box-shadow: 4px 4px 0 #f87a3a;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-u46GtiyCzq .card-wrapper {
    padding: 40px 30px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-u46GtiyCzq .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u46GtiyCzq .card-wrapper {
    width: calc(100% - 14px);
    flex-direction: column;
    padding: 30px 25px 25px;
  }
}
@media (min-width: 992px) {
  .cid-u46GtiyCzq .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-u46GtiyCzq .iconfont-wrapper {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .cid-u46GtiyCzq .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-u46GtiyCzq .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-u46GtiyCzq .content-wrap {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-u46GtiyCzq .content-wrap {
    margin-top: 0;
  }
}
.cid-u46GtiyCzq .card-title {
  color: #131313;
}
.cid-u46GtiyCzq .card-text {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-u46GtiyCzq .card-text {
    margin-top: 15px;
  }
}
.cid-u46GtiyCzq .card-link {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-u46GtiyCzq .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-u46GtiyCzq .card-link {
    margin-top: 15px;
  }
}
.cid-u46GtiyCzq .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-u46HSHN7hx {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u46HSHN7hx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u46HSHN7hx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u46HSHN7hx .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-u46HSHN7hx .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u46HSHN7hx .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-u46HSHN7hx .mbr-section-title {
  color: #f87a3a;
}
.cid-u46HSHN7hx .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-u46HSHN7hx .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-u46HSHN7hx .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-u46HSHN7hx .card-wrapper {
  display: flex;
  width: calc(100% - 24px);
  padding: 52px 30px 52px 40px;
  margin: 0 auto;
  border: 2px solid #f87a3a;
  box-shadow: 4px 4px 0 #f87a3a;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-u46HSHN7hx .card-wrapper {
    padding: 40px 30px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-u46HSHN7hx .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u46HSHN7hx .card-wrapper {
    width: calc(100% - 14px);
    flex-direction: column;
    padding: 30px 25px 25px;
  }
}
@media (min-width: 992px) {
  .cid-u46HSHN7hx .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-u46HSHN7hx .iconfont-wrapper {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .cid-u46HSHN7hx .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-u46HSHN7hx .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-u46HSHN7hx .content-wrap {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-u46HSHN7hx .content-wrap {
    margin-top: 0;
  }
}
.cid-u46HSHN7hx .card-title {
  color: #131313;
}
.cid-u46HSHN7hx .card-text {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-u46HSHN7hx .card-text {
    margin-top: 15px;
  }
}
.cid-u46HSHN7hx .card-link {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-u46HSHN7hx .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-u46HSHN7hx .card-link {
    margin-top: 15px;
  }
}
.cid-u46HSHN7hx .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-u46IoIw9Vh {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u46IoIw9Vh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u46IoIw9Vh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u46IoIw9Vh .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-u46IoIw9Vh .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u46IoIw9Vh .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-u46IoIw9Vh .mbr-section-title {
  color: #f87a3a;
}
.cid-u46IoIw9Vh .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-u46IoIw9Vh .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-u46IoIw9Vh .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-u46IoIw9Vh .card-wrapper {
  display: flex;
  width: calc(100% - 24px);
  padding: 52px 30px 52px 40px;
  margin: 0 auto;
  border: 2px solid #f87a3a;
  box-shadow: 4px 4px 0 #f87a3a;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-u46IoIw9Vh .card-wrapper {
    padding: 40px 30px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-u46IoIw9Vh .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u46IoIw9Vh .card-wrapper {
    width: calc(100% - 14px);
    flex-direction: column;
    padding: 30px 25px 25px;
  }
}
@media (min-width: 992px) {
  .cid-u46IoIw9Vh .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-u46IoIw9Vh .iconfont-wrapper {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .cid-u46IoIw9Vh .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-u46IoIw9Vh .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-u46IoIw9Vh .content-wrap {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-u46IoIw9Vh .content-wrap {
    margin-top: 0;
  }
}
.cid-u46IoIw9Vh .card-title {
  color: #131313;
}
.cid-u46IoIw9Vh .card-text {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-u46IoIw9Vh .card-text {
    margin-top: 15px;
  }
}
.cid-u46IoIw9Vh .card-link {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-u46IoIw9Vh .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-u46IoIw9Vh .card-link {
    margin-top: 15px;
  }
}
.cid-u46IoIw9Vh .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-u46FSfF7LH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u46FSfF7LH .card-wrapper {
  background: #f87a3a;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
}
.cid-u46FSfF7LH .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-u46FSfF7LH .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-u46FSfF7LH .row {
  justify-content: center;
}
.cid-u46FSfF7LH .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
}
@media (max-width: 690px) {
  .cid-u46FSfF7LH .item {
    padding-bottom: 25px;
  }
}
.cid-u46FSfF7LH .card-text {
  color: #f5f5f7;
  text-align: center;
}
.cid-u46FSgBoVj {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-u46FSgBoVj .content {
    flex-wrap: nowrap;
  }
  .cid-u46FSgBoVj .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-u46FSgBoVj .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-u46FSgBoVj .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-u46FSgBoVj .content {
    flex-wrap: wrap;
  }
  .cid-u46FSgBoVj .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-u46FSgBoVj .section-head p {
    width: 70%;
  }
  .cid-u46FSgBoVj .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-u46FSgBoVj .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-u46FSgBoVj .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-u46FSgBoVj .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-u46FSgBoVj .panel-title-edit {
  color: #28282c;
}
.cid-u46FSgBoVj .panel-text {
  color: #abb2b9;
  padding: 1rem 0;
}
.cid-u46FSgBoVj .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-u46FSgBoVj .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-u46FSgBoVj .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u46FSgBoVj .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u46FSgBoVj .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-u46FSgBoVj .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-u46FSgBoVj .mbr-text {
  color: #9b9ba5;
}
.cid-u46FShfLpL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u46FShfLpL .card-wrapper {
  background: #f87a3a;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
}
.cid-u46FShfLpL .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-u46FShfLpL .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-u46FShfLpL .row {
  justify-content: center;
}
.cid-u46FShfLpL .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
}
@media (max-width: 690px) {
  .cid-u46FShfLpL .item {
    padding-bottom: 25px;
  }
}
.cid-u46FShfLpL .card-text {
  color: #f5f5f7;
  text-align: center;
}
.cid-u46FShVPHY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u46FShVPHY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u46FShVPHY .container {
  max-width: 1300px;
}
.cid-u46FShVPHY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u46FShVPHY .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-u46FShVPHY .text-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-u46FShVPHY .row {
  background: #f87a3a;
}
@media (max-width: 991px) {
  .cid-u46FShVPHY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u46FShVPHY .image-wrapper {
  padding: 0;
}
.cid-u46FShVPHY .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u46FShVPHY .mbr-section-title {
  color: #ffffff;
}
.cid-u46FShVPHY .mbr-text,
.cid-u46FShVPHY .mbr-section-btn {
  color: #ffffff;
}
.cid-u46FShVPHY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u46FSiqv8V {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-u46FSiqv8V .content {
    flex-wrap: nowrap;
  }
  .cid-u46FSiqv8V .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-u46FSiqv8V .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-u46FSiqv8V .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-u46FSiqv8V .content {
    flex-wrap: wrap;
  }
  .cid-u46FSiqv8V .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-u46FSiqv8V .section-head p {
    width: 70%;
  }
  .cid-u46FSiqv8V .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-u46FSiqv8V .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-u46FSiqv8V .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-u46FSiqv8V .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-u46FSiqv8V .panel-title-edit {
  color: #28282c;
}
.cid-u46FSiqv8V .panel-text {
  color: #abb2b9;
  padding: 1rem 0;
}
.cid-u46FSiqv8V .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-u46FSiqv8V .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-u46FSiqv8V .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u46FSiqv8V .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u46FSiqv8V .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-u46FSiqv8V .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-u46FSiqv8V .mbr-text {
  color: #9b9ba5;
}
.cid-u46FSiYggx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #f87a3a;
}
.cid-u46FSiYggx .bg-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  height: 100%;
  width: 30%;
}
.cid-u46FSiYggx .card-title {
  color: #ffffff;
}
.cid-u46FSiYggx .mbr-text,
.cid-u46FSiYggx .mbr-section-btn {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u46FSiYggx .text-wrapper {
    padding-left: 5rem;
  }
  .cid-u46FSiYggx .image-wrapper img {
    width: 650px;
    height: 615px;
    object-fit: cover;
  }
  .cid-u46FSiYggx .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-u46FSiYggx .item-btn:hover {
    color: #ffffff;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u46FSiYggx .text-wrapper {
    padding-left: 2rem;
    position: relative;
  }
  .cid-u46FSiYggx .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u46FSiYggx .item-btn {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .cid-u46FSiYggx .bg-wrapper {
    display: none;
  }
  .cid-u46FSiYggx .text-wrapper {
    text-align: center;
  }
  .cid-u46FSiYggx .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u46FSiYggx .item-btn {
    width: 7rem;
    height: 7rem;
    position: static;
  }
}
.cid-u46FSiYggx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  .cid-u46FSiYggx .card-title {
    letter-spacing: -1px;
  }
}
.cid-u46FSjurmE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u46FSjurmE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u46FSjurmE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u46FSjurmE .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u46FSjurmE .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u46FSjurmE .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u46FSjurmE .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u46FSjurmE .container {
    padding: 0 16px;
  }
}
.cid-u46FSjurmE .row {
  justify-content: center;
}
.cid-u46FSjurmE .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-u46FSjurmE .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u46FSjurmE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u46FSjurmE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u46FSjurmE .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u46FSjurmE .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u46FSk2eTJ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u46FSk2eTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u46FSk2eTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u46FSk2eTJ .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u46FSk2eTJ .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u46FSk2eTJ .container {
    padding: 0 25px;
  }
}
.cid-u46FSk2eTJ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u46FSk2eTJ .row {
    padding-top: 45px;
  }
}
.cid-u46FSk2eTJ .item:hover .item-wrapper .item-img img,
.cid-u46FSk2eTJ .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u46FSk2eTJ .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u46FSk2eTJ .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u46FSk2eTJ .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u46FSk2eTJ .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u46FSk2eTJ .border-wrap {
  height: 2px;
  background-color: #f87a3a;
}
@media (max-width: 992px) {
  .cid-u46FSk2eTJ .border-wrap {
    margin-top: 45px;
  }
}
.cid-u46FSkA5ej {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u46FSkA5ej .mbr-fallback-image.disabled {
  display: none;
}
.cid-u46FSkA5ej .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u46FSkA5ej .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u46FSkA5ej .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u46FSkA5ej .container {
    padding: 0 25px;
  }
}
.cid-u46FSkA5ej .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u46FSkA5ej .row {
    padding-top: 45px;
  }
}
.cid-u46FSkA5ej .item:hover .item-wrapper .item-img img,
.cid-u46FSkA5ej .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u46FSkA5ej .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u46FSkA5ej .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u46FSkA5ej .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u46FSkA5ej .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u46FSkA5ej .border-wrap {
  height: 2px;
  background-color: #f87a3a;
}
@media (max-width: 992px) {
  .cid-u46FSkA5ej .border-wrap {
    margin-top: 45px;
  }
}
.cid-u46FSlfiTI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u46FSlfiTI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u46FSlfiTI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u46FSlfiTI .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u46FSlfiTI .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u46FSlfiTI .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u46FSlfiTI .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u46FSlfiTI .container {
    padding: 0 16px;
  }
}
.cid-u46FSlfiTI .row {
  justify-content: center;
}
.cid-u46FSlfiTI .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-u46FSlfiTI .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u46FSlfiTI .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u46FSlfiTI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u46FSlfiTI .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u46FSlfiTI .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u46FSlLHjN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u46FSlLHjN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u46FSlLHjN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u46FSlLHjN .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-u46FSlLHjN .container {
    padding: 10px 8px;
  }
}
.cid-u46FSlLHjN .row {
  border-radius: 25px;
  background-color: #f8f8f8;
  box-shadow: inset 0 0 5rem #f87a3a;
  margin: 0;
  overflow: hidden;
  padding: 100px 32px 84px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-u46FSlLHjN .row {
    padding: 50px 2px 34px;
  }
}
.cid-u46FSlLHjN .card {
  padding: 0 8px;
}
.cid-u46FSlLHjN .card:nth-child(2n) {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-u46FSlLHjN .card:nth-child(2n) {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-u46FSlLHjN .card {
    margin-bottom: 16px;
  }
}
.cid-u46FSlLHjN .card .item {
  margin-bottom: 16px;
}
.cid-u46FSlLHjN .card .item:last-child {
  margin-bottom: 0;
}
.cid-u46FSlLHjN .card .item .item-wrapper {
  background-color: #ffffff;
  border-radius: 33px !important;
  height: 100%;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-u46FSlLHjN .card .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-u46FSlLHjN .card .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-u46FSlLHjN .card .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 120px;
  height: 120px;
  border-radius: 25px !important;
  object-fit: cover;
}
.cid-u46FSlLHjN .card .item .item-wrapper .item-content .card-text {
  margin-bottom: 16px;
}
.cid-u46FSlLHjN .card .item .item-wrapper .item-content .name-wrap {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .cid-u46FSlLHjN .card .item .item-wrapper .item-content .name-wrap {
    margin-top: 16px;
  }
}
.cid-u46FSlLHjN .card .item .item-wrapper .item-content .name-wrap .card-name {
  margin-bottom: 0;
}
.cid-u46FSlLHjN .card .item .item-wrapper .item-content .name-wrap .card-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-u46FSlLHjN .card-text {
  color: #222222;
}
.cid-u46FSlLHjN .card-name {
  color: #222222;
}
.cid-u46FSlLHjN .card-role {
  color: #222222;
}
.cid-u46FSmuY6X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u46FSmuY6X .mbr-fallback-image.disabled {
  display: none;
}
.cid-u46FSmuY6X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u46FSmuY6X .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-u46FSmuY6X .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-u46FSmuY6X .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u46FSmuY6X .item-img {
    width: 100%;
  }
}
.cid-u46FSmuY6X .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-u46FSmuY6X .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-u46FSmuY6X .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-u46FSmuY6X .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-u46FSmuY6X .card-title {
  color: #131313;
}
.cid-u46FSmuY6X .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-u46FSmuY6X .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 45px;
}
@media (max-width: 991px) {
  .cid-u46FSmuY6X .list-box {
    margin-top: 24px;
    row-gap: 5px;
  }
}
.cid-u46FSmuY6X .list-item {
  width: 100%;
}
.cid-u46FSmuY6X .list-text {
  color: #131313;
}
.cid-u46FSmuY6X .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-u46FSmuY6X .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-u46FSna2xC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u46FSna2xC img,
.cid-u46FSna2xC .item-img {
  width: 100%;
}
.cid-u46FSna2xC .item:focus,
.cid-u46FSna2xC span:focus {
  outline: none;
}
.cid-u46FSna2xC .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u46FSna2xC .item-wrapper {
  position: relative;
  background: #f8f8f8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u46FSna2xC .item-wrapper .item-content {
    padding: 2rem 4rem 0;
  }
  .cid-u46FSna2xC .item-wrapper .mbr-text {
    margin-bottom: 2rem;
  }
  .cid-u46FSna2xC .item-wrapper .item-footer {
    padding: 0 4rem 2rem;
    right: -2rem;
    top: 11.6rem;
  }
  .cid-u46FSna2xC .item-wrapper .item-btn {
    width: 6.3rem;
    height: 6.3rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin: 0;
  }
  .cid-u46FSna2xC .item-wrapper .item-btn span {
    transform: rotate(45deg) scale(0.8);
    margin-top: 0.4rem;
    margin-right: 0.6rem;
    margin-left: 0.5rem;
    transition: all 0.8s;
  }
  .cid-u46FSna2xC .item-wrapper .item-btn:hover > span {
    transform: scale(0.8) rotate(90deg);
  }
}
@media (max-width: 991px) {
  .cid-u46FSna2xC .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u46FSna2xC .item-wrapper .mbr-text {
    margin-bottom: 1rem;
  }
  .cid-u46FSna2xC .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
  .cid-u46FSna2xC .item-wrapper .item-btn {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin-top: 0;
  }
  .cid-u46FSna2xC .item-wrapper .item-btn span {
    transform: rotate(45deg) scale(0.7);
    margin-top: 0.2rem;
    margin-left: 0.2rem;
    transition: all 0.8s;
  }
  .cid-u46FSna2xC .item-wrapper .item-btn:hover > span {
    transform: scale(0.7) rotate(90deg);
  }
}
@media (max-width: 767px) {
  .cid-u46FSna2xC .item-wrapper .item-btn {
    margin: 0;
    margin-left: 0.5rem;
    padding-top: 0.5rem;
  }
}
@media (max-width: 600px) {
  .cid-u46FSna2xC .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-u46FSna2xC .mbr-section-title {
  color: #f87a3a;
}
.cid-u46FSnZjmt {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #101019;
}
.cid-u46FSnZjmt .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u46FSnZjmt form .mbr-section-btn {
  text-align: center;
}
.cid-u46FSnZjmt .mbr-section-subtitle {
  color: #ebeff2;
}
.cid-u46FSnZjmt .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  padding-left: 0;
  font-size: small;
  color: rgba(225, 225, 225, 0.3);
}
.cid-u46FSnZjmt .form-control:focus {
  background: none;
}
.cid-u46FSnZjmt .form-control:focus::placeholder {
  color: transparent;
}
.cid-u46FSnZjmt .btn:hover {
  color: #ebeff2;
}
@media (max-width: 600px) {
  .cid-u46FSnZjmt .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-u46FSnZjmt .mbr-section-title {
  color: #ffffff;
}
.cid-u46FSoCiiD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f87a3a;
}
@media (max-width: 767px) {
  .cid-u46FSoCiiD .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u46FSoCiiD .media-wrap img {
  filter: invert(1);
}
.cid-u46FSoCiiD .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u46FSoCiiD .links {
    justify-content: center;
  }
  .cid-u46FSoCiiD .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-u46FSoCiiD .links {
    justify-content: flex-end;
  }
  .cid-u46FSoCiiD .link {
    margin: 0.5rem;
  }
}
.cid-u46FSoCiiD .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-u46FSoCiiD .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-u46FSoCiiD .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u46FSoCiiD .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-u46FSoCiiD .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-u46FSoCiiD .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u46FSoCiiD .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-u46FSoCiiD .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u40u8CI9ic {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u40u8CI9ic nav.navbar {
  position: fixed;
}
.cid-u40u8CI9ic .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-u40u8CI9ic .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u40u8CI9ic .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u40u8CI9ic .dropdown-item:hover,
.cid-u40u8CI9ic .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-u40u8CI9ic .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u40u8CI9ic .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u40u8CI9ic .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u40u8CI9ic .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u40u8CI9ic .nav-link {
  position: relative;
}
.cid-u40u8CI9ic .container {
  display: flex;
  margin: auto;
}
.cid-u40u8CI9ic .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u40u8CI9ic .dropdown-menu,
.cid-u40u8CI9ic .navbar.opened {
  background: #ffffff !important;
}
.cid-u40u8CI9ic .nav-item:focus,
.cid-u40u8CI9ic .nav-link:focus {
  outline: none;
}
.cid-u40u8CI9ic .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u40u8CI9ic .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u40u8CI9ic .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u40u8CI9ic .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u40u8CI9ic .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u40u8CI9ic .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u40u8CI9ic .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u40u8CI9ic .navbar.opened {
  transition: all 0.3s;
}
.cid-u40u8CI9ic .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u40u8CI9ic .navbar .navbar-logo img {
  width: auto;
}
.cid-u40u8CI9ic .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u40u8CI9ic .navbar.collapsed {
  justify-content: center;
}
.cid-u40u8CI9ic .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u40u8CI9ic .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u40u8CI9ic .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u40u8CI9ic .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u40u8CI9ic .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u40u8CI9ic .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-u40u8CI9ic .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u40u8CI9ic .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u40u8CI9ic .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u40u8CI9ic .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u40u8CI9ic .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u40u8CI9ic .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u40u8CI9ic .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u40u8CI9ic .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-u40u8CI9ic .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u40u8CI9ic .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u40u8CI9ic .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u40u8CI9ic .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u40u8CI9ic .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u40u8CI9ic .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u40u8CI9ic .navbar.navbar-short {
  min-height: 60px;
}
.cid-u40u8CI9ic .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u40u8CI9ic .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u40u8CI9ic .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-u40u8CI9ic .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u40u8CI9ic .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u40u8CI9ic .dropdown-item.active,
.cid-u40u8CI9ic .dropdown-item:active {
  background-color: transparent;
}
.cid-u40u8CI9ic .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u40u8CI9ic .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u40u8CI9ic .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u40u8CI9ic .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u40u8CI9ic .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u40u8CI9ic .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u40u8CI9ic ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u40u8CI9ic .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u40u8CI9ic button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u40u8CI9ic button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-u40u8CI9ic button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u40u8CI9ic button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u40u8CI9ic button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u40u8CI9ic button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u40u8CI9ic nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u40u8CI9ic nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u40u8CI9ic nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u40u8CI9ic nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u40u8CI9ic .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u40u8CI9ic a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u40u8CI9ic .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-u40u8CI9ic .navbar {
    height: 70px;
  }
  .cid-u40u8CI9ic .navbar.opened {
    height: auto;
  }
  .cid-u40u8CI9ic .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u40uyohMvE {
  padding-top: 7rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f87a3a;
}
.cid-u40uyohMvE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u40uyohMvE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u40uyohMvE .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u40uyohMvE .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u40uyohMvE .container {
    padding: 0 24px;
  }
}
.cid-u40uyohMvE .row {
  justify-content: center;
}
.cid-u40uyohMvE .content-wrapper .desc-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u40uyohMvE .content-wrapper .desc-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u40uyohMvE .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 16px;
  background-color: #ffffff;
  border-radius: .75rem;
}
.cid-u40uyohMvE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u40uyohMvE .mbr-section-title {
  color: #141414;
}
.cid-u40uyohMvE .mbr-text {
  color: #ffffff;
}
.cid-u40u8DLiTN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u40u8DLiTN .card-wrapper {
  background: #f87a3a;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
}
.cid-u40u8DLiTN .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-u40u8DLiTN .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-u40u8DLiTN .row {
  justify-content: center;
}
.cid-u40u8DLiTN .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
}
@media (max-width: 690px) {
  .cid-u40u8DLiTN .item {
    padding-bottom: 25px;
  }
}
.cid-u40u8DLiTN .card-text {
  color: #f5f5f7;
  text-align: center;
}
.cid-u40u8EgGHo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u40u8EgGHo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u40u8EgGHo .container {
  max-width: 1300px;
}
.cid-u40u8EgGHo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u40u8EgGHo .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-u40u8EgGHo .text-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-u40u8EgGHo .row {
  background: #f87a3a;
}
@media (max-width: 991px) {
  .cid-u40u8EgGHo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u40u8EgGHo .image-wrapper {
  padding: 0;
}
.cid-u40u8EgGHo .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u40u8EgGHo .mbr-section-title {
  color: #ffffff;
}
.cid-u40u8EgGHo .mbr-text,
.cid-u40u8EgGHo .mbr-section-btn {
  color: #ffffff;
}
.cid-u40u8EgGHo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u40u8EG8KS {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-u40u8EG8KS .content {
    flex-wrap: nowrap;
  }
  .cid-u40u8EG8KS .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-u40u8EG8KS .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-u40u8EG8KS .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-u40u8EG8KS .content {
    flex-wrap: wrap;
  }
  .cid-u40u8EG8KS .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-u40u8EG8KS .section-head p {
    width: 70%;
  }
  .cid-u40u8EG8KS .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-u40u8EG8KS .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-u40u8EG8KS .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-u40u8EG8KS .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-u40u8EG8KS .panel-title-edit {
  color: #28282c;
}
.cid-u40u8EG8KS .panel-text {
  color: #abb2b9;
  padding: 1rem 0;
}
.cid-u40u8EG8KS .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-u40u8EG8KS .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-u40u8EG8KS .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u40u8EG8KS .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u40u8EG8KS .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-u40u8EG8KS .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-u40u8EG8KS .mbr-text {
  color: #9b9ba5;
}
.cid-u40u8Fedw0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #f87a3a;
}
.cid-u40u8Fedw0 .bg-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  height: 100%;
  width: 30%;
}
.cid-u40u8Fedw0 .card-title {
  color: #ffffff;
}
.cid-u40u8Fedw0 .mbr-text,
.cid-u40u8Fedw0 .mbr-section-btn {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u40u8Fedw0 .text-wrapper {
    padding-left: 5rem;
  }
  .cid-u40u8Fedw0 .image-wrapper img {
    width: 650px;
    height: 615px;
    object-fit: cover;
  }
  .cid-u40u8Fedw0 .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-u40u8Fedw0 .item-btn:hover {
    color: #ffffff;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u40u8Fedw0 .text-wrapper {
    padding-left: 2rem;
    position: relative;
  }
  .cid-u40u8Fedw0 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u40u8Fedw0 .item-btn {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .cid-u40u8Fedw0 .bg-wrapper {
    display: none;
  }
  .cid-u40u8Fedw0 .text-wrapper {
    text-align: center;
  }
  .cid-u40u8Fedw0 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u40u8Fedw0 .item-btn {
    width: 7rem;
    height: 7rem;
    position: static;
  }
}
.cid-u40u8Fedw0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  .cid-u40u8Fedw0 .card-title {
    letter-spacing: -1px;
  }
}
.cid-u40u8FDf3E {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u40u8FDf3E .mbr-fallback-image.disabled {
  display: none;
}
.cid-u40u8FDf3E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u40u8FDf3E .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u40u8FDf3E .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u40u8FDf3E .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u40u8FDf3E .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u40u8FDf3E .container {
    padding: 0 16px;
  }
}
.cid-u40u8FDf3E .row {
  justify-content: center;
}
.cid-u40u8FDf3E .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-u40u8FDf3E .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u40u8FDf3E .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u40u8FDf3E .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u40u8FDf3E .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u40u8FDf3E .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u40u8G6J9M {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u40u8G6J9M .mbr-fallback-image.disabled {
  display: none;
}
.cid-u40u8G6J9M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u40u8G6J9M .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u40u8G6J9M .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u40u8G6J9M .container {
    padding: 0 25px;
  }
}
.cid-u40u8G6J9M .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u40u8G6J9M .row {
    padding-top: 45px;
  }
}
.cid-u40u8G6J9M .item:hover .item-wrapper .item-img img,
.cid-u40u8G6J9M .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u40u8G6J9M .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u40u8G6J9M .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u40u8G6J9M .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u40u8G6J9M .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u40u8G6J9M .border-wrap {
  height: 2px;
  background-color: #f87a3a;
}
@media (max-width: 992px) {
  .cid-u40u8G6J9M .border-wrap {
    margin-top: 45px;
  }
}
.cid-u40u8Gv4rn {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u40u8Gv4rn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u40u8Gv4rn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u40u8Gv4rn .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u40u8Gv4rn .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u40u8Gv4rn .container {
    padding: 0 25px;
  }
}
.cid-u40u8Gv4rn .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u40u8Gv4rn .row {
    padding-top: 45px;
  }
}
.cid-u40u8Gv4rn .item:hover .item-wrapper .item-img img,
.cid-u40u8Gv4rn .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u40u8Gv4rn .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u40u8Gv4rn .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u40u8Gv4rn .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u40u8Gv4rn .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u40u8Gv4rn .border-wrap {
  height: 2px;
  background-color: #f87a3a;
}
@media (max-width: 992px) {
  .cid-u40u8Gv4rn .border-wrap {
    margin-top: 45px;
  }
}
.cid-u40u8GVHHz {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u40u8GVHHz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u40u8GVHHz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u40u8GVHHz .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u40u8GVHHz .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u40u8GVHHz .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u40u8GVHHz .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u40u8GVHHz .container {
    padding: 0 16px;
  }
}
.cid-u40u8GVHHz .row {
  justify-content: center;
}
.cid-u40u8GVHHz .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-u40u8GVHHz .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u40u8GVHHz .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u40u8GVHHz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u40u8GVHHz .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u40u8GVHHz .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u40u8HgGix {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u40u8HgGix .mbr-fallback-image.disabled {
  display: none;
}
.cid-u40u8HgGix .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u40u8HgGix .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-u40u8HgGix .container {
    padding: 10px 8px;
  }
}
.cid-u40u8HgGix .row {
  border-radius: 25px;
  background-color: #f8f8f8;
  box-shadow: inset 0 0 5rem #f87a3a;
  margin: 0;
  overflow: hidden;
  padding: 100px 32px 84px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-u40u8HgGix .row {
    padding: 50px 2px 34px;
  }
}
.cid-u40u8HgGix .card {
  padding: 0 8px;
}
.cid-u40u8HgGix .card:nth-child(2n) {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-u40u8HgGix .card:nth-child(2n) {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-u40u8HgGix .card {
    margin-bottom: 16px;
  }
}
.cid-u40u8HgGix .card .item {
  margin-bottom: 16px;
}
.cid-u40u8HgGix .card .item:last-child {
  margin-bottom: 0;
}
.cid-u40u8HgGix .card .item .item-wrapper {
  background-color: #ffffff;
  border-radius: 33px !important;
  height: 100%;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-u40u8HgGix .card .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-u40u8HgGix .card .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-u40u8HgGix .card .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 120px;
  height: 120px;
  border-radius: 25px !important;
  object-fit: cover;
}
.cid-u40u8HgGix .card .item .item-wrapper .item-content .card-text {
  margin-bottom: 16px;
}
.cid-u40u8HgGix .card .item .item-wrapper .item-content .name-wrap {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .cid-u40u8HgGix .card .item .item-wrapper .item-content .name-wrap {
    margin-top: 16px;
  }
}
.cid-u40u8HgGix .card .item .item-wrapper .item-content .name-wrap .card-name {
  margin-bottom: 0;
}
.cid-u40u8HgGix .card .item .item-wrapper .item-content .name-wrap .card-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-u40u8HgGix .card-text {
  color: #222222;
}
.cid-u40u8HgGix .card-name {
  color: #222222;
}
.cid-u40u8HgGix .card-role {
  color: #222222;
}
.cid-u40u8HUgMt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u40u8HUgMt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u40u8HUgMt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u40u8HUgMt .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-u40u8HUgMt .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-u40u8HUgMt .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u40u8HUgMt .item-img {
    width: 100%;
  }
}
.cid-u40u8HUgMt .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-u40u8HUgMt .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-u40u8HUgMt .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-u40u8HUgMt .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-u40u8HUgMt .card-title {
  color: #131313;
}
.cid-u40u8HUgMt .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-u40u8HUgMt .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 45px;
}
@media (max-width: 991px) {
  .cid-u40u8HUgMt .list-box {
    margin-top: 24px;
    row-gap: 5px;
  }
}
.cid-u40u8HUgMt .list-item {
  width: 100%;
}
.cid-u40u8HUgMt .list-text {
  color: #131313;
}
.cid-u40u8HUgMt .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-u40u8HUgMt .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-u40u8InUHN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u40u8InUHN img,
.cid-u40u8InUHN .item-img {
  width: 100%;
}
.cid-u40u8InUHN .item:focus,
.cid-u40u8InUHN span:focus {
  outline: none;
}
.cid-u40u8InUHN .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u40u8InUHN .item-wrapper {
  position: relative;
  background: #f8f8f8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u40u8InUHN .item-wrapper .item-content {
    padding: 2rem 4rem 0;
  }
  .cid-u40u8InUHN .item-wrapper .mbr-text {
    margin-bottom: 2rem;
  }
  .cid-u40u8InUHN .item-wrapper .item-footer {
    padding: 0 4rem 2rem;
    right: -2rem;
    top: 11.6rem;
  }
  .cid-u40u8InUHN .item-wrapper .item-btn {
    width: 6.3rem;
    height: 6.3rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin: 0;
  }
  .cid-u40u8InUHN .item-wrapper .item-btn span {
    transform: rotate(45deg) scale(0.8);
    margin-top: 0.4rem;
    margin-right: 0.6rem;
    margin-left: 0.5rem;
    transition: all 0.8s;
  }
  .cid-u40u8InUHN .item-wrapper .item-btn:hover > span {
    transform: scale(0.8) rotate(90deg);
  }
}
@media (max-width: 991px) {
  .cid-u40u8InUHN .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u40u8InUHN .item-wrapper .mbr-text {
    margin-bottom: 1rem;
  }
  .cid-u40u8InUHN .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
  .cid-u40u8InUHN .item-wrapper .item-btn {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin-top: 0;
  }
  .cid-u40u8InUHN .item-wrapper .item-btn span {
    transform: rotate(45deg) scale(0.7);
    margin-top: 0.2rem;
    margin-left: 0.2rem;
    transition: all 0.8s;
  }
  .cid-u40u8InUHN .item-wrapper .item-btn:hover > span {
    transform: scale(0.7) rotate(90deg);
  }
}
@media (max-width: 767px) {
  .cid-u40u8InUHN .item-wrapper .item-btn {
    margin: 0;
    margin-left: 0.5rem;
    padding-top: 0.5rem;
  }
}
@media (max-width: 600px) {
  .cid-u40u8InUHN .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-u40u8InUHN .mbr-section-title {
  color: #f87a3a;
}
.cid-u40u8Ja5cJ {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #101019;
}
.cid-u40u8Ja5cJ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u40u8Ja5cJ form .mbr-section-btn {
  text-align: center;
}
.cid-u40u8Ja5cJ .mbr-section-subtitle {
  color: #ebeff2;
}
.cid-u40u8Ja5cJ .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  padding-left: 0;
  font-size: small;
  color: rgba(225, 225, 225, 0.3);
}
.cid-u40u8Ja5cJ .form-control:focus {
  background: none;
}
.cid-u40u8Ja5cJ .form-control:focus::placeholder {
  color: transparent;
}
.cid-u40u8Ja5cJ .btn:hover {
  color: #ebeff2;
}
@media (max-width: 600px) {
  .cid-u40u8Ja5cJ .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-u40u8Ja5cJ .mbr-section-title {
  color: #ffffff;
}
.cid-u40u8JEy1v {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f87a3a;
}
@media (max-width: 767px) {
  .cid-u40u8JEy1v .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u40u8JEy1v .media-wrap img {
  filter: invert(1);
}
.cid-u40u8JEy1v .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u40u8JEy1v .links {
    justify-content: center;
  }
  .cid-u40u8JEy1v .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-u40u8JEy1v .links {
    justify-content: flex-end;
  }
  .cid-u40u8JEy1v .link {
    margin: 0.5rem;
  }
}
.cid-u40u8JEy1v .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-u40u8JEy1v .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-u40u8JEy1v .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u40u8JEy1v .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-u40u8JEy1v .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-u40u8JEy1v .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u40u8JEy1v .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-u40u8JEy1v .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u5q0I1IvEp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5q0I1IvEp nav.navbar {
  position: fixed;
}
.cid-u5q0I1IvEp .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-u5q0I1IvEp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5q0I1IvEp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5q0I1IvEp .dropdown-item:hover,
.cid-u5q0I1IvEp .dropdown-item:focus {
  background: #17171a !important;
  color: white !important;
}
.cid-u5q0I1IvEp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5q0I1IvEp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5q0I1IvEp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5q0I1IvEp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5q0I1IvEp .nav-link {
  position: relative;
}
.cid-u5q0I1IvEp .container {
  display: flex;
  margin: auto;
}
.cid-u5q0I1IvEp .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5q0I1IvEp .dropdown-menu,
.cid-u5q0I1IvEp .navbar.opened {
  background: #ffffff !important;
}
.cid-u5q0I1IvEp .nav-item:focus,
.cid-u5q0I1IvEp .nav-link:focus {
  outline: none;
}
.cid-u5q0I1IvEp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5q0I1IvEp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5q0I1IvEp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5q0I1IvEp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5q0I1IvEp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5q0I1IvEp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5q0I1IvEp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u5q0I1IvEp .navbar.opened {
  transition: all 0.3s;
}
.cid-u5q0I1IvEp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5q0I1IvEp .navbar .navbar-logo img {
  width: auto;
}
.cid-u5q0I1IvEp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5q0I1IvEp .navbar.collapsed {
  justify-content: center;
}
.cid-u5q0I1IvEp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5q0I1IvEp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5q0I1IvEp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u5q0I1IvEp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5q0I1IvEp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5q0I1IvEp .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-u5q0I1IvEp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5q0I1IvEp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5q0I1IvEp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5q0I1IvEp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5q0I1IvEp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5q0I1IvEp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5q0I1IvEp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5q0I1IvEp .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-u5q0I1IvEp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5q0I1IvEp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5q0I1IvEp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5q0I1IvEp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5q0I1IvEp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5q0I1IvEp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5q0I1IvEp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5q0I1IvEp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5q0I1IvEp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5q0I1IvEp .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-u5q0I1IvEp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5q0I1IvEp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5q0I1IvEp .dropdown-item.active,
.cid-u5q0I1IvEp .dropdown-item:active {
  background-color: transparent;
}
.cid-u5q0I1IvEp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5q0I1IvEp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5q0I1IvEp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5q0I1IvEp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5q0I1IvEp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5q0I1IvEp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5q0I1IvEp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5q0I1IvEp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5q0I1IvEp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5q0I1IvEp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-u5q0I1IvEp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5q0I1IvEp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5q0I1IvEp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5q0I1IvEp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5q0I1IvEp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5q0I1IvEp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5q0I1IvEp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5q0I1IvEp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5q0I1IvEp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5q0I1IvEp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5q0I1IvEp .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-u5q0I1IvEp .navbar {
    height: 70px;
  }
  .cid-u5q0I1IvEp .navbar.opened {
    height: auto;
  }
  .cid-u5q0I1IvEp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5q1sab303 {
  padding-top: 7rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f87a3a;
}
.cid-u5q1sab303 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5q1sab303 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5q1sab303 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u5q1sab303 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u5q1sab303 .container {
    padding: 0 24px;
  }
}
.cid-u5q1sab303 .row {
  justify-content: center;
}
.cid-u5q1sab303 .content-wrapper .desc-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u5q1sab303 .content-wrapper .desc-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u5q1sab303 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 16px;
  background-color: #ffffff;
  border-radius: .75rem;
}
.cid-u5q1sab303 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u5q1sab303 .mbr-section-title {
  color: #141414;
}
.cid-u5q1sab303 .mbr-text {
  color: #ffffff;
}
.cid-u5q0I4f3ww {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5q0I4f3ww .card-wrapper {
  background: #f87a3a;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
}
.cid-u5q0I4f3ww .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-u5q0I4f3ww .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-u5q0I4f3ww .row {
  justify-content: center;
}
.cid-u5q0I4f3ww .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
}
@media (max-width: 690px) {
  .cid-u5q0I4f3ww .item {
    padding-bottom: 25px;
  }
}
.cid-u5q0I4f3ww .card-text {
  color: #f5f5f7;
  text-align: center;
}
.cid-u5q0I5299V {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-u5q0I5299V .content {
    flex-wrap: nowrap;
  }
  .cid-u5q0I5299V .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-u5q0I5299V .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-u5q0I5299V .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-u5q0I5299V .content {
    flex-wrap: wrap;
  }
  .cid-u5q0I5299V .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-u5q0I5299V .section-head p {
    width: 70%;
  }
  .cid-u5q0I5299V .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-u5q0I5299V .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-u5q0I5299V .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-u5q0I5299V .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-u5q0I5299V .panel-title-edit {
  color: #28282c;
}
.cid-u5q0I5299V .panel-text {
  color: #abb2b9;
  padding: 1rem 0;
}
.cid-u5q0I5299V .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-u5q0I5299V .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-u5q0I5299V .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u5q0I5299V .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u5q0I5299V .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-u5q0I5299V .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-u5q0I5299V .mbr-text {
  color: #9b9ba5;
}
.cid-u5q0I5K7Wr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5q0I5K7Wr .card-wrapper {
  background: #f87a3a;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
}
.cid-u5q0I5K7Wr .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-u5q0I5K7Wr .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-u5q0I5K7Wr .row {
  justify-content: center;
}
.cid-u5q0I5K7Wr .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
}
@media (max-width: 690px) {
  .cid-u5q0I5K7Wr .item {
    padding-bottom: 25px;
  }
}
.cid-u5q0I5K7Wr .card-text {
  color: #f5f5f7;
  text-align: center;
}
.cid-u5q0I7mdJU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5q0I7mdJU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5q0I7mdJU .container {
  max-width: 1300px;
}
.cid-u5q0I7mdJU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5q0I7mdJU .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-u5q0I7mdJU .text-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-u5q0I7mdJU .row {
  background: #f87a3a;
}
@media (max-width: 991px) {
  .cid-u5q0I7mdJU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u5q0I7mdJU .image-wrapper {
  padding: 0;
}
.cid-u5q0I7mdJU .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u5q0I7mdJU .mbr-section-title {
  color: #ffffff;
}
.cid-u5q0I7mdJU .mbr-text,
.cid-u5q0I7mdJU .mbr-section-btn {
  color: #ffffff;
}
.cid-u5q0I7mdJU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u5q0I8hPuq {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1000px) {
  .cid-u5q0I8hPuq .content {
    flex-wrap: nowrap;
  }
  .cid-u5q0I8hPuq .section-head {
    width: 50%;
    margin-left: 3rem;
  }
  .cid-u5q0I8hPuq .section-head .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-u5q0I8hPuq .toggle-panel {
    width: 50%;
    border-top: 2px solid #dcdce0;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 999px) {
  .cid-u5q0I8hPuq .content {
    flex-wrap: wrap;
  }
  .cid-u5q0I8hPuq .section-head {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .cid-u5q0I8hPuq .section-head p {
    width: 70%;
  }
  .cid-u5q0I8hPuq .section-head .item-btn {
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cid-u5q0I8hPuq .toggle-panel {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-u5q0I8hPuq .section-head p {
    width: 100%;
  }
}
@media (max-width: 999px) and (max-width: 499px) {
  .cid-u5q0I8hPuq .section-head .item-btn {
    width: 6.5rem;
    height: 6.5rem;
    position: static;
    margin-top: -2rem;
    float: right;
  }
}
.cid-u5q0I8hPuq .panel-title-edit {
  color: #28282c;
}
.cid-u5q0I8hPuq .panel-text {
  color: #abb2b9;
  padding: 1rem 0;
}
.cid-u5q0I8hPuq .card-header {
  padding-left: 0;
  padding-bottom: 1.5rem;
  border: none;
}
.cid-u5q0I8hPuq .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-u5q0I8hPuq .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u5q0I8hPuq .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u5q0I8hPuq .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #dcdce0;
}
@media (max-width: 600px) {
  .cid-u5q0I8hPuq .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-u5q0I8hPuq .mbr-text {
  color: #9b9ba5;
}
.cid-u5q0I9122O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #f87a3a;
}
.cid-u5q0I9122O .bg-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  height: 100%;
  width: 30%;
}
.cid-u5q0I9122O .card-title {
  color: #ffffff;
}
.cid-u5q0I9122O .mbr-text,
.cid-u5q0I9122O .mbr-section-btn {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u5q0I9122O .text-wrapper {
    padding-left: 5rem;
  }
  .cid-u5q0I9122O .image-wrapper img {
    width: 650px;
    height: 615px;
    object-fit: cover;
  }
  .cid-u5q0I9122O .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-u5q0I9122O .item-btn:hover {
    color: #ffffff;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u5q0I9122O .text-wrapper {
    padding-left: 2rem;
    position: relative;
  }
  .cid-u5q0I9122O .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u5q0I9122O .item-btn {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .cid-u5q0I9122O .bg-wrapper {
    display: none;
  }
  .cid-u5q0I9122O .text-wrapper {
    text-align: center;
  }
  .cid-u5q0I9122O .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u5q0I9122O .item-btn {
    width: 7rem;
    height: 7rem;
    position: static;
  }
}
.cid-u5q0I9122O .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  .cid-u5q0I9122O .card-title {
    letter-spacing: -1px;
  }
}
.cid-u5q0I9G7mI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5q0I9G7mI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5q0I9G7mI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5q0I9G7mI .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u5q0I9G7mI .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u5q0I9G7mI .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u5q0I9G7mI .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u5q0I9G7mI .container {
    padding: 0 16px;
  }
}
.cid-u5q0I9G7mI .row {
  justify-content: center;
}
.cid-u5q0I9G7mI .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-u5q0I9G7mI .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u5q0I9G7mI .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u5q0I9G7mI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u5q0I9G7mI .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u5q0I9G7mI .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u5q0IalDqm {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5q0IalDqm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5q0IalDqm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5q0IalDqm .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u5q0IalDqm .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u5q0IalDqm .container {
    padding: 0 25px;
  }
}
.cid-u5q0IalDqm .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u5q0IalDqm .row {
    padding-top: 45px;
  }
}
.cid-u5q0IalDqm .item:hover .item-wrapper .item-img img,
.cid-u5q0IalDqm .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u5q0IalDqm .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u5q0IalDqm .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u5q0IalDqm .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u5q0IalDqm .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u5q0IalDqm .border-wrap {
  height: 2px;
  background-color: #f87a3a;
}
@media (max-width: 992px) {
  .cid-u5q0IalDqm .border-wrap {
    margin-top: 45px;
  }
}
.cid-u5q0Ib7Jhq {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5q0Ib7Jhq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5q0Ib7Jhq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5q0Ib7Jhq .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u5q0Ib7Jhq .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u5q0Ib7Jhq .container {
    padding: 0 25px;
  }
}
.cid-u5q0Ib7Jhq .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u5q0Ib7Jhq .row {
    padding-top: 45px;
  }
}
.cid-u5q0Ib7Jhq .item:hover .item-wrapper .item-img img,
.cid-u5q0Ib7Jhq .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-u5q0Ib7Jhq .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u5q0Ib7Jhq .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-u5q0Ib7Jhq .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-u5q0Ib7Jhq .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-u5q0Ib7Jhq .border-wrap {
  height: 2px;
  background-color: #f87a3a;
}
@media (max-width: 992px) {
  .cid-u5q0Ib7Jhq .border-wrap {
    margin-top: 45px;
  }
}
.cid-u5q0IbYPg4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5q0IbYPg4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5q0IbYPg4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5q0IbYPg4 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u5q0IbYPg4 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u5q0IbYPg4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u5q0IbYPg4 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u5q0IbYPg4 .container {
    padding: 0 16px;
  }
}
.cid-u5q0IbYPg4 .row {
  justify-content: center;
}
.cid-u5q0IbYPg4 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-u5q0IbYPg4 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u5q0IbYPg4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u5q0IbYPg4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u5q0IbYPg4 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u5q0IbYPg4 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u5q0IcJEYE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5q0IcJEYE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5q0IcJEYE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5q0IcJEYE .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-u5q0IcJEYE .container {
    padding: 10px 8px;
  }
}
.cid-u5q0IcJEYE .row {
  border-radius: 25px;
  background-color: #f8f8f8;
  box-shadow: inset 0 0 5rem #f87a3a;
  margin: 0;
  overflow: hidden;
  padding: 100px 32px 84px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-u5q0IcJEYE .row {
    padding: 50px 2px 34px;
  }
}
.cid-u5q0IcJEYE .card {
  padding: 0 8px;
}
.cid-u5q0IcJEYE .card:nth-child(2n) {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-u5q0IcJEYE .card:nth-child(2n) {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5q0IcJEYE .card {
    margin-bottom: 16px;
  }
}
.cid-u5q0IcJEYE .card .item {
  margin-bottom: 16px;
}
.cid-u5q0IcJEYE .card .item:last-child {
  margin-bottom: 0;
}
.cid-u5q0IcJEYE .card .item .item-wrapper {
  background-color: #ffffff;
  border-radius: 33px !important;
  height: 100%;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-u5q0IcJEYE .card .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-u5q0IcJEYE .card .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-u5q0IcJEYE .card .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 120px;
  height: 120px;
  border-radius: 25px !important;
  object-fit: cover;
}
.cid-u5q0IcJEYE .card .item .item-wrapper .item-content .card-text {
  margin-bottom: 16px;
}
.cid-u5q0IcJEYE .card .item .item-wrapper .item-content .name-wrap {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .cid-u5q0IcJEYE .card .item .item-wrapper .item-content .name-wrap {
    margin-top: 16px;
  }
}
.cid-u5q0IcJEYE .card .item .item-wrapper .item-content .name-wrap .card-name {
  margin-bottom: 0;
}
.cid-u5q0IcJEYE .card .item .item-wrapper .item-content .name-wrap .card-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-u5q0IcJEYE .card-text {
  color: #222222;
}
.cid-u5q0IcJEYE .card-name {
  color: #222222;
}
.cid-u5q0IcJEYE .card-role {
  color: #222222;
}
.cid-u5q0IdIl1W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5q0IdIl1W .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5q0IdIl1W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5q0IdIl1W .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-u5q0IdIl1W .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-u5q0IdIl1W .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u5q0IdIl1W .item-img {
    width: 100%;
  }
}
.cid-u5q0IdIl1W .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-u5q0IdIl1W .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-u5q0IdIl1W .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-u5q0IdIl1W .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-u5q0IdIl1W .card-title {
  color: #131313;
}
.cid-u5q0IdIl1W .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-u5q0IdIl1W .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 45px;
}
@media (max-width: 991px) {
  .cid-u5q0IdIl1W .list-box {
    margin-top: 24px;
    row-gap: 5px;
  }
}
.cid-u5q0IdIl1W .list-item {
  width: 100%;
}
.cid-u5q0IdIl1W .list-text {
  color: #131313;
}
.cid-u5q0IdIl1W .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-u5q0IdIl1W .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-u5q0IestbD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u5q0IestbD img,
.cid-u5q0IestbD .item-img {
  width: 100%;
}
.cid-u5q0IestbD .item:focus,
.cid-u5q0IestbD span:focus {
  outline: none;
}
.cid-u5q0IestbD .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u5q0IestbD .item-wrapper {
  position: relative;
  background: #f8f8f8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u5q0IestbD .item-wrapper .item-content {
    padding: 2rem 4rem 0;
  }
  .cid-u5q0IestbD .item-wrapper .mbr-text {
    margin-bottom: 2rem;
  }
  .cid-u5q0IestbD .item-wrapper .item-footer {
    padding: 0 4rem 2rem;
    right: -2rem;
    top: 11.6rem;
  }
  .cid-u5q0IestbD .item-wrapper .item-btn {
    width: 6.3rem;
    height: 6.3rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin: 0;
  }
  .cid-u5q0IestbD .item-wrapper .item-btn span {
    transform: rotate(45deg) scale(0.8);
    margin-top: 0.4rem;
    margin-right: 0.6rem;
    margin-left: 0.5rem;
    transition: all 0.8s;
  }
  .cid-u5q0IestbD .item-wrapper .item-btn:hover > span {
    transform: scale(0.8) rotate(90deg);
  }
}
@media (max-width: 991px) {
  .cid-u5q0IestbD .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u5q0IestbD .item-wrapper .mbr-text {
    margin-bottom: 1rem;
  }
  .cid-u5q0IestbD .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
  .cid-u5q0IestbD .item-wrapper .item-btn {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin-top: 0;
  }
  .cid-u5q0IestbD .item-wrapper .item-btn span {
    transform: rotate(45deg) scale(0.7);
    margin-top: 0.2rem;
    margin-left: 0.2rem;
    transition: all 0.8s;
  }
  .cid-u5q0IestbD .item-wrapper .item-btn:hover > span {
    transform: scale(0.7) rotate(90deg);
  }
}
@media (max-width: 767px) {
  .cid-u5q0IestbD .item-wrapper .item-btn {
    margin: 0;
    margin-left: 0.5rem;
    padding-top: 0.5rem;
  }
}
@media (max-width: 600px) {
  .cid-u5q0IestbD .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-u5q0IestbD .mbr-section-title {
  color: #f87a3a;
}
.cid-u5q0IfCEFI {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #101019;
}
.cid-u5q0IfCEFI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u5q0IfCEFI form .mbr-section-btn {
  text-align: center;
}
.cid-u5q0IfCEFI .mbr-section-subtitle {
  color: #ebeff2;
}
.cid-u5q0IfCEFI .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  padding-left: 0;
  font-size: small;
  color: rgba(225, 225, 225, 0.3);
}
.cid-u5q0IfCEFI .form-control:focus {
  background: none;
}
.cid-u5q0IfCEFI .form-control:focus::placeholder {
  color: transparent;
}
.cid-u5q0IfCEFI .btn:hover {
  color: #ebeff2;
}
@media (max-width: 600px) {
  .cid-u5q0IfCEFI .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-u5q0IfCEFI .mbr-section-title {
  color: #ffffff;
}
.cid-u5q0IgpZEV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f87a3a;
}
@media (max-width: 767px) {
  .cid-u5q0IgpZEV .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u5q0IgpZEV .media-wrap img {
  filter: invert(1);
}
.cid-u5q0IgpZEV .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u5q0IgpZEV .links {
    justify-content: center;
  }
  .cid-u5q0IgpZEV .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-u5q0IgpZEV .links {
    justify-content: flex-end;
  }
  .cid-u5q0IgpZEV .link {
    margin: 0.5rem;
  }
}
.cid-u5q0IgpZEV .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-u5q0IgpZEV .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-u5q0IgpZEV .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u5q0IgpZEV .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-u5q0IgpZEV .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-u5q0IgpZEV .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u5q0IgpZEV .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-u5q0IgpZEV .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
