.btn {
  border-width: 2px;
}
body {
  font-family: Anuphan;
}
.display-1 {
  font-family: 'Anuphan', sans-serif;
  font-size: 4.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Anuphan', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-4 {
  font-family: 'Anuphan', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Anuphan', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Anuphan', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.84rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #0d1f3a !important;
}
.bg-info {
  background-color: #ef7d27 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #d86223 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #737373 !important;
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d86223 !important;
  border-color: #d86223 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c2581f !important;
  border-color: #c2581f !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c2581f !important;
  border-color: #c2581f !important;
}
.btn-info,
.btn-info:active {
  background-color: #ef7d27 !important;
  border-color: #ef7d27 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #eb6f11 !important;
  border-color: #eb6f11 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #eb6f11 !important;
  border-color: #eb6f11 !important;
}
.btn-success,
.btn-success:active {
  background-color: #0d1f3a !important;
  border-color: #0d1f3a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #081425 !important;
  border-color: #081425 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #081425 !important;
  border-color: #081425 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #473a00 !important;
  background-color: #ffdc47 !important;
  border-color: #ffdc47 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffdc47 !important;
  border-color: #ffdc47 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d86223 !important;
  border-color: #d86223 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #c2581f !important;
  border-color: #c2581f !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c2581f !important;
  border-color: #c2581f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #6e6e6e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #161616 !important;
  border-color: #161616 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #161616 !important;
  border-color: #161616 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #d86223;
  color: #d86223;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #8d4017 !important;
  background-color: transparent !important;
  border-color: #8d4017 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d86223 !important;
  border-color: #d86223 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ef7d27;
  color: #ef7d27;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #b2540d !important;
  background-color: transparent !important;
  border-color: #b2540d !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ef7d27 !important;
  border-color: #ef7d27 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #0d1f3a;
  color: #0d1f3a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0d1f3a !important;
  border-color: #0d1f3a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: #ffd10a !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #d86223;
  color: #d86223;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #8d4017 !important;
  background-color: transparent !important;
  border-color: #8d4017 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d86223 !important;
  border-color: #d86223 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #d86223 !important;
}
.text-success {
  color: #0d1f3a !important;
}
.text-info {
  color: #ef7d27 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #d86223 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #803a15 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #a44d0c !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: #803a15 !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ef7d27;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #d86223;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #5489d9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fdefe5;
}
.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: #f7ddd0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Anuphan', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Anuphan', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #d86223 !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='%23ffffff' %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;
}
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-tBnKlLhLep {
  z-index: 1000;
  width: 100%;
}
.cid-tBnKlLhLep nav.navbar {
  position: fixed;
}
.cid-tBnKlLhLep .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-tBnKlLhLep .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tBnKlLhLep .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tBnKlLhLep .dropdown-item:hover,
.cid-tBnKlLhLep .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-tBnKlLhLep .dropdown-item:hover span {
  color: white;
}
.cid-tBnKlLhLep .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBnKlLhLep .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBnKlLhLep .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tBnKlLhLep .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBnKlLhLep .nav-link {
  position: relative;
}
.cid-tBnKlLhLep .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tBnKlLhLep .container {
    flex-wrap: nowrap;
  }
}
.cid-tBnKlLhLep .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBnKlLhLep .navbar-caption {
  font-weight: 500;
}
.cid-tBnKlLhLep .dropdown-menu,
.cid-tBnKlLhLep .navbar.opened {
  background: #fdfaf5 !important;
}
.cid-tBnKlLhLep .nav-item:focus,
.cid-tBnKlLhLep .nav-link:focus {
  outline: none;
}
.cid-tBnKlLhLep .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBnKlLhLep .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBnKlLhLep .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBnKlLhLep .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBnKlLhLep .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBnKlLhLep .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBnKlLhLep .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: #fdfaf5;
  backdrop-filter: blur(10px);
}
.cid-tBnKlLhLep .navbar.opened {
  transition: all 0.3s;
}
.cid-tBnKlLhLep .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBnKlLhLep .navbar .navbar-logo img {
  width: auto;
}
.cid-tBnKlLhLep .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBnKlLhLep .navbar.collapsed {
  justify-content: center;
}
.cid-tBnKlLhLep .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBnKlLhLep .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBnKlLhLep .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-tBnKlLhLep .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBnKlLhLep .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBnKlLhLep .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-tBnKlLhLep .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBnKlLhLep .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBnKlLhLep .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBnKlLhLep .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBnKlLhLep .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBnKlLhLep .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBnKlLhLep .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBnKlLhLep .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-tBnKlLhLep .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBnKlLhLep .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBnKlLhLep .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBnKlLhLep .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBnKlLhLep .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBnKlLhLep .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tBnKlLhLep .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tBnKlLhLep .navbar.navbar-short {
  min-height: 80px;
}
.cid-tBnKlLhLep .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBnKlLhLep .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tBnKlLhLep .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-tBnKlLhLep .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBnKlLhLep .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBnKlLhLep .dropdown-item.active,
.cid-tBnKlLhLep .dropdown-item:active {
  background-color: transparent;
}
.cid-tBnKlLhLep .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBnKlLhLep .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBnKlLhLep .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBnKlLhLep .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fdfaf5;
}
.cid-tBnKlLhLep .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBnKlLhLep .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBnKlLhLep ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBnKlLhLep .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBnKlLhLep button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBnKlLhLep button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d86223;
}
.cid-tBnKlLhLep button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBnKlLhLep button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBnKlLhLep button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBnKlLhLep button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBnKlLhLep nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBnKlLhLep nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBnKlLhLep nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBnKlLhLep nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBnKlLhLep .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tBnKlLhLep a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBnKlLhLep .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-tBnKlLhLep .navbar {
    height: 70px;
  }
  .cid-tBnKlLhLep .navbar.opened {
    height: auto;
  }
  .cid-tBnKlLhLep .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBnKlxakj0 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #fdf6e9;
}
.cid-tBnKlxakj0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBnKlxakj0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBnKlxakj0 img {
  border-radius: 2rem;
}
.cid-tBnKlxakj0 .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-tBnKlxakj0 .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #ffffff;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tBnKlxakj0 .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #d86223;
  font-size: 1.5rem;
}
.cid-tBnKlxakj0 .mbr-section-title {
  color: #0d1f3a;
}
.cid-tBnKlxakj0 .mbr-text,
.cid-tBnKlxakj0 .mbr-section-btn {
  color: #000000;
}
.cid-tBnKlxakj0 .mbr-section-subtitle,
.cid-tBnKlxakj0 .align-wrapper {
  color: #0d1f3a;
}
.cid-tBnWpAJDX3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fdf6e9;
}
.cid-tBnWpAJDX3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBnWpAJDX3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBnWpAJDX3 .card-wrapper {
  border: 3px solid #ffffff;
  padding: 3rem;
  border-radius: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tBnWpAJDX3 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tBnWpAJDX3 .card-wrapper .mbr-section-subtitle2 {
  background: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-tBnWpAJDX3 .card-wrapper .subtitle-wrap2 {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #d86223;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tBnWpAJDX3 .card-wrapper .subtitle-wrap2 .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tBnWpAJDX3 .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-tBnWpAJDX3 .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #ffffff;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tBnWpAJDX3 .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #d86223;
  font-size: 1.5rem;
}
.cid-tBnWpAJDX3 .mbr-section-title {
  color: #0d1f3a;
}
.cid-tBnWpAJDX3 .mbr-text,
.cid-tBnWpAJDX3 .mbr-section-btn {
  color: #6e6e6e;
}
.cid-tBnWpAJDX3 .mbr-section-subtitle,
.cid-tBnWpAJDX3 .align-wrapper {
  color: #0d1f3a;
}
.cid-tBnWpAJDX3 .mbr-section-subtitle3,
.cid-tBnWpAJDX3 .align-wrapper2 {
  color: #fdfaf5;
}
.cid-tBnWpAJDX3 .mbr-section-subtitle2,
.cid-tBnWpAJDX3 .align-wrapper2 {
  color: #0d1f3a;
}
.cid-tBnWpAJDX3 .mbr-section-cardtitle {
  color: #0d1f3a;
}
.cid-tBnWpAJDX3 .mbr-cardtext {
  color: #6e6e6e;
}
.cid-vq1tgOcrkF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fdf6e9;
}
.cid-vq1tgOcrkF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq1tgOcrkF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq1tgOcrkF .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-vq1tgOcrkF .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #ffffff;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-vq1tgOcrkF .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #d86223;
  font-size: 1.5rem;
}
.cid-vq1tgOcrkF .mbr-section-title {
  color: #0d1f3a;
}
.cid-vq1tgOcrkF .mbr-text,
.cid-vq1tgOcrkF .mbr-section-btn {
  color: #6e6e6e;
}
.cid-vq1tgOcrkF .mbr-section-subtitle,
.cid-vq1tgOcrkF .align-wrapper {
  color: #0d1f3a;
}
.cid-vq3DujAWYR {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #fdf6e9;
}
.cid-vq3DujAWYR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq3DujAWYR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq3DujAWYR img {
  border-radius: 2rem;
  margin-bottom: 1rem;
}
.cid-vq3DujAWYR .card-wrapper {
  border: 3px solid #ffffff;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-vq3DujAWYR .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vq3DujAWYR .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-vq3DujAWYR .mbr-section-subtitle {
  background: #ffffff;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-vq3DujAWYR .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #d86223;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-vq3DujAWYR .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-vq3DujAWYR .mbr-section-title {
  color: #0d1f3a;
}
.cid-vq3DujAWYR .mbr-text,
.cid-vq3DujAWYR .mbr-section-btn {
  color: #6e6e6e;
}
.cid-vq3DujAWYR .mbr-section-subtitle2,
.cid-vq3DujAWYR .align-wrapper {
  color: #04492e;
}
.cid-vq3DujAWYR .mbr-section-maintitle {
  text-align: center;
  color: #04492e;
}
.cid-vq3DujAWYR .mbr-section-subtitle,
.cid-vq3DujAWYR .align-wrapper {
  color: #0d1f3a;
}
.cid-vq1tO3ZctB {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fdf6e9;
}
.cid-vq1tO3ZctB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq1tO3ZctB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-vq1tO3ZctB .mbr-text,
  .cid-vq1tO3ZctB .mbr-text2 {
    max-width: 95%;
  }
}
.cid-vq1tO3ZctB .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-vq1tO3ZctB .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #ffffff;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-vq1tO3ZctB .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #d86223;
  font-size: 1.5rem;
}
.cid-vq1tO3ZctB .mbr-section-title {
  color: #0d1f3a;
}
.cid-vq1tO3ZctB .mbr-text,
.cid-vq1tO3ZctB .mbr-section-btn {
  color: #6e6e6e;
}
.cid-vq1tO3ZctB .mbr-section-subtitle,
.cid-vq1tO3ZctB .align-wrapper {
  color: #04492e;
}
.cid-vq1tO3ZctB .mbr-section-title2 {
  color: #04492e;
}
.cid-vq1tO3ZctB .mbr-text2,
.cid-vq1tO3ZctB .mbr-section-btn {
  color: #6e6e6e;
}
.cid-tBnWvXuh3N {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #d86223;
}
.cid-tBnWvXuh3N .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tBnWvXuh3N .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tBnWvXuh3N .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
}
.cid-tBnKlLhLep {
  z-index: 1000;
  width: 100%;
}
.cid-tBnKlLhLep nav.navbar {
  position: fixed;
}
.cid-tBnKlLhLep .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-tBnKlLhLep .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tBnKlLhLep .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tBnKlLhLep .dropdown-item:hover,
.cid-tBnKlLhLep .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-tBnKlLhLep .dropdown-item:hover span {
  color: white;
}
.cid-tBnKlLhLep .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBnKlLhLep .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBnKlLhLep .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tBnKlLhLep .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBnKlLhLep .nav-link {
  position: relative;
}
.cid-tBnKlLhLep .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tBnKlLhLep .container {
    flex-wrap: nowrap;
  }
}
.cid-tBnKlLhLep .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBnKlLhLep .navbar-caption {
  font-weight: 500;
}
.cid-tBnKlLhLep .dropdown-menu,
.cid-tBnKlLhLep .navbar.opened {
  background: #fdfaf5 !important;
}
.cid-tBnKlLhLep .nav-item:focus,
.cid-tBnKlLhLep .nav-link:focus {
  outline: none;
}
.cid-tBnKlLhLep .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBnKlLhLep .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBnKlLhLep .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBnKlLhLep .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBnKlLhLep .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBnKlLhLep .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBnKlLhLep .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: #fdfaf5;
  backdrop-filter: blur(10px);
}
.cid-tBnKlLhLep .navbar.opened {
  transition: all 0.3s;
}
.cid-tBnKlLhLep .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBnKlLhLep .navbar .navbar-logo img {
  width: auto;
}
.cid-tBnKlLhLep .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBnKlLhLep .navbar.collapsed {
  justify-content: center;
}
.cid-tBnKlLhLep .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBnKlLhLep .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBnKlLhLep .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-tBnKlLhLep .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBnKlLhLep .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBnKlLhLep .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-tBnKlLhLep .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBnKlLhLep .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBnKlLhLep .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBnKlLhLep .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBnKlLhLep .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBnKlLhLep .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBnKlLhLep .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBnKlLhLep .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-tBnKlLhLep .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBnKlLhLep .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBnKlLhLep .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBnKlLhLep .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBnKlLhLep .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBnKlLhLep .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tBnKlLhLep .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tBnKlLhLep .navbar.navbar-short {
  min-height: 80px;
}
.cid-tBnKlLhLep .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBnKlLhLep .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tBnKlLhLep .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-tBnKlLhLep .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBnKlLhLep .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBnKlLhLep .dropdown-item.active,
.cid-tBnKlLhLep .dropdown-item:active {
  background-color: transparent;
}
.cid-tBnKlLhLep .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBnKlLhLep .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBnKlLhLep .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBnKlLhLep .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fdfaf5;
}
.cid-tBnKlLhLep .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBnKlLhLep .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBnKlLhLep ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBnKlLhLep .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBnKlLhLep button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBnKlLhLep button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d86223;
}
.cid-tBnKlLhLep button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBnKlLhLep button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBnKlLhLep button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBnKlLhLep button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBnKlLhLep nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBnKlLhLep nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBnKlLhLep nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBnKlLhLep nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBnKlLhLep .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tBnKlLhLep a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBnKlLhLep .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-tBnKlLhLep .navbar {
    height: 70px;
  }
  .cid-tBnKlLhLep .navbar.opened {
    height: auto;
  }
  .cid-tBnKlLhLep .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vq3n5tdeUi {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #ef7d27;
}
.cid-vq3n5tdeUi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq3n5tdeUi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq3n5tdeUi .mbr-section-subtitle {
  background: #ffffff;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-vq3n5tdeUi .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #d86223;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-vq3n5tdeUi .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-vq3n5tdeUi .mbr-section-title {
  color: #ffffff;
}
.cid-vq3n5tdeUi .mbr-text,
.cid-vq3n5tdeUi .mbr-section-btn {
  color: #fafaf9;
}
.cid-vq3n5tdeUi .mbr-section-subtitle,
.cid-vq3n5tdeUi .align-wrapper {
  color: #0d1f3a;
}
.cid-vq3nljOpb8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0d1f3a;
}
.cid-vq3nljOpb8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq3nljOpb8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq3nljOpb8 .row {
  flex-direction: row-reverse;
}
.cid-vq3nljOpb8 .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-vq3nljOpb8 .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-vq3nljOpb8 .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-vq3nljOpb8 .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-vq3nljOpb8 .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-vq3nljOpb8 .text-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vq3nljOpb8 .text-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .cid-vq3nljOpb8 .text-wrapper {
    padding: 10px;
  }
}
.cid-vq3nljOpb8 .mbr-section-title {
  color: #ef7d27;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .cid-vq3nljOpb8 .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-vq3nljOpb8 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-vq3nljOpb8 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-vq3nljOpb8 .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-vq3nljOpb8 .mbr-text {
    padding-right: 0;
  }
}
.cid-vq3nljOpb8 .mbr-section-btn {
  margin-top: 10px;
}
.cid-vq3nljOpb8 .list-container {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-vq3nljOpb8 .list-container {
    margin-bottom: 20px;
  }
}
.cid-vq3nljOpb8 .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0 ;
}
.cid-vq3nljOpb8 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 15px;
}
.cid-vq3nljOpb8 .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #c4cfde;
}
.cid-vq3nljOpb8 .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-vq3nljOpb8 .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-vq3nljOpb8 .col-img {
    order: 1;
  }
}
.cid-vq3nljOpb8 .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-vq3nljOpb8 .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
}
.cid-vq3nljOpb8 .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  border-radius: 6px;
}
.cid-vq3oFcJASL {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #fdf6e9;
}
.cid-vq3oFcJASL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq3oFcJASL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq3oFcJASL .mbr-section-title {
  font-weight: 500;
  line-height: 1;
  color: #0d1f3a;
}
.cid-vq3oFcJASL .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-vq3oFcJASL .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #ffffff;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-vq3oFcJASL .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #d86223;
  font-size: 1.5rem;
}
.cid-vq3oFcJASL .mbr-text,
.cid-vq3oFcJASL .mbr-section-btn {
  color: #6e6e6e;
}
.cid-vq3oFcJASL .mbr-section-subtitle,
.cid-vq3oFcJASL .align-wrapper {
  color: #d86223;
}
.cid-vq3pllfqL6 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fdf6e9;
}
.cid-vq3pllfqL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq3pllfqL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq3pllfqL6 .card-wrapper {
  border: 3px solid #ffffff;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-vq3pllfqL6 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vq3pllfqL6 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-vq3pllfqL6 .mbr-section-subtitle {
  background: #ffffff;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-vq3pllfqL6 .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #ffffff;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-vq3pllfqL6 .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #d86223;
  font-size: 1.5rem;
}
.cid-vq3pllfqL6 .mbr-section-title {
  color: #0d1f3a;
}
.cid-vq3pllfqL6 .mbr-text,
.cid-vq3pllfqL6 .mbr-section-btn {
  color: #6e6e6e;
}
.cid-vq3pllfqL6 .mbr-section-subtitle2,
.cid-vq3pllfqL6 .align-wrapper {
  color: #04492e;
}
.cid-vq3pllfqL6 .mbr-section-maintitle {
  text-align: justify;
  color: #0d1f3a;
}
.cid-vq3pllfqL6 .mbr-section-subtitle,
.cid-vq3pllfqL6 .align-wrapper {
  color: #d86223;
}
.cid-vq3qrD8qBk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf6e9;
  overflow: hidden;
}
.cid-vq3qrD8qBk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq3qrD8qBk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq3qrD8qBk .content-wrapper {
  position: relative;
  margin: 0;
}
.cid-vq3qrD8qBk .content-wrapper .content {
  padding: 0;
}
.cid-vq3qrD8qBk .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #ef7d27;
  pointer-events: none;
  padding: 0;
  top: -500%;
}
.cid-vq3qrD8qBk .content-wrapper .border_1 {
  left: 0;
}
.cid-vq3qrD8qBk .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-vq3qrD8qBk .content-wrapper .border_2 {
    display: none;
  }
}
.cid-vq3qrD8qBk .content-wrapper .border_3 {
  left: 50%;
}
.cid-vq3qrD8qBk .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-vq3qrD8qBk .content-wrapper .border_4 {
    display: none;
  }
}
.cid-vq3qrD8qBk .content-wrapper .border_5 {
  left: 100%;
}
.cid-vq3qrD8qBk .content-wrap {
  position: relative;
  z-index: 1;
  margin: 0 0 80px 0;
}
@media (max-width: 992px) {
  .cid-vq3qrD8qBk .content-wrap {
    margin: 0 0 40px 0;
  }
}
.cid-vq3qrD8qBk .content-wrap .card {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vq3qrD8qBk .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vq3qrD8qBk .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  background-color: #e1e1e1;
  padding: 7px 14px 6px;
}
.cid-vq3qrD8qBk .label-wrapper .label-wrap .marker-wrap {
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 100%;
  background-color: #d63614;
}
.cid-vq3qrD8qBk .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vq3qrD8qBk .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vq3qrD8qBk .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vq3qrD8qBk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vq3qrD8qBk .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vq3qrD8qBk .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vq3qrD8qBk .items-wrapper {
  position: relative;
  margin: 0;
}
.cid-vq3qrD8qBk .items-wrapper .item {
  padding: 0;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-vq3qrD8qBk .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vq3qrD8qBk .items-wrapper .item:nth-child(2n) {
  padding-top: 160px;
}
@media (max-width: 1440px) {
  .cid-vq3qrD8qBk .items-wrapper .item:nth-child(2n) {
    padding-top: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vq3qrD8qBk .items-wrapper .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-vq3qrD8qBk .items-wrapper .item .item-wrapper {
  height: 100%;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-vq3qrD8qBk .items-wrapper .item .item-wrapper {
    padding-right: 0;
  }
}
.cid-vq3qrD8qBk .items-wrapper .item .item-wrapper .frame-wrapper {
  display: flex;
  margin-bottom: -1px;
  will-change: transform;
  position: relative;
  z-index: 1;
}
.cid-vq3qrD8qBk .items-wrapper .item .item-wrapper .frame-wrapper .cross-section {
  width: 24px;
  height: 24px;
}
.cid-vq3qrD8qBk .items-wrapper .item .item-wrapper .frame-wrapper .cross_1 {
  background-image: linear-gradient(135deg, transparent 45%, #ffffff 45%);
}
.cid-vq3qrD8qBk .items-wrapper .item .item-wrapper .frame-wrapper .cross_2 {
  background-image: linear-gradient(225deg, transparent 45%, #ffffff 45%);
}
.cid-vq3qrD8qBk .items-wrapper .item .item-wrapper .frame-wrapper .cross_3 {
  background-image: linear-gradient(315deg, transparent 45%, #ffffff 45%);
}
.cid-vq3qrD8qBk .items-wrapper .item .item-wrapper .frame-wrapper .frame-wrap {
  width: 100%;
  background-color: #ffffff;
  margin: 0 -1px;
}
.cid-vq3qrD8qBk .items-wrapper .item .item-wrapper .frame_2 {
  margin-top: -1px;
  margin-bottom: 0;
}
.cid-vq3qrD8qBk .items-wrapper .item .item-wrapper .frame_2 .frame-wrap {
  margin: 0 -1px 0 0;
}
.cid-vq3qrD8qBk .items-wrapper .item .item-wrapper .card-box {
  background-color: #ffffff;
  padding: 1px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
  will-change: transform;
}
@media (max-width: 992px) {
  .cid-vq3qrD8qBk .items-wrapper .item .item-wrapper .card-box {
    min-height: auto;
  }
}
.cid-vq3qrD8qBk .items-wrapper .item .item-wrapper .card-box .card-label-wrapper {
  margin-bottom: 20px;
}
.cid-vq3qrD8qBk .items-wrapper .item .item-wrapper .card-box .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  gap: 12px;
  align-items: center;
}
.cid-vq3qrD8qBk .items-wrapper .item .item-wrapper .card-box .card-label-wrapper .card-label-wrap .marker-wrap {
  width: 12px;
  height: 12px;
  min-width: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #d63614;
}
.cid-vq3qrD8qBk .items-wrapper .item .item-wrapper .card-box .card-label-wrapper .card-label-wrap .marker-wrap .circle-wrap {
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}
.cid-vq3qrD8qBk .items-wrapper .item .item-wrapper .card-box .card-label-wrapper .card-label-wrap .item-label {
  margin-bottom: 0;
}
.cid-vq3qrD8qBk .items-wrapper .item .item-wrapper .card-box .item-content .item-number {
  margin-bottom: 6px;
}
.cid-vq3qrD8qBk .items-wrapper .item .item-wrapper .card-box .item-content .item-title {
  margin-bottom: 22px;
}
.cid-vq3qrD8qBk .items-wrapper .item .item-wrapper .card-box .item-content .text-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid #e1e1e1;
  padding-top: 22px;
}
.cid-vq3qrD8qBk .items-wrapper .item .item-wrapper .card-box .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-vq3qrD8qBk .items-wrapper .item .item-wrapper .card-box .item-content .text-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 40px;
}
.cid-vq3qrD8qBk .mbr-label {
  color: #686868;
}
.cid-vq3qrD8qBk .mbr-section-title {
  color: #080a10;
}
.cid-vq3qrD8qBk .mbr-section-subtitle {
  color: #5e5e5e;
}
.cid-vq3qrD8qBk .mbr-text {
  color: #686868;
}
.cid-vq3qrD8qBk .item-label {
  color: #686868;
}
.cid-vq3qrD8qBk .item-number {
  color: #080a10;
}
.cid-vq3qrD8qBk .item-title {
  color: #686868;
}
.cid-vq3qrD8qBk .item-text {
  color: #5e5e5e;
}
.cid-tBnWvXuh3N {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #d86223;
}
.cid-tBnWvXuh3N .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tBnWvXuh3N .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tBnWvXuh3N .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
}
.cid-tBnKlLhLep {
  z-index: 1000;
  width: 100%;
}
.cid-tBnKlLhLep nav.navbar {
  position: fixed;
}
.cid-tBnKlLhLep .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-tBnKlLhLep .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tBnKlLhLep .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tBnKlLhLep .dropdown-item:hover,
.cid-tBnKlLhLep .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-tBnKlLhLep .dropdown-item:hover span {
  color: white;
}
.cid-tBnKlLhLep .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBnKlLhLep .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBnKlLhLep .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tBnKlLhLep .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBnKlLhLep .nav-link {
  position: relative;
}
.cid-tBnKlLhLep .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tBnKlLhLep .container {
    flex-wrap: nowrap;
  }
}
.cid-tBnKlLhLep .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBnKlLhLep .navbar-caption {
  font-weight: 500;
}
.cid-tBnKlLhLep .dropdown-menu,
.cid-tBnKlLhLep .navbar.opened {
  background: #fdfaf5 !important;
}
.cid-tBnKlLhLep .nav-item:focus,
.cid-tBnKlLhLep .nav-link:focus {
  outline: none;
}
.cid-tBnKlLhLep .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBnKlLhLep .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBnKlLhLep .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBnKlLhLep .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBnKlLhLep .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBnKlLhLep .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBnKlLhLep .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: #fdfaf5;
  backdrop-filter: blur(10px);
}
.cid-tBnKlLhLep .navbar.opened {
  transition: all 0.3s;
}
.cid-tBnKlLhLep .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBnKlLhLep .navbar .navbar-logo img {
  width: auto;
}
.cid-tBnKlLhLep .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBnKlLhLep .navbar.collapsed {
  justify-content: center;
}
.cid-tBnKlLhLep .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBnKlLhLep .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBnKlLhLep .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-tBnKlLhLep .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBnKlLhLep .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBnKlLhLep .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-tBnKlLhLep .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBnKlLhLep .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBnKlLhLep .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBnKlLhLep .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBnKlLhLep .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBnKlLhLep .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBnKlLhLep .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBnKlLhLep .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-tBnKlLhLep .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBnKlLhLep .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBnKlLhLep .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBnKlLhLep .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBnKlLhLep .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBnKlLhLep .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tBnKlLhLep .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tBnKlLhLep .navbar.navbar-short {
  min-height: 80px;
}
.cid-tBnKlLhLep .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBnKlLhLep .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tBnKlLhLep .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-tBnKlLhLep .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBnKlLhLep .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBnKlLhLep .dropdown-item.active,
.cid-tBnKlLhLep .dropdown-item:active {
  background-color: transparent;
}
.cid-tBnKlLhLep .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBnKlLhLep .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBnKlLhLep .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBnKlLhLep .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fdfaf5;
}
.cid-tBnKlLhLep .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBnKlLhLep .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBnKlLhLep ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBnKlLhLep .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBnKlLhLep button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBnKlLhLep button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d86223;
}
.cid-tBnKlLhLep button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBnKlLhLep button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBnKlLhLep button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBnKlLhLep button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBnKlLhLep nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBnKlLhLep nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBnKlLhLep nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBnKlLhLep nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBnKlLhLep .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tBnKlLhLep a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBnKlLhLep .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-tBnKlLhLep .navbar {
    height: 70px;
  }
  .cid-tBnKlLhLep .navbar.opened {
    height: auto;
  }
  .cid-tBnKlLhLep .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vq3vLvxCz6 {
  padding-top: 13rem;
  padding-bottom: 7rem;
  background-color: #fafaf9;
}
.cid-vq3vLvxCz6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq3vLvxCz6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq3vLvxCz6 .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-vq3vLvxCz6 .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #ffffff;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-vq3vLvxCz6 .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #d86223;
  font-size: 1.5rem;
}
.cid-vq3vLvxCz6 .mbr-section-title {
  color: #0d1f3a;
  text-align: center;
}
.cid-vq3vLvxCz6 .mbr-text,
.cid-vq3vLvxCz6 .mbr-section-btn {
  color: #6e6e6e;
}
.cid-vq3vLvxCz6 .mbr-section-subtitle,
.cid-vq3vLvxCz6 .align-wrapper {
  color: #0d1f3a;
  text-align: left;
}
.cid-vq3wmbBEXY {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fdf6e9;
}
.cid-vq3wmbBEXY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq3wmbBEXY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq3wmbBEXY img {
  border-radius: 2rem;
}
.cid-vq3wmbBEXY .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-vq3wmbBEXY .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #ffffff;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-vq3wmbBEXY .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #d86223;
  font-size: 1.5rem;
}
.cid-vq3wmbBEXY .mbr-section-title {
  color: #0d1f3a;
}
.cid-vq3wmbBEXY .mbr-text,
.cid-vq3wmbBEXY .mbr-section-btn {
  color: #6e6e6e;
}
.cid-vq3wmbBEXY .mbr-section-subtitle,
.cid-vq3wmbBEXY .align-wrapper {
  color: #0d1f3a;
}
.cid-vq3wmbBEXY .table {
  width: 100%;
  max-width: 100%;
}
.cid-vq3wmbBEXY .table-responsive {
  overflow-x: auto;
}
.cid-vq3wmbBEXY .table.mbr-fonts-style {
  font-family: inherit;
}
.cid-vq3y9ZfH83 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #fdf6e9;
}
.cid-vq3y9ZfH83 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq3y9ZfH83 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq3y9ZfH83 img {
  border-radius: 2rem;
}
.cid-vq3y9ZfH83 .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-vq3y9ZfH83 .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #ffffff;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-vq3y9ZfH83 .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #d86223;
  font-size: 1.5rem;
}
.cid-vq3y9ZfH83 .mbr-section-title {
  color: #0d1f3a;
}
.cid-vq3y9ZfH83 .mbr-text,
.cid-vq3y9ZfH83 .mbr-section-btn {
  color: #6e6e6e;
}
.cid-vq3y9ZfH83 .mbr-section-subtitle,
.cid-vq3y9ZfH83 .align-wrapper {
  color: #0d1f3a;
}
.cid-vq3yunAuC3 {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #fdf6e9;
}
.cid-vq3yunAuC3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq3yunAuC3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq3yunAuC3 .card-wrapper {
  border: 3px solid #ffffff;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-vq3yunAuC3 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vq3yunAuC3 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-vq3yunAuC3 .mbr-section-subtitle {
  background: #ffffff;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-vq3yunAuC3 .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #d86223;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-vq3yunAuC3 .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-vq3yunAuC3 .mbr-section-title {
  color: #0d1f3a;
}
.cid-vq3yunAuC3 .mbr-text,
.cid-vq3yunAuC3 .mbr-section-btn {
  color: #6e6e6e;
}
.cid-vq3yunAuC3 .mbr-section-subtitle2,
.cid-vq3yunAuC3 .align-wrapper {
  color: #04492e;
}
.cid-vq3yunAuC3 .mbr-section-maintitle {
  text-align: center;
  color: #04492e;
}
.cid-vq3zhCInpx {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #fdf6e9;
}
.cid-vq3zhCInpx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq3zhCInpx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq3zhCInpx img {
  border-radius: 2rem;
}
.cid-vq3zhCInpx .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-vq3zhCInpx .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #ffffff;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-vq3zhCInpx .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #d86223;
  font-size: 1.5rem;
}
.cid-vq3zhCInpx .mbr-section-title {
  color: #0d1f3a;
}
.cid-vq3zhCInpx .mbr-text,
.cid-vq3zhCInpx .mbr-section-btn {
  color: #6e6e6e;
}
.cid-vq3zhCInpx .mbr-section-subtitle,
.cid-vq3zhCInpx .align-wrapper {
  color: #0d1f3a;
}
.cid-vq3DcZmAhw {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #fdf6e9;
}
.cid-vq3DcZmAhw .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-vq3DcZmAhw .panel-group {
  border: none;
}
.cid-vq3DcZmAhw .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vq3DcZmAhw .card-header {
    padding: 0rem;
  }
}
.cid-vq3DcZmAhw .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-vq3DcZmAhw .img-col {
  padding: 0;
}
.cid-vq3DcZmAhw .img-item {
  height: 100%;
}
.cid-vq3DcZmAhw img {
  height: 100%;
  object-fit: cover;
}
.cid-vq3DcZmAhw .collapsed span {
  transform: rotate(0deg);
}
.cid-vq3DcZmAhw .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vq3DcZmAhw p {
  margin-bottom: 0.3rem;
}
.cid-vq3DcZmAhw .panel-title-edit {
  color: #000000;
}
.cid-vq3DcZmAhw .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-vq3DcZmAhw .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vq3DcZmAhw .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vq3DcZmAhw .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-vq3DcZmAhw .panel-text {
  color: #000000;
}
.cid-vq3DcZmAhw .mbr-section-title {
  text-align: center;
  color: #0d1f3a;
}
.cid-vq3DcZmAhw .mbr-section-subtitle {
  color: #0d1f3a;
  text-align: center;
}
.cid-vq3DcZmAhw .panel-title-edit,
.cid-vq3DcZmAhw .mbr-iconfont {
  color: #000000;
}
.cid-tBnWvXuh3N {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #d86223;
}
.cid-tBnWvXuh3N .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tBnWvXuh3N .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tBnWvXuh3N .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
}
.cid-vq3HEf154Z {
  z-index: 1000;
  width: 100%;
}
.cid-vq3HEf154Z nav.navbar {
  position: fixed;
}
.cid-vq3HEf154Z .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-vq3HEf154Z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vq3HEf154Z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vq3HEf154Z .dropdown-item:hover,
.cid-vq3HEf154Z .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-vq3HEf154Z .dropdown-item:hover span {
  color: white;
}
.cid-vq3HEf154Z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vq3HEf154Z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vq3HEf154Z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vq3HEf154Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vq3HEf154Z .nav-link {
  position: relative;
}
.cid-vq3HEf154Z .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vq3HEf154Z .container {
    flex-wrap: nowrap;
  }
}
.cid-vq3HEf154Z .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vq3HEf154Z .navbar-caption {
  font-weight: 500;
}
.cid-vq3HEf154Z .dropdown-menu,
.cid-vq3HEf154Z .navbar.opened {
  background: #fdfaf5 !important;
}
.cid-vq3HEf154Z .nav-item:focus,
.cid-vq3HEf154Z .nav-link:focus {
  outline: none;
}
.cid-vq3HEf154Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vq3HEf154Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vq3HEf154Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vq3HEf154Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vq3HEf154Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vq3HEf154Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vq3HEf154Z .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: #fdfaf5;
  backdrop-filter: blur(10px);
}
.cid-vq3HEf154Z .navbar.opened {
  transition: all 0.3s;
}
.cid-vq3HEf154Z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vq3HEf154Z .navbar .navbar-logo img {
  width: auto;
}
.cid-vq3HEf154Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vq3HEf154Z .navbar.collapsed {
  justify-content: center;
}
.cid-vq3HEf154Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vq3HEf154Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vq3HEf154Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-vq3HEf154Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vq3HEf154Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vq3HEf154Z .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-vq3HEf154Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vq3HEf154Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vq3HEf154Z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vq3HEf154Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vq3HEf154Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vq3HEf154Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vq3HEf154Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vq3HEf154Z .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-vq3HEf154Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vq3HEf154Z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vq3HEf154Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vq3HEf154Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vq3HEf154Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vq3HEf154Z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vq3HEf154Z .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vq3HEf154Z .navbar.navbar-short {
  min-height: 80px;
}
.cid-vq3HEf154Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vq3HEf154Z .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-vq3HEf154Z .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-vq3HEf154Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vq3HEf154Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vq3HEf154Z .dropdown-item.active,
.cid-vq3HEf154Z .dropdown-item:active {
  background-color: transparent;
}
.cid-vq3HEf154Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vq3HEf154Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vq3HEf154Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vq3HEf154Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fdfaf5;
}
.cid-vq3HEf154Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vq3HEf154Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vq3HEf154Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vq3HEf154Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vq3HEf154Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vq3HEf154Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d86223;
}
.cid-vq3HEf154Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vq3HEf154Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vq3HEf154Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vq3HEf154Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vq3HEf154Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vq3HEf154Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vq3HEf154Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vq3HEf154Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vq3HEf154Z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vq3HEf154Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vq3HEf154Z .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-vq3HEf154Z .navbar {
    height: 70px;
  }
  .cid-vq3HEf154Z .navbar.opened {
    height: auto;
  }
  .cid-vq3HEf154Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vq3HEh9OLk {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #fdf6e9;
}
.cid-vq3HEh9OLk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq3HEh9OLk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq3HEh9OLk img {
  border-radius: 2rem;
}
.cid-vq3HEh9OLk .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-vq3HEh9OLk .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #ffffff;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-vq3HEh9OLk .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #d86223;
  font-size: 1.5rem;
}
.cid-vq3HEh9OLk .mbr-section-title {
  color: #0d1f3a;
}
.cid-vq3HEh9OLk .mbr-text,
.cid-vq3HEh9OLk .mbr-section-btn {
  color: #6e6e6e;
}
.cid-vq3HEh9OLk .mbr-section-subtitle,
.cid-vq3HEh9OLk .align-wrapper {
  color: #0d1f3a;
}
.cid-vq3HEhQpPN {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fdf6e9;
}
.cid-vq3HEhQpPN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq3HEhQpPN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq3HEhQpPN .card-wrapper {
  border: 3px solid #ffffff;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-vq3HEhQpPN .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vq3HEhQpPN .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-vq3HEhQpPN .mbr-section-subtitle {
  background: #ffffff;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-vq3HEhQpPN .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #d86223;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-vq3HEhQpPN .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-vq3HEhQpPN .mbr-section-title {
  color: #0d1f3a;
}
.cid-vq3HEhQpPN .mbr-text,
.cid-vq3HEhQpPN .mbr-section-btn {
  color: #0d1f3a;
}
.cid-vq3HEhQpPN .mbr-section-subtitle2,
.cid-vq3HEhQpPN .align-wrapper {
  color: #04492e;
}
.cid-vq3HEhQpPN .mbr-section-maintitle {
  text-align: center;
  color: #04492e;
}
.cid-vq3Kj7AniP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf6e9;
}
.cid-vq3Kj7AniP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq3Kj7AniP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq3Kj7AniP .mbr-text {
  color: #000000;
}
.cid-vq3Kj7AniP .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-vq3Kj7AniP .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-vq3Kj7AniP .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vq3Kj7AniP .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-vq3Kj7AniP .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vq3Kj7AniP .main-button {
    margin-bottom: 2rem;
  }
}
.cid-vq3Kj7AniP .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vq3Kj7AniP .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vq3Kj7AniP .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d86223;
  background-color: #d86223;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vq3Kj7AniP .mbr-text UL {
  text-align: left;
}
.cid-vq3Kj7AniP .mbr-section-subtitle,
.cid-vq3Kj7AniP .main-button {
  color: #000000;
}
.cid-vq3Kj7AniP .mbr-section-title {
  color: #0d1f3a;
}
.cid-vq3HEjW1en {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #d86223;
}
.cid-vq3HEjW1en .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vq3HEjW1en .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-vq3HEjW1en .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
}
