.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Blinker', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Blinker', sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Blinker', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Blinker', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Blinker', 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: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff8a00 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #6e8c8e !important;
}
.bg-warning {
  background-color: #111100 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff8a00 !important;
  border-color: #ff8a00 !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: #a85b00 !important;
  border-color: #a85b00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a85b00 !important;
  border-color: #a85b00 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !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: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #6e8c8e !important;
  border-color: #6e8c8e !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: #485c5d !important;
  border-color: #485c5d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #485c5d !important;
  border-color: #485c5d !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: #111100 !important;
  border-color: #111100 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff8a00;
  color: #ff8a00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a85b00 !important;
  background-color: transparent!important;
  border-color: #a85b00 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8a00 !important;
  border-color: #ff8a00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #6e8c8e;
  color: #6e8c8e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #485c5d !important;
  background-color: transparent!important;
  border-color: #485c5d !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6e8c8e !important;
  border-color: #6e8c8e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #111100;
  color: #111100;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #111100 !important;
  border-color: #111100 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #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: #ff8a00 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #6e8c8e !important;
}
.text-warning {
  color: #111100 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #995300 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !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: #415355 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff8a00;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6e8c8e;
}
.alert-warning {
  background-color: #111100;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff8a00;
  border-color: #ff8a00;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff8a00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffe8cc;
}
.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: #b5c5c6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffff77;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Blinker', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff8a00 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Blinker', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ff8a00;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff8a00;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff8a00;
}
.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: #ff8a00;
  border-bottom-color: #ff8a00;
}
.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: #ff8a00 !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: #ff6666 !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='%23ff8a00' %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-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #ff8a00 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8a00;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoNH7pnnBA {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uoNH7pnnBA .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uoNH7pnnBA .mbr-text {
  color: #ff8a00;
}
.cid-unbA1ypP3c {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/13-596x500.webp");
}
.cid-unbA1ypP3c .mbr-fallback-image.disabled {
  display: none;
}
.cid-unbA1ypP3c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unbA1ypP3c .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-unbA1ypP3c .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unbA1ypP3c .row {
  flex-direction: row-reverse;
}
.cid-unbA1ypP3c img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-unbA1ypP3c .text-wrapper {
    padding: 2rem;
  }
}
.cid-unbA1ypP3c .mbr-section-title {
  color: #ff8a00;
  text-align: center;
}
.cid-unbA1ypP3c .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uoNLyM0fWR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoNLyM0fWR .mbr-text {
  text-align: center;
}
.cid-upgzztcYbS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uoNC8wxdML {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoNC8wxdML .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uoNC8wxdML .mbr-text {
  color: #ff8a00;
}
.cid-sFzz5E692j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sFzz5E692j .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzz5E692j .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sFzz5E692j .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sFzz5E692j .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzz5E692j .mbr-section-title {
  color: #ff8a00;
  text-align: center;
}
.cid-sFzz5E692j .mbr-text,
.cid-sFzz5E692j .mbr-section-btn {
  text-align: center;
}
.cid-upgzAB7iWQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uoNC9i86B6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoNC9i86B6 .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uoNC9i86B6 .mbr-text {
  color: #ff8a00;
}
.cid-umOrdo8VEl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-umOrdo8VEl .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-umOrdo8VEl .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-umOrdo8VEl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-umOrdo8VEl .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-umOrdo8VEl .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-umOrdo8VEl .mbr-section-title {
  color: #ff8a00;
  text-align: center;
}
.cid-umOrdo8VEl .mbr-text,
.cid-umOrdo8VEl .mbr-section-btn {
  text-align: center;
}
.cid-upgzBBnsDP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uoNCbk5h7N {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoNCbk5h7N .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uoNCbk5h7N .mbr-text {
  color: #ff8a00;
}
.cid-uoNniHrwYY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uoNniHrwYY img,
.cid-uoNniHrwYY .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uoNniHrwYY img,
  .cid-uoNniHrwYY .item-img {
    max-height: 300px;
  }
}
.cid-uoNniHrwYY .item:focus,
.cid-uoNniHrwYY span:focus {
  outline: none;
}
.cid-uoNniHrwYY .item-wrapper {
  position: relative;
}
.cid-uoNniHrwYY .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uoNniHrwYY .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uoNniHrwYY .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uoNniHrwYY .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-uoNniHrwYY .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uoNniHrwYY .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uoNniHrwYY .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-uoNniHrwYY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uoNniHrwYY .mbr-section-title {
  color: #ff8a00;
}
.cid-uoNniHrwYY .mbr-text,
.cid-uoNniHrwYY .mbr-section-btn {
  text-align: center;
}
.cid-uoNniHrwYY .item-title {
  text-align: center;
  color: #6e8c8e;
}
.cid-uoNniHrwYY .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uoNniHrwYY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uoNniHrwYY .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uoNniHrwYY .embla__button--next,
.cid-uoNniHrwYY .embla__button--prev {
  display: flex;
}
.cid-uoNniHrwYY .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-uoNniHrwYY .embla__button {
    display: none;
  }
}
.cid-uoNniHrwYY .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uoNniHrwYY .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uoNniHrwYY .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uoNniHrwYY .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uoNniHrwYY .embla__button {
    top: auto;
  }
}
.cid-uoNniHrwYY .embla {
  position: relative;
  width: 100%;
}
.cid-uoNniHrwYY .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uoNniHrwYY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uoNniHrwYY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uoNniHrwYY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uoNniHrwYY .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uoNniHrwYY .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uoNniHrwYY .content-head {
  max-width: 800px;
}
.cid-uoNCdMOcbx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoNCdMOcbx .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uoNCdMOcbx .mbr-text {
  color: #ff8a00;
}
.cid-uoNJ3MNXpV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoNJ3MNXpV .mbr-text {
  text-align: center;
}
.cid-umUyksgGtA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-umUyksgGtA img,
.cid-umUyksgGtA .item-img {
  width: 100%;
}
.cid-umUyksgGtA .item:focus,
.cid-umUyksgGtA span:focus {
  outline: none;
}
.cid-umUyksgGtA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-umUyksgGtA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-umUyksgGtA .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umUyksgGtA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-umUyksgGtA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-umUyksgGtA .mbr-section-title {
  color: #ff8a00;
}
.cid-umUyksgGtA .mbr-text,
.cid-umUyksgGtA .mbr-section-btn {
  text-align: center;
}
.cid-umUyksgGtA .item-title {
  text-align: center;
}
.cid-umUyksgGtA .item-subtitle {
  text-align: center;
}
.cid-upgzDuxGNn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uoNCf8dHA8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoNCf8dHA8 .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uoNCf8dHA8 .mbr-text {
  color: #ff8a00;
}
.cid-uoNA2up2IE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uoNA2up2IE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoNA2up2IE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoNA2up2IE .mbr-section-title {
  color: #ff8a00;
}
.cid-umUGC08cYD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-umUGC08cYD .mbr-fallback-image.disabled {
  display: none;
}
.cid-umUGC08cYD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-umUGC08cYD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umUGC08cYD .row {
  flex-direction: row-reverse;
}
.cid-umUGC08cYD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-umUGC08cYD .text-wrapper {
    padding: 2rem;
  }
}
.cid-umUGC08cYD .mbr-section-title {
  color: #ff8a00;
}
.cid-umUGC08cYD .mbr-text {
  text-align: center;
}
.cid-umOsmrg5CN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-umOsmrg5CN img {
  width: 120px;
  margin: auto;
}
.cid-umOsmrg5CN .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-umOsmrg5CN .card {
    max-width: 12.5%;
  }
}
.cid-upgzExikcb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uoNCgnbPLI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoNCgnbPLI .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uoNCgnbPLI .mbr-text {
  color: #ff8a00;
}
.cid-uoN6ekKoU6 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uoN6ekKoU6 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uoN6ekKoU6 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uoN6ekKoU6 .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoN6ekKoU6 .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uoN6ekKoU6 .card-title,
.cid-uoN6ekKoU6 .iconfont-wrapper {
  color: #000000;
}
.cid-uoN6ekKoU6 .card-text {
  color: #000000;
  text-align: left;
}
.cid-uoN6ekKoU6 .content-head {
  max-width: 800px;
}
.cid-uoN6ekKoU6 .mbr-section-title {
  color: #ff8a00;
}
.cid-uoN6ekKoU6 .card-title,
.cid-uoN6ekKoU6 .img-wrapper {
  text-align: center;
}
.cid-uoN6ekKoU6 .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uoNChDtNmC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoNChDtNmC .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uoNChDtNmC .mbr-text {
  color: #ff8a00;
}
.cid-uoNJ674ak2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoNJ674ak2 .mbr-text {
  text-align: center;
}
.cid-sFAw7z51L3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sFAw7z51L3 img {
  width: 120px;
  margin: auto;
}
.cid-sFAw7z51L3 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sFAw7z51L3 .card {
    max-width: 12.5%;
  }
}
.cid-sFAw7z51L3 .mbr-section-subtitle {
  color: #353535;
}
.cid-sFAw7z51L3 .mbr-section-title {
  color: #ff8a00;
}
.cid-uoNCitpV84 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uoNCitpV84 .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uoNCitpV84 .mbr-text {
  color: #ff8a00;
}
.cid-untpfBGxVm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-untpfBGxVm .mbr-fallback-image.disabled {
  display: none;
}
.cid-untpfBGxVm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untpfBGxVm .mbr-section-title {
  text-align: center;
  color: #ff8a00;
}
.cid-untpfBGxVm .mbr-section-subtitle {
  text-align: center;
}
.cid-untpeqTYxt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-untpeqTYxt .mbr-fallback-image.disabled {
  display: none;
}
.cid-untpeqTYxt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-untpeqTYxt .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ff8a00;
  margin-bottom: 2rem;
}
.cid-untpeqTYxt .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-upxjwgOMNS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-upxjwgOMNS .mbr-fallback-image.disabled {
  display: none;
}
.cid-upxjwgOMNS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upxjwgOMNS .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-upxjwgOMNS .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-upxjwgOMNS .text-content {
    max-width: none;
  }
}
.cid-upxjwgOMNS .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ff8a00;
  border: 2px solid #ff8a00;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-upxjwgOMNS .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-upxjwgOMNS .mbr-iconfont-social:hover {
  background-color: #ff8a00;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-upxjwgOMNS .icons {
    justify-content: center !important;
  }
  .cid-upxjwgOMNS .text-content * {
    text-align: center;
  }
}
.cid-upheTingy9 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #6e8c8e;
}
.cid-upheTingy9 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-upheTingy9 .social-row .soc-item {
  margin: 8px;
}
.cid-upheTingy9 .social-row .soc-item a:hover .mbr-iconfont,
.cid-upheTingy9 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #fafafa;
}
.cid-upheTingy9 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #ff8a00;
  transition: all 0.3s ease-in-out;
}
.cid-upheTingy9 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-upheTingy9 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-upheTingy9 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-upheTingy9 .header-menu li p {
  margin: 0;
}
.cid-upheTingy9 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-upheTingy9 .mbr-section-title {
  color: #ffffff;
}
.cid-upbisbZPi6 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upbisbZPi6 .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upbisbZPi6 .mbr-text {
  color: #ff8a00;
}
.cid-ungJllBe4Q {
  z-index: 1000;
  width: 100%;
}
.cid-ungJllBe4Q nav.navbar {
  position: fixed;
}
.cid-ungJllBe4Q .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-ungJllBe4Q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ungJllBe4Q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ungJllBe4Q .dropdown-item:hover,
.cid-ungJllBe4Q .dropdown-item:focus {
  background: #ff8a00 !important;
  color: white !important;
}
.cid-ungJllBe4Q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ungJllBe4Q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ungJllBe4Q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ungJllBe4Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ungJllBe4Q .nav-link {
  position: relative;
}
.cid-ungJllBe4Q .container {
  display: flex;
  margin: auto;
}
.cid-ungJllBe4Q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ungJllBe4Q .dropdown-menu,
.cid-ungJllBe4Q .navbar.opened {
  background: #fafafa !important;
}
.cid-ungJllBe4Q .nav-item:focus,
.cid-ungJllBe4Q .nav-link:focus {
  outline: none;
}
.cid-ungJllBe4Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ungJllBe4Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ungJllBe4Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ungJllBe4Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ungJllBe4Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ungJllBe4Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ungJllBe4Q .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-ungJllBe4Q .navbar.opened {
  transition: all 0.3s;
}
.cid-ungJllBe4Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ungJllBe4Q .navbar .navbar-logo img {
  width: auto;
}
.cid-ungJllBe4Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ungJllBe4Q .navbar.collapsed {
  justify-content: center;
}
.cid-ungJllBe4Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ungJllBe4Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ungJllBe4Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ungJllBe4Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ungJllBe4Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ungJllBe4Q .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-ungJllBe4Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ungJllBe4Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ungJllBe4Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ungJllBe4Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ungJllBe4Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ungJllBe4Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ungJllBe4Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ungJllBe4Q .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-ungJllBe4Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ungJllBe4Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ungJllBe4Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ungJllBe4Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ungJllBe4Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ungJllBe4Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ungJllBe4Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-ungJllBe4Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ungJllBe4Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ungJllBe4Q .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-ungJllBe4Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ungJllBe4Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ungJllBe4Q .dropdown-item.active,
.cid-ungJllBe4Q .dropdown-item:active {
  background-color: transparent;
}
.cid-ungJllBe4Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ungJllBe4Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ungJllBe4Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ungJllBe4Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-ungJllBe4Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ungJllBe4Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ungJllBe4Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ungJllBe4Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ungJllBe4Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ungJllBe4Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8a00;
}
.cid-ungJllBe4Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ungJllBe4Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ungJllBe4Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ungJllBe4Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ungJllBe4Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ungJllBe4Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ungJllBe4Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ungJllBe4Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ungJllBe4Q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ungJllBe4Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ungJllBe4Q .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-ungJllBe4Q .navbar {
    height: 70px;
  }
  .cid-ungJllBe4Q .navbar.opened {
    height: auto;
  }
  .cid-ungJllBe4Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ungJlnKBlp {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/6-1880x1576.webp");
}
.cid-ungJlnKBlp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ungJlnKBlp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ungJlnKBlp .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-ungJlnKBlp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ungJlnKBlp .row {
  flex-direction: row-reverse;
}
.cid-ungJlnKBlp img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ungJlnKBlp .text-wrapper {
    padding: 2rem;
  }
}
.cid-ungJlnKBlp .mbr-section-title {
  color: #ff8a00;
}
.cid-ungJlnKBlp .mbr-text {
  color: #ffffff;
}
.cid-upbiqfzbhP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upbiqfzbhP .mbr-text {
  text-align: left;
}
.cid-upfqM2N51Y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uparX5s0Xe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uparX5s0Xe .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uparX5s0Xe .mbr-text {
  color: #ff8a00;
}
.cid-upbo88BJkx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upbo88BJkx .mbr-text {
  text-align: left;
}
.cid-ungJlpmqWv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ungJlpmqWv .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ungJlpmqWv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-ungJlpmqWv .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-ungJlpmqWv .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ungJlpmqWv .mbr-section-title {
  color: #6e8c8e;
}
.cid-ungJlpmqWv .mbr-text,
.cid-ungJlpmqWv .mbr-section-btn {
  text-align: left;
}
.cid-upbtxNNOte {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uparXTEcvE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uparXTEcvE .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uparXTEcvE .mbr-text {
  color: #ff8a00;
}
.cid-upbo5Ijon2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upbo5Ijon2 .mbr-text {
  text-align: left;
}
.cid-ungJlpHeGh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ungJlpHeGh .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-ungJlpHeGh .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ungJlpHeGh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-ungJlpHeGh .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-ungJlpHeGh .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ungJlpHeGh .mbr-section-title {
  color: #6e8c8e;
}
.cid-ungJlpHeGh .mbr-text,
.cid-ungJlpHeGh .mbr-section-btn {
  text-align: left;
}
.cid-upbtw3GgiT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-upas2c7lkn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upas2c7lkn .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upas2c7lkn .mbr-text {
  color: #ff8a00;
}
.cid-upasVEwvFZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-upasVEwvFZ img,
.cid-upasVEwvFZ .item-img {
  width: 100%;
}
.cid-upasVEwvFZ .item:focus,
.cid-upasVEwvFZ span:focus {
  outline: none;
}
.cid-upasVEwvFZ .item-wrapper {
  position: relative;
}
.cid-upasVEwvFZ .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-upasVEwvFZ .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-upasVEwvFZ .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-upasVEwvFZ .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-upasVEwvFZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upasVEwvFZ .mbr-section-title {
  color: #ff8a00;
}
.cid-upasVEwvFZ .mbr-text,
.cid-upasVEwvFZ .mbr-section-btn {
  text-align: left;
}
.cid-upasVEwvFZ .item-title {
  text-align: center;
  color: #111100;
}
.cid-upasVEwvFZ .item-subtitle {
  text-align: center;
  color: #ff8a00;
}
.cid-upasVEwvFZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-upasVEwvFZ .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-upasVEwvFZ .embla__button--next,
.cid-upasVEwvFZ .embla__button--prev {
  display: flex;
}
.cid-upasVEwvFZ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-upasVEwvFZ .embla__button {
    display: none;
  }
}
.cid-upasVEwvFZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-upasVEwvFZ .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-upasVEwvFZ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upasVEwvFZ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upasVEwvFZ .embla__button {
    top: auto;
  }
}
.cid-upasVEwvFZ .embla {
  position: relative;
  width: 100%;
}
.cid-upasVEwvFZ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-upasVEwvFZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-upasVEwvFZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-upasVEwvFZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-upasVEwvFZ .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-upasVEwvFZ .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-upasVEwvFZ .content-head {
  max-width: 800px;
}
.cid-upbrhUiAFe {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uoB8WrXhRZ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uoB8WrXhRZ .mbr-text {
  text-align: center;
}
.cid-upas4tAxbD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upas4tAxbD .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upas4tAxbD .mbr-text {
  color: #ff8a00;
}
.cid-uoBc0Soozj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoBc0Soozj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoBc0Soozj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uoBc0Soozj .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uoBc0Soozj .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uoBc0Soozj .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uoBc0Soozj .item-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uoBc0Soozj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uoBc0Soozj .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uoBc0Soozj .card-title {
  color: #6e8c8e;
}
.cid-uoBc0Soozj .mbr-text {
  text-align: left;
}
.cid-upbrksxLud {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ungJlrC5qR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ungJlrC5qR img {
  width: 120px;
  margin: auto;
}
.cid-ungJlrC5qR .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ungJlrC5qR .card {
    max-width: 12.5%;
  }
}
.cid-upas62SIsX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upas62SIsX .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upas62SIsX .mbr-text {
  color: #ff8a00;
}
.cid-upbiwrcwob {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upbiwrcwob .mbr-text {
  text-align: left;
}
.cid-ungJlsHTdn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ungJlsHTdn img {
  width: 120px;
  margin: auto;
}
.cid-ungJlsHTdn .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ungJlsHTdn .card {
    max-width: 12.5%;
  }
}
.cid-ungJlsHTdn .mbr-section-subtitle {
  color: #353535;
}
.cid-ungJlsHTdn .mbr-section-title {
  color: #6e8c8e;
}
.cid-upbu0lykq2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upbu0lykq2 .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upbu0lykq2 .mbr-text {
  color: #ff8a00;
}
.cid-untq3kDQj9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-untq3kDQj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-untq3kDQj9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-untq3kDQj9 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-untq3kDQj9 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-untq3kDQj9 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-untq3kDQj9 .item-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-untq3kDQj9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-untq3kDQj9 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-untq3kDQj9 .card-title {
  color: #6e8c8e;
  text-align: center;
}
.cid-untq3kDQj9 .mbr-text {
  text-align: center;
}
.cid-upbrlZhaSm {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upmqg892kL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-upmqg892kL .mbr-fallback-image.disabled {
  display: none;
}
.cid-upmqg892kL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upmqg892kL .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-upmqg892kL .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-upmqg892kL .text-content {
    max-width: none;
  }
}
.cid-upmqg892kL .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ff8a00;
  border: 2px solid #ff8a00;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-upmqg892kL .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-upmqg892kL .mbr-iconfont-social:hover {
  background-color: #ff8a00;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-upmqg892kL .icons {
    justify-content: center !important;
  }
  .cid-upmqg892kL .text-content * {
    text-align: center;
  }
}
.cid-upheTingy9 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #6e8c8e;
}
.cid-upheTingy9 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-upheTingy9 .social-row .soc-item {
  margin: 8px;
}
.cid-upheTingy9 .social-row .soc-item a:hover .mbr-iconfont,
.cid-upheTingy9 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #fafafa;
}
.cid-upheTingy9 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #ff8a00;
  transition: all 0.3s ease-in-out;
}
.cid-upheTingy9 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-upheTingy9 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-upheTingy9 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-upheTingy9 .header-menu li p {
  margin: 0;
}
.cid-upheTingy9 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-upheTingy9 .mbr-section-title {
  color: #ffffff;
}
.cid-uo7Cp9XCvq {
  z-index: 1000;
  width: 100%;
}
.cid-uo7Cp9XCvq nav.navbar {
  position: fixed;
}
.cid-uo7Cp9XCvq .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-uo7Cp9XCvq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uo7Cp9XCvq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uo7Cp9XCvq .dropdown-item:hover,
.cid-uo7Cp9XCvq .dropdown-item:focus {
  background: #ff8a00 !important;
  color: white !important;
}
.cid-uo7Cp9XCvq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uo7Cp9XCvq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uo7Cp9XCvq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uo7Cp9XCvq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uo7Cp9XCvq .nav-link {
  position: relative;
}
.cid-uo7Cp9XCvq .container {
  display: flex;
  margin: auto;
}
.cid-uo7Cp9XCvq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo7Cp9XCvq .dropdown-menu,
.cid-uo7Cp9XCvq .navbar.opened {
  background: #fafafa !important;
}
.cid-uo7Cp9XCvq .nav-item:focus,
.cid-uo7Cp9XCvq .nav-link:focus {
  outline: none;
}
.cid-uo7Cp9XCvq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uo7Cp9XCvq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uo7Cp9XCvq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uo7Cp9XCvq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uo7Cp9XCvq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uo7Cp9XCvq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uo7Cp9XCvq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-uo7Cp9XCvq .navbar.opened {
  transition: all 0.3s;
}
.cid-uo7Cp9XCvq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uo7Cp9XCvq .navbar .navbar-logo img {
  width: auto;
}
.cid-uo7Cp9XCvq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uo7Cp9XCvq .navbar.collapsed {
  justify-content: center;
}
.cid-uo7Cp9XCvq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uo7Cp9XCvq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo7Cp9XCvq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uo7Cp9XCvq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo7Cp9XCvq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo7Cp9XCvq .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-uo7Cp9XCvq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo7Cp9XCvq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uo7Cp9XCvq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo7Cp9XCvq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uo7Cp9XCvq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo7Cp9XCvq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo7Cp9XCvq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo7Cp9XCvq .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-uo7Cp9XCvq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uo7Cp9XCvq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo7Cp9XCvq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uo7Cp9XCvq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uo7Cp9XCvq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uo7Cp9XCvq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uo7Cp9XCvq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uo7Cp9XCvq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uo7Cp9XCvq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uo7Cp9XCvq .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-uo7Cp9XCvq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uo7Cp9XCvq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo7Cp9XCvq .dropdown-item.active,
.cid-uo7Cp9XCvq .dropdown-item:active {
  background-color: transparent;
}
.cid-uo7Cp9XCvq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo7Cp9XCvq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo7Cp9XCvq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo7Cp9XCvq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uo7Cp9XCvq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uo7Cp9XCvq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo7Cp9XCvq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uo7Cp9XCvq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uo7Cp9XCvq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uo7Cp9XCvq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8a00;
}
.cid-uo7Cp9XCvq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo7Cp9XCvq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo7Cp9XCvq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo7Cp9XCvq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo7Cp9XCvq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo7Cp9XCvq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo7Cp9XCvq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo7Cp9XCvq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo7Cp9XCvq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uo7Cp9XCvq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uo7Cp9XCvq .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-uo7Cp9XCvq .navbar {
    height: 70px;
  }
  .cid-uo7Cp9XCvq .navbar.opened {
    height: auto;
  }
  .cid-uo7Cp9XCvq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upfuxbulH2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upfuxbulH2 .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upfuxbulH2 .mbr-text {
  color: #ff8a00;
}
.cid-uo7CpfItq1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/17-1920x1080.webp");
}
.cid-uo7CpfItq1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo7CpfItq1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uo7CpfItq1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uo7CpfItq1 .row {
  flex-direction: row-reverse;
}
.cid-uo7CpfItq1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uo7CpfItq1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uo7CpfItq1 .mbr-section-title {
  color: #ff8a00;
}
.cid-uo7CpfItq1 .mbr-text {
  color: #ffffff;
}
.cid-upfv0OJ5fl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upfv0OJ5fl .mbr-text {
  text-align: left;
}
.cid-upfCgHRktg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-upfuywDmtj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upfuywDmtj .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upfuywDmtj .mbr-text {
  color: #ff8a00;
}
.cid-uo7Cpig1Wo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uo7Cpig1Wo .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uo7Cpig1Wo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uo7Cpig1Wo .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo7Cpig1Wo .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uo7Cpig1Wo .mbr-section-title {
  color: #6e8c8e;
}
.cid-upfCiqqLe4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-upfuAJsRlF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upfuAJsRlF .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upfuAJsRlF .mbr-text {
  color: #ff8a00;
}
.cid-uo7HGbi5ve {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uo7HGbi5ve .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo7HGbi5ve .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo7HGbi5ve .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uo7HGbi5ve .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uo7HGbi5ve .mbr-iconfont {
  font-size: 2rem;
  color: #ff8a00;
  padding-right: 1.5rem;
}
.cid-upfCjgNDQx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-upfuBItYNM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upfuBItYNM .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upfuBItYNM .mbr-text {
  color: #ff8a00;
}
.cid-uo7CpjxN4l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uo7CpjxN4l .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uo7CpjxN4l .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uo7CpjxN4l .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uo7CpjxN4l .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uo7CpjxN4l .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uo7CpjxN4l .mbr-section-title {
  color: #6e8c8e;
}
.cid-upfCk6CwBT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-upfuCuw6KQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upfuCuw6KQ .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upfuCuw6KQ .mbr-text {
  color: #ff8a00;
}
.cid-uo7KmORYUt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uo7KmORYUt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo7KmORYUt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo7KmORYUt .mbr-section-title {
  color: #6e8c8e;
}
.cid-uo7KhSkreW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uo7KhSkreW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo7KhSkreW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo7KhSkreW .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uo7KhSkreW .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uo7KhSkreW .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-upfCkHYXPD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-upfuDnLJnl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upfuDnLJnl .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upfuDnLJnl .mbr-text {
  color: #ff8a00;
}
.cid-uo7CpkZvmo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uo7CpkZvmo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo7CpkZvmo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo7CpkZvmo .mbr-section-title {
  color: #6e8c8e;
}
.cid-uo7CpmbkNl {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-uo7CpmbkNl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo7CpmbkNl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo7CpmbkNl .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uo7CpmbkNl .plan-body {
  padding-bottom: 2rem;
}
.cid-uo7CpmbkNl .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uo7CpmbkNl .price {
  color: #ff8a00;
}
.cid-uo7CpmbkNl .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uo7CpmbkNl .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uo7CpmbkNl .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uo7CpmbkNl .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uo7CpmbkNl .plan {
    margin-bottom: 2rem;
  }
}
.cid-uo7CpmbkNl .plan-title {
  text-align: center;
}
.cid-upfuEDZI4G {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upfuEDZI4G .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upfuEDZI4G .mbr-text {
  color: #ff8a00;
}
.cid-upfCnVabGp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upfCnVabGp .mbr-text {
  text-align: left;
}
.cid-uo7CpsTeso {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uo7CpsTeso img {
  width: 120px;
  margin: auto;
}
.cid-uo7CpsTeso .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uo7CpsTeso .card {
    max-width: 12.5%;
  }
}
.cid-uo7CpsTeso .mbr-section-subtitle {
  color: #353535;
}
.cid-uo7CpsTeso .mbr-section-title {
  color: #6e8c8e;
}
.cid-upfuFKNrA9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upfuFKNrA9 .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upfuFKNrA9 .mbr-text {
  color: #ff8a00;
}
.cid-uo7CptOJHs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uo7CptOJHs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo7CptOJHs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uo7CptOJHs .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uo7CptOJHs .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uo7CptOJHs .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uo7CptOJHs .item-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uo7CptOJHs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uo7CptOJHs .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uo7CptOJHs .card-title {
  color: #6e8c8e;
}
.cid-upfCmCBkzW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-upmqnquCkR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-upmqnquCkR .mbr-fallback-image.disabled {
  display: none;
}
.cid-upmqnquCkR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upmqnquCkR .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-upmqnquCkR .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-upmqnquCkR .text-content {
    max-width: none;
  }
}
.cid-upmqnquCkR .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ff8a00;
  border: 2px solid #ff8a00;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-upmqnquCkR .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-upmqnquCkR .mbr-iconfont-social:hover {
  background-color: #ff8a00;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-upmqnquCkR .icons {
    justify-content: center !important;
  }
  .cid-upmqnquCkR .text-content * {
    text-align: center;
  }
}
.cid-upheTingy9 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #6e8c8e;
}
.cid-upheTingy9 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-upheTingy9 .social-row .soc-item {
  margin: 8px;
}
.cid-upheTingy9 .social-row .soc-item a:hover .mbr-iconfont,
.cid-upheTingy9 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #fafafa;
}
.cid-upheTingy9 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #ff8a00;
  transition: all 0.3s ease-in-out;
}
.cid-upheTingy9 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-upheTingy9 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-upheTingy9 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-upheTingy9 .header-menu li p {
  margin: 0;
}
.cid-upheTingy9 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-upheTingy9 .mbr-section-title {
  color: #ffffff;
}
.cid-ungJzgm1g5 {
  z-index: 1000;
  width: 100%;
}
.cid-ungJzgm1g5 nav.navbar {
  position: fixed;
}
.cid-ungJzgm1g5 .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-ungJzgm1g5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ungJzgm1g5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ungJzgm1g5 .dropdown-item:hover,
.cid-ungJzgm1g5 .dropdown-item:focus {
  background: #ff8a00 !important;
  color: white !important;
}
.cid-ungJzgm1g5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ungJzgm1g5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ungJzgm1g5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ungJzgm1g5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ungJzgm1g5 .nav-link {
  position: relative;
}
.cid-ungJzgm1g5 .container {
  display: flex;
  margin: auto;
}
.cid-ungJzgm1g5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ungJzgm1g5 .dropdown-menu,
.cid-ungJzgm1g5 .navbar.opened {
  background: #fafafa !important;
}
.cid-ungJzgm1g5 .nav-item:focus,
.cid-ungJzgm1g5 .nav-link:focus {
  outline: none;
}
.cid-ungJzgm1g5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ungJzgm1g5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ungJzgm1g5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ungJzgm1g5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ungJzgm1g5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ungJzgm1g5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ungJzgm1g5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-ungJzgm1g5 .navbar.opened {
  transition: all 0.3s;
}
.cid-ungJzgm1g5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ungJzgm1g5 .navbar .navbar-logo img {
  width: auto;
}
.cid-ungJzgm1g5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ungJzgm1g5 .navbar.collapsed {
  justify-content: center;
}
.cid-ungJzgm1g5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ungJzgm1g5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ungJzgm1g5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ungJzgm1g5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ungJzgm1g5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ungJzgm1g5 .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-ungJzgm1g5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ungJzgm1g5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ungJzgm1g5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ungJzgm1g5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ungJzgm1g5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ungJzgm1g5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ungJzgm1g5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ungJzgm1g5 .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-ungJzgm1g5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ungJzgm1g5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ungJzgm1g5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ungJzgm1g5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ungJzgm1g5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ungJzgm1g5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ungJzgm1g5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ungJzgm1g5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ungJzgm1g5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ungJzgm1g5 .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-ungJzgm1g5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ungJzgm1g5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ungJzgm1g5 .dropdown-item.active,
.cid-ungJzgm1g5 .dropdown-item:active {
  background-color: transparent;
}
.cid-ungJzgm1g5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ungJzgm1g5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ungJzgm1g5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ungJzgm1g5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-ungJzgm1g5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ungJzgm1g5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ungJzgm1g5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ungJzgm1g5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ungJzgm1g5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ungJzgm1g5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8a00;
}
.cid-ungJzgm1g5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ungJzgm1g5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ungJzgm1g5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ungJzgm1g5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ungJzgm1g5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ungJzgm1g5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ungJzgm1g5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ungJzgm1g5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ungJzgm1g5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ungJzgm1g5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ungJzgm1g5 .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-ungJzgm1g5 .navbar {
    height: 70px;
  }
  .cid-ungJzgm1g5 .navbar.opened {
    height: auto;
  }
  .cid-ungJzgm1g5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upgtnvNaYR {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upgtnvNaYR .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upgtnvNaYR .mbr-text {
  color: #ff8a00;
}
.cid-ungJzhBws4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/17-copy-696x583.webp");
}
.cid-ungJzhBws4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ungJzhBws4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ungJzhBws4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ungJzhBws4 .row {
  flex-direction: row-reverse;
}
.cid-ungJzhBws4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ungJzhBws4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ungJzhBws4 .mbr-section-title {
  color: #ff8a00;
}
.cid-ungJzhBws4 .mbr-text {
  color: #ffffff;
}
.cid-upgtoPSX0e {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upgtoPSX0e .mbr-text {
  text-align: left;
}
.cid-upgtqMsqlD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-upgtsijyJ7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upgtsijyJ7 .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upgtsijyJ7 .mbr-text {
  color: #ff8a00;
}
.cid-ungJziqyqW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ungJziqyqW .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ungJziqyqW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-ungJziqyqW .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-ungJziqyqW .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ungJziqyqW .mbr-section-title {
  color: #6e8c8e;
}
.cid-upgttBxk0y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-upgtuJ6tD0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upgtuJ6tD0 .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upgtuJ6tD0 .mbr-text {
  color: #ff8a00;
}
.cid-uni3fqxDlX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uni3fqxDlX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uni3fqxDlX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uni3fqxDlX ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uni3fqxDlX li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uni3fqxDlX ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff8a00;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-upgtvPakwd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-upgtx0Uspm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upgtx0Uspm .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upgtx0Uspm .mbr-text {
  color: #ff8a00;
}
.cid-upgtBiycno {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-upgtBiycno img,
.cid-upgtBiycno .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-upgtBiycno img,
  .cid-upgtBiycno .item-img {
    max-height: 300px;
  }
}
.cid-upgtBiycno .item:focus,
.cid-upgtBiycno span:focus {
  outline: none;
}
.cid-upgtBiycno .item-wrapper {
  position: relative;
}
.cid-upgtBiycno .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-upgtBiycno .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-upgtBiycno .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-upgtBiycno .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-upgtBiycno .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upgtBiycno .mbr-section-title {
  color: #ff8a00;
}
.cid-upgtBiycno .mbr-text,
.cid-upgtBiycno .mbr-section-btn {
  text-align: center;
}
.cid-upgtBiycno .item-title {
  text-align: center;
  color: #ff8a00;
}
.cid-upgtBiycno .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-upgtBiycno .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-upgtBiycno .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-upgtBiycno .embla__button--next,
.cid-upgtBiycno .embla__button--prev {
  display: flex;
}
.cid-upgtBiycno .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-upgtBiycno .embla__button {
    display: none;
  }
}
.cid-upgtBiycno .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-upgtBiycno .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-upgtBiycno .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upgtBiycno .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upgtBiycno .embla__button {
    top: auto;
  }
}
.cid-upgtBiycno .embla {
  position: relative;
  width: 100%;
}
.cid-upgtBiycno .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-upgtBiycno .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-upgtBiycno .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-upgtBiycno .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-upgtBiycno .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-upgtBiycno .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-upgtBiycno .content-head {
  max-width: 800px;
}
.cid-upgwzacu9T {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-upgtD0MYU6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upgtD0MYU6 .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upgtD0MYU6 .mbr-text {
  color: #ff8a00;
}
.cid-upgtEgZ7TZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upgtEgZ7TZ .mbr-text {
  text-align: left;
}
.cid-ungJzjpJ8Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ungJzjpJ8Y img,
.cid-ungJzjpJ8Y .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ungJzjpJ8Y .item:focus,
.cid-ungJzjpJ8Y span:focus {
  outline: none;
}
.cid-ungJzjpJ8Y .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ungJzjpJ8Y .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ungJzjpJ8Y .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ungJzjpJ8Y .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ungJzjpJ8Y .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ungJzjpJ8Y .mbr-section-title {
  color: #6e8c8e;
}
.cid-ungJzjpJ8Y .mbr-text,
.cid-ungJzjpJ8Y .mbr-section-btn {
  text-align: center;
}
.cid-ungJzjpJ8Y .item-title {
  text-align: center;
}
.cid-ungJzjpJ8Y .item-subtitle {
  text-align: center;
}
.cid-upgyTwQP0i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-upgtHoH2v0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upgtHoH2v0 .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upgtHoH2v0 .mbr-text {
  color: #ff8a00;
}
.cid-upgtIyad0q {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upgtIyad0q .mbr-text {
  text-align: left;
}
.cid-unhFlvCopx {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #fafafa;
}
.cid-unhFlvCopx .mbr-fallback-image.disabled {
  display: none;
}
.cid-unhFlvCopx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unhFlvCopx .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-unhFlvCopx .plan-body {
  padding-bottom: 2rem;
}
.cid-unhFlvCopx .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-unhFlvCopx .price {
  color: #ff8a00;
}
.cid-unhFlvCopx .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-unhFlvCopx .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-unhFlvCopx .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-unhFlvCopx .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-unhFlvCopx .plan {
    margin-bottom: 2rem;
  }
}
.cid-upgtMf9pUK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upgtMf9pUK .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upgtMf9pUK .mbr-text {
  color: #ff8a00;
}
.cid-upgtNnqfPy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upgtNnqfPy .mbr-text {
  text-align: left;
}
.cid-ungJzkSjAW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ungJzkSjAW img {
  width: 120px;
  margin: auto;
}
.cid-ungJzkSjAW .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ungJzkSjAW .card {
    max-width: 12.5%;
  }
}
.cid-ungJzkSjAW .mbr-section-subtitle {
  color: #353535;
}
.cid-ungJzkSjAW .mbr-section-title {
  color: #6e8c8e;
}
.cid-upgtP5MihW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upgtP5MihW .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upgtP5MihW .mbr-text {
  color: #ff8a00;
}
.cid-untsmOY28p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-untsmOY28p .mbr-fallback-image.disabled {
  display: none;
}
.cid-untsmOY28p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-untsmOY28p .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-untsmOY28p .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-untsmOY28p .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-untsmOY28p .item-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
  background-color: transparent;
}
.cid-untsmOY28p .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-untsmOY28p .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-untsmOY28p .card-title {
  color: #6e8c8e;
}
.cid-upgtQZDAmn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-upmqKOEDgY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-upmqKOEDgY .mbr-fallback-image.disabled {
  display: none;
}
.cid-upmqKOEDgY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upmqKOEDgY .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-upmqKOEDgY .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-upmqKOEDgY .text-content {
    max-width: none;
  }
}
.cid-upmqKOEDgY .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ff8a00;
  border: 2px solid #ff8a00;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-upmqKOEDgY .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-upmqKOEDgY .mbr-iconfont-social:hover {
  background-color: #ff8a00;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-upmqKOEDgY .icons {
    justify-content: center !important;
  }
  .cid-upmqKOEDgY .text-content * {
    text-align: center;
  }
}
.cid-upheTingy9 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #6e8c8e;
}
.cid-upheTingy9 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-upheTingy9 .social-row .soc-item {
  margin: 8px;
}
.cid-upheTingy9 .social-row .soc-item a:hover .mbr-iconfont,
.cid-upheTingy9 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #fafafa;
}
.cid-upheTingy9 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #ff8a00;
  transition: all 0.3s ease-in-out;
}
.cid-upheTingy9 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-upheTingy9 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-upheTingy9 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-upheTingy9 .header-menu li p {
  margin: 0;
}
.cid-upheTingy9 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-upheTingy9 .mbr-section-title {
  color: #ffffff;
}
.cid-ungJuTNjyB {
  z-index: 1000;
  width: 100%;
}
.cid-ungJuTNjyB nav.navbar {
  position: fixed;
}
.cid-ungJuTNjyB .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-ungJuTNjyB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ungJuTNjyB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ungJuTNjyB .dropdown-item:hover,
.cid-ungJuTNjyB .dropdown-item:focus {
  background: #ff8a00 !important;
  color: white !important;
}
.cid-ungJuTNjyB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ungJuTNjyB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ungJuTNjyB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ungJuTNjyB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ungJuTNjyB .nav-link {
  position: relative;
}
.cid-ungJuTNjyB .container {
  display: flex;
  margin: auto;
}
.cid-ungJuTNjyB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ungJuTNjyB .dropdown-menu,
.cid-ungJuTNjyB .navbar.opened {
  background: #fafafa !important;
}
.cid-ungJuTNjyB .nav-item:focus,
.cid-ungJuTNjyB .nav-link:focus {
  outline: none;
}
.cid-ungJuTNjyB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ungJuTNjyB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ungJuTNjyB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ungJuTNjyB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ungJuTNjyB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ungJuTNjyB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ungJuTNjyB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-ungJuTNjyB .navbar.opened {
  transition: all 0.3s;
}
.cid-ungJuTNjyB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ungJuTNjyB .navbar .navbar-logo img {
  width: auto;
}
.cid-ungJuTNjyB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ungJuTNjyB .navbar.collapsed {
  justify-content: center;
}
.cid-ungJuTNjyB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ungJuTNjyB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ungJuTNjyB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ungJuTNjyB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ungJuTNjyB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ungJuTNjyB .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-ungJuTNjyB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ungJuTNjyB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ungJuTNjyB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ungJuTNjyB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ungJuTNjyB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ungJuTNjyB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ungJuTNjyB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ungJuTNjyB .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-ungJuTNjyB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ungJuTNjyB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ungJuTNjyB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ungJuTNjyB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ungJuTNjyB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ungJuTNjyB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ungJuTNjyB .navbar.navbar-short {
  min-height: 60px;
}
.cid-ungJuTNjyB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ungJuTNjyB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ungJuTNjyB .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-ungJuTNjyB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ungJuTNjyB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ungJuTNjyB .dropdown-item.active,
.cid-ungJuTNjyB .dropdown-item:active {
  background-color: transparent;
}
.cid-ungJuTNjyB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ungJuTNjyB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ungJuTNjyB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ungJuTNjyB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-ungJuTNjyB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ungJuTNjyB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ungJuTNjyB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ungJuTNjyB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ungJuTNjyB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ungJuTNjyB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8a00;
}
.cid-ungJuTNjyB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ungJuTNjyB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ungJuTNjyB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ungJuTNjyB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ungJuTNjyB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ungJuTNjyB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ungJuTNjyB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ungJuTNjyB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ungJuTNjyB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ungJuTNjyB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ungJuTNjyB .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-ungJuTNjyB .navbar {
    height: 70px;
  }
  .cid-ungJuTNjyB .navbar.opened {
    height: auto;
  }
  .cid-ungJuTNjyB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upg53BEb6B {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upg53BEb6B .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upg53BEb6B .mbr-text {
  color: #ff8a00;
}
.cid-ungJuV0vWt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/9-copy-506x424.webp");
}
.cid-ungJuV0vWt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ungJuV0vWt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ungJuV0vWt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ungJuV0vWt .row {
  flex-direction: row-reverse;
}
.cid-ungJuV0vWt img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ungJuV0vWt .text-wrapper {
    padding: 2rem;
  }
}
.cid-ungJuV0vWt .mbr-section-title {
  color: #ff8a00;
}
.cid-ungJuV0vWt .mbr-text {
  color: #ffffff;
}
.cid-upg55r9wKZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upg55r9wKZ .mbr-text {
  text-align: left;
}
.cid-upg56kbF96 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-upg57sPdre {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upg57sPdre .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upg57sPdre .mbr-text {
  color: #ff8a00;
}
.cid-ungJuVPPS4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ungJuVPPS4 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ungJuVPPS4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-ungJuVPPS4 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-ungJuVPPS4 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-upg58uAasN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-upg59DSDzx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upg59DSDzx .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upg59DSDzx .mbr-text {
  color: #ff8a00;
}
.cid-upg5f1KtUT {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-upg5f1KtUT img,
.cid-upg5f1KtUT .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-upg5f1KtUT img,
  .cid-upg5f1KtUT .item-img {
    max-height: 300px;
  }
}
.cid-upg5f1KtUT .item:focus,
.cid-upg5f1KtUT span:focus {
  outline: none;
}
.cid-upg5f1KtUT .item-wrapper {
  position: relative;
}
.cid-upg5f1KtUT .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-upg5f1KtUT .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-upg5f1KtUT .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-upg5f1KtUT .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-upg5f1KtUT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upg5f1KtUT .mbr-section-title {
  color: #ff8a00;
}
.cid-upg5f1KtUT .mbr-text,
.cid-upg5f1KtUT .mbr-section-btn {
  text-align: center;
}
.cid-upg5f1KtUT .item-title {
  text-align: center;
  color: #ff8a00;
}
.cid-upg5f1KtUT .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-upg5f1KtUT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-upg5f1KtUT .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-upg5f1KtUT .embla__button--next,
.cid-upg5f1KtUT .embla__button--prev {
  display: flex;
}
.cid-upg5f1KtUT .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-upg5f1KtUT .embla__button {
    display: none;
  }
}
.cid-upg5f1KtUT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-upg5f1KtUT .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-upg5f1KtUT .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upg5f1KtUT .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upg5f1KtUT .embla__button {
    top: auto;
  }
}
.cid-upg5f1KtUT .embla {
  position: relative;
  width: 100%;
}
.cid-upg5f1KtUT .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-upg5f1KtUT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-upg5f1KtUT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-upg5f1KtUT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-upg5f1KtUT .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-upg5f1KtUT .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-upg5f1KtUT .content-head {
  max-width: 800px;
}
.cid-upgr7W4kzv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-upg5iW085r {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upg5iW085r .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upg5iW085r .mbr-text {
  color: #ff8a00;
}
.cid-upg5kPJxOJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upg5kPJxOJ .mbr-text {
  text-align: left;
}
.cid-ungJuWKdNQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ungJuWKdNQ img,
.cid-ungJuWKdNQ .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ungJuWKdNQ .item:focus,
.cid-ungJuWKdNQ span:focus {
  outline: none;
}
.cid-ungJuWKdNQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ungJuWKdNQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ungJuWKdNQ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ungJuWKdNQ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ungJuWKdNQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ungJuWKdNQ .mbr-section-title {
  color: #232323;
}
.cid-ungJuWKdNQ .mbr-text,
.cid-ungJuWKdNQ .mbr-section-btn {
  text-align: center;
}
.cid-ungJuWKdNQ .item-title {
  text-align: center;
}
.cid-ungJuWKdNQ .item-subtitle {
  text-align: center;
}
.cid-upg5m2UC6r {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-upgraGPLOn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upgraGPLOn .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upgraGPLOn .mbr-text {
  color: #ff8a00;
}
.cid-uoG8IT8miQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoG8IT8miQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoG8IT8miQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uoG8IT8miQ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uoG8IT8miQ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uoG8IT8miQ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uoG8IT8miQ .item-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uoG8IT8miQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uoG8IT8miQ .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uoG8IT8miQ .card-title {
  color: #6e8c8e;
}
.cid-uoG8IT8miQ .mbr-text {
  text-align: center;
}
.cid-upgr9j6cMA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-upmqCHGgG6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-upmqCHGgG6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upmqCHGgG6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upmqCHGgG6 .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-upmqCHGgG6 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-upmqCHGgG6 .text-content {
    max-width: none;
  }
}
.cid-upmqCHGgG6 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ff8a00;
  border: 2px solid #ff8a00;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-upmqCHGgG6 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-upmqCHGgG6 .mbr-iconfont-social:hover {
  background-color: #ff8a00;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-upmqCHGgG6 .icons {
    justify-content: center !important;
  }
  .cid-upmqCHGgG6 .text-content * {
    text-align: center;
  }
}
.cid-upheTingy9 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #6e8c8e;
}
.cid-upheTingy9 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-upheTingy9 .social-row .soc-item {
  margin: 8px;
}
.cid-upheTingy9 .social-row .soc-item a:hover .mbr-iconfont,
.cid-upheTingy9 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #fafafa;
}
.cid-upheTingy9 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #ff8a00;
  transition: all 0.3s ease-in-out;
}
.cid-upheTingy9 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-upheTingy9 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-upheTingy9 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-upheTingy9 .header-menu li p {
  margin: 0;
}
.cid-upheTingy9 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-upheTingy9 .mbr-section-title {
  color: #ffffff;
}
.cid-ungJs1OXW9 {
  z-index: 1000;
  width: 100%;
}
.cid-ungJs1OXW9 nav.navbar {
  position: fixed;
}
.cid-ungJs1OXW9 .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-ungJs1OXW9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ungJs1OXW9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ungJs1OXW9 .dropdown-item:hover,
.cid-ungJs1OXW9 .dropdown-item:focus {
  background: #ff8a00 !important;
  color: white !important;
}
.cid-ungJs1OXW9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ungJs1OXW9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ungJs1OXW9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ungJs1OXW9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ungJs1OXW9 .nav-link {
  position: relative;
}
.cid-ungJs1OXW9 .container {
  display: flex;
  margin: auto;
}
.cid-ungJs1OXW9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ungJs1OXW9 .dropdown-menu,
.cid-ungJs1OXW9 .navbar.opened {
  background: #fafafa !important;
}
.cid-ungJs1OXW9 .nav-item:focus,
.cid-ungJs1OXW9 .nav-link:focus {
  outline: none;
}
.cid-ungJs1OXW9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ungJs1OXW9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ungJs1OXW9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ungJs1OXW9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ungJs1OXW9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ungJs1OXW9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ungJs1OXW9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-ungJs1OXW9 .navbar.opened {
  transition: all 0.3s;
}
.cid-ungJs1OXW9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ungJs1OXW9 .navbar .navbar-logo img {
  width: auto;
}
.cid-ungJs1OXW9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ungJs1OXW9 .navbar.collapsed {
  justify-content: center;
}
.cid-ungJs1OXW9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ungJs1OXW9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ungJs1OXW9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ungJs1OXW9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ungJs1OXW9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ungJs1OXW9 .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-ungJs1OXW9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ungJs1OXW9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ungJs1OXW9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ungJs1OXW9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ungJs1OXW9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ungJs1OXW9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ungJs1OXW9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ungJs1OXW9 .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-ungJs1OXW9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ungJs1OXW9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ungJs1OXW9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ungJs1OXW9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ungJs1OXW9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ungJs1OXW9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ungJs1OXW9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ungJs1OXW9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ungJs1OXW9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ungJs1OXW9 .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-ungJs1OXW9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ungJs1OXW9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ungJs1OXW9 .dropdown-item.active,
.cid-ungJs1OXW9 .dropdown-item:active {
  background-color: transparent;
}
.cid-ungJs1OXW9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ungJs1OXW9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ungJs1OXW9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ungJs1OXW9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-ungJs1OXW9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ungJs1OXW9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ungJs1OXW9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ungJs1OXW9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ungJs1OXW9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ungJs1OXW9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8a00;
}
.cid-ungJs1OXW9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ungJs1OXW9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ungJs1OXW9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ungJs1OXW9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ungJs1OXW9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ungJs1OXW9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ungJs1OXW9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ungJs1OXW9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ungJs1OXW9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ungJs1OXW9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ungJs1OXW9 .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-ungJs1OXW9 .navbar {
    height: 70px;
  }
  .cid-ungJs1OXW9 .navbar.opened {
    height: auto;
  }
  .cid-ungJs1OXW9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upfJ05dA2v {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upfJ05dA2v .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upfJ05dA2v .mbr-text {
  color: #ff8a00;
}
.cid-ungJs2VDJb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/11-596x500.webp");
}
.cid-ungJs2VDJb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ungJs2VDJb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ungJs2VDJb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ungJs2VDJb .row {
  flex-direction: row-reverse;
}
.cid-ungJs2VDJb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ungJs2VDJb .text-wrapper {
    padding: 2rem;
  }
}
.cid-ungJs2VDJb .mbr-section-title {
  color: #ff8a00;
}
.cid-ungJs2VDJb .mbr-text {
  color: #ffffff;
}
.cid-upfJ1kCec6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upfJ1kCec6 .mbr-text {
  text-align: left;
}
.cid-upfJ220YOc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-upfJ2XpTnq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upfJ2XpTnq .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upfJ2XpTnq .mbr-text {
  color: #ff8a00;
}
.cid-ungJs3DObA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ungJs3DObA .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ungJs3DObA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-ungJs3DObA .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-ungJs3DObA .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ungJs3DObA .mbr-section-title {
  color: #6e8c8e;
}
.cid-upfJ4VuWdS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-upfJ5v5ZAI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upfJ5v5ZAI .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upfJ5v5ZAI .mbr-text {
  color: #ff8a00;
}
.cid-unhX3Q4tQj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unhX3Q4tQj .mbr-fallback-image.disabled {
  display: none;
}
.cid-unhX3Q4tQj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unhX3Q4tQj ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-unhX3Q4tQj li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-unhX3Q4tQj ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff8a00;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-unhX3Q4tQj .list {
  color: #111100;
}
.cid-upfJ6aF3kU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-upfJ7yZSQt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upfJ7yZSQt .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upfJ7yZSQt .mbr-text {
  color: #ff8a00;
}
.cid-upfJ8o6tMS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upfJ8o6tMS .mbr-text {
  text-align: left;
}
.cid-upfJb0TxmE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-upfJb0TxmE img,
.cid-upfJb0TxmE .item-img {
  width: 100%;
}
.cid-upfJb0TxmE .item:focus,
.cid-upfJb0TxmE span:focus {
  outline: none;
}
.cid-upfJb0TxmE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-upfJb0TxmE .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-upfJb0TxmE .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upfJb0TxmE .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-upfJb0TxmE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upfJb0TxmE .mbr-section-title {
  color: #ff8a00;
}
.cid-upfJb0TxmE .mbr-text,
.cid-upfJb0TxmE .mbr-section-btn {
  text-align: center;
}
.cid-upfJb0TxmE .item-title {
  text-align: center;
}
.cid-upfJb0TxmE .item-subtitle {
  text-align: center;
}
.cid-upfJcmMlQJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upfJcmMlQJ .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upfJcmMlQJ .mbr-text {
  color: #ff8a00;
}
.cid-ungJs4Qszj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ungJs4Qszj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ungJs4Qszj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ungJs4Qszj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ungJs4Qszj .row {
  flex-direction: row-reverse;
}
.cid-ungJs4Qszj img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ungJs4Qszj .text-wrapper {
    padding: 2rem;
  }
}
.cid-ungJs4Qszj .mbr-section-title {
  color: #6e8c8e;
}
.cid-ungJs53aki {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-ungJs53aki img {
  width: 120px;
  margin: auto;
}
.cid-ungJs53aki .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ungJs53aki .card {
    max-width: 12.5%;
  }
}
.cid-upfJfsIbsT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-upg3iAjmOS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upg3iAjmOS .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upg3iAjmOS .mbr-text {
  color: #ff8a00;
}
.cid-unto8ms9Hk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unto8ms9Hk .mbr-fallback-image.disabled {
  display: none;
}
.cid-unto8ms9Hk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unto8ms9Hk .mbr-section-title {
  text-align: center;
  color: #6e8c8e;
}
.cid-unto8ms9Hk .mbr-section-subtitle {
  text-align: center;
}
.cid-upx35cE4py {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upx35cE4py .mbr-fallback-image.disabled {
  display: none;
}
.cid-upx35cE4py .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upx35cE4py .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-upx35cE4py .container {
    max-width: 1400px;
  }
}
.cid-upx35cE4py .card {
  margin: auto;
}
.cid-upx35cE4py .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff8a00;
  margin-bottom: 2rem;
}
.cid-upx35cE4py .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-upx35cE4py .row {
  justify-content: center;
}
.cid-upmqyiYsXO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-upmqyiYsXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-upmqyiYsXO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upmqyiYsXO .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-upmqyiYsXO .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-upmqyiYsXO .text-content {
    max-width: none;
  }
}
.cid-upmqyiYsXO .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ff8a00;
  border: 2px solid #ff8a00;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-upmqyiYsXO .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-upmqyiYsXO .mbr-iconfont-social:hover {
  background-color: #ff8a00;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-upmqyiYsXO .icons {
    justify-content: center !important;
  }
  .cid-upmqyiYsXO .text-content * {
    text-align: center;
  }
}
.cid-upheTingy9 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #6e8c8e;
}
.cid-upheTingy9 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-upheTingy9 .social-row .soc-item {
  margin: 8px;
}
.cid-upheTingy9 .social-row .soc-item a:hover .mbr-iconfont,
.cid-upheTingy9 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #fafafa;
}
.cid-upheTingy9 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #ff8a00;
  transition: all 0.3s ease-in-out;
}
.cid-upheTingy9 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-upheTingy9 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-upheTingy9 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-upheTingy9 .header-menu li p {
  margin: 0;
}
.cid-upheTingy9 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-upheTingy9 .mbr-section-title {
  color: #ffffff;
}
.cid-ungJoNL8Jt {
  z-index: 1000;
  width: 100%;
}
.cid-ungJoNL8Jt nav.navbar {
  position: fixed;
}
.cid-ungJoNL8Jt .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-ungJoNL8Jt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ungJoNL8Jt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ungJoNL8Jt .dropdown-item:hover,
.cid-ungJoNL8Jt .dropdown-item:focus {
  background: #ff8a00 !important;
  color: white !important;
}
.cid-ungJoNL8Jt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ungJoNL8Jt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ungJoNL8Jt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ungJoNL8Jt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ungJoNL8Jt .nav-link {
  position: relative;
}
.cid-ungJoNL8Jt .container {
  display: flex;
  margin: auto;
}
.cid-ungJoNL8Jt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ungJoNL8Jt .dropdown-menu,
.cid-ungJoNL8Jt .navbar.opened {
  background: #fafafa !important;
}
.cid-ungJoNL8Jt .nav-item:focus,
.cid-ungJoNL8Jt .nav-link:focus {
  outline: none;
}
.cid-ungJoNL8Jt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ungJoNL8Jt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ungJoNL8Jt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ungJoNL8Jt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ungJoNL8Jt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ungJoNL8Jt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ungJoNL8Jt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-ungJoNL8Jt .navbar.opened {
  transition: all 0.3s;
}
.cid-ungJoNL8Jt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ungJoNL8Jt .navbar .navbar-logo img {
  width: auto;
}
.cid-ungJoNL8Jt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ungJoNL8Jt .navbar.collapsed {
  justify-content: center;
}
.cid-ungJoNL8Jt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ungJoNL8Jt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ungJoNL8Jt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ungJoNL8Jt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ungJoNL8Jt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ungJoNL8Jt .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-ungJoNL8Jt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ungJoNL8Jt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ungJoNL8Jt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ungJoNL8Jt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ungJoNL8Jt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ungJoNL8Jt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ungJoNL8Jt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ungJoNL8Jt .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-ungJoNL8Jt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ungJoNL8Jt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ungJoNL8Jt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ungJoNL8Jt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ungJoNL8Jt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ungJoNL8Jt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ungJoNL8Jt .navbar.navbar-short {
  min-height: 60px;
}
.cid-ungJoNL8Jt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ungJoNL8Jt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ungJoNL8Jt .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-ungJoNL8Jt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ungJoNL8Jt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ungJoNL8Jt .dropdown-item.active,
.cid-ungJoNL8Jt .dropdown-item:active {
  background-color: transparent;
}
.cid-ungJoNL8Jt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ungJoNL8Jt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ungJoNL8Jt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ungJoNL8Jt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-ungJoNL8Jt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ungJoNL8Jt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ungJoNL8Jt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ungJoNL8Jt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ungJoNL8Jt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ungJoNL8Jt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8a00;
}
.cid-ungJoNL8Jt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ungJoNL8Jt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ungJoNL8Jt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ungJoNL8Jt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ungJoNL8Jt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ungJoNL8Jt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ungJoNL8Jt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ungJoNL8Jt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ungJoNL8Jt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ungJoNL8Jt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ungJoNL8Jt .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-ungJoNL8Jt .navbar {
    height: 70px;
  }
  .cid-ungJoNL8Jt .navbar.opened {
    height: auto;
  }
  .cid-ungJoNL8Jt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upfHibkDAo {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upfHibkDAo .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upfHibkDAo .mbr-text {
  color: #ff8a00;
}
.cid-ungJoQ5onO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/6-1-1920x1080.webp");
}
.cid-ungJoQ5onO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ungJoQ5onO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ungJoQ5onO .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-ungJoQ5onO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ungJoQ5onO .row {
  flex-direction: row-reverse;
}
.cid-ungJoQ5onO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ungJoQ5onO .text-wrapper {
    padding: 2rem;
  }
}
.cid-ungJoQ5onO .mbr-section-title {
  color: #ff8a00;
}
.cid-ungJoQ5onO .mbr-text {
  color: #ffffff;
}
.cid-upfHiQmPoY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upfHiQmPoY .mbr-text {
  text-align: left;
}
.cid-upfHjBPzst {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-upfHkQbEAv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upfHkQbEAv .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upfHkQbEAv .mbr-text {
  color: #ff8a00;
}
.cid-ungJoS12Aw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ungJoS12Aw .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ungJoS12Aw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-ungJoS12Aw .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-ungJoS12Aw .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-upfHlV31ll {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-upfHmQRkOO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upfHmQRkOO .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upfHmQRkOO .mbr-text {
  color: #ff8a00;
}
.cid-unhVzdZiRY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unhVzdZiRY .mbr-fallback-image.disabled {
  display: none;
}
.cid-unhVzdZiRY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unhVzdZiRY ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-unhVzdZiRY li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-unhVzdZiRY ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff8a00;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-unhVzdZiRY .list {
  color: #111100;
}
.cid-upfHoqQeac {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-upfHpeKpuP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upfHpeKpuP .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upfHpeKpuP .mbr-text {
  color: #ff8a00;
}
.cid-upfHqulguB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upfHqulguB .mbr-text {
  text-align: left;
}
.cid-upfIo1W8qd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-upfIo1W8qd img,
.cid-upfIo1W8qd .item-img {
  width: 100%;
}
.cid-upfIo1W8qd .item:focus,
.cid-upfIo1W8qd span:focus {
  outline: none;
}
.cid-upfIo1W8qd .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-upfIo1W8qd .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-upfIo1W8qd .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upfIo1W8qd .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-upfIo1W8qd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upfIo1W8qd .mbr-section-title {
  color: #ff8a00;
}
.cid-upfIo1W8qd .mbr-text,
.cid-upfIo1W8qd .mbr-section-btn {
  text-align: center;
}
.cid-upfIo1W8qd .item-title {
  text-align: center;
}
.cid-upfIo1W8qd .item-subtitle {
  text-align: center;
}
.cid-upfHvm0AqK {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-upfHwfgEN8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upfHwfgEN8 .line {
  background-color: #6e8c8e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upfHwfgEN8 .mbr-text {
  color: #ff8a00;
}
.cid-untk8u08fz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-untk8u08fz .mbr-fallback-image.disabled {
  display: none;
}
.cid-untk8u08fz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-untk8u08fz .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-untk8u08fz .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-untk8u08fz .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-untk8u08fz .item-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
  background-color: transparent;
}
.cid-untk8u08fz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-untk8u08fz .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-untk8u08fz .card-title {
  color: #6e8c8e;
}
.cid-upfHwYoQDE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-upmqtJfApq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-upmqtJfApq .mbr-fallback-image.disabled {
  display: none;
}
.cid-upmqtJfApq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upmqtJfApq .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-upmqtJfApq .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-upmqtJfApq .text-content {
    max-width: none;
  }
}
.cid-upmqtJfApq .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ff8a00;
  border: 2px solid #ff8a00;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-upmqtJfApq .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-upmqtJfApq .mbr-iconfont-social:hover {
  background-color: #ff8a00;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-upmqtJfApq .icons {
    justify-content: center !important;
  }
  .cid-upmqtJfApq .text-content * {
    text-align: center;
  }
}
.cid-upheTingy9 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #6e8c8e;
}
.cid-upheTingy9 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-upheTingy9 .social-row .soc-item {
  margin: 8px;
}
.cid-upheTingy9 .social-row .soc-item a:hover .mbr-iconfont,
.cid-upheTingy9 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #fafafa;
}
.cid-upheTingy9 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #ff8a00;
  transition: all 0.3s ease-in-out;
}
.cid-upheTingy9 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-upheTingy9 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-upheTingy9 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-upheTingy9 .header-menu li p {
  margin: 0;
}
.cid-upheTingy9 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-upheTingy9 .mbr-section-title {
  color: #ffffff;
}
.cid-uoHfojkIZJ .navbar-dropdown {
  position: relative !important;
}
.cid-uoHfojkIZJ .navbar-dropdown {
  position: absolute !important;
}
.cid-uoHfojkIZJ .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-uoHfojkIZJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoHfojkIZJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoHfojkIZJ .dropdown-item:hover,
.cid-uoHfojkIZJ .dropdown-item:focus {
  background: #ff8a00 !important;
  color: white !important;
}
.cid-uoHfojkIZJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoHfojkIZJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoHfojkIZJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoHfojkIZJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoHfojkIZJ .nav-link {
  position: relative;
}
.cid-uoHfojkIZJ .container {
  display: flex;
  margin: auto;
}
.cid-uoHfojkIZJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoHfojkIZJ .dropdown-menu,
.cid-uoHfojkIZJ .navbar.opened {
  background: #fafafa !important;
}
.cid-uoHfojkIZJ .nav-item:focus,
.cid-uoHfojkIZJ .nav-link:focus {
  outline: none;
}
.cid-uoHfojkIZJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoHfojkIZJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoHfojkIZJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoHfojkIZJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoHfojkIZJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoHfojkIZJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoHfojkIZJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-uoHfojkIZJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uoHfojkIZJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoHfojkIZJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uoHfojkIZJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoHfojkIZJ .navbar.collapsed {
  justify-content: center;
}
.cid-uoHfojkIZJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoHfojkIZJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoHfojkIZJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uoHfojkIZJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoHfojkIZJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoHfojkIZJ .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-uoHfojkIZJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoHfojkIZJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoHfojkIZJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoHfojkIZJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoHfojkIZJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoHfojkIZJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoHfojkIZJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoHfojkIZJ .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-uoHfojkIZJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoHfojkIZJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoHfojkIZJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoHfojkIZJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoHfojkIZJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoHfojkIZJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoHfojkIZJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoHfojkIZJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoHfojkIZJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoHfojkIZJ .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-uoHfojkIZJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoHfojkIZJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoHfojkIZJ .dropdown-item.active,
.cid-uoHfojkIZJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uoHfojkIZJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoHfojkIZJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoHfojkIZJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoHfojkIZJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uoHfojkIZJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoHfojkIZJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoHfojkIZJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoHfojkIZJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoHfojkIZJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoHfojkIZJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff8a00;
}
.cid-uoHfojkIZJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoHfojkIZJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoHfojkIZJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoHfojkIZJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoHfojkIZJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoHfojkIZJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoHfojkIZJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoHfojkIZJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoHfojkIZJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoHfojkIZJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoHfojkIZJ .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-uoHfojkIZJ .navbar {
    height: 70px;
  }
  .cid-uoHfojkIZJ .navbar.opened {
    height: auto;
  }
  .cid-uoHfojkIZJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoHfoltyE7 {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoHfoltyE7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoHfoltyE7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoHfoltyE7 .mbr-section-title {
  color: #6e8c8e;
}
.cid-uoHgbv3kxY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoHgbv3kxY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoHgbv3kxY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoHgbv3kxY .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ff8a00;
  margin-bottom: 2rem;
}
.cid-uoHgbv3kxY .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-upmqP9USUL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-upmqP9USUL .mbr-fallback-image.disabled {
  display: none;
}
.cid-upmqP9USUL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upmqP9USUL .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-upmqP9USUL .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-upmqP9USUL .text-content {
    max-width: none;
  }
}
.cid-upmqP9USUL .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ff8a00;
  border: 2px solid #ff8a00;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-upmqP9USUL .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-upmqP9USUL .mbr-iconfont-social:hover {
  background-color: #ff8a00;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-upmqP9USUL .icons {
    justify-content: center !important;
  }
  .cid-upmqP9USUL .text-content * {
    text-align: center;
  }
}
.cid-upheTingy9 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #6e8c8e;
}
.cid-upheTingy9 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-upheTingy9 .social-row .soc-item {
  margin: 8px;
}
.cid-upheTingy9 .social-row .soc-item a:hover .mbr-iconfont,
.cid-upheTingy9 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #fafafa;
}
.cid-upheTingy9 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #ff8a00;
  transition: all 0.3s ease-in-out;
}
.cid-upheTingy9 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-upheTingy9 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-upheTingy9 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-upheTingy9 .header-menu li p {
  margin: 0;
}
.cid-upheTingy9 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-upheTingy9 .mbr-section-title {
  color: #ffffff;
}
